6668846 Upgrade libX11 to X11R7 version
authorAlan Coopersmith <Alan.Coopersmith@Sun.COM>
Thu, 28 Feb 2008 17:02:09 -0800
changeset 341 0a1eb61fd56e
parent 340 08d9036bb8c8
child 342 04234c9465e5
6668846 Upgrade libX11 to X11R7 version
open-src/common/Makefile.inc
open-src/common/delibtoolize.pl
open-src/common/pc-files/build_32/x11.pc
open-src/common/pc-files/build_64/x11.pc
open-src/lib/Makefile
open-src/lib/Makefile.inc
open-src/lib/libX11/1234757.patch
open-src/lib/libX11/1261271.patch
open-src/lib/libX11/4010755.patch
open-src/lib/libX11/4076297.patch
open-src/lib/libX11/4614834.patch
open-src/lib/libX11/5039226.patch
open-src/lib/libX11/6409332.patch
open-src/lib/libX11/Makefile
open-src/lib/libX11/SolarisIA.patch
open-src/lib/libX11/XErrorDB.patch
open-src/lib/libX11/lintlib.patch
open-src/lib/libX11/manpages.patch
open-src/lib/libX11/mapfile-order
open-src/lib/libX11/mapfile-vers
open-src/lib/libX11/mapfile-vers-64
open-src/lib/libX11/sme.patch
open-src/lib/libX11/solaris-abi.patch
open-src/lib/libX11/solaris-i18n.patch
open-src/lib/libX11/solaris-kbd.patch
open-src/lib/libX11/sun-src/include/X11/Xvarargs.h
open-src/lib/libX11/sun-src/include/X11/extensions/XInteractive.h
open-src/lib/libX11/sun-src/modules/lc/gb18030/Makefile.am
open-src/lib/libX11/sun-src/modules/lc/gb18030/lcGB18030.c
open-src/lib/libX11/sun-src/src/Suncompose.h
open-src/lib/libX11/sun-src/src/XInteractive.c
open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/gb18030.h
open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/gb18030ext.h
open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/gb18030uni.h
open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/gbk.h
open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/ksc5601_1992.h
packages/SUNWxwinc/prototype
packages/SUNWxwplt/prototype_com
packages/SUNWxwpmn/prototype
packages/SUNWxwrtl/prototype_com
packages/SUNWxwslb/prototype_com
packages/SUNWxwslb/prototype_sparc
xc/lib/X11/region.h
--- a/open-src/common/Makefile.inc	Wed Feb 27 19:55:52 2008 -0800
+++ b/open-src/common/Makefile.inc	Thu Feb 28 17:02:09 2008 -0800
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile.inc	1.83	08/01/23
+# @(#)Makefile.inc	1.85	08/02/28
 #
 
 # Borrowed from Solaris OS/Net makefile.master:
@@ -284,7 +284,7 @@
 ### Remove libtool from build process when needed
 
 delibtoolize:
-	$(TOP)/common/delibtoolize.pl $(SOURCE_DIR)
+	$(TOP)/common/delibtoolize.pl $(DELIBTOOLIZE_FLAGS) $(SOURCE_DIR)
 
 ### Source tarballs & downloading if necessary
 
--- a/open-src/common/delibtoolize.pl	Wed Feb 27 19:55:52 2008 -0800
+++ b/open-src/common/delibtoolize.pl	Thu Feb 28 17:02:09 2008 -0800
@@ -27,7 +27,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# ident	"@(#)delibtoolize.pl	1.8	07/11/02 SMI"
+# ident	"@(#)delibtoolize.pl	1.9	08/02/27 SMI"
 #
 
 #
@@ -76,7 +76,7 @@
       }
 
       # TODO: handle line continuation
-      if ($l =~ m/^(\S*)_la_LDFLAGS\s=.*-version-number (\d+)[:\d]+/ms) {
+      if ($l =~ m/^(\S*)_la_LDFLAGS\s=.*-version-number (\d+)[:\d]*/ms) {
 	$so_versions{$1} = $2;
       }
       if ($l =~ m/^(\S*)_la_LDFLAGS\s=.*\s*-avoid-version\b/ms) {
@@ -132,7 +132,7 @@
 	$l =~ s{(\s*$sharedobjflags)+\b}{}msg;
 	$l =~ s{(_la_LDFLAGS\s*=\s*)}{$1 $sharedobjflags }ms;
 	$l =~ s{\s+-module\b}{}ms;
-	$l =~ s{\s+-version-number\s+\d+[:\d]+}{}ms;
+	$l =~ s{\s+-version-number\s+\d+[:\d]*}{}ms;
 	$l =~ s{\s+-no-undefined\b}{ -z defs}ms;
       }
 
--- a/open-src/common/pc-files/build_32/x11.pc	Wed Feb 27 19:55:52 2008 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-prefix=/usr/openwin
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-xthreadlib=
-
-Name: X11
-Description: X Library
-Version: 0.0
-Requires: xproto kbproto inputproto
-Requires.private: xau xdmcp
-Cflags: -I${includedir} -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DXTHREADS -DXUSE_MTSAFE_API
-Libs: -L${libdir} -R${libdir} -lX11
-Libs.private: 
--- a/open-src/common/pc-files/build_64/x11.pc	Wed Feb 27 19:55:52 2008 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-prefix=/usr/openwin
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib/64
-includedir=${prefix}/include
-
-xthreadlib=
-
-Name: X11
-Description: X Library
-Version: 0.0
-Requires: xproto kbproto inputproto
-Requires.private: xau xdmcp
-Cflags: -I${includedir} -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DXTHREADS -DXUSE_MTSAFE_API
-Libs: -L${libdir} -R${libdir} -lX11
-Libs.private: 
--- a/open-src/lib/Makefile	Wed Feb 27 19:55:52 2008 -0800
+++ b/open-src/lib/Makefile	Thu Feb 28 17:02:09 2008 -0800
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.13	08/02/21
+# @(#)Makefile	1.14	08/02/27
 #
 ###############################################################################
 
@@ -38,6 +38,7 @@
 	libxtrans \
 	libXau \
 	libXdmcp \
+	libX11 \
 	libICE \
 	libSM \
 	libfontenc \
--- a/open-src/lib/Makefile.inc	Wed Feb 27 19:55:52 2008 -0800
+++ b/open-src/lib/Makefile.inc	Thu Feb 28 17:02:09 2008 -0800
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile.inc	1.9	08/01/23
+# @(#)Makefile.inc	1.10	08/02/27
 #
 
 PWD:sh=pwd
@@ -77,6 +77,11 @@
 
 # Run configure script
 $(SOURCE_DIR)/Makefile: $(UNPACK_TARGET) $(XPROTO_DEP)
+	@case '$(MFLAGS)' in *[ik]*) set +e;; esac; \
+	if [ "x$(AUTORECONF)" = "xtrue" ] ; then \
+	    (cd $(SOURCE_DIR) && \
+	     ACLOCAL="$(ACLOCAL_PATH)" autoreconf -v --install --force ) ; \
+	fi
 	(cd $(SOURCE_DIR) ; chmod a+x configure ; \
 	 $(CONFIG_ENV) ./configure $(CONFIG_OPTS) )
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/1234757.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,239 @@
+###############################################################################
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+
+1234757: XInitThreads needs to be made less restrictive
+
+This is a RFE to enhance XInitThreads so that it may be called:
+
+    * By libraries used by the client, (without the client's intervention)
+    * At a later time, after other Xlib calls have already been made. 
+      Currently, XInitThreads *Must* be the first Xlib call that the client 
+      makes.
+
+For Example, in order for XIL 1.3 to be MT HOT, it must be able to
+make the call to XInitThreads, even if the client has already made
+other Xlib calls.
+
+--- include/X11/Xlibint.h	2007-05-16 08:34:44.000000000 -0700
++++ include/X11/Xlibint.h	2008-02-13 16:25:37.412776000 -0800
+@@ -187,6 +187,29 @@
+ 	struct _X11XCBPrivate *xcb; /* XCB glue private data */
+ };
+ 
++#if defined(XTHREADS) && defined(SUNSOFT)
++struct _DisplayPtrLink {
++    Display *dpy;
++    struct _DisplayPtrLink *next;
++};
++ 
++typedef struct _DisplayPtrLink DisplayPtrLink;
++ 
++int InitDisplayArrayLock();
++
++void RemoveFromDisplayLink(
++#if NeedFunctionPrototypes
++    Display *   /*dpy */
++#endif /* NeedFunctionPrototypes */
++);
++
++int AddToDisplayLink(
++#if NeedFunctionPrototypes
++    Display *   /*dpy */
++#endif /* NeedFunctionPrototypes */
++);
++#endif /* XTHREADS && SUNSOFT */
++
+ #define XAllocIDs(dpy,ids,n) (*(dpy)->idlist_alloc)(dpy,ids,n)
+ 
+ /*
+
+diff -urp -x '*~' -x '*.orig' src/OpenDis.c src/OpenDis.c
+--- src/OpenDis.c	2007-05-17 06:53:58.000000000 -0700
++++ src/OpenDis.c	2008-02-12 21:00:38.937312000 -0800
+@@ -62,6 +62,11 @@ typedef struct {
+ } _XBigReqState;
+ #endif /* !USE_XCB */
+ 
++#if defined(XTHREADS) && defined(SUNSOFT)
++DisplayPtrLink *HeadDisplay=NULL;
++DisplayPtrLink *LastDisplay=NULL;
++#endif /* XTHREADS && SUNSOFT */
++
+ #ifdef XTHREADS
+ #include "locking.h"
+ int  (*_XInitDisplayLock_fn)(Display *dpy) = NULL;
+@@ -267,6 +272,13 @@ XOpenDisplay (
+ 	}
+ #endif
+ 
++#ifdef XTHREADS
++        if (AddToDisplayLink(dpy) == 0) {
++                OutOfMemory (dpy, setup);
++                return(NULL);
++        }
++#endif XTHREADS
++
+ 	if (!_XPollfdCacheInit(dpy)) {
+ 	        OutOfMemory (dpy, setup);
+ 		return(NULL);
+@@ -793,6 +805,10 @@ _XBigReqHandler(
+ void _XFreeDisplayStructure(dpy)
+ 	register Display *dpy;
+ {
++#ifdef XTHREADS
++        RemoveFromDisplayLink(dpy);
++#endif XTHREADS
++
+ 	while (dpy->ext_procs) {
+ 	    _XExtension *ext = dpy->ext_procs;
+ 	    dpy->ext_procs = ext->next;
+@@ -917,6 +933,107 @@ void _XFreeDisplayStructure(dpy)
+ 	Xfree ((char *)dpy);
+ }
+ 
++#if defined(XTHREADS) && defined(SUNSOFT)
++int
++AddToDisplayLink(dpy)
++Display *dpy;
++{
++    if ( dpy->lock )
++        return 1;
++ 
++/*
++ * Attempt to allocate a display array. Return NULL if allocation fails.
++ */
++    if ( !HeadDisplay ) {
++        if ((HeadDisplay = (DisplayPtrLink *) Xcalloc
++                   (1, sizeof(struct _DisplayPtrLink))) == NULL ) {
++            return 0;
++        }
++ 
++        HeadDisplay->dpy = dpy;
++        HeadDisplay->next = NULL;
++        LastDisplay = HeadDisplay;
++        return 1;
++    }
++ 
++    if ((LastDisplay->next = (DisplayPtrLink *) Xcalloc
++                       (1, sizeof(struct _DisplayPtrLink))) == NULL ) {
++        return 0;
++    }
++ 
++    LastDisplay = LastDisplay->next;
++    LastDisplay->dpy = dpy;
++    LastDisplay->next = NULL;
++    return 1;
++}
++
++void
++RemoveFromDisplayLink(dpy)
++Display *dpy;
++{
++    DisplayPtrLink *tmp_display  = HeadDisplay;
++    DisplayPtrLink *prev_display = HeadDisplay;
++ 
++    if ( dpy->lock )
++        return;
++ 
++    while ( tmp_display ) {
++        if ((tmp_display->dpy == dpy) && (tmp_display->dpy->fd == dpy->fd)){
++            break;
++        }
++ 
++        prev_display = tmp_display;
++        tmp_display = tmp_display->next;
++    }
++
++    /* Node not found */
++    if ( !tmp_display )
++        return;
++
++    /* If tmp_display is the first node */
++    if ( tmp_display == HeadDisplay ) {
++        if ( HeadDisplay->next )
++            HeadDisplay = HeadDisplay->next;
++        else {
++            HeadDisplay = NULL;
++            LastDisplay = NULL;
++        }
++    } 
++    /* If tmp_display is the last node */
++    else if ( tmp_display == LastDisplay )  {
++        LastDisplay = prev_display;
++        LastDisplay->next = NULL;
++    }
++    /* tmp_display is in the middle of list*/
++    else
++        prev_display->next = tmp_display->next;
++
++    Xfree(tmp_display);
++    return;
++}
++
++int
++InitDisplayArrayLock()
++{
++    DisplayPtrLink *tmp_display  = HeadDisplay;
++    DisplayPtrLink *prev_display = HeadDisplay;
++ 
++    while ( tmp_display ) {
++        if ((tmp_display->dpy) && (!tmp_display->dpy->lock)) {
++            /* Initialize the display lock */
++            if (_XInitDisplayLock_fn(tmp_display->dpy) != 0) {
++                OutOfMemory (tmp_display->dpy, NULL);
++                return 0;
++            }
++        }
++        tmp_display = tmp_display->next;
++    }
++ 
++    return 1;
++}
++
++#endif /* XTHREADS && SUNSOFT */
++
+ /* OutOfMemory is called if malloc fails.  XOpenDisplay returns NULL
+    after this returns. */
+ 
+diff -urp -x '*~' -x '*.orig' src/locking.c src/locking.c
+--- src/locking.c	2007-05-16 08:34:44.000000000 -0700
++++ src/locking.c	2008-02-12 21:00:38.939222000 -0800
+@@ -642,6 +642,11 @@ Status XInitThreads()
+ #endif
+ #endif
+ 
++#ifdef SUNSOFT
++    if (InitDisplayArrayLock() == 0)
++        return 0;
++#endif
++
+     return 1;
+ }
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/1261271.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,66 @@
+###############################################################################
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+
+1261271 /usr/dist/exe/gnuemacs doesn't work on s297.
+
+diff -urp -x '*~' -x '*.orig' src/XlibInt.c src/XlibInt.c
+--- src/XlibInt.c	2008-02-27 21:08:53.377329000 -0800
++++ src/XlibInt.c	2008-02-27 21:08:58.411340000 -0800
+@@ -59,6 +59,12 @@ from The Open Group.
+ #include <X11/extensions/sme.h>
+ #endif /* SME */
+ 
++/* Xtransint.h is needed for access to an xtrans internal structure.
++ * See the comments in _XFlush for information.  This is required for
++ * compatibility between X11R6-xtrans and gnuemacs v18.58.
++ */
++#include <X11/Xtrans/Xtransint.h>
++
+ #ifdef XTHREADS
+ #include "locking.h"
+ 
+@@ -800,6 +806,17 @@ static void _XFlushInt(
+ 	register char *bufindex;
+ 	_XExtension *ext;
+ 
++	/* Begin gnuemacs v18.58 compatability fix.
++	 * In x11trans.c, line 2207, in gnuemacs source, the dpy->fd is
++	 * modified.  This was of no consequence in X11R5, but in X11R6,
++	 * the xtrans layer has a copy which must be updated here.
++	 * The reason to perform the update here is because this code
++	 * is executed right after gnuemacs changes the fd variable.
++	 */
++	if (dpy->fd != dpy->trans_conn->fd) {
++		dpy->trans_conn->fd = dpy->fd;
++	}
++	/* End gnuemacs v18.58 compatability fix. */
+ #ifdef SUNSOFT
+         if (dpy->smeBuffer) {
+                 smeRegion *smeBp = (smeRegion *) dpy->smeBuffer;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/4010755.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,229 @@
+###############################################################################
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+
+4010755: SEGV in XFindContext if XInitThreads has been enabled
+
+XFindContext in Xlib was calling _XLockMutex with an uninitialized
+mutex lock structure. The new version of XInitThreads activates the
+locking functions at any time, even after displays have been created.
+
+In this new case, the context structure was created prior to
+XInitThreads being invoked. As a result, the display contained an
+opaque pointer to this context structure, which still contained an
+uninitialized lock structure.
+
+The solution was to explicitly set the lock structure pointer to NULL
+(as a flag) when creating the context, then check for NULL before
+locking. If NULL is found and threads are now enabled, then the
+structure gets reinitialized to the correct mutex lock structure
+before the lock call.
+
+Another area besides the functions in Context.c are the functions in
+Xrm.c. A similar fix was added to them as well.
+
+
+diff -urp -x '*~' -x '*.orig' src/Context.c src/Context.c
+--- src/Context.c	2007-05-16 08:34:44.000000000 -0700
++++ src/Context.c	2008-02-12 21:00:44.588363000 -0800
+@@ -192,6 +192,7 @@ int XSaveContext(
+ 	    return XCNOMEM;
+ 	}
+ 	db->numentries = 0;
++	db->linfo.lock = (xmutex_t) NULL;
+ 	_XCreateMutex(&db->linfo);
+ #ifdef MOTIFBC
+ 	if (!display) *pdb = db; else
+@@ -203,6 +204,8 @@ int XSaveContext(
+ 	    UnlockDisplay(display);
+ 	}
+     }
++    if (!db->linfo.lock)
++	_XCreateMutex(&db->linfo);
+     _XLockMutex(&db->linfo);
+     head = &Hash(db, rid, context);
+     _XUnlockMutex(&db->linfo);
+@@ -254,6 +257,8 @@ int XFindContext(display, rid, context, 
+     }
+     if (!db)
+ 	return XCNOENT;
++    if (!db->linfo.lock)
++        _XCreateMutex(&db->linfo);
+     _XLockMutex(&db->linfo);
+     for (entry = Hash(db, rid, context); entry; entry = entry->next)
+     {
+@@ -292,6 +297,8 @@ int XDeleteContext(display, rid, context
+     }
+     if (!db)
+ 	return XCNOENT;
++    if (!db->linfo.lock)
++        _XCreateMutex(&db->linfo);
+     _XLockMutex(&db->linfo);
+     for (prev = &Hash(db, rid, context);
+ 	 (entry = *prev);
+diff -urp -x '*~' -x '*.orig' src/Xrm.c src/Xrm.c
+--- src/Xrm.c	2007-05-16 08:34:44.000000000 -0700
++++ src/Xrm.c	2008-02-12 21:00:44.594920000 -0800
+@@ -500,6 +500,7 @@ static XrmDatabase NewDatabase(void)
+ 
+     db = (XrmDatabase) Xmalloc(sizeof(XrmHashBucketRec));
+     if (db) {
++        db->linfo.lock = (xmutex_t) NULL;
+ 	_XCreateMutex(&db->linfo);
+ 	db->table = (NTable)NULL;
+ 	db->mbstate = (XPointer)NULL;
+@@ -775,7 +776,11 @@ void XrmCombineDatabase(
+     if (!*into) {
+ 	*into = from;
+     } else if (from) {
++	if (!(&from->linfo.lock))
++	    _XCreateMutex(&from->linfo);
+ 	_XLockMutex(&from->linfo);
++	if (!(&(*into)->linfo.lock))
++	    _XCreateMutex(&(*into)->linfo);
+ 	_XLockMutex(&(*into)->linfo);
+ 	if ((ftable = from->table)) {
+ 	    prev = &(*into)->table;
+@@ -1022,6 +1027,8 @@ void XrmQPutResource(
+     XrmValuePtr		value)
+ {
+     if (!*pdb) *pdb = NewDatabase();
++    if (!(*pdb)->linfo.lock)
++        _XCreateMutex(&(*pdb)->linfo);
+     _XLockMutex(&(*pdb)->linfo);
+     PutEntry(*pdb, bindings, quarks, type, value);
+     _XUnlockMutex(&(*pdb)->linfo);
+@@ -1038,6 +1045,8 @@ XrmPutResource(
+     XrmQuark	    quarks[MAXDBDEPTH+1];
+ 
+     if (!*pdb) *pdb = NewDatabase();
++    if (!(*pdb)->linfo.lock)
++        _XCreateMutex(&(*pdb)->linfo);
+     _XLockMutex(&(*pdb)->linfo);
+     XrmStringToBindingQuarkList(specifier, bindings, quarks);
+     PutEntry(*pdb, bindings, quarks, XrmStringToQuark(type), value);
+@@ -1056,6 +1065,8 @@ XrmQPutStringResource(
+     if (!*pdb) *pdb = NewDatabase();
+     value.addr = (XPointer) str;
+     value.size = strlen(str)+1;
++    if (!(*pdb)->linfo.lock)
++        _XCreateMutex(&(*pdb)->linfo);
+     _XLockMutex(&(*pdb)->linfo);
+     PutEntry(*pdb, bindings, quarks, XrmQString, &value);
+     _XUnlockMutex(&(*pdb)->linfo);
+@@ -1538,6 +1549,8 @@ XrmPutStringResource(
+     XrmStringToBindingQuarkList(specifier, bindings, quarks);
+     value.addr = (XPointer) str;
+     value.size = strlen(str)+1;
++    if (!(*pdb)->linfo.lock)
++        _XCreateMutex(&(*pdb)->linfo);
+     _XLockMutex(&(*pdb)->linfo);
+     PutEntry(*pdb, bindings, quarks, XrmQString, &value);
+     _XUnlockMutex(&(*pdb)->linfo);
+@@ -1550,6 +1563,8 @@ XrmPutLineResource(
+     _Xconst char*line)
+ {
+     if (!*pdb) *pdb = NewDatabase();
++    if (!(*pdb)->linfo.lock)
++        _XCreateMutex(&(*pdb)->linfo);
+     _XLockMutex(&(*pdb)->linfo);
+     GetDatabase(*pdb, line, (char *)NULL, False);
+     _XUnlockMutex(&(*pdb)->linfo);
+@@ -1562,6 +1577,8 @@ XrmGetStringDatabase(
+     XrmDatabase     db;
+ 
+     db = NewDatabase();
++    if (!db->linfo.lock)
++        _XCreateMutex(&db->linfo);
+     _XLockMutex(&db->linfo);
+     GetDatabase(db, data, (char *)NULL, True);
+     _XUnlockMutex(&db->linfo);
+@@ -1670,6 +1687,8 @@ XrmGetFileDatabase(
+ 	return (XrmDatabase)NULL;
+ 
+     db = NewDatabase();
++    if (!db->linfo.lock)
++        _XCreateMutex(&db->linfo);
+     _XLockMutex(&db->linfo);
+     GetDatabase(db, str, filename, True);
+     _XUnlockMutex(&db->linfo);
+@@ -1694,6 +1713,8 @@ XrmCombineFileDatabase(
+ 	    *target = db = NewDatabase();
+     } else
+ 	db = NewDatabase();
++    if (!db->linfo.lock)
++        _XCreateMutex(&db->linfo);
+     _XLockMutex(&db->linfo);
+     GetDatabase(db, str, filename, True);
+     _XUnlockMutex(&db->linfo);
+@@ -1966,6 +1987,8 @@ Bool XrmEnumerateDatabase(
+ 
+     if (!db)
+ 	return False;
++    if (!db->linfo.lock)
++        _XCreateMutex(&db->linfo);
+     _XLockMutex(&db->linfo);
+     eclosure.db = db;
+     eclosure.proc = proc;
+@@ -2262,6 +2285,8 @@ Bool XrmQGetSearchList(
+     closure.idx = -1;
+     closure.limit = listLength - 2;
+     if (db) {
++	if (!db->linfo.lock)
++	    _XCreateMutex(&db->linfo);
+ 	_XLockMutex(&db->linfo);
+ 	table = db->table;
+ 	if (*names) {
+@@ -2540,6 +2565,8 @@ Bool XrmQGetResource(
+     VClosureRec closure;
+ 
+     if (db && *names) {
++	if (!db->linfo.lock)
++	    _XCreateMutex(&db->linfo);
+ 	_XLockMutex(&db->linfo);
+ 	closure.type = pType;
+ 	closure.value = pValue;
+@@ -2636,6 +2663,8 @@ XrmLocaleOfDatabase(
+     XrmDatabase db)
+ {
+     const char* retval;
++    if (!db->linfo.lock)
++        _XCreateMutex(&db->linfo);
+     _XLockMutex(&db->linfo);
+     retval = (*db->methods->lcname)(db->mbstate);
+     _XUnlockMutex(&db->linfo);
+@@ -2648,6 +2677,8 @@ void XrmDestroyDatabase(
+     register NTable table, next;
+ 
+     if (db) {
++	if (!db->linfo.lock)
++	    _XCreateMutex(&db->linfo);
+ 	_XLockMutex(&db->linfo);
+ 	for (next = db->table; (table = next); ) {
+ 	    next = table->next;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/4076297.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,55 @@
+###############################################################################
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+
+4076297 glXChooseVisual hangs if XInitThreads is called
+
+diff -urp -x '*~' -x '*.orig' src/XlibInt.c src/XlibInt.c
+--- src/XlibInt.c	2008-02-27 21:08:48.204605000 -0800
++++ src/XlibInt.c	2008-02-27 21:08:53.377329000 -0800
+@@ -1339,7 +1339,8 @@ int _XRead(
+        if (dpy->lock && dpy->lock->reply_bytes_left > 0)
+        {
+            dpy->lock->reply_bytes_left -= original_size;
+-           if (dpy->lock->reply_bytes_left == 0) {
++           if (dpy->lock->reply_bytes_left <= 0) {
++	       dpy->lock->reply_bytes_left = 0;
+ 	       dpy->flags &= ~XlibDisplayReply;
+                UnlockNextReplyReader(dpy);
+ 	   }
+@@ -1564,7 +1565,8 @@ void _XReadPad(
+        if (dpy->lock && dpy->lock->reply_bytes_left > 0)
+        {
+            dpy->lock->reply_bytes_left -= original_size;
+-           if (dpy->lock->reply_bytes_left == 0) {
++           if (dpy->lock->reply_bytes_left <= 0) {
++	       dpy->lock->reply_bytes_left = 0;
+ 	       dpy->flags &= ~XlibDisplayReply;
+                UnlockNextReplyReader(dpy);
+ 	   }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/4614834.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,96 @@
+###############################################################################
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+
+4614834: Xlib color functions are not MT-safe
+
+In a multithreaded Xlib client:
+
+    * concurrent access to XAllocNamedColor() make the client crash
+    * concurrent access to XLookupColor() make the client crash
+
+The cause of the problem is that in multithread environment some data
+in XLookupColor() and XAllocNamedColor() can be accessed/modified at
+same time by multi threads. Adding some lock and unlock code to make
+sure only one thread can access the data at one time fixed the
+problem.
+
+diff -urp -x '*~' -x '*.orig' src/GetColor.c src/GetColor.c
+--- src/GetColor.c	2007-05-16 08:34:44.000000000 -0700
++++ src/GetColor.c	2008-02-12 21:00:49.846700000 -0800
+@@ -57,12 +57,14 @@ XColor *exact_def) /* RETURN */
+     if ((ccc = XcmsCCCOfColormap(dpy, cmap)) != (XcmsCCC)NULL) {
+ 	const char *tmpName = colorname;
+ 
++	LockDisplay(dpy);
+ 	switch (_XcmsResolveColorString(ccc, &tmpName, &cmsColor_exact,
+ 					XcmsRGBFormat)) {
+ 	case XcmsSuccess:
+ 	case XcmsSuccessWithCompression:
+ 	    _XcmsRGB_to_XColor(&cmsColor_exact, exact_def, 1);
+ 	    memcpy((char *)hard_def, (char *)exact_def, sizeof(XColor));
++	    UnlockDisplay(dpy);
+ 	    ret = XAllocColor(dpy, cmap, hard_def);
+ 	    exact_def->pixel = hard_def->pixel;
+ 	    return(ret);
+@@ -75,6 +77,7 @@ XColor *exact_def) /* RETURN */
+ 	     */
+ 	    break;
+ 	}
++	UnlockDisplay(dpy);
+     }
+ 
+     /*
+diff -urp -x '*~' -x '*.orig' src/LookupCol.c src/LookupCol.c
+--- src/LookupCol.c	2007-05-16 08:34:44.000000000 -0700
++++ src/LookupCol.c	2008-02-12 21:00:49.847158000 -0800
+@@ -55,6 +55,7 @@ XLookupColor (
+ 	if ((ccc = XcmsCCCOfColormap(dpy, cmap)) != (XcmsCCC)NULL) {
+ 	    const char *tmpName = spec;
+ 
++	    LockDisplay(dpy);
+ 	    switch (_XcmsResolveColorString(ccc, &tmpName, &cmsColor_exact,
+ 					    XcmsRGBFormat)) {
+ 	    case XcmsSuccess:
+@@ -62,6 +63,7 @@ XLookupColor (
+ 		_XcmsRGB_to_XColor(&cmsColor_exact, def, 1);
+ 		memcpy((char *)scr, (char *)def, sizeof(XColor));
+ 		_XUnresolveColor(ccc, scr);
++		UnlockDisplay(dpy);
+ 		return(1);
+ 	    case XcmsFailure:
+ 	    case _XCMS_NEWNAME:
+@@ -72,6 +74,7 @@ XLookupColor (
+ 		 */
+ 		break;
+ 	    }
++	    UnlockDisplay(dpy);
+ 	}
+ 
+ 	/*
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/5039226.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,55 @@
+###############################################################################
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+
+5039226 Whitebox animation causes Solaris desktop hang
+
+This problem is caused by a dead lock between java_vm and Xserver:
+Xserver is grabbed by java_vm and waiting for XUngrabServer, java_vm
+thought XUngrabServer was already sent and sends another dga lock
+request to Xserver and blocked on that request. Here is what happened:
+java_vm threads calls XGrabServer and XUngrabServer and then
+Solaris_DGA_GetLock, it seems no problem, but the current
+XUngrabServer requires a XSync call after XUngrabServer in MT
+environment to make sure Xserver is ungrabbed *before* new lock
+requests come in. Without this XSync, a dead lock may formed just like
+this case.
+
+--- src/UngrabSvr.c	2007-05-17 06:53:58.000000000 -0700
++++ src/UngrabSvr.c	2008-02-27 18:14:24.227304000 -0800
+@@ -41,6 +41,9 @@
+         GetEmptyReq(UngrabServer, req);
+         UnlockDisplay(dpy);
+ 	SyncHandle();
++	/* fix for bug 5039226: desktop hangs */
++	if (!dpy->synchandler)  
++	    XSync(dpy, 0);
+ 	return 1;
+ }
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/6409332.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,45 @@
+###############################################################################
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+Part of the fix for:
+6409332 infinite loop in XFlushInt() in Nevada on x86/32-bit
+
+The rest is already in libX11 upstream.
+
+--- include/X11/Xlibint.h	2008-02-19 14:30:30.193100000 -0800
++++ include/X11/Xlibint.h	2007-06-07 09:35:46.649363000 -0700
+@@ -108,7 +108,7 @@
+ 	int nscreens;		/* number of screens on this server*/
+ 	Screen *screens;	/* pointer to list of screens */
+ 	unsigned long motion_buffer;	/* size of motion buffer */
+-	unsigned long flags;	   /* internal connection flags */
++	volatile unsigned long flags;	   /* internal connection flags */
+ 	int min_keycode;	/* minimum defined keycode */
+ 	int max_keycode;	/* maximum defined keycode */
+ 	KeySym *keysyms;	/* This server's keysyms */
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/Makefile	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,128 @@
+###############################################################################
+#
+# X11 1.x Makefile
+#
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+# @(#)Makefile	1.3	08/02/28
+#
+
+# Package name used in tarballs
+LIB_MODULE=libX11
+
+# Version number (used in path names)
+LIB_VERS=1.1.3
+
+# Patches to apply to source after unpacking, in order
+SOURCE_PATCHES = \
+	lintlib.patch,-p1 \
+	manpages.patch,-p1 \
+	XErrorDB.patch,-p1 \
+	1234757.patch \
+	4010755.patch \
+	4614834.patch \
+	5039226.patch \
+	6409332.patch \
+	solaris-abi.patch \
+	solaris-i18n.patch \
+	solaris-kbd.patch \
+	SolarisIA.patch \
+	sme.patch \
+	4076297.patch \
+	1261271.patch
+
+# Library name (used for specfiles/mapfiles)
+LIBNAME=X11
+
+# Man pages to apply Sun footer to & attributes to list
+SUNTOUCHED_MANPAGES=man/*.man man/xkb/*.man
+SUN_PACKAGE=SUNWxwplt
+LIB_STABILITY=Committed
+LIB_MAN_SUFFIX=3X11
+
+# Command line options to GNU autoconf configure script
+LIB_ADD_CONFIG_OPTS = --enable-xthreads --enable-loadable-i18n \
+	--with-xcb=no --enable-loadable-xcursor --enable-xcms \
+	--enable-xlocaledir --enable-xkb --enable-man-pages=$(LIB_MAN_SUFFIX) \
+	--with-lint --enable-lint-library \
+	--with-locale-lib-dir='$${exec_prefix}/lib/X11/locale$(LIBSUBDIR)'
+
+# -xF is needed for mapfile reordering to work
+LIB_ADD_CFLAGS = -xF -g
+
+# -DSUNSOFT enables SUN_SME (Shared Memory transport extension)
+# -DMOTIFBC enables compatibility with bugs in Motif & other apps
+# -DSUNSOFT_KBD enables Solaris traditional keyboard handling
+LIB_ADD_CPPFLAGS = -DSUNSOFT -DMOTIFBC -DSUNSOFT_KBD
+
+# Work around libtool's interference
+LIB_ADD_BUILD_DEPS = delibtoolize
+
+# Use -KPIC instead of -Kpic because we have too many symbols on SPARC
+DELIBTOOLIZE_FLAGS_sparc = -P
+DELIBTOOLIZE_FLAGS_i386 = 
+DELIBTOOLIZE_FLAGS = $(DELIBTOOLIZE_FLAGS_$(MACH))
+
+# Need additional mapfile for additional symbols in 64-bit versions
+BUILD_64_FLAGS = ADD_libX11_LDFLAGS="-M $(PWD)/mapfile-vers-64"
+
+# Library built in tree
+LIB_BUILT=$(SOURCE_DIR)/src/.libs/libX11.so.4
+
+# pkg-config files that need to have -R added
+FIX_PC_FILES=x11.pc.in
+
+# Regenerate Makefile.in's from Makefile.am's after patching them
+AUTORECONF=true
+
+include ../Makefile.inc
+
+# Merge in additional sources from sun-src directory
+source_gen:: $(LNDIR)
+	mkdir -p $(SOURCE_DIR)
+	(cd $(SOURCE_DIR) && $(LNDIR) ../../sun-src)
+
+install_gen::
+	mkdir -p $(PROTODIR)/usr/X11/lib$(ARCHLIBSUBDIR)
+	-rm -f $(PROTODIR)/usr/X11/lib$(ARCHLIBSUBDIR)/libX11.so
+	ln -s libX11.so.4 $(PROTODIR)/usr/X11/lib$(ARCHLIBSUBDIR)/libX11.so
+
+# Install additional headers we need in other parts of the build or ship in
+# packages, but which X.Org doesn't
+install_32::
+	mkdir -p $(PROTODIR)/usr/X11/include/X11/extensions
+	cp -pf sun-src/include/X11/Xvarargs.h $(PROTODIR)/usr/X11/include/X11/
+	cp -pf sun-src/include/X11/extensions/XInteractive.h \
+		$(PROTODIR)/usr/X11/include/X11/extensions/
+	cp -pf sun-src/include/X11/extensions/XInteractive.h \
+		$(PROTODIR)/usr/X11/include/X11/extensions/
+	cp -pf $(BUILD_DIR_32)$(SOURCE_DIR)/src/ks_tables.h \
+		$(PROTODIR)/usr/X11/include/
+	cp -pf $(BUILD_DIR_32)$(SOURCE_DIR)/src/xlibi18n/Xlc*.h \
+		$(PROTODIR)/usr/X11/include/X11/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/SolarisIA.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,79 @@
+###############################################################################
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+diff -urp -x '*~' -x '*.orig' src/Makefile.am src/Makefile.am
+--- src/Makefile.am	2008-02-27 21:08:37.807066000 -0800
++++ src/Makefile.am	2008-02-27 21:08:42.581207000 -0800
+@@ -357,6 +357,9 @@ libX11_la_SOURCES += \
+                   x11_trans.c
+ endif
+ 
++# SolarisIA extension
++libX11_la_SOURCES += XInteractive.c
++
+ #
+ # Figure out which sub-libraries to link into Xlib
+ #
+diff -urp -x '*~' -x '*.orig' src/OpenDis.c src/OpenDis.c
+--- src/OpenDis.c	2008-02-27 21:08:37.717142000 -0800
++++ src/OpenDis.c	2008-02-27 21:08:42.585211000 -0800
+@@ -47,6 +47,11 @@ in this Software without prior written a
+ #include "XKBlib.h"
+ #endif /* XKB */
+ 
++/* begin SUNSOFT_INTERACTIVE */
++#include <X11/extensions/interactive.h>
++#include <X11/extensions/XInteractive.h>
++/* end SUNSOFT_INTERACTIVE */
++
+ #if !USE_XCB
+ #ifdef X_NOT_POSIX
+ #define Size_t unsigned int
+@@ -758,6 +763,21 @@ XOpenDisplay (
+ #ifdef XKB
+ 	XkbUseExtension(dpy,NULL,NULL);
+ #endif
++/* begin SUNSOFT_INTERACTIVE */
++	{
++
++	   long  pid    = (long) getpid();
++	   int majorop, first_event, first_error;
++	   int majorv, minorv;
++ 
++	   if ( (XQueryExtension(dpy, "SolarisIA",
++		&majorop, &first_event, &first_error)==True)) {
++		  XSolarisIASetProcessInfo(dpy, (unsigned char *)&pid,
++					   INTERACTIVE_INFO, 1); 
++	   }
++	} 
++/* end SUNSOFT_INTERACTIVE */
++
+ /*
+  * and return successfully
+  */
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/XErrorDB.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,95 @@
+XErrorDB fixes applied to X.Org git after libX11-1.1.3 was released.
+These should all be included in libX11-1.1.4 so this patch can be
+removed when upgrading to that release.
+
+From 31540f1438ec63faf37044f2fd654b335ddf80f0 Mon Sep 17 00:00:00 2001
+From: =?utf-8?q?Kristian_H=C3=B8gsberg?= <[email protected]>
+Date: Wed, 29 Aug 2007 19:50:57 -0400
+Subject: [PATCH] Add GLX 1.4 requests and errors.
+---
+ src/XErrorDB |   16 ++++++++++++++++
+ 1 files changed, 16 insertions(+), 0 deletions(-)
+
+diff --git a/src/XErrorDB b/src/XErrorDB
+index 2e34b1d..a0b9684 100644
+--- a/src/XErrorDB
++++ b/src/XErrorDB
+@@ -498,6 +498,18 @@ XRequest.GLX.17: X_GLXVendorPrivateWithR
+ XRequest.GLX.18: X_GLXQueryExtensionsString
+ XRequest.GLX.19: X_GLXQueryServerString
+ XRequest.GLX.20: X_GLXClientInfo
++XRequest.GLX.21: X_GLXGetFBConfigs
++XRequest.GLX.22: X_GLXCreatePixmap
++XRequest.GLX.23: X_GLXDestroyPixmap
++XRequest.GLX.24: X_GLXCreateNewContext
++XRequest.GLX.25: X_GLXQueryContext
++XRequest.GLX.26: X_GLXMakeContextCurrent
++XRequest.GLX.27: X_GLXCreatePbuffer
++XRequest.GLX.28: X_GLXDestroyPbuffer
++XRequest.GLX.29: X_GLXGetDrawableAttributes
++XRequest.GLX.30: X_GLXChangeDrawableAttributes
++XRequest.GLX.31: X_GLXCreateWindow
++XRequest.GLX.32: X_GLXDestroyWindow
+ ! GL Non-rendering Commands
+ XRequest.GLX.103: X_GLXDeleteLists
+ XRequest.GLX.102: X_GLXEndList
+@@ -555,6 +567,10 @@ XProtoError.GLX.5: GLXBadCurrentWindow
+ XProtoError.GLX.6: GLXBadRenderRequest
+ XProtoError.GLX.7: GLXBadLargeRequest
+ XProtoError.GLX.8: GLXUnsupportedPrivateRequest
++XProtoError.GLX.9: GLXBadFBConfig
++XProtoError.GLX.10: GLXBadPbuffer
++XProtoError.GLX.11: GLXBadCurrentDrawable
++XProtoError.GLX.12: GLXBadWindow
+ ! XC-MISC extension, an X Consortium standard
+ XRequest.XC-MISC.0: XCMiscGetVersion
+ XRequest.XC-MISC.1: XCMiscGetXIDRange
+-- 
+1.4.1
+
+From 416a812200f24d19149dcc497e5c51a0608120f6 Mon Sep 17 00:00:00 2001
+From: Alan Coopersmith <[email protected]>
+Date: Fri, 8 Feb 2008 15:31:31 -0800
+Subject: [PATCH] XErrorDB updates for Render 0.9 & XFixes 4.0
+---
+ src/XErrorDB |   10 +++++++++-
+ 1 files changed, 9 insertions(+), 1 deletions(-)
+
+diff --git a/src/XErrorDB b/src/XErrorDB
+index a0b9684..70715a5 100644
+--- a/src/XErrorDB
++++ b/src/XErrorDB
+@@ -634,7 +634,7 @@ XProtoError.XFree86-Misc.5: XF86MiscModI
+ XProtoError.XFree86-Misc.6: XF86MiscModInDevClientNotLocal
+ XProtoError.XFree86-Misc.7: XF86MiscNoModule
+ ! XFree86-DGA  -- not an X Consortium standard
+-XRequest.XFree86-DGA.0: XDGAQueryVersion
++XRequest.XFree86-DGA.0: XF86DGAQueryVersion
+ XRequest.XFree86-DGA.1: XF86DGAGetVideoLL
+ XRequest.XFree86-DGA.2: XF86DGADirectVideo
+ XRequest.XFree86-DGA.3: XF86DGAGetViewPortSize
+@@ -891,6 +891,12 @@ XRequest.RENDER.27: RenderCreateCursor
+ XRequest.RENDER.28: RenderSetPictureTransform
+ XRequest.RENDER.29: RenderQueryFilters
+ XRequest.RENDER.30: RenderSetPictureFilter
++XRequest.RENDER.31: RenderCreateAnimCursor
++XRequest.RENDER.32: RenderAddTraps
++XRequest.RENDER.33: RenderCreateSolidFill
++XRequest.RENDER.34: RenderCreateLinearGradient
++XRequest.RENDER.35: RenderCreateRadialGradient
++XRequest.RENDER.36: RenderCreateConicalGradient
+ XProtoError.RENDER.0: RenderBadFormat (invalid PictFormat parameter)
+ XlibMessage.RENDER.0: PictFormat id in failed request: 0x%lx
+ XProtoError.RENDER.1: RenderBadPicture (invalid Picture parameter)
+@@ -931,6 +937,8 @@ XRequest.XFIXES.25: XFixesGetCursorImage
+ XRequest.XFIXES.26: XFixesChangeCursor
+ XRequest.XFIXES.27: XFixesChangeCursorByName
+ XRequest.XFIXES.28: XFixesExpandRegion
++XRequest.XFIXES.29: XFixesHideCursor
++XRequest.XFIXES.30: XFixesShowCursor
+ XProtoError.XFIXES.0: BadRegion (invalid Region parameter)
+ XlibMessage.XFIXES.0: Region id in failed request:  0x%lx
+ ! DAMAGE extension
+-- 
+1.4.1
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/lintlib.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,59 @@
+From e5892467ae3308c8651be76e06db322dcbc08522 Mon Sep 17 00:00:00 2001
+From: Alan Coopersmith <[email protected]>
+Date: Fri, 15 Feb 2008 17:27:53 -0800
+Subject: [PATCH] Add support for building lint library with --enable-lint-library
+---
+ configure.ac    |    5 +++++
+ src/Makefile.am |   13 +++++++++++++
+ 2 files changed, 18 insertions(+), 0 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 604d1bb..7ab9b7f 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -14,6 +14,10 @@ AM_MAINTAINER_MODE
+ AM_CONFIG_HEADER([src/config.h])
+ AC_CONFIG_HEADER([include/X11/XlibConf.h])
+ 
++# Require xorg-macros version 1.1.0 or newer for XORG_WITH_LINT macro
++m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.1 or later before running autoconf/autogen])])
++XORG_MACROS_VERSION(1.1)
++
+ # Checks for programs.
+ AC_PROG_LIBTOOL
+ AC_PROG_CC
+@@ -331,6 +335,7 @@ fi
+ 
+ dnl Allow checking code with lint, sparse, etc.
+ XORG_WITH_LINT
++XORG_LINT_LIBRARY([X11])
+ LINT_FLAGS="${LINT_FLAGS} ${X11_CFLAGS} ${XPROTO_CFLAGS}"
+ 
+ if test "x$GCC" = "xyes"; then
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 7c44f5b..564e03f 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -402,6 +402,19 @@ lint:	$(BUILT_SOURCES)
+ 	done
+ endif LINT
+ 
++if MAKE_LINT_LIB
++lintlibdir = $(libdir)
++
++lintlib_DATA = $(LINTLIB)
++
++lintlib_src = $(libX11_la_SOURCES) xcms/*.c xkb/*.c
++
++CLEANFILES += $(lintlib_DATA)
++
++$(LINTLIB): $(libX11_la_SOURCES)
++	$(LINT) -y -oX11 -x $(ALL_LINT_FLAGS) $(lintlib_src)
++endif MAKE_LINT_LIB
++
+ #
+ # Building ks_tables.h requires the makekeys utility
+ #
+-- 
+1.4.1
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/manpages.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,2404 @@
+Manpage fixes applied to X.Org git after libX11-1.1.3 was released.
+These should all be included in libX11-1.1.4 so this patch can be
+removed when upgrading to that release.
+
+From e3430616f26b68e1439143cbe10732f3fc329d20 Mon Sep 17 00:00:00 2001
+From: Eric S. Raymond <[email protected]>
+Date: Tue, 2 Jan 2007 08:40:00 -0800
+Subject: [PATCH] Bug #9516: Markup error in XAllocWMHints.3x
+
+X.Org Bugzilla #9516 <https://bugs.freedesktop.org/show_bug.cgi?id=9516>
+---
+ man/XAllocWMHints.man |    3 +--
+ 1 files changed, 1 insertions(+), 2 deletions(-)
+
+diff --git a/man/XAllocWMHints.man b/man/XAllocWMHints.man
+index 4c3fe1d..089dc52 100644
+--- a/man/XAllocWMHints.man
++++ b/man/XAllocWMHints.man
+@@ -46,8 +46,7 @@
+ .\"
+ .ds xT X Toolkit Intrinsics \- C Language Interface
+ .ds xW Athena X Widgets \- C Language X Toolkit Interface
+-.ds xL Xlib \- C Language X Interface, \fRO'Reilly and Associates, Sebastopol,
+-1991. 
++.ds xL Xlib \- C Language X Interface, \fRO'Reilly and Associates, Sebastopol, 1991. 
+ .ds xC Inter-Client Communication Conventions Manual
+ .na
+ .de Ds
+-- 
+1.4.1
+
+From ca5d9a625ea0965853fa9e74a448b8c29c78ec95 Mon Sep 17 00:00:00 2001
+From: Eric S. Raymond <[email protected]>
+Date: Tue, 2 Jan 2007 10:18:00 -0800
+Subject: [PATCH] Bug 9523: Markup problems in XQueryExtension.3x
+
+X.Org Bugzilla #9523 <https://bugs.freedesktop.org/show_bug.cgi?id=9523>
+---
+ man/XQueryExtension.man |    3 +--
+ 1 files changed, 1 insertions(+), 2 deletions(-)
+
+diff --git a/man/XQueryExtension.man b/man/XQueryExtension.man
+index a81ec0c..bfc0964 100644
+--- a/man/XQueryExtension.man
++++ b/man/XQueryExtension.man
+@@ -14,7 +14,7 @@
+ .\" of the information in this document.  It is provided \`\`as-is'' without
+ .\" express or implied warranty.
+ .\"
+-.dS xL Programming with Xlib
++.ds xL Programming with Xlib
+ .TH XQueryExtension __libmansuffix__ __xorgversion__ "X FUNCTIONS"
+ .SH NAME
+ XQueryExtension, XListExtensions, XFreeExtensionList \- list available extensions
+@@ -25,7 +25,6 @@ Bool XQueryExtension(\^\fIdisplay, \fIna
+ char **XListExtensions(\^\fIdisplay\fP, \fInextensions_return\fP\^)
+ .HP
+ XFreeExtensionList(\^\fIlist\fP\^)
+-.FN
+ .SH ARGUMENTS
+ .IP \fIdisplay\fP 1i
+ Specifies the connection to the X server.
+-- 
+1.4.1
+
+From c316aaf0aab06951db9dc5c9c1148bfea835d885 Mon Sep 17 00:00:00 2001
+From: Eric S. Raymond <[email protected]>
+Date: Sun, 14 Jan 2007 10:38:00 -0800
+Subject: [PATCH] Bug #9650: Bad markup in XLoadFont.3x manual page
+
+X.Org Bugzilla #9650 <https://bugs.freedesktop.org/show_bug.cgi?id=9650>
+---
+ man/XLoadFont.man |   47 +++++++++++++++++++++++------------------------
+ 1 files changed, 23 insertions(+), 24 deletions(-)
+
+diff --git a/man/XLoadFont.man b/man/XLoadFont.man
+index ab7e890..906f20e 100644
+--- a/man/XLoadFont.man
++++ b/man/XLoadFont.man
+@@ -141,6 +141,16 @@
+ .el .sp 10p
+ ..
+ .ny0
++.de EX
++.sp
++.nf
++.ft CW
++..
++.de EE
++.ft R
++.fi
++.sp
++..
+ .TH XLoadFont __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS"
+ .SH NAME
+ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct \- load or unload fonts and font metric structures
+@@ -309,9 +319,7 @@ and
+ structures contain:
+ .LP
+ .IN "XCharStruct" "" "@DEF@"
+-.Ds 0
+-.TA .5i 3i
+-.ta .5i 3i
++.EX
+ typedef struct {
+ 	short lbearing;	/\(** origin to left edge of raster */
+ 	short rbearing;	/\(** origin to right edge of raster */
+@@ -320,32 +328,26 @@ typedef struct {
+ 	short descent;	/\(** baseline to bottom edge of raster */
+ 	unsigned short attributes;	/\(** per char flags (not predefined) */
+ } XCharStruct;
+-.De
++.EE
+ .LP
+ .IN "XFontProp" "" "@DEF@"
+-.Ds 0
+-.TA .5i 1i 3i
+-.ta .5i 1i 3i
++.EX
+ typedef struct {
+ 	Atom	name;
+ 	unsigned long card32;
+ } XFontProp;
+-.De
++.EE
+ .LP
+ .IN "XChar2b" "" "@DEF@"
+-.Ds 0
+-.TA .5i 3i
+-.ta .5i 3i
++.EX
+ typedef struct {	/\(** normal 16 bit characters are two bytes */
+     unsigned char byte1;
+     unsigned char byte2;
+ } XChar2b;
+-.De
++.EE
+ .LP
+ .IN "XFontStruct" "" "@DEF@"
+-.Ds 0
+-.TA .5i 3i
+-.ta .5i 3i
++.EX
+ typedef struct {
+ 	XExtData *ext_data;	/\(** hook for extension to hang data */
+ 	Font fid;	/\(** Font id for this font */
+@@ -364,7 +366,7 @@ typedef struct {
+ 	int ascent;	/\(** logical extent above baseline for spacing */
+ 	int descent;	/\(** logical decent below baseline for spacing */
+ } XFontStruct;
+-.De
++.EE
+ .LP
+ X supports single byte/character, two bytes/character matrix,
+ and 16-bit character text operations.
+@@ -416,19 +418,16 @@ min_char_or_byte2 and max_char_or_byte2 
+ and the 2-byte character index values corresponding to the
+ per_char array element N (counting from 0) are:
+ .IP
+-.nf
++.EX
+ 	byte1 = N/D + min_byte1
+-.br
+ 	byte2 = N\\D + min_char_or_byte2
+-.IP
+-.fi
++.EE
+ where:
+-.IP
+-.nf
++.EX
+         D = max_char_or_byte2 \- min_char_or_byte2 + 1
+         / = integer division
+-        \\ = integer modulus
+-.fi
++        \e\e = integer modulus
++.EE
+ .IP \(bu 5
+ If the per_char pointer is NULL, 
+ all glyphs between the first and last character indexes
+-- 
+1.4.1
+
+From 2e7e0748d353d7f53bbd65ec6bf0df8758528ddc Mon Sep 17 00:00:00 2001
+From: Eric S. Raymond <[email protected]>
+Date: Sun, 14 Jan 2007 10:39:00 -0800
+Subject: [PATCH] Bug #9651: Bad markup in XcmsColor.3x
+
+X.Org Bugzilla #9651 <https://bugs.freedesktop.org/show_bug.cgi?id=9651>
+---
+ man/XcmsColor.man |   72 +++++++++++++++++++++++------------------------------
+ 1 files changed, 31 insertions(+), 41 deletions(-)
+
+diff --git a/man/XcmsColor.man b/man/XcmsColor.man
+index 43635ce..8c7d0e9 100644
+--- a/man/XcmsColor.man
++++ b/man/XcmsColor.man
+@@ -140,6 +140,16 @@
+ .el .sp 10p
+ ..
+ .ny0
++.de EX
++.sp
++.nf
++.ft CW
++..
++.de EE
++.ft R
++.fi
++.sp
++..
+ .TH XcmsColor __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS"
+ .SH NAME
+ XcmsColor, XcmsRGB, XcmsRGBi, XcmsCIEXYZ, XcmsCIEuvY, XcmsCIExyY, XcmsCIELab, XcmsCIELuv, XcmsTekHVC, XcmsPad \- Xcms color struture
+@@ -148,9 +158,7 @@ The structure for
+ .ZN XcmsColor
+ contains:
+ .LP
+-.Ds 0
+-.TA .5i 1i 2.5i
+-.ta .5i 1i 2.5i
++.EX
+ typedef unsigned long XcmsColorFormat;			/\(** Color Specification Format */
+ 
+ typedef struct {
+@@ -168,11 +176,9 @@ typedef struct {
+ 	unsigned long pixel;
+ 	XcmsColorFormat format;
+ } XcmsColor;			/\(** Xcms Color Structure */
+-.De
++.EE
+ .LP
+-.Ds 0
+-.TA .5i 2.5i
+-.ta .5i 2.5i
++.EX
+ typedef double XcmsFloat;
+ 
+ typedef struct {
+@@ -180,88 +186,72 @@ typedef struct {
+ 	unsigned short green;	/\(** 0x0000 to 0xffff */
+ 	unsigned short blue;	/\(** 0x0000 to 0xffff */
+ } XcmsRGB;		/\(** RGB Device */
+-.De
++.EE
+ .LP
+-.Ds 0
+-.TA .5i 2.5i
+-.ta .5i 2.5i
++.EX
+ typedef struct {
+ 	XcmsFloat red;	/\(** 0.0 to 1.0 */
+ 	XcmsFloat green;	/\(** 0.0 to 1.0 */
+ 	XcmsFloat blue;	/\(** 0.0 to 1.0 */
+ } XcmsRGBi;		/\(** RGB Intensity */
+-.De
++.EE
+ .LP
+-.Ds 0
+-.TA .5i 2.5i
+-.ta .5i 2.5i
++.EX
+ typedef struct {
+ 	XcmsFloat X;
+ 	XcmsFloat Y;	/\(** 0.0 to 1.0 */
+ 	XcmsFloat Z;
+ } XcmsCIEXYZ;		/\(** CIE XYZ */
+-.De
++.EE
+ .LP
+-.Ds 0
+-.TA .5i 2.5i
+-.ta .5i 2.5i
++.EX
+ typedef struct {
+ 	XcmsFloat u_prime;	/\(** 0.0 to ~0.6 */
+ 	XcmsFloat v_prime;	/\(** 0.0 to ~0.6 */
+ 	XcmsFloat Y; 	/\(** 0.0 to 1.0 */
+ } XcmsCIEuvY;		/\(** CIE u'v'Y */
+-.De
++.EE
+ .LP
+-.Ds 0
+-.TA .5i 2.5i
+-.ta .5i 2.5i
++.EX
+ typedef struct {
+ 	XcmsFloat x; 	/\(** 0.0 to ~.75 */
+ 	XcmsFloat y; 	/\(** 0.0 to ~.85 */
+ 	XcmsFloat Y; 	/\(** 0.0 to 1.0 */
+ } XcmsCIExyY;		/\(** CIE xyY */
+-.De
++.EE
+ .LP
+-.Ds 0
+-.TA .5i 2.5i
+-.ta .5i 2.5i
++.EX
+ typedef struct {
+ 	XcmsFloat L_star; 	/\(** 0.0 to 100.0 */
+ 	XcmsFloat a_star;
+ 	XcmsFloat b_star;
+ } XcmsCIELab;		/\(** CIE L*a*b* */
+-.De
++.EE
+ .LP
+-.Ds 0
+-.TA .5i 2.5i
+-.ta .5i 2.5i
++.EX
+ typedef struct {
+ 	XcmsFloat L_star; 	/\(** 0.0 to 100.0 */
+ 	XcmsFloat u_star;
+ 	XcmsFloat v_star;
+ } XcmsCIELuv;		/\(** CIE L*u*v* */
+-.De
++.EE
+ .LP
+-.Ds 0
+-.TA .5i 2.5i
+-.ta .5i 2.5i
++.EX
+ typedef struct {
+ 	XcmsFloat H; 	/\(** 0.0 to 360.0 */
+ 	XcmsFloat V; 	/\(** 0.0 to 100.0 */
+ 	XcmsFloat C; 	/\(** 0.0 to 100.0 */
+ } XcmsTekHVC;		/\(** TekHVC */
+-.De
++.EE
+ .LP
+-.Ds 0
+-.TA .5i 2.5i
+-.ta .5i 2.5i
++.EX
+ typedef struct {
+ 	XcmsFloat pad0;
+ 	XcmsFloat pad1;
+ 	XcmsFloat pad2;
+ 	XcmsFloat pad3;
+ } XcmsPad;		/\(** four doubles */
+-.De
++.EE
+ .SH DESCRIPTION
+ The
+ .ZN XcmsColor
+@@ -271,5 +261,5 @@ each supporting color specification enco
+ XcmsAllocColor(3X11),
+ XcmsStoreColor(3X11),
+ XcmsConvertColors(3X11),
+-.br
++.LP
+ \fI\*(xL\fP
+-- 
+1.4.1
+
+From 9d3ceea4b902e0471824c1e07ad64342b9a1114e Mon Sep 17 00:00:00 2001
+From: Eric S. Raymond <[email protected]>
+Date: Sun, 14 Jan 2007 10:40:00 -0800
+Subject: [PATCH] Bug #9652: Bad markup in XDrawArc.3x
+
+X.Org Bugzilla #9652 <https://bugs.freedesktop.org/show_bug.cgi?id=9652>
+---
+ man/XDrawArc.man |   23 +++++++++++++++--------
+ 1 files changed, 15 insertions(+), 8 deletions(-)
+
+diff --git a/man/XDrawArc.man b/man/XDrawArc.man
+index c878c45..00a79cf 100644
+--- a/man/XDrawArc.man
++++ b/man/XDrawArc.man
+@@ -142,6 +142,16 @@
+ .el .sp 10p
+ ..
+ .ny0
++.de EX
++.sp
++.nf
++.ft CW
++..
++.de EE
++.ft R
++.fi
++.sp
++..
+ '\" e
+ .TH XDrawArc __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS"
+ .SH NAME
+@@ -240,13 +250,12 @@ than in degrees scaled by 64) in the ran
+ returns a value in the range % [ - pi over 2 , ~pi over 2  ] %
+ and adjust is:
+ .LP
+-.Ds
+-.TA 1i 2i
+-.ta 1i 2i
++.TS
++l l.
+ %0%	for normal-angle in the range % [ 0 , ~pi over 2  ]%
+ %pi%	for normal-angle in the range % [ pi over 2 , ~{3 pi} over 2  ]%
+ %2 pi%	for normal-angle in the range % [ {3 pi} over 2 , ~2 pi  ]%
+-.De
++.TE
+ .LP
+ For any given arc, 
+ .ZN XDrawArc
+@@ -295,15 +304,13 @@ The
+ .ZN XArc
+ structure contains:
+ .LP
+-.Ds 0
+-.TA .5i 3i
+-.ta .5i 3i
++.EX
+ typedef struct {
+ 	short x, y;
+ 	unsigned short width, height;
+ 	short angle1, angle2;             /\(** Degrees * 64 */
+ } XArc;
+-.De
++.EE
+ .LP
+ All x and y members are signed integers.
+ The width and height members are 16-bit unsigned integers.
+-- 
+1.4.1
+
+From 2db713252090cae08f0200fecad4fc25fb64c8b1 Mon Sep 17 00:00:00 2001
+From: Eric S. Raymond <[email protected]>
+Date: Sun, 14 Jan 2007 10:40:00 -0800
+Subject: [PATCH] Bug #9653: Bad markup in XQueryColor.3x
+
+X.Org Bugzilla #9653 <https://bugs.freedesktop.org/show_bug.cgi?id=9653>
+---
+ man/XQueryColor.man |   10 ++++------
+ 1 files changed, 4 insertions(+), 6 deletions(-)
+
+diff --git a/man/XQueryColor.man b/man/XQueryColor.man
+index eff8a6c..e2e884b 100644
+--- a/man/XQueryColor.man
++++ b/man/XQueryColor.man
+@@ -1,3 +1,4 @@
++'\" t
+ .\" Copyright \(co 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium
+ .\"
+ .\" Permission is hereby granted, free of charge, to any person obtaining
+@@ -276,16 +277,13 @@ supported, but its continued use is not 
+ The syntax is an initial sharp sign character followed by
+ a numeric specification, in one of the following formats:
+ .LP
+-.\" Start marker code here
+-.Ds 0
+-.TA 2i
+-.ta 2i
++.TS
++l l.
+ \&#RGB	(4 bits each)
+ \&#RRGGBB	(8 bits each)
+ \&#RRRGGGBBB	(12 bits each)
+ \&#RRRRGGGGBBBB	(16 bits each)
+-.De
+-.\" End marker code here
++.TE
+ .LP
+ The R, G, and B represent single hexadecimal digits.
+ When fewer than 16 bits each are specified, 
+-- 
+1.4.1
+
+From 4341d1a34b2a2e460b58131b6fd81935f3355bbc Mon Sep 17 00:00:00 2001
+From: Eric S. Raymond <[email protected]>
+Date: Sun, 14 Jan 2007 10:43:00 -0800
+Subject: [PATCH] Bug #9654: Bad markup in XrmGetFileDatabase.3x
+
+X.Org Bugzilla #9654 <https://bugs.freedesktop.org/show_bug.cgi?id=9654>
+---
+ man/XrmGetFileDatabase.man |   17 ++++++++++++-----
+ 1 files changed, 12 insertions(+), 5 deletions(-)
+
+diff --git a/man/XrmGetFileDatabase.man b/man/XrmGetFileDatabase.man
+index 959603a..c46994a 100644
+--- a/man/XrmGetFileDatabase.man
++++ b/man/XrmGetFileDatabase.man
+@@ -140,6 +140,16 @@
+ .el .sp 10p
+ ..
+ .ny0
++.de EX
++.sp
++.nf
++.ft CW
++..
++.de EE
++.ft R
++.fi
++.sp
++..
+ .TH XrmGetFileDatabase __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS"
+ .SH NAME
+ XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase, XrmLocaleOfDatabase, XrmGetDatabase, XrmSetDatabase, XrmDestroyDatabase \- retrieve and store resource databases
+@@ -247,9 +257,7 @@ terminated by newline characters or the 
+ The syntax of an individual resource line is:
+ .LP
+ .\" Start marker code here
+-.Ds 0
+-.TA 1.5i 1.75i
+-.ta 1.5i 1.75i
++.EX
+ ResourceLine	=	Comment | IncludeFile | ResourceSpec | <empty line>
+ Comment	=	"!" {<any character except null or newline>}
+ IncludeFile	=	"#" WhiteSpace "include" WhiteSpace FileName WhiteSpace
+@@ -262,8 +270,7 @@ Component	=	"?" | ComponentName
+ ComponentName	=	NameChar {NameChar}
+ NameChar	=	"a"\-"z" | "A"\-"Z" | "0"\-"9" | "_" | "-"
+ Value	=	{<any character except null or unescaped newline>}
+-.De
+-.\" End marker code here
++.EE
+ .LP
+ Elements separated by vertical bar (|) are alternatives.
+ Curly braces ({\&.\&.\&.}) indicate zero or more repetitions
+-- 
+1.4.1
+
+From 74cba78daa738ef4d92096107d95c1a585933666 Mon Sep 17 00:00:00 2001
+From: Eric S. Raymond <[email protected]>
+Date: Sun, 14 Jan 2007 10:43:00 -0800
+Subject: [PATCH] Bug #9655: Bad markup in XrmUniqueQuark.3x
+
+X.Org Bugzilla #9655 <https://bugs.freedesktop.org/show_bug.cgi?id=9655>
+---
+ man/XrmUniqueQuark.man |   16 +++++++---------
+ 1 files changed, 7 insertions(+), 9 deletions(-)
+
+diff --git a/man/XrmUniqueQuark.man b/man/XrmUniqueQuark.man
+index 26332be..baaeac9 100644
+--- a/man/XrmUniqueQuark.man
++++ b/man/XrmUniqueQuark.man
+@@ -143,7 +143,7 @@
+ .TH XrmUniqueQuark __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS"
+ .SH NAME
+ XrmUniqueQuark, XrmStringToQuark, XrmPermStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList \- manipulate resource quarks
+-.SH SYNTAX
++.SH SYNOPSIS
+ .HP
+ XrmQuark XrmUniqueQuark\^(void); 
+ .LP
+@@ -267,9 +267,9 @@ A binding list is a list of type
+ and indicates if components of name or class lists are bound tightly or loosely
+ (that is, if wildcarding of intermediate components is specified).
+ .LP
+-.Ds 0
++.EX
+ typedef enum {XrmBindTightly, XrmBindLoosely} XrmBinding, *XrmBindingList;
+-.De
++.EE
+ .LP
+ .ZN XrmBindTightly
+ indicates that a period separates the components, and
+@@ -290,17 +290,15 @@ If the string does not start with period
+ a period is assumed.
+ For example, ``*a.b*c'' becomes:
+ .LP
+-.Ds 0
+-.TA .75i 1.5i 2.25i
+-.ta .75i 1.5i 2.25i
++.TS
++l l l.
+ quarks	a	b	c
+-.br
+ bindings	loose	tight	loose
+-.De
++.TE
+ .SH "SEE ALSO"
+ XrmGetResource(3X11),
+ XrmInitialize(3X11),
+ XrmMergeDatabases(3X11),
+ XrmPutResource(3X11)
+-.br
++.LP
+ \fI\*(xL\fP
+-- 
+1.4.1
+
+From fa4effe82759f864a22a2dc6c920fa72ddb175a8 Mon Sep 17 00:00:00 2001
+From: Eric S. Raymond <[email protected]>
+Date: Sun, 14 Jan 2007 10:48:00 -0800
+Subject: [PATCH] Bug #9658: Bad markup on XIfEvent.3x
+
+X.Org Bugzilla #9658 <https://bugs.freedesktop.org/show_bug.cgi?id=9658>
+---
+ man/XIfEvent.man |    2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/man/XIfEvent.man b/man/XIfEvent.man
+index 61d28e5..17c483b 100644
+--- a/man/XIfEvent.man
++++ b/man/XIfEvent.man
+@@ -221,7 +221,6 @@ has first called
+ .ZN XLockDisplay .
+ .LP
+ The predicate procedure and its associated arguments are:
+-.sM
+ .HP
+ Bool (\^*\fIpredicate\fP\^)\^(\^Display *\fIdisplay\fP, XEvent *\fIevent\fP, XPointer \fIarg\fP\^)
+ .IP \fIdisplay\fP 1i
+@@ -238,7 +237,6 @@ or
+ .ZN XPeekIfEvent 
+ function.
+ .LP
+-.eM
+ The predicate procedure is called once for each
+ event in the queue until it finds a match. 
+ After finding a match, the predicate procedure must return 
+-- 
+1.4.1
+
+From 11ea09745efa8de7dc82fe30ebd2393f08390957 Mon Sep 17 00:00:00 2001
+From: Eric Anholt <[email protected]>
+Date: Fri, 31 Aug 2007 17:30:33 -0700
+Subject: [PATCH] Bug #2081: Note the range limitation of XSetScreenSaver arguments.
+---
+ man/XSetScreenSaver.man |    2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/man/XSetScreenSaver.man b/man/XSetScreenSaver.man
+index c0c1e36..4a42bcf 100644
+--- a/man/XSetScreenSaver.man
++++ b/man/XSetScreenSaver.man
+@@ -213,6 +213,8 @@ If the timeout value is nonzero, 
+ .ZN XSetScreenSaver
+ enables the screen saver.
+ An interval of 0 disables the random-pattern motion.
++Both values are limited to a 16-bit signed integer range by the wire protocol,
++despite the C prototype.
+ If no input from devices (keyboard, mouse, and so on) is generated 
+ for the specified number of timeout seconds once the screen saver is enabled,
+ the screen saver is activated.
+-- 
+1.4.1
+
+From 6e5485e0a5e3ab738becad12193e760c5fee83a4 Mon Sep 17 00:00:00 2001
+From: Samuel Thibault <[email protected]>
+Date: Sun, 28 Oct 2007 04:44:00 -0800
+Subject: [PATCH] X.Org Bug #12983: Typos in ./man/XChangeKeyboardControl.man
+
+<http://bugs.freedesktop.org/show_bug.cgi?id=12983>
+---
+ man/XChangeKeyboardControl.man |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/man/XChangeKeyboardControl.man b/man/XChangeKeyboardControl.man
+index 58a5c9b..6b05848 100644
+--- a/man/XChangeKeyboardControl.man
++++ b/man/XChangeKeyboardControl.man
+@@ -149,9 +149,9 @@ XChangeKeyboardControl, XGetKeyboardCont
+ .SH SYNTAX
+ .HP
+ int XChangeKeyboardControl\^(\^Display *\fIdisplay\fP, unsigned long
+-\fIvalue_mask\fP\^, XKeyBoardControl *\fIvalues\fP\^); 
++\fIvalue_mask\fP\^, XKeyboardControl *\fIvalues\fP\^); 
+ .HP
+-int XGetKeyboardControl\^(\^Display *\fIdisplay\fP, XKeyBoardState
++int XGetKeyboardControl\^(\^Display *\fIdisplay\fP, XKeyboardState
+ *\fIvalues_return\fP\^); 
+ .HP
+ int XAutoRepeatOn\^(\^Display *\fIdisplay\fP\^); 
+-- 
+1.4.1
+
+From 4b91ed099554626f1ec17d5bdf7bd77ce1a70037 Mon Sep 17 00:00:00 2001
+From: Alan Coopersmith <[email protected]>
+Date: Wed, 21 Nov 2007 16:50:04 -0800
+Subject: [PATCH] X.Org Bug #4312: incorrect comment asterisk in XAnyEvent.3x man page
+
+X.Org Bugzilla #4312 <http://bugs.freedesktop.org/show_bug.cgi?id=4312>
+
+Protect /* sequences from cpp pre-processor removal without transforming
+to Unicode mathematical asterisk character
+---
+ man/XAddHost.man                  |   14 +++----
+ man/XAllocSizeHints.man           |   32 ++++++++-------
+ man/XAllocStandardColormap.man    |    4 +-
+ man/XAllocWMHints.man             |   26 ++++++------
+ man/XAnyEvent.man                 |    8 ++--
+ man/XButtonEvent.man              |   78 +++++++++++++++++++------------------
+ man/XChangeKeyboardControl.man    |    8 ++--
+ man/XChangeKeyboardMapping.man    |    4 +-
+ man/XCirculateEvent.man           |   10 ++---
+ man/XCirculateRequestEvent.man    |   10 ++---
+ man/XClientMessageEvent.man       |    8 ++--
+ man/XColormapEvent.man            |   12 +++---
+ man/XConfigureEvent.man           |    8 ++--
+ man/XConfigureRequestEvent.man    |   10 ++---
+ man/XConfigureWindow.man          |    4 +-
+ man/XCreateColormap.man           |    6 +--
+ man/XCreateGC.man                 |   44 ++++++++++-----------
+ man/XCreateWindow.man             |   34 ++++++++--------
+ man/XCreateWindowEvent.man        |   20 +++++----
+ man/XCrossingEvent.man            |   30 +++++++-------
+ man/XDestroyWindowEvent.man       |    8 ++--
+ man/XDrawArc.man                  |    2 -
+ man/XDrawText.man                 |   16 ++++----
+ man/XErrorEvent.man               |   12 +++---
+ man/XExposeEvent.man              |   10 ++---
+ man/XFocusChangeEvent.man         |   14 +++----
+ man/XFontSetExtents.man           |    4 +-
+ man/XGetVisualInfo.man            |    4 +-
+ man/XGetWindowAttributes.man      |   42 ++++++++++----------
+ man/XGraphicsExposeEvent.man      |   26 ++++++------
+ man/XGravityEvent.man             |    8 ++--
+ man/XKeymapEvent.man              |   10 ++---
+ man/XLoadFont.man                 |   46 +++++++++++-----------
+ man/XMapEvent.man                 |   26 ++++++------
+ man/XMapRequestEvent.man          |    8 ++--
+ man/XPropertyEvent.man            |   10 ++---
+ man/XReparentEvent.man            |    8 ++--
+ man/XResizeRequestEvent.man       |    8 ++--
+ man/XSelectionClearEvent.man      |    8 ++--
+ man/XSelectionEvent.man           |   10 ++---
+ man/XSelectionRequestEvent.man    |    8 ++--
+ man/XStringListToTextProperty.man |    8 ++--
+ man/XUnmapEvent.man               |    8 ++--
+ man/XVisibilityEvent.man          |    8 ++--
+ man/XcmsColor.man                 |   58 ++++++++++++++--------------
+ man/XmbDrawText.man               |   16 ++++----
+ man/XmbTextListToTextProperty.man |   18 ++++-----
+ man/XrmInitialize.man             |   24 ++++++-----
+ 48 files changed, 399 insertions(+), 399 deletions(-)
+
+diff --git a/man/XAddHost.man b/man/XAddHost.man
+index b9f0aa7..fe95c7d 100644
+--- a/man/XAddHost.man
++++ b/man/XAddHost.man
+@@ -305,9 +305,9 @@ structure contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int family;	/\(** for example FamilyInternet */
+-	int length;	/\(** length of address, in bytes */
+-	char *address;	/\(** pointer to where to find the address */
++	int family;	/\&* for example FamilyInternet */
++	int length;	/\&* length of address, in bytes */
++	char *address;	/\&* pointer to where to find the address */
+ } XHostAddress;
+ .De
+ .LP
+@@ -331,10 +331,10 @@ structure which contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int typelength;		/\(** length of type string, in bytes */
+-	int valuelength;	/\(** length of value string, in bytes */
+-	char *type;		/\(** pointer to where to find the type string */
+-	char *value;		/\(** pointer to where to find the address */
++	int typelength;		/\&* length of type string, in bytes */
++	int valuelength;	/\&* length of value string, in bytes */
++	char *type;		/\&* pointer to where to find the type string */
++	char *value;		/\&* pointer to where to find the address */
+ } XServerInterpretedAddress;
+ .De
+ .LP
+diff --git a/man/XAllocSizeHints.man b/man/XAllocSizeHints.man
+index e957214..226b9d5 100644
+--- a/man/XAllocSizeHints.man
++++ b/man/XAllocSizeHints.man
+@@ -324,7 +324,7 @@ The
+ .ZN XSizeHints
+ structure contains:
+ .LP
+-/\(** Size hints mask bits */
++/\&* Size hints mask bits */
+ .TS
+ lw(.5i) lw(1.1i) lw(1.5i) lw(3.1i).
+ T{
+@@ -334,7 +334,7 @@ T}	T{
+ T}	T{
+ (1L << 0)
+ T}	T{
+-/\(** user specified x, y */
++/\&* user specified x, y */
+ T}
+ T{
+ \&#define
+@@ -343,7 +343,7 @@ T}	T{
+ T}	T{
+ (1L << 1)
+ T}	T{
+-/\(** user specified width, height */
++/\&* user specified width, height */
+ T}
+ T{
+ \&#define
+@@ -352,7 +352,7 @@ T}	T{
+ T}	T{
+ (1L << 2)
+ T}	T{
+-/\(** program specified position */
++/\&* program specified position */
+ T}
+ T{
+ \&#define
+@@ -361,7 +361,7 @@ T}	T{
+ T}	T{
+ (1L << 3)
+ T}	T{
+-/\(** program specified size */
++/\&* program specified size */
+ T}
+ T{
+ \&#define
+@@ -370,7 +370,7 @@ T}	T{
+ T}	T{
+ (1L << 4)
+ T}	T{
+-/\(** program specified minimum size */
++/\&* program specified minimum size */
+ T}
+ T{
+ \&#define
+@@ -379,7 +379,7 @@ T}	T{
+ T}	T{
+ (1L << 5)
+ T}	T{
+-/\(** program specified maximum size */
++/\&* program specified maximum size */
+ T}
+ T{
+ \&#define
+@@ -388,7 +388,7 @@ T}	T{
+ T}	T{
+ (1L << 6)
+ T}	T{
+-/\(** program specified resize increments */
++/\&* program specified resize increments */
+ T}
+ T{
+ \&#define
+@@ -397,7 +397,7 @@ T}	T{
+ T}	T{
+ (1L << 7)
+ T}	T{
+-/\(** program specified min and max aspect ratios */
++/\&* program specified min and max aspect ratios */
+ T}
+ T{
+ \&#define
+@@ -430,22 +430,22 @@ T}
+ .Ds 0
+ .TA .5i 2.5i
+ .ta .5i 2.5i
+-/\(** Values */
++/\&* Values */
+ 
+ typedef struct {
+-	long flags;	/\(** marks which fields in this structure are defined */
+-	int x, y;	/\(** Obsolete */
+-	int width, height;	/\(** Obsolete */
++	long flags;	/\&* marks which fields in this structure are defined */
++	int x, y;	/\&* Obsolete */
++	int width, height;	/\&* Obsolete */
+ 	int min_width, min_height;
+ 	int max_width, max_height;
+ 	int width_inc, height_inc;
+ 	struct {
+-	       int x;	/\(** numerator */
+-	       int y;	/\(** denominator */
++	       int x;	/\&* numerator */
++	       int y;	/\&* denominator */
+ 	} min_aspect, max_aspect;
+ 	int base_width, base_height;
+ 	int win_gravity;
+-	/\(** this structure may be extended in the future */
++	/\&* this structure may be extended in the future */
+ } XSizeHints;
+ .De
+ .LP
+diff --git a/man/XAllocStandardColormap.man b/man/XAllocStandardColormap.man
+index 29039e5..0baf05c 100644
+--- a/man/XAllocStandardColormap.man
++++ b/man/XAllocStandardColormap.man
+@@ -284,7 +284,7 @@ The
+ .ZN XStandardColormap
+ structure contains:
+ .LP
+-/\(** Hints */
++/\&* Hints */
+ .TS
+ lw(.5i) lw(2i) lw(1i).
+ T{
+@@ -295,7 +295,7 @@ T}	T{
+ ( (XID) 1L)
+ T}
+ .TE
+-/\(** Values */
++/\&* Values */
+ .IN "XStandardColormap" "" "@DEF@"
+ .Ds 0
+ .TA .5i 2.5i
+diff --git a/man/XAllocWMHints.man b/man/XAllocWMHints.man
+index 089dc52..9afaa7d 100644
+--- a/man/XAllocWMHints.man
++++ b/man/XAllocWMHints.man
+@@ -217,7 +217,7 @@ The
+ .ZN XWMHints
+ structure contains:
+ .LP
+-/\(** Window manager hints mask bits */
++/\&* Window manager hints mask bits */
+ .TS
+ lw(.5i) lw(2.5i) lw(2.5i).
+ T{
+@@ -292,19 +292,19 @@ T}
+ .Ds 0
+ .TA .5i 2.5i
+ .ta .5i 2.5i
+-/\(** Values */
++/\&* Values */
+ 
+ typedef struct {
+-	long flags;	/\(** marks which fields in this structure are defined */
+-	Bool input;	/\(** does this application rely on the window manager to
++	long flags;	/\&* marks which fields in this structure are defined */
++	Bool input;	/\&* does this application rely on the window manager to
+ 			get keyboard input? */
+-	int initial_state;	/\(** see below */
+-	Pixmap icon_pixmap;	/\(** pixmap to be used as icon */
+-	Window icon_window;	/\(** window to be used as icon */
+-	int icon_x, icon_y;	/\(** initial position of icon */
+-	Pixmap icon_mask;	/\(** pixmap to be used as mask for icon_pixmap */
+-	XID window_group;	/\(** id of related window group */
+-	/\(** this structure may be extended in the future */
++	int initial_state;	/\&* see below */
++	Pixmap icon_pixmap;	/\&* pixmap to be used as icon */
++	Window icon_window;	/\&* window to be used as icon */
++	int icon_x, icon_y;	/\&* initial position of icon */
++	Pixmap icon_mask;	/\&* pixmap to be used as mask for icon_pixmap */
++	XID window_group;	/\&* id of related window group */
++	/\&* this structure may be extended in the future */
+ } XWMHints;
+ .De
+ .LP
+@@ -358,7 +358,7 @@ T}	T{
+ T}	T{
+ 1
+ T}	T{
+-/\(** most applications start this way */
++/\&* most applications start this way */
+ T}
+ T{
+ \&#define
+@@ -367,7 +367,7 @@ T}	T{
+ T}	T{
+ 3
+ T}	T{
+-/\(** application wants to start as an icon */
++/\&* application wants to start as an icon */
+ T}
+ .TE
+ The icon_mask specifies which pixels of the icon_pixmap should be used as the
+diff --git a/man/XAnyEvent.man b/man/XAnyEvent.man
+index f095958..40be01e 100644
+--- a/man/XAnyEvent.man
++++ b/man/XAnyEvent.man
+@@ -153,9 +153,9 @@ have the following common members:
+ .ta .5i 3i
+ typedef struct {
+ 	int type;
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window window;
+ } XAnyEvent;
+ .De
+@@ -186,7 +186,7 @@ structure is a union of the individual s
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef union _XEvent {
+-	int type;	/\(** must not be changed */
++	int type;	/\&* must not be changed */
+ 	XAnyEvent xany;
+ 	XKeyEvent xkey;
+ 	XButtonEvent xbutton;
+diff --git a/man/XButtonEvent.man b/man/XButtonEvent.man
+index 4a28ea8..7cc3e54 100644
+--- a/man/XButtonEvent.man
++++ b/man/XButtonEvent.man
+@@ -158,19 +158,19 @@ events contain:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** ButtonPress or ButtonRelease */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
+-	Window window;	/\(** ``event'' window it is reported relative to */
+-	Window root;	/\(** root window that the event occurred on */
+-	Window subwindow;	/\(** child window */
+-	Time time;	/\(** milliseconds */
+-	int x, y;	/\(** pointer x, y coordinates in event window */
+-	int x_root, y_root;	/\(** coordinates relative to root */
+-	unsigned int state;	/\(** key or button mask */
+-	unsigned int button;	/\(** detail */
+-	Bool same_screen;	/\(** same screen flag */
++	int type;	/\&* ButtonPress or ButtonRelease */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
++	Window window;	/\&* ``event'' window it is reported relative to */
++	Window root;	/\&* root window that the event occurred on */
++	Window subwindow;	/\&* child window */
++	Time time;	/\&* milliseconds */
++	int x, y;	/\&* pointer x, y coordinates in event window */
++	int x_root, y_root;	/\&* coordinates relative to root */
++	unsigned int state;	/\&* key or button mask */
++	unsigned int button;	/\&* detail */
++	Bool same_screen;	/\&* same screen flag */
+ } XButtonEvent;
+ typedef XButtonEvent XButtonPressedEvent;
+ typedef XButtonEvent XButtonReleasedEvent;
+@@ -180,19 +180,19 @@ typedef XButtonEvent XButtonReleasedEven
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** KeyPress or KeyRelease */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
+-	Window window;	/\(** ``event'' window it is reported relative to */
+-	Window root;	/\(** root window that the event occurred on */
+-	Window subwindow;	/\(** child window */
+-	Time time;	/\(** milliseconds */
+-	int x, y;	/\(** pointer x, y coordinates in event window */
+-	int x_root, y_root;	/\(** coordinates relative to root */
+-	unsigned int state;	/\(** key or button mask */
+-	unsigned int keycode;	/\(** detail */
+-	Bool same_screen;	/\(** same screen flag */
++	int type;	/\&* KeyPress or KeyRelease */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
++	Window window;	/\&* ``event'' window it is reported relative to */
++	Window root;	/\&* root window that the event occurred on */
++	Window subwindow;	/\&* child window */
++	Time time;	/\&* milliseconds */
++	int x, y;	/\&* pointer x, y coordinates in event window */
++	int x_root, y_root;	/\&* coordinates relative to root */
++	unsigned int state;	/\&* key or button mask */
++	unsigned int keycode;	/\&* detail */
++	Bool same_screen;	/\&* same screen flag */
+ } XKeyEvent;
+ typedef XKeyEvent XKeyPressedEvent;
+ typedef XKeyEvent XKeyReleasedEvent;
+@@ -202,19 +202,19 @@ typedef XKeyEvent XKeyReleasedEvent;
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** MotionNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
+-	Window window;	/\(** ``event'' window reported relative to */
+-	Window root;	/\(** root window that the event occurred on */
+-	Window subwindow;	/\(** child window */
+-	Time time;	/\(** milliseconds */
+-	int x, y;	/\(** pointer x, y coordinates in event window */
+-	int x_root, y_root;	/\(** coordinates relative to root */
+-	unsigned int state;	/\(** key or button mask */
+-	char is_hint;	/\(** detail */
+-	Bool same_screen;	/\(** same screen flag */
++	int type;	/\&* MotionNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
++	Window window;	/\&* ``event'' window reported relative to */
++	Window root;	/\&* root window that the event occurred on */
++	Window subwindow;	/\&* child window */
++	Time time;	/\&* milliseconds */
++	int x, y;	/\&* pointer x, y coordinates in event window */
++	int x_root, y_root;	/\&* coordinates relative to root */
++	unsigned int state;	/\&* key or button mask */
++	char is_hint;	/\&* detail */
++	Bool same_screen;	/\&* same screen flag */
+ } XMotionEvent;
+ typedef XMotionEvent XPointerMovedEvent;
+ .De
+diff --git a/man/XChangeKeyboardControl.man b/man/XChangeKeyboardControl.man
+index 6b05848..dd3225d 100644
+--- a/man/XChangeKeyboardControl.man
++++ b/man/XChangeKeyboardControl.man
+@@ -251,7 +251,7 @@ The
+ structure contains:
+ .LP
+ .LP
+-/\(** Mask bits for ChangeKeyboardControl */
++/\&* Mask bits for ChangeKeyboardControl */
+ .TS
+ lw(.5i) lw(2.5i) lw(.8i).
+ T{
+@@ -315,7 +315,7 @@ T}
+ .Ds 0
+ .TA .5i 2.5i
+ .ta .5i 2.5i
+-/\(** Values */
++/\&* Values */
+ 
+ typedef struct {
+ 	int key_click_percent;
+@@ -323,9 +323,9 @@ typedef struct {
+ 	int bell_pitch;
+ 	int bell_duration;
+ 	int led;
+-	int led_mode;	/\(** LedModeOn, LedModeOff */
++	int led_mode;	/\&* LedModeOn, LedModeOff */
+ 	int key;
+-	int auto_repeat_mode;	/\(** AutoRepeatModeOff, AutoRepeatModeOn, 
++	int auto_repeat_mode;	/\&* AutoRepeatModeOff, AutoRepeatModeOn, 
+                             	AutoRepeatModeDefault */
+ } XKeyboardControl;
+ .De
+diff --git a/man/XChangeKeyboardMapping.man b/man/XChangeKeyboardMapping.man
+index 67b030a..e157ec9 100644
+--- a/man/XChangeKeyboardMapping.man
++++ b/man/XChangeKeyboardMapping.man
+@@ -428,8 +428,8 @@ structure contains:
+ .TA .5i 2.5i
+ .ta .5i 2.5i
+ typedef struct {
+-	int max_keypermod;	/\(** This server's max number of keys per modifier */
+-	KeyCode *modifiermap;	/\(** An 8 by max_keypermod array of the modifiers */
++	int max_keypermod;	/\&* This server's max number of keys per modifier */
++	KeyCode *modifiermap;	/\&* An 8 by max_keypermod array of the modifiers */
+ } XModifierKeymap;
+ .De
+ .SH DIAGNOSTICS
+diff --git a/man/XCirculateEvent.man b/man/XCirculateEvent.man
+index b3e4d8d..1ac71f8 100644
+--- a/man/XCirculateEvent.man
++++ b/man/XCirculateEvent.man
+@@ -153,13 +153,13 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** CirculateNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* CirculateNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window event;
+ 	Window window;
+-	int place;	/\(** PlaceOnTop, PlaceOnBottom */
++	int place;	/\&* PlaceOnTop, PlaceOnBottom */
+ } XCirculateEvent;
+ .De
+ .LP
+diff --git a/man/XCirculateRequestEvent.man b/man/XCirculateRequestEvent.man
+index ce97c26..6c9ac80 100644
+--- a/man/XCirculateRequestEvent.man
++++ b/man/XCirculateRequestEvent.man
+@@ -153,13 +153,13 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** CirculateRequest */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* CirculateRequest */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window parent;
+ 	Window window;
+-	int place;	/\(** PlaceOnTop, PlaceOnBottom */
++	int place;	/\&* PlaceOnTop, PlaceOnBottom */
+ } XCirculateRequestEvent;
+ .De
+ .LP
+diff --git a/man/XClientMessageEvent.man b/man/XClientMessageEvent.man
+index 915cc55..da786af 100644
+--- a/man/XClientMessageEvent.man
++++ b/man/XClientMessageEvent.man
+@@ -153,10 +153,10 @@ events contains:
+ .TA .5i 1i 3i
+ .ta .5i 1i 3i
+ typedef struct {
+-	int type;	/\(** ClientMessage */
+-	unsigned long serial;		/\(** # of last request processed by server */
+-	Bool send_event;		/\(** true if this came from a SendEvent request */
+-	Display *display;		/\(** Display the event was read from */
++	int type;	/\&* ClientMessage */
++	unsigned long serial;		/\&* # of last request processed by server */
++	Bool send_event;		/\&* true if this came from a SendEvent request */
++	Display *display;		/\&* Display the event was read from */
+ 	Window window;
+ 	Atom message_type;
+ 	int format;
+diff --git a/man/XColormapEvent.man b/man/XColormapEvent.man
+index 95de9c9..8920c7f 100644
+--- a/man/XColormapEvent.man
++++ b/man/XColormapEvent.man
+@@ -153,14 +153,14 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** ColormapNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* ColormapNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window window;
+-	Colormap colormap;	/\(** colormap or None */
++	Colormap colormap;	/\&* colormap or None */
+ 	Bool new;
+-	int state;	/\(** ColormapInstalled, ColormapUninstalled */
++	int state;	/\&* ColormapInstalled, ColormapUninstalled */
+ } XColormapEvent;
+ .De
+ .LP
+diff --git a/man/XConfigureEvent.man b/man/XConfigureEvent.man
+index 5cc65cf..47c8ea4 100644
+--- a/man/XConfigureEvent.man
++++ b/man/XConfigureEvent.man
+@@ -153,10 +153,10 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** ConfigureNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* ConfigureNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window event;
+ 	Window window;
+ 	int x, y;
+diff --git a/man/XConfigureRequestEvent.man b/man/XConfigureRequestEvent.man
+index dbf6c99..07c6709 100644
+--- a/man/XConfigureRequestEvent.man
++++ b/man/XConfigureRequestEvent.man
+@@ -153,17 +153,17 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** ConfigureRequest */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* ConfigureRequest */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window parent;
+ 	Window window;
+ 	int x, y;
+ 	int width, height;
+ 	int border_width;
+ 	Window above;
+-	int detail;	/\(** Above, Below, TopIf, BottomIf, Opposite */
++	int detail;	/\&* Above, Below, TopIf, BottomIf, Opposite */
+ 	unsigned long value_mask;
+ } XConfigureRequestEvent;
+ .De
+diff --git a/man/XConfigureWindow.man b/man/XConfigureWindow.man
+index 54059c8..2541942 100644
+--- a/man/XConfigureWindow.man
++++ b/man/XConfigureWindow.man
+@@ -334,7 +334,7 @@ The
+ structure contains:
+ .LP
+ .LP
+-/\(** Configure window value mask bits */
++/\&* Configure window value mask bits */
+ .TS
+ lw(.5i) lw(2.5i) lw(.8i).
+ T{
+@@ -391,7 +391,7 @@ T}
+ .Ds 0
+ .TA .5i 3i
+ .ta .5i 3i
+-/\(** Values */
++/\&* Values */
+ 
+ typedef struct {
+ 	int x, y;
+diff --git a/man/XCreateColormap.man b/man/XCreateColormap.man
+index 17c6dbf..0901775 100644
+--- a/man/XCreateColormap.man
++++ b/man/XCreateColormap.man
+@@ -313,9 +313,9 @@ structure contains:
+ .TA .5i 2.5i
+ .ta .5i 2.5i
+ typedef struct {
+-	unsigned long pixel;	/\(** pixel value */
+-	unsigned short red, green, blue;	/\(** rgb values */
+-	char flags;	/\(** DoRed, DoGreen, DoBlue */	
++	unsigned long pixel;	/\&* pixel value */
++	unsigned short red, green, blue;	/\&* rgb values */
++	char flags;	/\&* DoRed, DoGreen, DoBlue */	
+ 	char pad;
+ } XColor;
+ .De
+diff --git a/man/XCreateGC.man b/man/XCreateGC.man
+index 91897a0..9b698e6 100644
+--- a/man/XCreateGC.man
++++ b/man/XCreateGC.man
+@@ -311,7 +311,7 @@ The
+ structure contains:
+ .LP
+ .LP
+-/\(** GC attribute value mask bits */
++/\&* GC attribute value mask bits */
+ .TS
+ lw(.5i) lw(2.5i) lw(.75i).
+ T{
+@@ -480,31 +480,31 @@ T}
+ .Ds 0
+ .TA .5i 3i
+ .ta .5i 3i
+-/\(** Values */
++/\&* Values */
+ 
+ typedef struct {
+-	int function;	/\(** logical operation */
+-	unsigned long plane_mask;	/\(** plane mask */
+-	unsigned long foreground;	/\(** foreground pixel */
+-	unsigned long background;	/\(** background pixel */
+-	int line_width;	/\(** line width (in pixels) */
+-	int line_style;	/\(** LineSolid, LineOnOffDash, LineDoubleDash */
+-	int cap_style;	/\(** CapNotLast, CapButt, CapRound, CapProjecting */
+-	int join_style;	/\(** JoinMiter, JoinRound, JoinBevel */
+-	int fill_style;	/\(** FillSolid, FillTiled, FillStippled FillOpaqueStippled*/
+-	int fill_rule;	/\(** EvenOddRule, WindingRule */
+-	int arc_mode;	/\(** ArcChord, ArcPieSlice */
+-	Pixmap tile;	/\(** tile pixmap for tiling operations */
+-	Pixmap stipple;	/\(** stipple 1 plane pixmap for stippling */
+-	int ts_x_origin;	/\(** offset for tile or stipple operations */
++	int function;	/\&* logical operation */
++	unsigned long plane_mask;	/\&* plane mask */
++	unsigned long foreground;	/\&* foreground pixel */
++	unsigned long background;	/\&* background pixel */
++	int line_width;	/\&* line width (in pixels) */
++	int line_style;	/\&* LineSolid, LineOnOffDash, LineDoubleDash */
++	int cap_style;	/\&* CapNotLast, CapButt, CapRound, CapProjecting */
++	int join_style;	/\&* JoinMiter, JoinRound, JoinBevel */
++	int fill_style;	/\&* FillSolid, FillTiled, FillStippled FillOpaqueStippled*/
++	int fill_rule;	/\&* EvenOddRule, WindingRule */
++	int arc_mode;	/\&* ArcChord, ArcPieSlice */
++	Pixmap tile;	/\&* tile pixmap for tiling operations */
++	Pixmap stipple;	/\&* stipple 1 plane pixmap for stippling */
++	int ts_x_origin;	/\&* offset for tile or stipple operations */
+ 	int ts_y_origin;
+-	Font font;	/\(** default text font for text operations */
+-	int subwindow_mode;	/\(** ClipByChildren, IncludeInferiors */
+-	Bool graphics_exposures;	/\(** boolean, should exposures be generated */
+-	int clip_x_origin;	/\(** origin for clipping */
++	Font font;	/\&* default text font for text operations */
++	int subwindow_mode;	/\&* ClipByChildren, IncludeInferiors */
++	Bool graphics_exposures;	/\&* boolean, should exposures be generated */
++	int clip_x_origin;	/\&* origin for clipping */
+ 	int clip_y_origin;
+-	Pixmap clip_mask;	/\(** bitmap clipping; other calls for rects */
+-	int dash_offset;	/\(** patterned/dashed line information */
++	Pixmap clip_mask;	/\&* bitmap clipping; other calls for rects */
++	int dash_offset;	/\&* patterned/dashed line information */
+ 	char dashes;
+ } XGCValues;
+ .De
+diff --git a/man/XCreateWindow.man b/man/XCreateWindow.man
+index 18c66df..c8e03ea 100644
+--- a/man/XCreateWindow.man
++++ b/man/XCreateWindow.man
+@@ -319,7 +319,7 @@ The
+ structure contains:
+ .LP
+ .LP
+-/\(** Window attribute value mask bits */
++/\&* Window attribute value mask bits */
+ .TS
+ lw(.5i) lw(2.5i) lw(.8i).
+ T{
+@@ -432,24 +432,24 @@ T}
+ .Ds 0
+ .TA .5i 3i
+ .ta .5i 3i
+-/\(** Values */
++/\&* Values */
+ 
+ typedef struct {
+-	Pixmap background_pixmap;	/\(** background, None, or ParentRelative */
+-	unsigned long background_pixel;	/\(** background pixel */
+-	Pixmap border_pixmap;		/\(** border of the window or CopyFromParent */
+-	unsigned long border_pixel;	/\(** border pixel value */
+-	int bit_gravity;	/\(** one of bit gravity values */
+-	int win_gravity;	/\(** one of the window gravity values */
+-	int backing_store;	/\(** NotUseful, WhenMapped, Always */
+-	unsigned long backing_planes;	/\(** planes to be preserved if possible */
+-	unsigned long backing_pixel;	/\(** value to use in restoring planes */
+-	Bool save_under;	/\(** should bits under be saved? (popups) */
+-	long event_mask;	/\(** set of events that should be saved */
+-	long do_not_propagate_mask;	/\(** set of events that should not propagate */
+-	Bool override_redirect;	/\(** boolean value for override_redirect */
+-	Colormap colormap;	/\(** color map to be associated with window */
+-	Cursor cursor;		/\(** cursor to be displayed (or None) */
++	Pixmap background_pixmap;	/\&* background, None, or ParentRelative */
++	unsigned long background_pixel;	/\&* background pixel */
++	Pixmap border_pixmap;		/\&* border of the window or CopyFromParent */
++	unsigned long border_pixel;	/\&* border pixel value */
++	int bit_gravity;	/\&* one of bit gravity values */
++	int win_gravity;	/\&* one of the window gravity values */
++	int backing_store;	/\&* NotUseful, WhenMapped, Always */
++	unsigned long backing_planes;	/\&* planes to be preserved if possible */
++	unsigned long backing_pixel;	/\&* value to use in restoring planes */
++	Bool save_under;	/\&* should bits under be saved? (popups) */
++	long event_mask;	/\&* set of events that should be saved */
++	long do_not_propagate_mask;	/\&* set of events that should not propagate */
++	Bool override_redirect;	/\&* boolean value for override_redirect */
++	Colormap colormap;	/\&* color map to be associated with window */
++	Cursor cursor;		/\&* cursor to be displayed (or None) */
+ } XSetWindowAttributes;
+ .De
+ .LP
+diff --git a/man/XCreateWindowEvent.man b/man/XCreateWindowEvent.man
+index 9fb2ce2..8574f4e 100644
+--- a/man/XCreateWindowEvent.man
++++ b/man/XCreateWindowEvent.man
+@@ -153,16 +153,16 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** CreateNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
+-	Window parent;	/\(** parent of the window */
+-	Window window;	/\(** window id of window created */
+-	int x, y;	/\(** window location */
+-	int width, height;	/\(** size of window */
+-	int border_width;	/\(** border width */
+-	Bool override_redirect;	/\(** creation should be overridden */
++	int type;	/\&* CreateNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
++	Window parent;	/\&* parent of the window */
++	Window window;	/\&* window id of window created */
++	int x, y;	/\&* window location */
++	int width, height;	/\&* size of window */
++	int border_width;	/\&* border width */
++	Bool override_redirect;	/\&* creation should be overridden */
+ } XCreateWindowEvent;
+ .De
+ .LP
+diff --git a/man/XCrossingEvent.man b/man/XCrossingEvent.man
+index 9721a2c..1556b48 100644
+--- a/man/XCrossingEvent.man
++++ b/man/XCrossingEvent.man
+@@ -155,25 +155,25 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** EnterNotify or LeaveNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
+-	Window window;	/\(** ``event'' window reported relative to */
+-	Window root;	/\(** root window that the event occurred on */
+-	Window subwindow;	/\(** child window */
+-	Time time;	/\(** milliseconds */
+-	int x, y;	/\(** pointer x, y coordinates in event window */
+-	int x_root, y_root;	/\(** coordinates relative to root */
+-	int mode;	/\(** NotifyNormal, NotifyGrab, NotifyUngrab */
++	int type;	/\&* EnterNotify or LeaveNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
++	Window window;	/\&* ``event'' window reported relative to */
++	Window root;	/\&* root window that the event occurred on */
++	Window subwindow;	/\&* child window */
++	Time time;	/\&* milliseconds */
++	int x, y;	/\&* pointer x, y coordinates in event window */
++	int x_root, y_root;	/\&* coordinates relative to root */
++	int mode;	/\&* NotifyNormal, NotifyGrab, NotifyUngrab */
+ 	int detail;
+-		/\(**
++		/\&*
+ 	 	* NotifyAncestor, NotifyVirtual, NotifyInferior, 
+ 	 	* NotifyNonlinear,NotifyNonlinearVirtual
+ 	 	*/
+-	Bool same_screen;	/\(** same screen flag */
+-	Bool focus;	/\(** boolean focus */
+-	unsigned int state;	/\(** key or button mask */
++	Bool same_screen;	/\&* same screen flag */
++	Bool focus;	/\&* boolean focus */
++	unsigned int state;	/\&* key or button mask */
+ } XCrossingEvent;
+ typedef XCrossingEvent XEnterWindowEvent;
+ typedef XCrossingEvent XLeaveWindowEvent;
+diff --git a/man/XDestroyWindowEvent.man b/man/XDestroyWindowEvent.man
+index 9c5a261..91c024b 100644
+--- a/man/XDestroyWindowEvent.man
++++ b/man/XDestroyWindowEvent.man
+@@ -153,10 +153,10 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** DestroyNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* DestroyNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window event;
+ 	Window window;
+ } XDestroyWindowEvent;
+diff --git a/man/XDrawArc.man b/man/XDrawArc.man
+index 00a79cf..af25276 100644
+--- a/man/XDrawArc.man
++++ b/man/XDrawArc.man
+@@ -308,7 +308,7 @@ structure contains:
+ typedef struct {
+ 	short x, y;
+ 	unsigned short width, height;
+-	short angle1, angle2;             /\(** Degrees * 64 */
++	short angle1, angle2;             /\&* Degrees * 64 */
+ } XArc;
+ .EE
+ .LP
+diff --git a/man/XDrawText.man b/man/XDrawText.man
+index 706d69e..ae2e44e 100644
+--- a/man/XDrawText.man
++++ b/man/XDrawText.man
+@@ -228,10 +228,10 @@ structures contain:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	char *chars;	/\(** pointer to string */
+-	int nchars;	/\(** number of characters */
+-	int delta;	/\(** delta between strings */
+-	Font font;	/\(** Font to print it in, None don't change */
++	char *chars;	/\&* pointer to string */
++	int nchars;	/\&* number of characters */
++	int delta;	/\&* delta between strings */
++	Font font;	/\&* Font to print it in, None don't change */
+ } XTextItem;
+ .De
+ .LP
+@@ -239,10 +239,10 @@ typedef struct {
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	XChar2b *chars;	/\(** pointer to two-byte characters */
+-	int nchars;	/\(** number of characters */
+-	int delta;	/\(** delta between strings */
+-	Font font;	/\(** font to print it in, None don't change */
++	XChar2b *chars;	/\&* pointer to two-byte characters */
++	int nchars;	/\&* number of characters */
++	int delta;	/\&* delta between strings */
++	Font font;	/\&* font to print it in, None don't change */
+ } XTextItem16;
+ .De
+ .LP
+diff --git a/man/XErrorEvent.man b/man/XErrorEvent.man
+index e1f4eae..c74b46b 100644
+--- a/man/XErrorEvent.man
++++ b/man/XErrorEvent.man
+@@ -154,12 +154,12 @@ structure contains:
+ .ta .5i 2.5i
+ typedef struct {
+ 	int type;
+-	Display *display;	/\(** Display the event was read from */
+-	unsigned long serial;		/\(** serial number of failed request */
+-	unsigned char error_code;	/\(** error code of failed request */
+-	unsigned char request_code;	/\(** Major op-code of failed request */
+-	unsigned char minor_code;	/\(** Minor op-code of failed request */
+-	XID resourceid;		/\(** resource id */
++	Display *display;	/\&* Display the event was read from */
++	unsigned long serial;		/\&* serial number of failed request */
++	unsigned char error_code;	/\&* error code of failed request */
++	unsigned char request_code;	/\&* Major op-code of failed request */
++	unsigned char minor_code;	/\&* Minor op-code of failed request */
++	XID resourceid;		/\&* resource id */
+ } XErrorEvent;
+ .De
+ .LP
+diff --git a/man/XExposeEvent.man b/man/XExposeEvent.man
+index 82efac2..84cf712 100644
+--- a/man/XExposeEvent.man
++++ b/man/XExposeEvent.man
+@@ -153,14 +153,14 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** Expose */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* Expose */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window window;
+ 	int x, y;
+ 	int width, height;
+-	int count;	/\(** if nonzero, at least this many more */
++	int count;	/\&* if nonzero, at least this many more */
+ } XExposeEvent;
+ .De
+ .LP
+diff --git a/man/XFocusChangeEvent.man b/man/XFocusChangeEvent.man
+index c96d3cc..61f38a7 100644
+--- a/man/XFocusChangeEvent.man
++++ b/man/XFocusChangeEvent.man
+@@ -155,14 +155,14 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** FocusIn or FocusOut */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
+-	Window window;	/\(** window of event */
+-	int mode;	/\(** NotifyNormal, NotifyGrab, NotifyUngrab */
++	int type;	/\&* FocusIn or FocusOut */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
++	Window window;	/\&* window of event */
++	int mode;	/\&* NotifyNormal, NotifyGrab, NotifyUngrab */
+ 	int detail;
+-		/\(**
++		/\&*
+ 	 	* NotifyAncestor, NotifyVirtual, NotifyInferior, 
+ 	 	* NotifyNonlinear,NotifyNonlinearVirtual, NotifyPointer,
+ 	 	* NotifyPointerRoot, NotifyDetailNone 
+diff --git a/man/XFontSetExtents.man b/man/XFontSetExtents.man
+index 6d415ba..d70428f 100644
+--- a/man/XFontSetExtents.man
++++ b/man/XFontSetExtents.man
+@@ -153,8 +153,8 @@ structure contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	XRectangle max_ink_extent;	/\(** over all drawable characters */
+-	XRectangle max_logical_extent;	/\(** over all drawable characters */
++	XRectangle max_ink_extent;	/\&* over all drawable characters */
++	XRectangle max_logical_extent;	/\&* over all drawable characters */
+ } XFontSetExtents;
+ .De
+ .LP
+diff --git a/man/XGetVisualInfo.man b/man/XGetVisualInfo.man
+index 155c9f1..e4f7937 100644
+--- a/man/XGetVisualInfo.man
++++ b/man/XGetVisualInfo.man
+@@ -209,7 +209,7 @@ The
+ structure contains:
+ .LP
+ .LP
+-/\(** Visual information mask bits */
++/\&* Visual information mask bits */
+ .TS
+ lw(.5i) lw(2.5i) lw(.8i).
+ T{
+@@ -294,7 +294,7 @@ T}
+ .Ds 0
+ .TA .5i 3i
+ .ta .5i 3i
+-/\(** Values */
++/\&* Values */
+ 
+ typedef struct {
+ 	Visual *visual;
+diff --git a/man/XGetWindowAttributes.man b/man/XGetWindowAttributes.man
+index b7665b7..2aa86e4 100644
+--- a/man/XGetWindowAttributes.man
++++ b/man/XGetWindowAttributes.man
+@@ -222,27 +222,27 @@ structure contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int x, y;	/\(** location of window */
+-	int width, height;	/\(** width and height of window */
+-	int border_width;	/\(** border width of window */
+-	int depth;	/\(** depth of window */
+-	Visual *visual;	/\(** the associated visual structure */
+-	Window root;	/\(** root of screen containing window */
+-	int class;	/\(** InputOutput, InputOnly*/
+-	int bit_gravity;	/\(** one of the bit gravity values */
+-	int win_gravity;	/\(** one of the window gravity values */
+-	int backing_store;	/\(** NotUseful, WhenMapped, Always */
+-	unsigned long backing_planes;	/\(** planes to be preserved if possible */
+-	unsigned long backing_pixel;	/\(** value to be used when restoring planes */
+-	Bool save_under;	/\(** boolean, should bits under be saved? */
+-	Colormap colormap;	/\(** color map to be associated with window */
+-	Bool map_installed;	/\(** boolean, is color map currently installed*/
+-	int map_state;	/\(** IsUnmapped, IsUnviewable, IsViewable */
+-	long all_event_masks;	/\(** set of events all people have interest in*/
+-	long your_event_mask;	/\(** my event mask */
+-	long do_not_propagate_mask;	/\(** set of events that should not propagate */
+-	Bool override_redirect;	/\(** boolean value for override-redirect */
+-	Screen *screen;	/\(** back pointer to correct screen */
++	int x, y;	/\&* location of window */
++	int width, height;	/\&* width and height of window */
++	int border_width;	/\&* border width of window */
++	int depth;	/\&* depth of window */
++	Visual *visual;	/\&* the associated visual structure */
++	Window root;	/\&* root of screen containing window */
++	int class;	/\&* InputOutput, InputOnly*/
++	int bit_gravity;	/\&* one of the bit gravity values */
++	int win_gravity;	/\&* one of the window gravity values */
++	int backing_store;	/\&* NotUseful, WhenMapped, Always */
++	unsigned long backing_planes;	/\&* planes to be preserved if possible */
++	unsigned long backing_pixel;	/\&* value to be used when restoring planes */
++	Bool save_under;	/\&* boolean, should bits under be saved? */
++	Colormap colormap;	/\&* color map to be associated with window */
++	Bool map_installed;	/\&* boolean, is color map currently installed*/
++	int map_state;	/\&* IsUnmapped, IsUnviewable, IsViewable */
++	long all_event_masks;	/\&* set of events all people have interest in*/
++	long your_event_mask;	/\&* my event mask */
++	long do_not_propagate_mask;	/\&* set of events that should not propagate */
++	Bool override_redirect;	/\&* boolean value for override-redirect */
++	Screen *screen;	/\&* back pointer to correct screen */
+ } XWindowAttributes;
+ .De
+ .LP
+diff --git a/man/XGraphicsExposeEvent.man b/man/XGraphicsExposeEvent.man
+index 6e20083..a5637c8 100644
+--- a/man/XGraphicsExposeEvent.man
++++ b/man/XGraphicsExposeEvent.man
+@@ -155,16 +155,16 @@ events contain:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** GraphicsExpose */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* GraphicsExpose */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Drawable drawable;
+ 	int x, y;
+ 	int width, height;
+-	int count;	/\(** if nonzero, at least this many more */
+-	int major_code;	/\(** core is CopyArea or CopyPlane */
+-	int minor_code;	/\(** not defined in the core */
++	int count;	/\&* if nonzero, at least this many more */
++	int major_code;	/\&* core is CopyArea or CopyPlane */
++	int minor_code;	/\&* not defined in the core */
+ } XGraphicsExposeEvent;
+ .De
+ .LP
+@@ -172,13 +172,13 @@ typedef struct {
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** NoExpose */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* NoExpose */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Drawable drawable;
+-	int major_code;	/\(** core is CopyArea or CopyPlane */
+-	int minor_code;	/\(** not defined in the core */
++	int major_code;	/\&* core is CopyArea or CopyPlane */
++	int minor_code;	/\&* not defined in the core */
+ } XNoExposeEvent;
+ .De
+ .LP
+diff --git a/man/XGravityEvent.man b/man/XGravityEvent.man
+index 9d07e6f..c49719e 100644
+--- a/man/XGravityEvent.man
++++ b/man/XGravityEvent.man
+@@ -153,10 +153,10 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** GravityNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* GravityNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window event;
+ 	Window window;
+ 	int x, y;
+diff --git a/man/XKeymapEvent.man b/man/XKeymapEvent.man
+index c687c96..356865d 100644
+--- a/man/XKeymapEvent.man
++++ b/man/XKeymapEvent.man
+@@ -152,12 +152,12 @@ events contains:
+ .Ds 0
+ .TA .5i 3i
+ .ta .5i 3i
+-/\(** generated on EnterWindow and FocusIn when KeymapState selected */
++/\&* generated on EnterWindow and FocusIn when KeymapState selected */
+ typedef struct {
+-	int type;	/\(** KeymapNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* KeymapNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window window;
+ 	char key_vector[32];
+ } XKeymapEvent;	
+diff --git a/man/XLoadFont.man b/man/XLoadFont.man
+index 906f20e..a13ed84 100644
+--- a/man/XLoadFont.man
++++ b/man/XLoadFont.man
+@@ -321,12 +321,12 @@ structures contain:
+ .IN "XCharStruct" "" "@DEF@"
+ .EX
+ typedef struct {
+-	short lbearing;	/\(** origin to left edge of raster */
+-	short rbearing;	/\(** origin to right edge of raster */
+-	short width;	/\(** advance to next char's origin */
+-	short ascent;	/\(** baseline to top edge of raster */
+-	short descent;	/\(** baseline to bottom edge of raster */
+-	unsigned short attributes;	/\(** per char flags (not predefined) */
++	short lbearing;	/\&* origin to left edge of raster */
++	short rbearing;	/\&* origin to right edge of raster */
++	short width;	/\&* advance to next char's origin */
++	short ascent;	/\&* baseline to top edge of raster */
++	short descent;	/\&* baseline to bottom edge of raster */
++	unsigned short attributes;	/\&* per char flags (not predefined) */
+ } XCharStruct;
+ .EE
+ .LP
+@@ -340,7 +340,7 @@ typedef struct {
+ .LP
+ .IN "XChar2b" "" "@DEF@"
+ .EX
+-typedef struct {	/\(** normal 16 bit characters are two bytes */
++typedef struct {	/\&* normal 16 bit characters are two bytes */
+     unsigned char byte1;
+     unsigned char byte2;
+ } XChar2b;
+@@ -349,22 +349,22 @@ typedef struct {	/\(** normal 16 bit cha
+ .IN "XFontStruct" "" "@DEF@"
+ .EX
+ typedef struct {
+-	XExtData *ext_data;	/\(** hook for extension to hang data */
+-	Font fid;	/\(** Font id for this font */
+-	unsigned direction;	/\(** hint about the direction font is painted */
+-	unsigned min_char_or_byte2;	/\(** first character */
+-	unsigned max_char_or_byte2;	/\(** last character */
+-	unsigned min_byte1;	/\(** first row that exists */
+-	unsigned max_byte1;	/\(** last row that exists */
+-	Bool all_chars_exist;	/\(** flag if all characters have nonzero size */
+-	unsigned default_char;	/\(** char to print for undefined character */
+-	int n_properties;	/\(** how many properties there are */
+-	XFontProp *properties;	/\(** pointer to array of additional properties */
+-	XCharStruct min_bounds;	/\(** minimum bounds over all existing char */
+-	XCharStruct max_bounds;	/\(** maximum bounds over all existing char */
+-	XCharStruct *per_char;	/\(** first_char to last_char information */
+-	int ascent;	/\(** logical extent above baseline for spacing */
+-	int descent;	/\(** logical decent below baseline for spacing */
++	XExtData *ext_data;	/\&* hook for extension to hang data */
++	Font fid;	/\&* Font id for this font */
++	unsigned direction;	/\&* hint about the direction font is painted */
++	unsigned min_char_or_byte2;	/\&* first character */
++	unsigned max_char_or_byte2;	/\&* last character */
++	unsigned min_byte1;	/\&* first row that exists */
++	unsigned max_byte1;	/\&* last row that exists */
++	Bool all_chars_exist;	/\&* flag if all characters have nonzero size */
++	unsigned default_char;	/\&* char to print for undefined character */
++	int n_properties;	/\&* how many properties there are */
++	XFontProp *properties;	/\&* pointer to array of additional properties */
++	XCharStruct min_bounds;	/\&* minimum bounds over all existing char */
++	XCharStruct max_bounds;	/\&* maximum bounds over all existing char */
++	XCharStruct *per_char;	/\&* first_char to last_char information */
++	int ascent;	/\&* logical extent above baseline for spacing */
++	int descent;	/\&* logical decent below baseline for spacing */
+ } XFontStruct;
+ .EE
+ .LP
+diff --git a/man/XMapEvent.man b/man/XMapEvent.man
+index 5bc8f85..7f2747c 100644
+--- a/man/XMapEvent.man
++++ b/man/XMapEvent.man
+@@ -153,13 +153,13 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** MapNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* MapNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window event;
+ 	Window window;
+-	Bool override_redirect;	/\(** boolean, is override set... */
++	Bool override_redirect;	/\&* boolean, is override set... */
+ } XMapEvent;
+ .De
+ .LP
+@@ -208,15 +208,15 @@ events is:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** MappingNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
+-	Window window;	/\(** unused */
+-	int request;	/\(** one of MappingModifier, MappingKeyboard,
++	int type;	/\&* MappingNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
++	Window window;	/\&* unused */
++	int request;	/\&* one of MappingModifier, MappingKeyboard,
+ 		   MappingPointer */
+-	int first_keycode;	/\(** first keycode */
+-	int count;	/\(** defines range of change w. first_keycode*/
++	int first_keycode;	/\&* first keycode */
++	int count;	/\&* defines range of change w. first_keycode*/
+ } XMappingEvent;
+ .De
+ .LP
+diff --git a/man/XMapRequestEvent.man b/man/XMapRequestEvent.man
+index f76551d..a8ece72 100644
+--- a/man/XMapRequestEvent.man
++++ b/man/XMapRequestEvent.man
+@@ -153,10 +153,10 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** MapRequest */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* MapRequest */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window parent;
+ 	Window window;
+ } XMapRequestEvent;
+diff --git a/man/XPropertyEvent.man b/man/XPropertyEvent.man
+index ef34642..30ac75a 100644
+--- a/man/XPropertyEvent.man
++++ b/man/XPropertyEvent.man
+@@ -153,14 +153,14 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** PropertyNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* PropertyNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window window;
+ 	Atom atom;
+ 	Time time;
+-	int state;	/\(** PropertyNewValue or PropertyDelete */
++	int state;	/\&* PropertyNewValue or PropertyDelete */
+ } XPropertyEvent;
+ .De
+ .LP
+diff --git a/man/XReparentEvent.man b/man/XReparentEvent.man
+index ff42e28..228661c 100644
+--- a/man/XReparentEvent.man
++++ b/man/XReparentEvent.man
+@@ -153,10 +153,10 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** ReparentNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* ReparentNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window event;
+ 	Window window;
+ 	Window parent;
+diff --git a/man/XResizeRequestEvent.man b/man/XResizeRequestEvent.man
+index 71243b9..eb522f3 100644
+--- a/man/XResizeRequestEvent.man
++++ b/man/XResizeRequestEvent.man
+@@ -153,10 +153,10 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** ResizeRequest */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* ResizeRequest */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window window;
+ 	int width, height;
+ } XResizeRequestEvent;
+diff --git a/man/XSelectionClearEvent.man b/man/XSelectionClearEvent.man
+index 3fd7b1f..d186034 100644
+--- a/man/XSelectionClearEvent.man
++++ b/man/XSelectionClearEvent.man
+@@ -153,10 +153,10 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** SelectionClear */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* SelectionClear */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window window;
+ 	Atom selection;
+ 	Time time;
+diff --git a/man/XSelectionEvent.man b/man/XSelectionEvent.man
+index 45481f5..e68eef7 100644
+--- a/man/XSelectionEvent.man
++++ b/man/XSelectionEvent.man
+@@ -153,14 +153,14 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** SelectionNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* SelectionNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window requestor;
+ 	Atom selection;
+ 	Atom target;
+-	Atom property;	/\(** atom or None */
++	Atom property;	/\&* atom or None */
+ 	Time time;
+ } XSelectionEvent;
+ .De
+diff --git a/man/XSelectionRequestEvent.man b/man/XSelectionRequestEvent.man
+index 9d2febe..ae15700 100644
+--- a/man/XSelectionRequestEvent.man
++++ b/man/XSelectionRequestEvent.man
+@@ -153,10 +153,10 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** SelectionRequest */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* SelectionRequest */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window owner;
+ 	Window requestor;
+ 	Atom selection;
+diff --git a/man/XStringListToTextProperty.man b/man/XStringListToTextProperty.man
+index a921048..abba419 100644
+--- a/man/XStringListToTextProperty.man
++++ b/man/XStringListToTextProperty.man
+@@ -230,10 +230,10 @@ structure contains:
+ .TA .5i 2.5i
+ .ta .5i 2.5i
+ typedef struct {
+-	unsigned char *value;	/\(** property data */
+-	Atom encoding;	/\(** type of property */
+-	int format;	/\(** 8, 16, or 32 */
+-	unsigned long nitems;	/\(** number of items in value */
++	unsigned char *value;	/\&* property data */
++	Atom encoding;	/\&* type of property */
++	int format;	/\&* 8, 16, or 32 */
++	unsigned long nitems;	/\&* number of items in value */
+ } XTextProperty;
+ .De
+ .SH "SEE ALSO"
+diff --git a/man/XUnmapEvent.man b/man/XUnmapEvent.man
+index c560a2a..a0623f7 100644
+--- a/man/XUnmapEvent.man
++++ b/man/XUnmapEvent.man
+@@ -153,10 +153,10 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** UnmapNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* UnmapNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window event;
+ 	Window window;
+ 	Bool from_configure;
+diff --git a/man/XVisibilityEvent.man b/man/XVisibilityEvent.man
+index 0313aab..7b878cf 100644
+--- a/man/XVisibilityEvent.man
++++ b/man/XVisibilityEvent.man
+@@ -153,10 +153,10 @@ events contains:
+ .TA .5i 3i
+ .ta .5i 3i
+ typedef struct {
+-	int type;	/\(** VisibilityNotify */
+-	unsigned long serial;	/\(** # of last request processed by server */
+-	Bool send_event;	/\(** true if this came from a SendEvent request */
+-	Display *display;	/\(** Display the event was read from */
++	int type;	/\&* VisibilityNotify */
++	unsigned long serial;	/\&* # of last request processed by server */
++	Bool send_event;	/\&* true if this came from a SendEvent request */
++	Display *display;	/\&* Display the event was read from */
+ 	Window window;
+ 	int state;
+ } XVisibilityEvent;
+diff --git a/man/XcmsColor.man b/man/XcmsColor.man
+index 8c7d0e9..fa845dd 100644
+--- a/man/XcmsColor.man
++++ b/man/XcmsColor.man
+@@ -159,7 +159,7 @@ The structure for
+ contains:
+ .LP
+ .EX
+-typedef unsigned long XcmsColorFormat;			/\(** Color Specification Format */
++typedef unsigned long XcmsColorFormat;			/\&* Color Specification Format */
+ 
+ typedef struct {
+ 	union {
+@@ -175,73 +175,73 @@ typedef struct {
+ 	} spec;
+ 	unsigned long pixel;
+ 	XcmsColorFormat format;
+-} XcmsColor;			/\(** Xcms Color Structure */
++} XcmsColor;			/\&* Xcms Color Structure */
+ .EE
+ .LP
+ .EX
+ typedef double XcmsFloat;
+ 
+ typedef struct {
+-	unsigned short red;	/\(** 0x0000 to 0xffff */
+-	unsigned short green;	/\(** 0x0000 to 0xffff */
+-	unsigned short blue;	/\(** 0x0000 to 0xffff */
+-} XcmsRGB;		/\(** RGB Device */
++	unsigned short red;	/\&* 0x0000 to 0xffff */
++	unsigned short green;	/\&* 0x0000 to 0xffff */
++	unsigned short blue;	/\&* 0x0000 to 0xffff */
++} XcmsRGB;		/\&* RGB Device */
+ .EE
+ .LP
+ .EX
+ typedef struct {
+-	XcmsFloat red;	/\(** 0.0 to 1.0 */
+-	XcmsFloat green;	/\(** 0.0 to 1.0 */
+-	XcmsFloat blue;	/\(** 0.0 to 1.0 */
+-} XcmsRGBi;		/\(** RGB Intensity */
++	XcmsFloat red;	/\&* 0.0 to 1.0 */
++	XcmsFloat green;	/\&* 0.0 to 1.0 */
++	XcmsFloat blue;	/\&* 0.0 to 1.0 */
++} XcmsRGBi;		/\&* RGB Intensity */
+ .EE
+ .LP
+ .EX
+ typedef struct {
+ 	XcmsFloat X;
+-	XcmsFloat Y;	/\(** 0.0 to 1.0 */
++	XcmsFloat Y;	/\&* 0.0 to 1.0 */
+ 	XcmsFloat Z;
+-} XcmsCIEXYZ;		/\(** CIE XYZ */
++} XcmsCIEXYZ;		/\&* CIE XYZ */
+ .EE
+ .LP
+ .EX
+ typedef struct {
+-	XcmsFloat u_prime;	/\(** 0.0 to ~0.6 */
+-	XcmsFloat v_prime;	/\(** 0.0 to ~0.6 */
+-	XcmsFloat Y; 	/\(** 0.0 to 1.0 */
+-} XcmsCIEuvY;		/\(** CIE u'v'Y */
++	XcmsFloat u_prime;	/\&* 0.0 to ~0.6 */
++	XcmsFloat v_prime;	/\&* 0.0 to ~0.6 */
++	XcmsFloat Y; 	/\&* 0.0 to 1.0 */
++} XcmsCIEuvY;		/\&* CIE u'v'Y */
+ .EE
+ .LP
+ .EX
+ typedef struct {
+-	XcmsFloat x; 	/\(** 0.0 to ~.75 */
+-	XcmsFloat y; 	/\(** 0.0 to ~.85 */
+-	XcmsFloat Y; 	/\(** 0.0 to 1.0 */
+-} XcmsCIExyY;		/\(** CIE xyY */
++	XcmsFloat x; 	/\&* 0.0 to ~.75 */
++	XcmsFloat y; 	/\&* 0.0 to ~.85 */
++	XcmsFloat Y; 	/\&* 0.0 to 1.0 */
++} XcmsCIExyY;		/\&* CIE xyY */
+ .EE
+ .LP
+ .EX
+ typedef struct {
+-	XcmsFloat L_star; 	/\(** 0.0 to 100.0 */
++	XcmsFloat L_star; 	/\&* 0.0 to 100.0 */
+ 	XcmsFloat a_star;
+ 	XcmsFloat b_star;
+-} XcmsCIELab;		/\(** CIE L*a*b* */
++} XcmsCIELab;		/\&* CIE L*a*b* */
+ .EE
+ .LP
+ .EX
+ typedef struct {
+-	XcmsFloat L_star; 	/\(** 0.0 to 100.0 */
++	XcmsFloat L_star; 	/\&* 0.0 to 100.0 */
+ 	XcmsFloat u_star;
+ 	XcmsFloat v_star;
+-} XcmsCIELuv;		/\(** CIE L*u*v* */
++} XcmsCIELuv;		/\&* CIE L*u*v* */
+ .EE
+ .LP
+ .EX
+ typedef struct {
+-	XcmsFloat H; 	/\(** 0.0 to 360.0 */
+-	XcmsFloat V; 	/\(** 0.0 to 100.0 */
+-	XcmsFloat C; 	/\(** 0.0 to 100.0 */
+-} XcmsTekHVC;		/\(** TekHVC */
++	XcmsFloat H; 	/\&* 0.0 to 360.0 */
++	XcmsFloat V; 	/\&* 0.0 to 100.0 */
++	XcmsFloat C; 	/\&* 0.0 to 100.0 */
++} XcmsTekHVC;		/\&* TekHVC */
+ .EE
+ .LP
+ .EX
+@@ -250,7 +250,7 @@ typedef struct {
+ 	XcmsFloat pad1;
+ 	XcmsFloat pad2;
+ 	XcmsFloat pad3;
+-} XcmsPad;		/\(** four doubles */
++} XcmsPad;		/\&* four doubles */
+ .EE
+ .SH DESCRIPTION
+ The
+diff --git a/man/XmbDrawText.man b/man/XmbDrawText.man
+index 30fe5ea..b857f5a 100644
+--- a/man/XmbDrawText.man
++++ b/man/XmbDrawText.man
+@@ -228,10 +228,10 @@ structure contains:
+ .TA .5i 2.5i
+ .ta .5i 2.5i
+ typedef struct {
+-	char *chars;	/\(** pointer to string */
+-	int nchars;	/\(** number of bytes */
+-	int delta;	/\(** pixel delta between strings */
+-	XFontSet font_set; 	/\(** fonts, None means don't change */
++	char *chars;	/\&* pointer to string */
++	int nchars;	/\&* number of bytes */
++	int delta;	/\&* pixel delta between strings */
++	XFontSet font_set; 	/\&* fonts, None means don't change */
+ } XmbTextItem;
+ .De
+ The
+@@ -241,10 +241,10 @@ structure contains:
+ .TA .5i 2.5i
+ .ta .5i 2.5i
+ typedef struct {
+-	wchar_t *chars;	/\(** pointer to wide char string */
+-	int nchars;	/\(** number of wide characters */
+-	int delta;	/\(** pixel delta between strings */
+-	XFontSet font_set;	/\(** fonts, None means don't change */
++	wchar_t *chars;	/\&* pointer to wide char string */
++	int nchars;	/\&* number of wide characters */
++	int delta;	/\&* pixel delta between strings */
++	XFontSet font_set;	/\&* fonts, None means don't change */
+ } XwcTextItem;
+ .De
+ .SH "SEE ALSO"
+diff --git a/man/XmbTextListToTextProperty.man b/man/XmbTextListToTextProperty.man
+index cad0cf3..23501e9 100644
+--- a/man/XmbTextListToTextProperty.man
++++ b/man/XmbTextListToTextProperty.man
+@@ -408,10 +408,10 @@ structure contains:
+ .TA .5i 2.5i
+ .ta .5i 2.5i
+ typedef struct {
+-	unsigned char *value;	/\(** property data */
+-	Atom encoding;	/\(** type of property */
+-	int format;	/\(** 8, 16, or 32 */
+-	unsigned long nitems;	/\(** number of items in value */
++	unsigned char *value;	/\&* property data */
++	Atom encoding;	/\&* type of property */
++	int format;	/\&* 8, 16, or 32 */
++	unsigned long nitems;	/\&* number of items in value */
+ } XTextProperty;
+ .De
+ .LP
+@@ -447,11 +447,11 @@ T}
+ .TA .5i 2.5i
+ .ta .5i 2.5i
+ typedef enum {
+-	XStringStyle,		/\(** STRING */
+-	XCompoundTextStyle,	/\(** COMPOUND_TEXT */
+-	XTextStyle,		/\(** text in owner's encoding (current locale) */
+-	XStdICCTextStyle,	/\(** STRING, else COMPOUND_TEXT */
+-	XUTF8StringStyle	/\(** UTF8_STRING */
++	XStringStyle,		/\&* STRING */
++	XCompoundTextStyle,	/\&* COMPOUND_TEXT */
++	XTextStyle,		/\&* text in owner's encoding (current locale) */
++	XStdICCTextStyle,	/\&* STRING, else COMPOUND_TEXT */
++	XUTF8StringStyle	/\&* UTF8_STRING */
+ } XICCEncodingStyle;
+ .De
+ .SH "SEE ALSO"
+diff --git a/man/XrmInitialize.man b/man/XrmInitialize.man
+index c282e61..c481bef 100644
+--- a/man/XrmInitialize.man
++++ b/man/XrmInitialize.man
+@@ -233,14 +233,14 @@ typedef struct {
+ .TA .5i 2.5i
+ .ta .5i 2.5i
+ typedef enum {
+-	XrmoptionNoArg,	/\(** Value is specified in XrmOptionDescRec.value */
+-	XrmoptionIsArg,	/\(** Value is the option string itself */
+-	XrmoptionStickyArg,	/\(** Value is characters immediately following option */
+-	XrmoptionSepArg,	/\(** Value is next argument in argv */
+-	XrmoptionResArg,	/\(** Resource and value in next argument in argv */
+-	XrmoptionSkipArg,	/\(** Ignore this option and the next argument in argv */
+-	XrmoptionSkipLine,	/\(** Ignore this option and the rest of argv */
+-	XrmoptionSkipNArgs	/\(** Ignore this option and the next
++	XrmoptionNoArg,	/\&* Value is specified in XrmOptionDescRec.value */
++	XrmoptionIsArg,	/\&* Value is the option string itself */
++	XrmoptionStickyArg,	/\&* Value is characters immediately following option */
++	XrmoptionSepArg,	/\&* Value is next argument in argv */
++	XrmoptionResArg,	/\&* Resource and value in next argument in argv */
++	XrmoptionSkipArg,	/\&* Ignore this option and the next argument in argv */
++	XrmoptionSkipLine,	/\&* Ignore this option and the rest of argv */
++	XrmoptionSkipNArgs	/\&* Ignore this option and the next
+ 		\ \ \ XrmOptionDescRec.value arguments in argv */
+ } XrmOptionKind;
+ .De
+@@ -249,10 +249,10 @@ typedef enum {
+ .TA .5i 2.5i
+ .ta .5i 2.5i
+ typedef struct {
+-	char *option;	/\(** Option specification string in argv		    */
+-	char *specifier;	/\(** Binding and resource name (sans application name)    */
+-	XrmOptionKind argKind;	/\(** Which style of option it is	    */
+-	XPointer value;	/\(** Value to provide if XrmoptionNoArg or 
++	char *option;	/\&* Option specification string in argv		    */
++	char *specifier;	/\&* Binding and resource name (sans application name)    */
++	XrmOptionKind argKind;	/\&* Which style of option it is	    */
++	XPointer value;	/\&* Value to provide if XrmoptionNoArg or 
+ 		\ \ \ XrmoptionSkipNArgs   */
+ } XrmOptionDescRec, *XrmOptionDescList;
+ .De
+-- 
+1.4.1
+
+From e3eb83ec6a9bffa63cdffd94f077c12f85ad7240 Mon Sep 17 00:00:00 2001
+From: Alan Coopersmith <[email protected]>
+Date: Mon, 11 Feb 2008 20:11:43 -0800
+Subject: [PATCH] Spell out number in XkbGetKeyVirtualModMap man page to avoid cpp errors from #
+---
+ man/xkb/XkbGetKeyVirtualModMap.man |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/man/xkb/XkbGetKeyVirtualModMap.man b/man/xkb/XkbGetKeyVirtualModMap.man
+index dcb7533..6b35a77 100644
+--- a/man/xkb/XkbGetKeyVirtualModMap.man
++++ b/man/xkb/XkbGetKeyVirtualModMap.man
+@@ -57,7 +57,7 @@ connection to server
+ keycode of first key to fetch
+ .TP
+ .I \- num
+-# keys for which virtual mod maps are desired
++number of keys for which virtual mod maps are desired
+ .TP
+ .I \- xkb
+ Xkb description where results will be placed
+-- 
+1.4.1
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/mapfile-order	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,599 @@
+text	=	LOAD	?RXO;
+text	:	.text%XrmInitialize	:	Xrm.o;
+text	:	.text%XrmPermStringToQuark	:	Quarks.o;
+text	:	.text%_XrmInternalStringToQuark	:	Quarks.o;
+text	:	.text%ExpandQuarkTable	:	Quarks.o;
+text	:	.text%_Xpermalloc	:	Quarks.o;
+text	:	.text%permalloc	:	Quarks.o;
+text	:	.text%XrmGetStringDatabase	:	Xrm.o;
+text	:	.text%NewDatabase	:	Xrm.o;
+text	:	.text%_XrmInitParseInfo	:	lcWrap.o;
+text	:	.text%_XOpenLC	:	lcWrap.o;
+text	:	.text%_XlcMapOSLocaleName	:	SetLocale.o;
+text	:	.text%_XlcInitLoader	:	lcInit.o;
+text	:	.text%_XlcAddLoader	:	lcWrap.o;
+text	:	.text%_XlcRemoveLoader	:	lcWrap.o;
+text	:	.text%_XlcDefaultLoader	:	lcDefConv.o;
+text	:	.text%_XlcCreateLC	:	lcPubWrap.o;
+text	:	.text%create	:	lcPublic.o;
+text	:	.text%initialize	:	lcPublic.o;
+text	:	.text%_XlcInitCTInfo	:	lcCT.o;
+text	:	.text%resolve_ct_list	:	lcCT.o;
+text	:	.text%_XlcLocaleDirName	:	lcFile.o;
+text	:	.text%_XlcResolveLocaleName	:	lcFile.o;
+text	:	.text%xlocaledir	:	lcFile.o;
+text	:	.text%parse_path	:	lcFile.o;
+text	:	.text%parse_line	:	lcFile.o;
+text	:	.text%_XlcResolveName	:	lcFile.o;
+text	:	.text%_XlcAddCT	:	lcCT.o;
+text	:	.text%_XlcParseCT	:	lcCT.o;
+text	:	.text%_XlcGetCTInfoFromEncoding	:	lcCT.o;
+text	:	.text%_XlcCreateDefaultCharSet	:	lcCharSet.o;
+text	:	.text%_XlcParseCharSet	:	lcCT.o;
+text	:	.text%XrmStringToQuark	:	Quarks.o;
+text	:	.text%XrmQuarkToString	:	Quarks.o;
+text	:	.text%_XlcAddCharSet	:	lcCharSet.o;
+text	:	.text%_XlcGetCharSet	:	lcCharSet.o;
+text	:	.text%init_converter	:	lcCT.o;
+text	:	.text%_XlcSetConverter	:	lcConv.o;
+text	:	.text%initialize_core	:	lcPublic.o;
+text	:	.text%_XInitPublicOM	:	XsunSL.o;
+text	:	.text%_XInitPublicIM	:	XsunSL.o;
+text	:	.text%load_public	:	lcPublic.o;
+text	:	.text%_XlcCreateLocaleDataBase	:	lcDB.o;
+text	:	.text%_XlcFileName	:	lcFile.o;
+text	:	.text%lowercase	:	lcFile.o;
+text	:	.text%_XlcGetResource	:	lcDB.o;
+text	:	.text%_XrmDefaultInitParseInfo	:	lcRM.o;
+text	:	.text%_XlcOpenConverter	:	lcConv.o;
+text	:	.text%get_converter	:	lcConv.o;
+text	:	.text%open_strtostr	:	lcDefConv.o;
+text	:	.text%create_conv	:	lcDefConv.o;
+text	:	.text%GetDatabase	:	Xrm.o;
+text	:	.text%mbinit	:	lcRM.o;
+text	:	.text%_XlcResetConverter	:	lcConv.o;
+text	:	.text%mbfinish	:	lcRM.o;
+text	:	.text%XrmParseCommand	:	ParseCmd.o;
+text	:	.text%XrmGetResource	:	Xrm.o;
+text	:	.text%XrmStringToQuarkList	:	Xrm.o;
+text	:	.text%XrmQGetResource	:	Xrm.o;
+text	:	.text%XrmGetFileDatabase	:	Xrm.o;
+text	:	.text%ReadInFile	:	Xrm.o;
+text	:	.text%PutEntry	:	Xrm.o;
+text	:	.text%GrowTable	:	Xrm.o;
+text	:	.text%MoveValues	:	Xrm.o;
+text	:	.text%XrmDestroyDatabase	:	Xrm.o;
+text	:	.text%destroy	:	lcRM.o;
+text	:	.text%_XlcCloseConverter	:	lcConv.o;
+text	:	.text%close_converter	:	lcConv.o;
+text	:	.text%close_converter	:	lcDefConv.o;
+text	:	.text%_XCloseLC	:	lcWrap.o;
+text	:	.text%GetNEntry	:	Xrm.o;
+text	:	.text%GetVEntry	:	Xrm.o;
+text	:	.text%GetLooseVEntry	:	Xrm.o;
+text	:	.text%XSetAuthorization	:	ConnDis.o;
+text	:	.text%XOpenDisplay	:	OpenDis.o;
+text	:	.text%XSetErrorHandler	:	ErrHndlr.o;
+text	:	.text%XSetIOErrorHandler	:	ErrHndlr.o;
+text	:	.text%_X11TransConnectDisplay	:	ConnDis.o;
+text	:	.text%copystring	:	ConnDis.o;
+text	:	.text%_X11TransOpenCOTSClient	:	x11trans.o;
+text	:	.text%_X11TransOpen	:	x11trans.o;
+text	:	.text%_X11TransParseAddress	:	x11trans.o;
+text	:	.text%_X11TransGetHostname	:	x11trans.o;
+text	:	.text%_X11TransSelectTransport	:	x11trans.o;
+text	:	.text%_X11TransSocketOpenCOTSClient	:	x11trans.o;
+text	:	.text%_X11TransSocketSelectFamily	:	x11trans.o;
+text	:	.text%_X11TransSocketOpen	:	x11trans.o;
+text	:	.text%_X11TransConnect	:	x11trans.o;
+text	:	.text%_X11TransSocketPIPEConnect	:	x11trans.o;
+text	:	.text%_X11TransGetPeerAddr	:	x11trans.o;
+text	:	.text%_X11TransConvertAddress	:	x11trans.o;
+text	:	.text%_X11TransSetOption	:	x11trans.o;
+text	:	.text%GetAuthorization	:	ConnDis.o;
+text	:	.text%_X11TransGetConnectionNumber	:	x11trans.o;
+text	:	.text%AddToDisplayLink	:	OpenDis.o;
+text	:	.text%_XPollfdCacheInit	:	XlibInt.o;
+text	:	.text%_XSendClientPrefix	:	ConnDis.o;
+text	:	.text%_X11TransWritev	:	x11trans.o;
+text	:	.text%_X11TransSocketWritev	:	x11trans.o;
+text	:	.text%_XRead	:	XlibInt.o;
+text	:	.text%_X11TransRead	:	x11trans.o;
+text	:	.text%_X11TransSocketRead	:	x11trans.o;
+text	:	.text%_XWaitForReadable	:	XlibInt.o;
+text	:	.text%_XVIDtoVisual	:	XlibInt.o;
+text	:	.text%XCreateGC	:	CrGC.o;
+text	:	.text%_XUpdateGCCache	:	CrGC.o;
+text	:	.text%_XAllocID	:	XlibInt.o;
+text	:	.text%_XGenerateGCList	:	CrGC.o;
+text	:	.text%XSynchronize	:	Synchro.o;
+text	:	.text%_XReply	:	XlibInt.o;
+text	:	.text%_XFlushInt	:	XlibInt.o;
+text	:	.text%_X11TransWrite	:	x11trans.o;
+text	:	.text%_X11TransSocketWrite	:	x11trans.o;
+text	:	.text%_XAsyncReply	:	XlibInt.o;
+text	:	.text%_XSetLastRequestRead	:	XlibInt.o;
+text	:	.text%_XBigReqHandler	:	OpenDis.o;
+text	:	.text%_XGetAsyncReply	:	XlibAsync.o;
+text	:	.text%XkbUseExtension	:	XKBUse.o;
+text	:	.text%XInitExtension	:	InitExt.o;
+text	:	.text%XQueryExtension	:	QuExt.o;
+text	:	.text%_XSend	:	XlibInt.o;
+text	:	.text%XESetCloseDisplay	:	InitExt.o;
+text	:	.text%XLookupExtension	:	InitExt.o;
+text	:	.text%XESetErrorString	:	InitExt.o;
+text	:	.text%XSetWindowBackground	:	Backgnd.o;
+text	:	.text%XClearWindow	:	Clear.o;
+text	:	.text%XFlush	:	Flush.o;
+text	:	.text%_XFlush	:	XlibInt.o;
+text	:	.text%XUndefineCursor	:	UndefCurs.o;
+text	:	.text%XQueryBestCursor	:	QuCurShp.o;
+text	:	.text%XCreateBitmapFromData	:	CrBFData.o;
+text	:	.text%XCreatePixmap	:	CrPixmap.o;
+text	:	.text%XPutImage	:	PutImage.o;
+text	:	.text%PutSubImage	:	PutImage.o;
+text	:	.text%PutImageRequest	:	PutImage.o;
+text	:	.text%SendXYImage	:	PutImage.o;
+text	:	.text%SwapBits	:	PutImage.o;
+text	:	.text%XFreeGC	:	FreeGC.o;
+text	:	.text%_XFreeExtData	:	FreeEData.o;
+text	:	.text%XQueryColors	:	QuColors.o;
+text	:	.text%XCreatePixmapCursor	:	CrCursor.o;
+text	:	.text%XFreePixmap	:	FreePix.o;
+text	:	.text%XDefineCursor	:	DefCursor.o;
+text	:	.text%XFreeCursor	:	FreeCurs.o;
+text	:	.text%MoveTables	:	Xrm.o;
+text	:	.text%XrmPutStringResource	:	Xrm.o;
+text	:	.text%XrmStringToBindingQuarkList	:	Xrm.o;
+text	:	.text%XrmPutFileDatabase	:	Xrm.o;
+text	:	.text%XrmEnumerateDatabase	:	Xrm.o;
+text	:	.text%EnumNTable	:	Xrm.o;
+text	:	.text%EnumAllNTable	:	Xrm.o;
+text	:	.text%EnumLTable	:	Xrm.o;
+text	:	.text%DumpEntry	:	Xrm.o;
+text	:	.text%PrintBindingQuarkList	:	Xrm.o;
+text	:	.text%XrmMergeDatabases	:	Xrm.o;
+text	:	.text%XrmCombineDatabase	:	Xrm.o;
+text	:	.text%MergeTables	:	Xrm.o;
+text	:	.text%MergeValues	:	Xrm.o;
+text	:	.text%XDisplayString	:	Macros.o;
+text	:	.text%XDisplayName	:	DisName.o;
+text	:	.text%XListExtensions	:	ListExt.o;
+text	:	.text%_XReadPad	:	XlibInt.o;
+text	:	.text%_X11TransReadv	:	x11trans.o;
+text	:	.text%_X11TransSocketReadv	:	x11trans.o;
+text	:	.text%XGetVisualInfo	:	VisUtil.o;
+text	:	.text%XFree	:	XlibInt.o;
+text	:	.text%XResourceManagerString	:	Misc.o;
+text	:	.text%XMaxRequestSize	:	Misc.o;
+text	:	.text%XChangeProperty	:	ChProp.o;
+text	:	.text%XCloseDisplay	:	ClDisplay.o;
+text	:	.text%XSync	:	Sync.o;
+text	:	.text%_XDisconnectDisplay	:	ConnDis.o;
+text	:	.text%_X11TransDisconnect	:	x11trans.o;
+text	:	.text%_X11TransSocketPIPEDisconnect	:	x11trans.o;
+text	:	.text%_X11TransClose	:	x11trans.o;
+text	:	.text%_X11TransSocketPIPEClose	:	x11trans.o;
+text	:	.text%_X11TransFreeConnInfo	:	x11trans.o;
+text	:	.text%_XFreeDisplayStructure	:	OpenDis.o;
+text	:	.text%RemoveFromDisplayLink	:	OpenDis.o;
+text	:	.text%XSetFontPath	:	SetFPath.o;
+text	:	.text%XDisplayKeycodes	:	Misc.o;
+text	:	.text%XGetModifierMapping	:	ModMap.o;
+text	:	.text%XKeycodeToKeysym	:	XKBBind.o;
+text	:	.text%_XKeycodeToKeysym	:	KeyBind.o;
+text	:	.text%_XKeyInitialize	:	KeyBind.o;
+text	:	.text%XGetKeyboardMapping	:	GetPntMap.o;
+text	:	.text%InitModMap	:	KeyBind.o;
+text	:	.text%ResetModMap	:	KeyBind.o;
+text	:	.text%KeyCodetoKeySym	:	KeyBind.o;
+text	:	.text%XConvertCase	:	KeyBind.o;
+text	:	.text%XKeysymToString	:	KeysymStr.o;
+text	:	.text%XFreeModifiermap	:	ModMap.o;
+text	:	.text%XStringToKeysym	:	StrKeysym.o;
+text	:	.text%XInsertModifiermapEntry	:	ModMap.o;
+text	:	.text%XSetModifierMapping	:	ModMap.o;
+text	:	.text%XPending	:	Pending.o;
+text	:	.text%_XEventsQueued	:	XlibInt.o;
+text	:	.text%_X11TransBytesReadable	:	x11trans.o;
+text	:	.text%_X11TransSocketBytesReadable	:	x11trans.o;
+text	:	.text%_XEnq	:	XlibInt.o;
+text	:	.text%_XWireToEvent	:	XlibInt.o;
+text	:	.text%XNextEvent	:	NextEvent.o;
+text	:	.text%_XDeq	:	XlibInt.o;
+text	:	.text%XGetFontPath	:	GetFPath.o;
+text	:	.text%XFreeFontPath	:	GetFPath.o;
+text	:	.text%XCreateRegion	:	Region.o;
+text	:	.text%XrmQPutStringResource	:	Xrm.o;
+text	:	.text%XInternAtom	:	IntAtom.o;
+text	:	.text%_XInternAtom	:	IntAtom.o;
+text	:	.text%_XUpdateAtomCache	:	IntAtom.o;
+text	:	.text%XSupportsLocale	:	lcWrap.o;
+text	:	.text%_XlcCurrentLC	:	lcWrap.o;
+text	:	.text%XSetLocaleModifiers	:	lcWrap.o;
+text	:	.text%_XlcDefaultMapModifiers	:	lcWrap.o;
+text	:	.text%_XlcValidModSyntax	:	lcWrap.o;
+text	:	.text%XScreenResourceString	:	ScrResStr.o;
+text	:	.text%XGetWindowProperty	:	GetProp.o;
+text	:	.text%XrmCombineFileDatabase	:	Xrm.o;
+text	:	.text%XrmGetDatabase	:	Xrm.o;
+text	:	.text%XrmSetDatabase	:	Xrm.o;
+text	:	.text%XrmQGetSearchList	:	Xrm.o;
+text	:	.text%SearchNEntry	:	Xrm.o;
+text	:	.text%AppendLEntry	:	Xrm.o;
+text	:	.text%AppendLooseLEntry	:	Xrm.o;
+text	:	.text%XrmQGetSearchResource	:	Xrm.o;
+text	:	.text%XAddConnectionWatch	:	XlibInt.o;
+text	:	.text%DestroyNTable	:	Xrm.o;
+text	:	.text%DestroyLTable	:	Xrm.o;
+text	:	.text%XrmUniqueQuark	:	Quarks.o;
+text	:	.text%XFindContext	:	Context.o;
+text	:	.text%XESetWireToEvent	:	InitExt.o;
+text	:	.text%XESetEventToWire	:	InitExt.o;
+text	:	.text%XKeysymToKeycode	:	XKBBind.o;
+text	:	.text%_XKeysymToKeycode	:	KeyBind.o;
+text	:	.text%XSaveContext	:	Context.o;
+text	:	.text%XScreenNumberOfScreen	:	Macros.o;
+text	:	.text%XGetSelectionOwner	:	GetSOwner.o;
+text	:	.text%XCreateWindow	:	Window.o;
+text	:	.text%_XProcessWindowAttributes	:	Window.o;
+text	:	.text%XAllocSizeHints	:	PropAlloc.o;
+text	:	.text%XmbTextListToTextProperty	:	lcWrap.o;
+text	:	.text%_XmbTextListToTextProperty	:	lcTxtPr.o;
+text	:	.text%_XTextListToTextProperty	:	lcTxtPr.o;
+text	:	.text%get_buf_size	:	lcTxtPr.o;
+text	:	.text%_XlcConvert	:	lcConv.o;
+text	:	.text%strtostr	:	lcDefConv.o;
+text	:	.text%XSetWMProperties	:	WMProps.o;
+text	:	.text%_XGetHostname	:	XlibInt.o;
+text	:	.text%XSetWMName	:	SetTxtProp.o;
+text	:	.text%XSetTextProperty	:	SetTxtProp.o;
+text	:	.text%XSetWMClientMachine	:	SetTxtProp.o;
+text	:	.text%XSetWMNormalHints	:	SetNrmHint.o;
+text	:	.text%XSetWMSizeHints	:	SetNrmHint.o;
+text	:	.text%XSetWMHints	:	SetHints.o;
+text	:	.text%XSetClassHint	:	SetHints.o;
+text	:	.text%XSelectInput	:	SelInput.o;
+text	:	.text%XSetWMIconName	:	SetTxtProp.o;
+text	:	.text%XDeleteProperty	:	DelProp.o;
+text	:	.text%XCreateFontCursor	:	Cursor.o;
+text	:	.text%XLoadFont	:	LoadFont.o;
+text	:	.text%XCreateGlyphCursor	:	CrGlCur.o;
+text	:	.text%XLoadQueryFont	:	Font.o;
+text	:	.text%_XQueryFont	:	Font.o;
+text	:	.text%XCreateImage	:	ImUtil.o;
+text	:	.text%_XInitImageFuncPtrs	:	ImUtil.o;
+text	:	.text%XGetFontProperty	:	GetFProp.o;
+text	:	.text%XGetWindowAttributes	:	GetWAttrs.o;
+text	:	.text%_XWAttrsHandler	:	GetWAttrs.o;
+text	:	.text%XCreateFontSet	:	FSWrap.o;
+text	:	.text%XOpenOM	:	OMWrap.o;
+text	:	.text%_XDefaultOpenOM	:	XSunOMIF.o;
+text	:	.text%_XlcCompileResourceList	:	lcWrap.o;
+text	:	.text%init_om	:	XSunOMIF.o;
+text	:	.text%add_data	:	XSunOMIF.o;
+text	:	.text%XCreateOC	:	OCWrap.o;
+text	:	.text%_XlcCountVaList	:	lcWrap.o;
+text	:	.text%_XlcVaToArgList	:	lcWrap.o;
+text	:	.text%create_oc	:	XSunOMIF.o;
+text	:	.text%_XlcSetValues	:	lcWrap.o;
+text	:	.text%_XlcCopyFromArg	:	lcWrap.o;
+text	:	.text%create_fontset	:	XSunOMIF.o;
+text	:	.text%init_fontset	:	XSunOMIF.o;
+text	:	.text%parse_fontname	:	XSunOMIF.o;
+text	:	.text%_XParseBaseFontNameList	:	FSWrap.o;
+text	:	.text%get_font_name	:	XSunOMIF.o;
+text	:	.text%XListFonts	:	FontNames.o;
+text	:	.text%XFreeFontNames	:	FontNames.o;
+text	:	.text%XFreeStringList	:	TextToStr.o;
+text	:	.text%load_font	:	XSunOMIF.o;
+text	:	.text%init_core_part	:	XSunOMIF.o;
+text	:	.text%set_fontset_extents	:	XSunOMIF.o;
+text	:	.text%set_missing_list	:	XSunOMIF.o;
+text	:	.text%copy_string_list	:	FSWrap.o;
+text	:	.text%XAllocNamedColor	:	GetColor.o;
+text	:	.text%XcmsCCCOfColormap	:	cmsCmap.o;
+text	:	.text%CmapRecForColormap	:	cmsCmap.o;
+text	:	.text%_XcmsAddCmapRec	:	cmsCmap.o;
+text	:	.text%XcmsCreateCCC	:	CCC.o;
+text	:	.text%XcmsDefaultCCC	:	CCC.o;
+text	:	.text%_XcmsInitDefaultCCCs	:	cmsInt.o;
+text	:	.text%_XcmsInitScrnInfo	:	cmsInt.o;
+text	:	.text%LINEAR_RGB_InitSCCData	:	LRGB.o;
+text	:	.text%_XcmsGetProperty	:	cmsProp.o;
+text	:	.text%_XcmsLRGB_InitScrnDefault	:	LRGB.o;
+text	:	.text%_XcmsGetIntensityMap	:	cmsInt.o;
+text	:	.text%_XcmsResolveColorString	:	cmsColNm.o;
+text	:	.text%_XcmsParseColorString	:	cmsColNm.o;
+text	:	.text%_XcmsCopyISOLatin1Lowered	:	cmsColNm.o;
+text	:	.text%_XcmsColorSpaceOfString	:	cmsColNm.o;
+text	:	.text%XcmsLRGB_RGB_ParseString	:	LRGB.o;
+text	:	.text%_XcmsRGB_to_XColor	:	XRGB.o;
+text	:	.text%XAllocColor	:	GetHColor.o;
+text	:	.text%_XInitKeysymDB	:	StrKeysym.o;
+text	:	.text%_XcmsLookupColorName	:	cmsColNm.o;
+text	:	.text%LoadColornameDB	:	cmsColNm.o;
+text	:	.text%stringSectionSize	:	cmsColNm.o;
+text	:	.text%field2	:	cmsColNm.o;
+text	:	.text%ReadColornameDB	:	cmsColNm.o;
+text	:	.text%RemoveSpaces	:	cmsColNm.o;
+text	:	.text%FirstCmp	:	cmsColNm.o;
+text	:	.text%SetNoVisit	:	cmsColNm.o;
+text	:	.text%XQueryColor	:	QuColor.o;
+text	:	.text%XGetGCValues	:	GetGCVals.o;
+text	:	.text%XScreenOfDisplay	:	Macros.o;
+text	:	.text%XDisplayOfScreen	:	Macros.o;
+text	:	.text%XDefaultColormapOfScreen	:	Macros.o;
+text	:	.text%XParseColor	:	ParseCol.o;
+text	:	.text%_XGetBitsPerPixel	:	ImUtil.o;
+text	:	.text%SendZImage	:	PutImage.o;
+text	:	.text%_XAllocScratch	:	XlibInt.o;
+text	:	.text%NoSwap	:	PutImage.o;
+text	:	.text%XGetGeometry	:	GetGeom.o;
+text	:	.text%XDeleteContext	:	Context.o;
+text	:	.text%XmbTextExtents	:	mbWrap.o;
+text	:	.text%_XmbDefaultTextExtents	:	XSunOMIF.o;
+text	:	.text%XTextExtents	:	TextExt.o;
+text	:	.text%XFontsOfFontSet	:	FSWrap.o;
+text	:	.text%XExtentsOfFontSet	:	FSWrap.o;
+text	:	.text%XOpenIM	:	IMWrap.o;
+text	:	.text%_XDefaultOpenIM	:	XSunIMIF.o;
+text	:	.text%open_indirect_converter	:	lcConv.o;
+text	:	.text%open_cttocs	:	lcCT.o;
+text	:	.text%create_conv	:	lcCT.o;
+text	:	.text%init_state	:	lcCT.o;
+text	:	.text%open_cstostr	:	lcDefConv.o;
+text	:	.text%open_strtowcs	:	lcDefConv.o;
+text	:	.text%XGetIMValues	:	ICWrap.o;
+text	:	.text%_XIMCountVaList	:	ICWrap.o;
+text	:	.text%_XIMVaToNestedList	:	ICWrap.o;
+text	:	.text%_GetIMValues	:	XSunIMIF.o;
+text	:	.text%XmbTextEscapement	:	mbWrap.o;
+text	:	.text%_XmbDefaultTextEscapement	:	XSunOMIF.o;
+text	:	.text%XTextWidth	:	TextExt.o;
+text	:	.text%XVaCreateNestedList	:	ICWrap.o;
+text	:	.text%XCreateIC	:	ICWrap.o;
+text	:	.text%_XIMCountNestedList	:	ICWrap.o;
+text	:	.text%_XIMNestedListToNestedList	:	ICWrap.o;
+text	:	.text%_CreateIC	:	XSunIMIF.o;
+text	:	.text%_SetICValueData	:	XSunIMIF.o;
+text	:	.text%XSetCloseDownMode	:	ChClMode.o;
+text	:	.text%XMapWindow	:	MapWindow.o;
+text	:	.text%_XFreeAtomTable	:	IntAtom.o;
+text	:	.text%XUngrabServer	:	UngrabSvr.o;
+text	:	.text%XChangeGC	:	ChGC.o;
+text	:	.text%_XFlushGCCache	:	CrGC.o;
+text	:	.text%XGrabKeyboard	:	GrKeybd.o;
+text	:	.text%XGetPointerMapping	:	GetPntMap.o;
+text	:	.text%XClearArea	:	ClearArea.o;
+text	:	.text%XConfigureWindow	:	ReconfWin.o;
+text	:	.text%XDrawSegments	:	DrSegs.o;
+text	:	.text%XFillRectangle	:	FillRct.o;
+text	:	.text%XFillRectangles	:	FillRcts.o;
+text	:	.text%XGetInputFocus	:	GetIFocus.o;
+text	:	.text%XSetClipMask	:	SetClMask.o;
+text	:	.text%XDrawArc	:	DrArc.o;
+text	:	.text%XFillArc	:	FillArc.o;
+text	:	.text%XSetTransientForHint	:	SetHints.o;
+text	:	.text%XMapSubwindows	:	MapSubs.o;
+text	:	.text%XListDepths	:	Depths.o;
+text	:	.text%XCopyArea	:	CopyArea.o;
+text	:	.text%XGetKeyboardControl	:	GetKCnt.o;
+text	:	.text%XChangeKeyboardControl	:	ChKeyCon.o;
+text	:	.text%XRaiseWindow	:	RaiseWin.o;
+text	:	.text%XUnmapWindow	:	UnmapWin.o;
+text	:	.text%XMapRaised	:	MapRaised.o;
+text	:	.text%XSetClipRectangles	:	SetCRects.o;
+text	:	.text%_XSetClipRectangles	:	SetCRects.o;
+text	:	.text%XSetTSOrigin	:	SetTSOrig.o;
+text	:	.text%XCheckWindowEvent	:	ChkWinEv.o;
+text	:	.text%XInternAtoms	:	IntAtom.o;
+text	:	.text%_XIntAtomHandler	:	IntAtom.o;
+text	:	.text%XNextRequest	:	Macros.o;
+text	:	.text%XSetSelectionOwner	:	SetSOwner.o;
+text	:	.text%XUngrabKeyboard	:	UngrabKbd.o;
+text	:	.text%XEventsQueued	:	Pending.o;
+text	:	.text%XFilterEvent	:	FilterEv.o;
+text	:	.text%XGrabKey	:	GrKey.o;
+text	:	.text%XUnionRectWithRegion	:	Region.o;
+text	:	.text%XUnionRegion	:	Region.o;
+text	:	.text%miRegionCopy	:	Region.o;
+text	:	.text%miRegionOp	:	Region.o;
+text	:	.text%miUnionNonO	:	Region.o;
+text	:	.text%miCoalesce	:	Region.o;
+text	:	.text%miUnionO	:	Region.o;
+text	:	.text%XCheckIfEvent	:	ChkIfEv.o;
+text	:	.text%XClipBox	:	Region.o;
+text	:	.text%XIntersectRegion	:	Region.o;
+text	:	.text%miSetExtents	:	Region.o;
+text	:	.text%XRectInRegion	:	Region.o;
+text	:	.text%XmbDrawString	:	mbWrap.o;
+text	:	.text%_XmbDefaultDrawString	:	XSunOMIF.o;
+text	:	.text%XSetFont	:	SetFont.o;
+text	:	.text%XDrawString	:	Text.o;
+text	:	.text%XEmptyRegion	:	Region.o;
+text	:	.text%XSetInputFocus	:	SetIFocus.o;
+text	:	.text%XPeekEvent	:	PeekEvent.o;
+text	:	.text%XQueryPointer	:	QuPntr.o;
+text	:	.text%XFreeExtensionList	:	ListExt.o;
+text	:	.text%XWarpPointer	:	WarpPtr.o;
+text	:	.text%XLookupString	:	XKBBind.o;
+text	:	.text%_XLookupString	:	KeyBind.o;
+text	:	.text%_XTranslateKey	:	KeyBind.o;
+text	:	.text%_XTranslateKeySym	:	KeyBind.o;
+text	:	.text%HandleComposeSequence	:	KeyBind.o;
+text	:	.text%XFreeColors	:	FreeCols.o;
+text	:	.text%XDestroyRegion	:	Region.o;
+text	:	.text%XFreeFont	:	Font.o;
+text	:	.text%XFreeFontSet	:	FSWrap.o;
+text	:	.text%XCloseOM	:	OMWrap.o;
+text	:	.text%destroy_oc	:	XSunOMIF.o;
+text	:	.text%close_om	:	XSunOMIF.o;
+text	:	.text%XUnloadFont	:	UnldFont.o;
+text	:	.text%_XcmsFreeClientCmaps	:	cmsCmap.o;
+text	:	.text%XcmsFreeCCC	:	CCC.o;
+text	:	.text%_XcmsFreeDefaultCCCs	:	cmsInt.o;
+text	:	.text%LINEAR_RGB_FreeSCCData	:	LRGB.o;
+text	:	.text%_XFreeContextDB	:	Context.o;
+text	:	.text%XGetRGBColormaps	:	GetRGBCMap.o;
+text	:	.text%XVisualIDFromVisual	:	Misc.o;
+text	:	.text%XCreateColormap	:	CrCmap.o;
+text	:	.text%GetIncludeFile	:	Xrm.o;
+text	:	.text%XDefaultScreen	:	Macros.o;
+text	:	.text%XDisplayWidth	:	Macros.o;
+text	:	.text%XDisplayHeight	:	Macros.o;
+text	:	.text%XDefaultVisual	:	Macros.o;
+text	:	.text%XDefaultDepth	:	Macros.o;
+text	:	.text%XDefaultColormap	:	Macros.o;
+text	:	.text%XCreateSimpleWindow	:	CrWindow.o;
+text	:	.text%XChangeWindowAttributes	:	ChWAttrs.o;
+text	:	.text%XCheckTypedEvent	:	ChkTypEv.o;
+text	:	.text%XSetWindowColormap	:	ChCmap.o;
+text	:	.text%XStoreColors	:	StColors.o;
+text	:	.text%XStoreNamedColor	:	StNColor.o;
+text	:	.text%XInstallColormap	:	InsCmap.o;
+text	:	.text%XmbDrawImageString	:	mbWrap.o;
+text	:	.text%_XmbDefaultDrawImageString	:	XSunOMIF.o;
+text	:	.text%XDrawImageString	:	ImText.o;
+text	:	.text%XSetLineAttributes	:	SetLStyle.o;
+text	:	.text%XDrawLine	:	DrLine.o;
+text	:	.text%XGrabServer	:	GrServer.o;
+text	:	.text%XRootWindow	:	Macros.o;
+text	:	.text%XConvertSelection	:	ConvSel.o;
+text	:	.text%XDisplayPlanes	:	Macros.o;
+text	:	.text%XAllocColorCells	:	AllCells.o;
+text	:	.text%XBlackPixel	:	Macros.o;
+text	:	.text%XSendEvent	:	SendEvent.o;
+text	:	.text%_XEventToWire	:	EvToWire.o;
+text	:	.text%XrmPutResource	:	Xrm.o;
+text	:	.text%XWhitePixel	:	Macros.o;
+text	:	.text%XGrabPointer	:	GrPointer.o;
+text	:	.text%XGetScreenSaver	:	GetSSaver.o;
+text	:	.text%XSetScreenSaver	:	SetSSaver.o;
+text	:	.text%_XDestroyImage	:	ImUtil.o;
+text	:	.text%XSetForeground	:	SetFore.o;
+text	:	.text%XSetStipple	:	SetStip.o;
+text	:	.text%XSetFillStyle	:	GCMisc.o;
+text	:	.text%CIEXYZ_ParseString	:	XYZ.o;
+text	:	.text%_XcmsCIEXYZ_ValidSpec	:	XYZ.o;
+text	:	.text%_XcmsDDConvertColors	:	CvCols.o;
+text	:	.text%ValidDDColorSpaceID	:	CvCols.o;
+text	:	.text%ColorSpaceOfID	:	CvCols.o;
+text	:	.text%XcmsCIEXYZToRGBi	:	LRGB.o;
+text	:	.text%_XcmsMatVec	:	LRGB.o;
+text	:	.text%XcmsRGBiToRGB	:	LRGB.o;
+text	:	.text%_XcmsTableSearch	:	LRGB.o;
+text	:	.text%_XcmsIntensityCmp	:	LRGB.o;
+text	:	.text%_XcmsIntensityInterpolation	:	LRGB.o;
+text	:	.text%XSetIconSizes	:	SetHints.o;
+text	:	.text%XQueryTree	:	QuTree.o;
+text	:	.text%XGetWMHints	:	GetHints.o;
+text	:	.text%XListProperties	:	LiProps.o;
+text	:	.text%XChangeSaveSet	:	ChSaveSet.o;
+text	:	.text%XReparentWindow	:	RepWindow.o;
+text	:	.text%XGrabButton	:	GrButton.o;
+text	:	.text%_XError	:	XlibInt.o;
+text	:	.text%XDestroyWindow	:	DestWind.o;
+text	:	.text%XLowerWindow	:	LowerWin.o;
+text	:	.text%XParseGeometry	:	ParseGeom.o;
+text	:	.text%ReadInteger	:	ParseGeom.o;
+text	:	.text%XWMGeometry	:	WMGeom.o;
+text	:	.text%_GeometryMaskToGravity	:	WMGeom.o;
+text	:	.text%XCheckMaskEvent	:	ChkMaskEv.o;
+text	:	.text%XGetAtomName	:	GetAtomNm.o;
+text	:	.text%_XGetAtomName	:	GetAtomNm.o;
+text	:	.text%XGetTextProperty	:	GetTxtProp.o;
+text	:	.text%XmbTextPropertyToTextList	:	lcWrap.o;
+text	:	.text%_XmbTextPropertyToTextList	:	lcPrTxt.o;
+text	:	.text%_XTextPropertyToTextList	:	lcPrTxt.o;
+text	:	.text%alloc_list	:	lcPrTxt.o;
+text	:	.text%copy_list	:	lcPrTxt.o;
+text	:	.text%XGetDefault	:	GetDflt.o;
+text	:	.text%XMoveWindow	:	MoveWin.o;
+text	:	.text%XGetWMNormalHints	:	GetNrmHint.o;
+text	:	.text%XGetWMSizeHints	:	GetNrmHint.o;
+text	:	.text%XUngrabPointer	:	UngrabPtr.o;
+text	:	.text%XSetClipOrigin	:	SetClOrig.o;
+text	:	.text%XGetClassHint	:	GetHints.o;
+text	:	.text%XCopyPlane	:	CopyPlane.o;
+text	:	.text%XGetWMIconName	:	GetTxtProp.o;
+text	:	.text%XFillPolygon	:	FillPoly.o;
+text	:	.text%XDrawLines	:	DrLines.o;
+text	:	.text%XUngrabButton	:	UngrabBut.o;
+text	:	.text%XSetCommand	:	SetHints.o;
+text	:	.text%XReadBitmapFileData	:	RdBitF.o;
+text	:	.text%initHexTable	:	RdBitF.o;
+text	:	.text%NextInt	:	RdBitF.o;
+text	:	.text%XReadBitmapFile	:	RdBitF.o;
+text	:	.text%XGetImage	:	GetImage.o;
+text	:	.text%_XGetScanlinePad	:	ImUtil.o;
+text	:	.text%XGetWMName	:	GetTxtProp.o;
+text	:	.text%XTranslateCoordinates	:	TrCoords.o;
+text	:	.text%XAllowEvents	:	AllowEv.o;
+text	:	.text%XWithdrawWindow	:	Withdraw.o;
+text	:	.text%XScreenCount	:	Macros.o;
+text	:	.text%XGetTransientForHint	:	GetHints.o;
+text	:	.text%XMoveResizeWindow	:	ConfWind.o;
+text	:	.text%XCheckTypedWindowEvent	:	ChkTypWEv.o;
+text	:	.text%XRemoveFromSaveSet	:	ChSaveSet.o;
+text	:	.text%check_charset	:	XSunOMIF.o;
+text	:	.text%_XlcCompareISOLatin1	:	lcUtil.o;
+text	:	.text%XRecolorCursor	:	RecolorC.o;
+text	:	.text%XGetCommand	:	GetHints.o;
+text	:	.text%XTextPropertyToStringList	:	TextToStr.o;
+text	:	.text%XSetSubwindowMode	:	GCMisc.o;
+text	:	.text%XRootWindowOfScreen	:	Macros.o;
+text	:	.text%XGetIconSizes	:	GetHints.o;
+text	:	.text%XDrawRectangle	:	DrRect.o;
+text	:	.text%XMatchVisualInfo	:	VisUtil.o;
+text	:	.text%XResizeWindow	:	ChWindow.o;
+text	:	.text%XPutBackEvent	:	PutBEvent.o;
+text	:	.text%XUngrabKey	:	UngrabKey.o;
+text	:	.text%XSubtractRegion	:	Region.o;
+text	:	.text%miIntersectO	:	Region.o;
+text	:	.text%XPointInRegion	:	Region.o;
+text	:	.text%miSubtractO	:	Region.o;
+text	:	.text%Ones	:	GetImage.o;
+text	:	.text%_XGetPixel1	:	ImUtil.o;
+text	:	.text%XCreatePixmapFromBitmapData	:	CrPFBData.o;
+text	:	.text%XChangeActivePointerGrab	:	ChActPGb.o;
+text	:	.text%XOffsetRegion	:	Region.o;
+text	:	.text%miSubtractNonO1	:	Region.o;
+text	:	.text%XSetRegion	:	Region.o;
+text	:	.text%_XAllocTemp	:	XlibInt.o;
+text	:	.text%_XFreeTemp	:	XlibInt.o;
+text	:	.text%XWidthOfScreen	:	Macros.o;
+text	:	.text%XHeightOfScreen	:	Macros.o;
+text	:	.text%XStringListToTextProperty	:	StrToText.o;
+text	:	.text%XSetFunction	:	SetFunc.o;
+text	:	.text%XDefaultScreenOfDisplay	:	Macros.o;
+text	:	.text%XBell	:	Bell.o;
+text	:	.text%indirect_convert	:	lcConv.o;
+text	:	.text%cttocs	:	lcCT.o;
+text	:	.text%cstostr	:	lcDefConv.o;
+text	:	.text%close_indirect_converter	:	lcConv.o;
+text	:	.text%close_converter	:	lcCT.o;
+text	:	.text%ResizeTable	:	Context.o;
+text	:	.text%XInitThreads	:	locking.o;
+text	:	.text%InitDisplayArrayLock	:	OpenDis.o;
+text	:	.text%_XInitDisplayLock	:	locking.o;
+text	:	.text%_XLockMutex	:	locking.o;
+text	:	.text%_XUnlockMutex	:	locking.o;
+text	:	.text%_XLockDisplay	:	locking.o;
+text	:	.text%_XPushReader	:	locking.o;
+text	:	.text%_XCreateCVL	:	locking.o;
+text	:	.text%_XPopReader	:	locking.o;
+text	:	.text%_XUnlockDisplay	:	locking.o;
+text	:	.text%_XConditionBroadcast	:	locking.o;
+text	:	.text%_XFreeDisplayLock	:	locking.o;
+text	:	.text%_XCreateMutex	:	locking.o;
+text	:	.text%XSetWMColormapWindows	:	SetWMCMapW.o;
+text	:	.text%XRestackWindows	:	RestackWs.o;
+text	:	.text%_XInternalLockDisplay	:	locking.o;
+text	:	.text%XESetError	:	InitExt.o;
+text	:	.text%XGContextFromGC	:	CrGC.o;
+text	:	.text%_XWaitForWritable	:	XlibInt.o;
+text	:	.text%XFreeColormap	:	FreeCmap.o;
+text	:	.text%_XcmsDeleteCmapRec	:	cmsCmap.o;
+text	:	.text%_XIOError	:	XlibInt.o;
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/mapfile-vers	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,1055 @@
+###############################################################################
+#
+# libX11 version mapfile
+#
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+# @(#)mapfile-vers	1.1   08/02/27
+#
+
+# library versioning was first added to libX11 after the X11R6.4 merge, so
+# all symbols from X11R6.4 and earlier are included in SUNW_1.1
+SUNW_1.1 {
+    global:
+	XActivateScreenSaver;
+	XAddConnectionWatch;
+	XAddHost;
+	XAddHosts;
+	XAddPixel;
+	XAddToSaveSet;
+	XAllPlanes;
+	XAllocClassHint;
+	XAllocColor;
+	XAllocColorCells;
+	XAllocColorPlanes;
+	XAllocIconSize;
+	XAllocNamedColor;
+	XAllocSizeHints;
+	XAllocStandardColormap;
+	XAllocWMHints;
+	XAllowEvents;
+	XAutoRepeatOff;
+	XAutoRepeatOn;
+	XBaseFontNameListOfFontSet;
+	XBell;
+	XBitmapBitOrder;
+	XBitmapPad;
+	XBitmapUnit;
+	XBlackPixel;
+	XBlackPixelOfScreen;
+	XCellsOfScreen;
+	XChangeActivePointerGrab;
+	XChangeGC;
+	XChangeKeyboardControl;
+	XChangeKeyboardMapping;
+	XChangePointerControl;
+	XChangeProperty;
+	XChangeSaveSet;
+	XChangeWindowAttributes;
+	XCheckIfEvent;
+	XCheckMaskEvent;
+	XCheckTypedEvent;
+	XCheckTypedWindowEvent;
+	XCheckWindowEvent;
+	XCirculateSubwindows;
+	XCirculateSubwindowsDown;
+	XCirculateSubwindowsUp;
+	XClearArea;
+	XClearWindow;
+	XClipBox;
+	XCloseDisplay;
+	XCloseIM;
+	XCloseOM;
+	XConfigureWindow;
+	XConnectionNumber;
+	XContextDependentDrawing;
+	XConvertSelection;
+	XCopyArea;
+	XCopyColormapAndFree;
+	XCopyGC;
+	XCopyPlane;
+	XCreateBitmapFromData;
+	XCreateColormap;
+	XCreateFontCursor;
+	XCreateFontSet;
+	XCreateGC;
+	XCreateGlyphCursor;
+	XCreateIC;
+	XCreateImage;
+	XCreateOC;
+	XCreatePixmap;
+	XCreatePixmapCursor;
+	XCreatePixmapFromBitmapData;
+	XCreateRegion;
+	XCreateSimpleWindow;
+	XCreateWindow;
+	XDefaultColormap;
+	XDefaultColormapOfScreen;
+	XDefaultDepth;
+	XDefaultDepthOfScreen;
+	XDefaultGC;
+	XDefaultGCOfScreen;
+	XDefaultRootWindow;
+	XDefaultScreen;
+	XDefaultScreenOfDisplay;
+	XDefaultString;
+	XDefaultVisual;
+	XDefaultVisualOfScreen;
+	XDefineCursor;
+	XDeleteContext;
+	XDeleteModifiermapEntry;
+	XDeleteProperty;
+	XDestroyIC;
+	XDestroyImage;
+	XDestroyOC;
+	XDestroyRegion;
+	XDestroySubwindows;
+	XDestroyWindow;
+	XDisableAccessControl;
+	XDisplayCells;
+	XDisplayHeight;
+	XDisplayHeightMM;
+	XDisplayKeycodes;
+	XDisplayMotionBufferSize;
+	XDisplayName;
+	XDisplayOfIM;
+	XDisplayOfOM;
+	XDisplayOfScreen;
+	XDisplayPlanes;
+	XDisplayString;
+	XDisplayWidth;
+	XDisplayWidthMM;
+	XDoesBackingStore;
+	XDoesSaveUnders;
+	XDrawArc;
+	XDrawArcs;
+	XDrawImageString16;
+	XDrawImageString;
+	XDrawLine;
+	XDrawLines;
+	XDrawPoint;
+	XDrawPoints;
+	XDrawRectangle;
+	XDrawRectangles;
+	XDrawSegments;
+	XDrawString16;
+	XDrawString;
+	XDrawText16;
+	XDrawText;
+	XEmptyRegion;
+	XEnableAccessControl;
+	XEqualRegion;
+	XEventMaskOfScreen;
+	XEventsQueued;
+	XExtendedMaxRequestSize;
+	XExtentsOfFontSet;
+	XFetchBuffer;
+	XFetchBytes;
+	XFetchName;
+	XFillArc;
+	XFillArcs;
+	XFillPolygon;
+	XFillRectangle;
+	XFillRectangles;
+	XFilterEvent;
+	XFindContext;
+	XFlush;
+	XFlushGC;
+	XFontsOfFontSet;
+	XForceScreenSaver;
+	XFree;
+	XFreeColormap;
+	XFreeColors;
+	XFreeCursor;
+	XFreeExtensionList;
+	XFreeFont;
+	XFreeFontInfo;
+	XFreeFontNames;
+	XFreeFontPath;
+	XFreeFontSet;
+	XFreeGC;
+	XFreeModifiermap;
+	XFreePixmap;
+	XFreeStringList;
+	XGContextFromGC;
+	XGeometry;
+	XGetAtomName;
+	XGetAtomNames;
+	XGetClassHint;
+	XGetCommand;
+	XGetDefault;
+	XGetErrorDatabaseText;
+	XGetErrorText;
+	XGetFontPath;
+	XGetFontProperty;
+	XGetGCValues;
+	XGetGeometry;
+	XGetICValues;
+	XGetIMValues;
+	XGetIconName;
+	XGetIconSizes;
+	XGetImage;
+	XGetInputFocus;
+	XGetKeyboardControl;
+	XGetKeyboardMapping;
+	XGetModifierMapping;
+	XGetMotionEvents;
+	XGetNormalHints;
+	XGetOCValues;
+	XGetOMValues;
+	XGetPixel;
+	XGetPointerControl;
+	XGetPointerMapping;
+	XGetRGBColormaps;
+	XGetScreenSaver;
+	XGetSelectionOwner;
+	XGetSizeHints;
+	XGetStandardColormap;
+	XGetSubImage;
+	XGetTextProperty;
+	XGetTransientForHint;
+	XGetVisualInfo;
+	XGetWMClientMachine;
+	XGetWMColormapWindows;
+	XGetWMHints;
+	XGetWMIconName;
+	XGetWMName;
+	XGetWMNormalHints;
+	XGetWMProtocols;
+	XGetWMSizeHints;
+	XGetWindowAttributes;
+	XGetWindowProperty;
+	XGetZoomHints;
+	XGrabButton;
+	XGrabKey;
+	XGrabKeyboard;
+	XGrabPointer;
+	XGrabServer;
+	XHeightMMOfScreen;
+	XHeightOfScreen;
+	XIMOfIC;
+	XIconifyWindow;
+	XIfEvent;
+	XImageByteOrder;
+	XInitImage;
+	XInitThreads;
+	XInsertModifiermapEntry;
+	XInstallColormap;
+	XInternAtom;
+	XInternAtoms;
+	XIntersectRegion;
+	XKeycodeToKeysym;
+	XKeysymToKeycode;
+	XKeysymToString;
+	XKillClient;
+	XLastKnownRequestProcessed;
+	XListDepths;
+	XListExtensions;
+	XListFonts;
+	XListFontsWithInfo;
+	XListHosts;
+	XListInstalledColormaps;
+	XListPixmapFormats;
+	XListProperties;
+	XLoadFont;
+	XLoadQueryFont;
+	XLocaleOfFontSet;
+	XLocaleOfIM;
+	XLocaleOfOM;
+	XLookupColor;
+	XLookupKeysym;
+	XLookupString;
+	XLowerWindow;
+	XMapRaised;
+	XMapSubwindows;
+	XMapWindow;
+	XMaskEvent;
+	XMatchVisualInfo;
+	XMaxCmapsOfScreen;
+	XMaxRequestSize;
+	XMinCmapsOfScreen;
+	XMoveResizeWindow;
+	XMoveWindow;
+	XNewModifiermap;
+	XNextEvent;
+	XNextRequest;
+	XNoOp;
+	XOMOfOC;
+	XOffsetRegion;
+	XOpenDisplay;
+	XOpenIM;
+	XOpenOM;
+	XParseColor;
+	XParseGeometry;
+	XPeekEvent;
+	XPeekIfEvent;
+	XPending;
+	XPlanesOfScreen;
+	XPointInRegion;
+	XPolygonRegion;
+	XProtocolRevision;
+	XProtocolVersion;
+	XPutBackEvent;
+	XPutImage;
+	XPutPixel;
+	XQLength;
+	XQueryBestCursor;
+	XQueryBestSize;
+	XQueryBestStipple;
+	XQueryBestTile;
+	XQueryColor;
+	XQueryColors;
+	XQueryExtension;
+	XQueryFont;
+	XQueryKeymap;
+	XQueryPointer;
+	XQueryTextExtents16;
+	XQueryTextExtents;
+	XQueryTree;
+	XRaiseWindow;
+	XReadBitmapFile;
+	XRebindKeysym;
+	XRecolorCursor;
+	XReconfigureWMWindow;
+	XRectInRegion;
+	XRefreshKeyboardMapping;
+	XRegisterIMInstantiateCallback;
+	XRemoveConnectionWatch;
+	XRemoveFromSaveSet;
+	XRemoveHost;
+	XRemoveHosts;
+	XReparentWindow;
+	XResetScreenSaver;
+	XResizeWindow;
+	XResourceManagerString;
+	XRestackWindows;
+	XRootWindow;
+	XRootWindowOfScreen;
+	XRotateBuffers;
+	XRotateWindowProperties;
+	XSaveContext;
+	XScreenCount;
+	XScreenNumberOfScreen;
+	XScreenOfDisplay;
+	XScreenResourceString;
+	XSelectInput;
+	XSendEvent;
+	XServerVendor;
+	XSetAccessControl;
+	XSetAfterFunction;
+	XSetArcMode;
+	XSetBackground;
+	XSetClassHint;
+	XSetClipMask;
+	XSetClipOrigin;
+	XSetClipRectangles;
+	XSetCloseDownMode;
+	XSetCommand;
+	XSetDashes;
+	XSetErrorHandler;
+	XSetFillRule;
+	XSetFillStyle;
+	XSetFont;
+	XSetFontPath;
+	XSetForeground;
+	XSetFunction;
+	XSetGraphicsExposures;
+	XSetICFocus;
+	XSetICValues;
+	XSetIMValues;
+	XSetIOErrorHandler;
+	XSetIconName;
+	XSetIconSizes;
+	XSetInputFocus;
+	XSetLineAttributes;
+	XSetLocaleModifiers;
+	XSetModifierMapping;
+	XSetNormalHints;
+	XSetOCValues;
+	XSetOMValues;
+	XSetPlaneMask;
+	XSetPointerMapping;
+	XSetRGBColormaps;
+	XSetRegion;
+	XSetScreenSaver;
+	XSetSelectionOwner;
+	XSetSizeHints;
+	XSetStandardColormap;
+	XSetStandardProperties;
+	XSetState;
+	XSetStipple;
+	XSetSubwindowMode;
+	XSetTSOrigin;
+	XSetTextProperty;
+	XSetTile;
+	XSetTransientForHint;
+	XSetWMClientMachine;
+	XSetWMColormapWindows;
+	XSetWMHints;
+	XSetWMIconName;
+	XSetWMName;
+	XSetWMNormalHints;
+	XSetWMProperties;
+	XSetWMProtocols;
+	XSetWMSizeHints;
+	XSetWindowBackground;
+	XSetWindowBackgroundPixmap;
+	XSetWindowBorder;
+	XSetWindowBorderPixmap;
+	XSetWindowBorderWidth;
+	XSetWindowColormap;
+	XSetZoomHints;
+	XShrinkRegion;
+	XStoreBuffer;
+	XStoreBytes;
+	XStoreColor;
+	XStoreColors;
+	XStoreName;
+	XStoreNamedColor;
+	XStringListToTextProperty;
+	XStringToKeysym;
+	XSubImage;
+	XSubtractRegion;
+	XSupportsLocale;
+	XSync;
+	XSynchronize;
+	XTextExtents16;
+	XTextExtents;
+	XTextPropertyToStringList;
+	XTextWidth16;
+	XTextWidth;
+	XTranslateCoordinates;
+	XUndefineCursor;
+	XUngrabButton;
+	XUngrabKey;
+	XUngrabKeyboard;
+	XUngrabPointer;
+	XUngrabServer;
+	XUninstallColormap;
+	XUnionRectWithRegion;
+	XUnionRegion;
+	XUnloadFont;
+	XUnmapSubwindows;
+	XUnmapWindow;
+	XUnregisterIMInstantiateCallback;
+	XUnsetICFocus;
+	XVaCreateNestedList;
+	XVendorRelease;
+	XVisualIDFromVisual;
+	XWMGeometry;
+	XWarpPointer;
+	XWhitePixel;
+	XWhitePixelOfScreen;
+	XWidthMMOfScreen;
+	XWidthOfScreen;
+	XWindowEvent;
+	XWithdrawWindow;
+	XWriteBitmapFile;
+	XXorRegion;
+	XcmsAddColorSpace;
+	XcmsAddFunctionSet;
+	XcmsAllocColor;
+	XcmsAllocNamedColor;
+	XcmsCCCOfColormap;
+	XcmsCIELabQueryMaxC;
+	XcmsCIELabQueryMaxL;
+	XcmsCIELabQueryMaxLC;
+	XcmsCIELabQueryMinL;
+	XcmsCIELuvQueryMaxC;
+	XcmsCIELuvQueryMaxL;
+	XcmsCIELuvQueryMaxLC;
+	XcmsCIELuvQueryMinL;
+	XcmsClientWhitePointOfCCC;
+	XcmsConvertColors;
+	XcmsCreateCCC;
+	XcmsDefaultCCC;
+	XcmsDisplayOfCCC;
+	XcmsFormatOfPrefix;
+	XcmsFreeCCC;
+	XcmsLookupColor;
+	XcmsPrefixOfFormat;
+	XcmsQueryBlack;
+	XcmsQueryBlue;
+	XcmsQueryColor;
+	XcmsQueryColors;
+	XcmsQueryGreen;
+	XcmsQueryRed;
+	XcmsQueryWhite;
+	XcmsScreenNumberOfCCC;
+	XcmsScreenWhitePointOfCCC;
+	XcmsSetCCCOfColormap;
+	XcmsSetCompressionProc;
+	XcmsSetWhiteAdjustProc;
+	XcmsSetWhitePoint;
+	XcmsStoreColor;
+	XcmsStoreColors;
+	XcmsTekHVCQueryMaxC;
+	XcmsTekHVCQueryMaxV;
+	XcmsTekHVCQueryMaxVC;
+	XcmsTekHVCQueryMaxVSamples;
+	XcmsTekHVCQueryMinV;
+	XcmsVisualOfCCC;
+	XkbAddDeviceLedInfo;
+	XkbAddGeomColor;
+	XkbAddGeomDoodad;
+	XkbAddGeomKey;
+	XkbAddGeomKeyAlias;
+	XkbAddGeomOutline;
+	XkbAddGeomOverlay;
+	XkbAddGeomOverlayKey;
+	XkbAddGeomOverlayRow;
+	XkbAddGeomProperty;
+	XkbAddGeomRow;
+	XkbAddGeomSection;
+	XkbAddGeomShape;
+	XkbAddKeyType;
+	XkbAllocClientMap;
+	XkbAllocCompatMap;
+	XkbAllocControls;
+	XkbAllocDeviceInfo;
+	XkbAllocGeomColors;
+	XkbAllocGeomDoodads;
+	XkbAllocGeomKeyAliases;
+	XkbAllocGeomKeys;
+	XkbAllocGeomOutlines;
+	XkbAllocGeomOverlayKeys;
+	XkbAllocGeomOverlayRows;
+	XkbAllocGeomOverlays;
+	XkbAllocGeomPoints;
+	XkbAllocGeomProps;
+	XkbAllocGeomRows;
+	XkbAllocGeomSectionDoodads;
+	XkbAllocGeomSections;
+	XkbAllocGeomShapes;
+	XkbAllocGeometry;
+	XkbAllocIndicatorMaps;
+	XkbAllocKeyboard;
+	XkbAllocNames;
+	XkbAllocServerMap;
+	XkbApplyCompatMapToKey;
+	XkbApplyVirtualModChanges;
+	XkbBell;
+	XkbBellEvent;
+	XkbChangeDeviceInfo;
+	XkbChangeEnabledControls;
+	XkbChangeKeycodeRange;
+	XkbChangeMap;
+	XkbChangeNames;
+	XkbChangeTypesOfKey;
+	XkbComputeEffectiveMap;
+	XkbComputeRowBounds;
+	XkbComputeSectionBounds;
+	XkbComputeShapeBounds;
+	XkbComputeShapeTop;
+	XkbCopyKeyType;
+	XkbCopyKeyTypes;
+	XkbDeviceBell;
+	XkbDeviceBellEvent;
+	XkbFindOverlayForKey;
+	XkbForceBell;
+	XkbForceDeviceBell;
+	XkbFreeClientMap;
+	XkbFreeCompatMap;
+	XkbFreeComponentList;
+	XkbFreeControls;
+	XkbFreeDeviceInfo;
+	XkbFreeGeomColors;
+	XkbFreeGeomDoodads;
+	XkbFreeGeomKeyAliases;
+	XkbFreeGeomKeys;
+	XkbFreeGeomOutlines;
+	XkbFreeGeomOverlayKeys;
+	XkbFreeGeomOverlayRows;
+	XkbFreeGeomOverlays;
+	XkbFreeGeomPoints;
+	XkbFreeGeomProperties;
+	XkbFreeGeomRows;
+	XkbFreeGeomSections;
+	XkbFreeGeomShapes;
+	XkbFreeGeometry;
+	XkbFreeIndicatorMaps;
+	XkbFreeKeyboard;
+	XkbFreeNames;
+	XkbFreeServerMap;
+	XkbGetAutoRepeatRate;
+	XkbGetAutoResetControls;
+	XkbGetCompatMap;
+	XkbGetControls;
+	XkbGetDetectableAutoRepeat;
+	XkbGetDeviceButtonActions;
+	XkbGetDeviceInfo;
+	XkbGetDeviceInfoChanges;
+	XkbGetDeviceLedInfo;
+	XkbGetGeometry;
+	XkbGetIndicatorMap;
+	XkbGetIndicatorState;
+	XkbGetKeyActions;
+	XkbGetKeyBehaviors;
+	XkbGetKeyExplicitComponents;
+	XkbGetKeyModifierMap;
+	XkbGetKeySyms;
+	XkbGetKeyTypes;
+	XkbGetKeyVirtualModMap;
+	XkbGetKeyboard;
+	XkbGetKeyboardByName;
+	XkbGetMap;
+	XkbGetMapChanges;
+	XkbGetNamedDeviceIndicator;
+	XkbGetNamedGeometry;
+	XkbGetNamedIndicator;
+	XkbGetNames;
+	XkbGetPerClientControls;
+	XkbGetState;
+	XkbGetUpdatedMap;
+	XkbGetVirtualMods;
+	XkbGetXlibControls;
+	XkbIgnoreExtension;
+	XkbInitCanonicalKeyTypes;
+	XkbKeyTypesForCoreSymbols;
+	XkbKeycodeToKeysym;
+	XkbKeysymToModifiers;
+	XkbLatchGroup;
+	XkbLatchModifiers;
+	XkbLibraryVersion;
+	XkbListComponents;
+	XkbLockGroup;
+	XkbLockModifiers;
+	XkbLookupKeyBinding;
+	XkbLookupKeySym;
+	XkbNoteControlsChanges;
+	XkbNoteDeviceChanges;
+	XkbNoteMapChanges;
+	XkbNoteNameChanges;
+	XkbOpenDisplay;
+	XkbQueryExtension;
+	XkbRefreshKeyboardMapping;
+	XkbResizeDeviceButtonActions;
+	XkbResizeKeyActions;
+	XkbResizeKeySyms;
+	XkbResizeKeyType;
+	XkbSelectEventDetails;
+	XkbSelectEvents;
+	XkbSetAtomFuncs;
+	XkbSetAutoRepeatRate;
+	XkbSetAutoResetControls;
+	XkbSetCompatMap;
+	XkbSetControls;
+	XkbSetDebuggingFlags;
+	XkbSetDetectableAutoRepeat;
+	XkbSetDeviceButtonActions;
+	XkbSetDeviceInfo;
+	XkbSetDeviceLedInfo;
+	XkbSetGeometry;
+	XkbSetIgnoreLockMods;
+	XkbSetIndicatorMap;
+	XkbSetMap;
+	XkbSetNamedDeviceIndicator;
+	XkbSetNamedIndicator;
+	XkbSetNames;
+	XkbSetPerClientControls;
+	XkbSetServerInternalMods;
+	XkbSetXlibControls;
+	XkbToControl;
+	XkbTranslateKeyCode;
+	XkbTranslateKeySym;
+	XkbUpdateActionVirtualMods;
+	XkbUpdateKeyTypeVirtualMods;
+	XkbUpdateMapFromCore;
+	XkbUseExtension;
+	XkbVirtualModsToReal;
+	XkbXlibControlsImplemented;
+	XmbDrawImageString;
+	XmbDrawString;
+	XmbDrawText;
+	XmbLookupString;
+	XmbResetIC;
+	XmbSetWMProperties;
+	XmbTextEscapement;
+	XmbTextExtents;
+	XmbTextListToTextProperty;
+	XmbTextPerCharExtents;
+	XmbTextPropertyToTextList;
+	Xpermalloc;
+	XrmCombineDatabase;
+	XrmCombineFileDatabase;
+	XrmDestroyDatabase;
+	XrmEnumerateDatabase;
+	XrmGetDatabase;
+	XrmGetFileDatabase;
+	XrmGetResource;
+	XrmGetStringDatabase;
+	XrmInitialize;
+	XrmLocaleOfDatabase;
+	XrmMergeDatabases;
+	XrmParseCommand;
+	XrmPermStringToQuark;
+	XrmPutFileDatabase;
+	XrmPutLineResource;
+	XrmPutResource;
+	XrmPutStringResource;
+	XrmQGetResource;
+	XrmQGetSearchList;
+	XrmQGetSearchResource;
+	XrmQPutResource;
+	XrmQPutStringResource;
+	XrmQuarkToString;
+	XrmSetDatabase;
+	XrmStringToBindingQuarkList;
+	XrmStringToQuark;
+	XrmStringToQuarkList;
+	XrmUniqueQuark;
+	XwcDrawImageString;
+	XwcDrawString;
+	XwcDrawText;
+	XwcFreeStringList;
+	XwcLookupString;
+	XwcResetIC;
+	XwcTextEscapement;
+	XwcTextExtents;
+	XwcTextListToTextProperty;
+	XwcTextPerCharExtents;
+	XwcTextPropertyToTextList;
+    local:
+	*;
+};
+
+# The Xutf8 symbols came in later from XFree86/X11R6.7
+SUNW_1.2 {
+    global:
+	Xutf8DrawImageString;
+	Xutf8DrawString;
+	Xutf8DrawText;
+	Xutf8LookupString;
+	Xutf8ResetIC;
+	Xutf8TextEscapement;
+	Xutf8TextExtents;
+	Xutf8TextListToTextProperty;
+	Xutf8TextPerCharExtents;
+	Xutf8TextPropertyToTextList;
+} SUNW_1.1;
+
+SUNWprivate {
+    global:
+	XauDisposeAuth 		= FUNCTION FILTER libXau.so.6;
+	XauFileName 		= FUNCTION FILTER libXau.so.6;
+	XauGetBestAuthByAddr 	= FUNCTION FILTER libXau.so.6;
+	XauReadAuth 		= FUNCTION FILTER libXau.so.6;
+
+
+	KeySymToUcs4;
+	XAddExtension;
+	XAddToExtensionList;
+	XContextualDrawing;
+	XConvertCase;
+	XDirectionalDependentDrawing;
+	XEHeadOfExtensionList;
+	XESetBeforeFlush;
+	XESetCloseDisplay;
+	XESetCopyGC;
+	XESetCreateFont;
+	XESetCreateGC;
+	XESetError;
+	XESetErrorString;
+	XESetEventToWire;
+	XESetFlushGC;
+	XESetFreeFont;
+	XESetFreeGC;
+	XESetPrintErrorValues;
+	XESetWireToError;
+	XESetWireToEvent;
+	XFindOnExtensionList;
+	XInitExtension;
+	XInternalConnectionNumbers;
+	XLockDisplay;
+	XProcessInternalConnection;
+	XReadBitmapFileData;
+	XSetAuthorization;
+	XSolarisIAGetProcessInfo;
+	XSolarisIAQueryExtension;
+	XSolarisIAQueryVersion;
+	XSolarisIASetProcessInfo;
+	XUnlockDisplay;
+	XcmsCIELabClipL;
+	XcmsCIELabClipLab;
+	XcmsCIELabClipab;
+	XcmsCIELabColorSpace;
+	XcmsCIELabToCIEXYZ;
+	XcmsCIELabWhiteShiftColors;
+	XcmsCIELuvClipL;
+	XcmsCIELuvClipLuv;
+	XcmsCIELuvClipuv;
+	XcmsCIELuvColorSpace;
+	XcmsCIELuvToCIEuvY;
+	XcmsCIELuvWhiteShiftColors;
+	XcmsCIEXYZColorSpace;
+	XcmsCIEXYZToCIELab;
+	XcmsCIEXYZToCIEuvY;
+	XcmsCIEXYZToCIExyY;
+	XcmsCIEXYZToRGBi;
+	XcmsCIEuvYColorSpace;
+	XcmsCIEuvYToCIELuv;
+	XcmsCIEuvYToCIEXYZ;
+	XcmsCIEuvYToTekHVC;
+	XcmsCIExyYColorSpace;
+	XcmsCIExyYToCIEXYZ;
+	XcmsLinearRGBFunctionSet;
+	XcmsRGBColorSpace;
+	XcmsRGBToRGBi;
+	XcmsRGBiColorSpace;
+	XcmsRGBiToCIEXYZ;
+	XcmsRGBiToRGB;
+	XcmsTekHVCClipC;
+	XcmsTekHVCClipV;
+	XcmsTekHVCClipVC;
+	XcmsTekHVCColorSpace;
+	XcmsTekHVCToCIEuvY;
+	XcmsTekHVCWhiteShiftColors;
+	XcmsUNDEFINEDColorSpace;
+	XkbTranslateKey;
+        _X11TransBytesReadable;
+        _X11TransClose;
+        _X11TransCloseForCloning;
+        _X11TransConnect;
+        _X11TransConnectDisplay;
+        _X11TransConvertAddress;
+        _X11TransDisconnect;
+        _X11TransFreeConnInfo;
+        _X11TransGetConnectionNumber;
+        _X11TransGetHostname;
+        _X11TransGetMyAddr;
+        _X11TransGetPeerAddr;
+        _X11TransIsLocal;
+        _X11TransOpenCLTSClient;
+        _X11TransOpenCOTSClient;
+        _X11TransRead;
+        _X11TransReadv;
+        _X11TransSetOption;
+        _X11TransWrite;
+        _X11TransWritev;
+	_XAllocID;
+	_XAllocIDs;
+	_XAllocScratch;
+	_XAllocTemp;
+	_XAsyncErrorHandler;
+	_XCloseLC;
+	_XColor_to_XcmsRGB;
+	_XConnectDisplay;
+	_XCopyToArg;
+	_XCreateMutex_fn;
+	_XDefaultError;
+	_XDefaultIOError;
+	_XDefaultOpenIM;
+	_XDefaultOpenOM;
+	_XDefaultWireError;
+	_XDeq;
+	_XDeqAsyncHandler;
+	_XDisconnectDisplay;
+	_XEatData;
+	_XEnq;
+	_XError;
+	_XErrorFunction;
+	_XEventToWire;
+	_XEventsQueued;
+	_XFlush;
+	_XFlushGCCache;
+	_XFreeAtomTable;
+	_XFreeDisplayLock_fn;
+	_XFreeDisplayStructure;
+	_XFreeExtData;
+	_XFreeMutex_fn;
+	_XFreeTemp;
+	_XGetAsyncData;
+	_XGetAsyncReply;
+	_XGetBitsPerPixel;
+	_XGetHostname;
+	_XGetLCValues;
+	_XGetScanlinePad;
+	_XHeadOfDisplayList;
+	_XIOError;
+	_XIOErrorFunction;
+	_XIMCompileResourceList;
+	_XInitDisplayLock_fn;
+	_XInitImageFuncPtrs;
+	_XInitKeysymDB;
+	_XKeyInitialize;
+	_XKeycodeToKeysym;
+	_XKeysymToKeycode;
+	_XKeysymToModifiers;
+	_XLockMutex_fn;
+	_XLookupKeysym;
+	_XLookupString;
+	_XOpenLC;
+	_XParseBaseFontNameList;
+	_XPollfdCacheAdd;
+	_XPollfdCacheDel;
+	_XPollfdCacheInit;
+	_XProcessWindowAttributes;
+	_XPutBackEvent;
+	_XRead;
+	_XReadEvents;
+	_XReadPad;
+	_XRefreshKeyboardMapping;
+	_XRegisterFilterByMask;
+	_XRegisterFilterByType;
+	_XRegisterInternalConnection;
+	_XReply;
+	_XReverse_Bytes;
+	_XScreenOfWindow;
+	_XSend;
+	_XSendClientPrefix;
+	_XSetClipRectangles;
+	_XSetImage;
+	_XSetLastRequestRead;
+	_XTextHeight16;
+	_XTextHeight;
+	_XTranslateKey;
+	_XTranslateKeySym;
+	_XUnknownNativeEvent;
+	_XUnknownWireEvent;
+	_XUnlockMutex_fn;
+	_XUnregisterFilter;
+	_XUnregisterInternalConnection;
+	_XUnresolveColor;
+	_XUpdateAtomCache;
+	_XUpdateGCCache;
+	_XVIDtoVisual;
+	_XWireToEvent;
+	_Xdebug;
+	_Xevent_to_mask;
+	_Xglobal_lock;
+	_Xi18n_lock;
+	_XimLookupMBText;
+	_XimLookupWCText;
+	_XimLookupUTF8Text;
+	_XimXTransBytesReadable;
+	_XimXTransClose;
+	_XimXTransCloseForCloning;
+	_XimXTransConnect;
+	_XimXTransDisconnect;
+	_XimXTransFreeConnInfo;
+	_XimXTransGetConnectionNumber;
+	_XimXTransGetHostname;
+	_XimXTransGetMyAddr;
+	_XimXTransGetPeerAddr;
+	_XimXTransIsLocal;
+	_XimXTransOpenCLTSClient;
+	_XimXTransOpenCOTSClient;
+	_XimXTransRead;
+	_XimXTransReadv;
+	_XimXTransSetOption;
+	_XimXTransWrite;
+	_XimXTransWritev;
+	_XkbCopyFromReadBuffer;
+	_XkbFreeReadBuffer;
+	_XkbGetAtomNameFunc;
+	_XkbGetCharset;
+	_XkbGetConverters;
+	_XkbGetReadBufferCountedString;
+	_XkbGetReadBufferPtr;
+	_XkbInitReadBuffer;
+	_XkbInternAtomFunc;
+	_XkbNoteCoreMapChanges;
+	_XkbPeekAtReadBuffer;
+	_XkbReadBufferCopyKeySyms;
+	_XkbReadCopyKeySyms;
+	_XkbReadGetCompatMapReply;
+	_XkbReadGetGeometryReply;
+	_XkbReadGetIndicatorMapReply;
+	_XkbReadGetMapReply;
+	_XkbReadGetNamesReply;
+	_XkbReloadDpy;
+	_XkbSkipReadBufferData;
+	_XkbWriteCopyKeySyms;
+	_XlcAddCT;
+	_XlcAddCharSet;
+	_XlcAddLoader;
+	_XlcAddUtf8Converters;
+	_XlcAddUtf8LocaleConverters;
+	_XlcCloseConverter;
+	_XlcCompareISOLatin1;
+	_XlcCompileResourceList;
+	_XlcConvert;
+	_XlcCountVaList;
+	_XlcCreateDefaultCharSet;
+	_XlcCreateLC;
+	_XlcCreateLocaleDataBase;
+	_XlcCurrentLC;
+	_XlcDbg_printValue;
+	_XlcDefaultMapModifiers;
+	_XlcDestroyLC;
+	_XlcDestroyLocaleDataBase;
+	_XlcFileName;
+	_XlcGenericMethods;
+	_XlcGetCSValues;
+	_XlcGetCharSet;
+	_XlcGetLocaleDataBase;
+	_XlcGetResource;
+	_XlcGetValues;
+	_XlcInitCTInfo;
+	_XlcInitLoader;
+	_XlcLocaleDirName;
+	_XlcMapOSLocaleName;
+	_XlcNCompareISOLatin1;
+	_XlcOpenConverter;
+	_XlcParseCharSet;
+	_XlcParse_scopemaps;
+	_XlcPublicMethods;
+	_XlcRemoveLoader;
+	_XlcResetConverter;
+	_XlcResolveI18NPath;
+	_XlcResolveLocaleName;
+	_XlcSetConverter;
+	_XlcSetValues;
+	_XlcVaToArgList;
+	_Xlcmbstoutf8;
+	_Xlcmbstowcs;
+	_Xlcmbtowc;
+	_Xlcwcstombs;
+	_Xlcwctomb;
+	_XmbTextListToTextProperty;
+	_XmbTextPropertyToTextList;
+	_Xmblen;
+	_Xmbstoutf8;
+	_Xmbstowcs;
+	_Xmbtowc;
+	_XrmDefaultInitParseInfo;
+	_XrmInitParseInfo;
+	_XrmInternalStringToQuark;
+	_Xthread_self_fn;
+	_XwcFreeStringList;
+	_XwcTextListToTextProperty;
+	_XwcTextPropertyToTextList;
+	_Xwcscmp;
+	_Xwcscpy;
+	_Xwcslen;
+	_Xwcsncmp;
+	_Xwcsncpy;
+	_Xwcstombs;
+	_Xwctomb;
+};
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/mapfile-vers-64	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,45 @@
+###############################################################################
+#
+# libX11 version mapfile for 64-bit libraries
+#
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+# @(#)mapfile-vers-64	1.1   08/02/27
+#
+
+# Additional symbols only found in the 64-bit libraries
+
+SUNWprivate {
+    global:
+	_XData32;
+	_XRead32;
+	_XkbReadBufferCopy32;
+	_XkbReadCopyData32;
+	_XkbWriteCopyData32;
+};
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/sme.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,992 @@
+###############################################################################
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+diff -urp -x '*~' -x '*.orig' include/X11/Xlibint.h include/X11/Xlibint.h
+--- include/X11/Xlibint.h	2008-02-27 21:08:42.264566000 -0800
++++ include/X11/Xlibint.h	2008-02-27 21:08:48.217301000 -0800
+@@ -185,6 +185,10 @@ struct _XDisplay
+ 	struct _XkbInfoRec *xkb_info; /* XKB info */
+ 	struct _XtransConnInfo *trans_conn; /* transport connection object */
+ 	struct _X11XCBPrivate *xcb; /* XCB glue private data */
++#ifdef SUNSOFT
++	char *smeBuffer;	/* Address of sme region */
++	int smeSize;		/* size of sme region */
++#endif /* SME */
+ };
+ 
+ #if defined(XTHREADS) && defined(SUNSOFT)
+@@ -905,6 +909,15 @@ typedef struct _XExten {		/* private to 
+ 	struct _XExten *next_flush;	/* next in list of those with flushes */
+ } _XExtension;
+ 
++/* XSUNBUFFERSIZE */
++/* Moved from XlibInt.c. This is now used in OpenDis.c also */
++#ifdef sun /* added by SUNSOFT */
++typedef union {
++	xReply rep;
++	char *buf;
++} _XAlignedBuffer;
++#endif /*  sun  */
++
+ /* extension hooks */
+ 
+ #ifdef DataRoutineIsProcedure
+diff -urp -x '*~' -x '*.orig' src/ConnDis.c src/ConnDis.c
+--- src/ConnDis.c	2007-07-21 01:45:39.000000000 -0700
++++ src/ConnDis.c	2008-02-27 21:08:48.189258000 -0800
+@@ -129,7 +129,12 @@ _X11TransConnectDisplay (
+     char **auth_namep,			/* RETURN */
+     int *auth_namelenp,			/* RETURN */
+     char **auth_datap,			/* RETURN */
++#ifdef SUNSOFT /* SME */
++    int *auth_datalenp,			/* RETURN */
++    int *sme_conn)                      /* RETURN */
++#else
+     int *auth_datalenp)			/* RETURN */
++#endif /* SME */ 
+ {
+     int family;
+     int saddrlen;
+@@ -162,6 +167,9 @@ _X11TransConnectDisplay (
+ #ifdef TCPCONN
+     char *tcphostname = NULL;		/* A place to save hostname pointer */
+ #endif
++#ifdef SUNSOFT
++    char *xsuntransport = NULL;
++#endif /* SME */
+ 
+     p = display_name;
+ 
+@@ -286,6 +294,12 @@ _X11TransConnectDisplay (
+ 	}
+     }
+ 
++#ifdef SUNSOFT
++   if ((xsuntransport = getenv("XSUNTRANSPORT")) != NULL)
++        if ((strncmp("shmem", xsuntransport,  5) == 0) &&  !phostname)
++                *sme_conn = 1;
++#endif /* SME */
++
+     /*
+      * At this point, we know the following information:
+      *
+@@ -518,13 +532,23 @@ int _XConnectDisplay (
+     char **auth_namep,			/* RETURN */
+     int *auth_namelenp,			/* RETURN */
+     char **auth_datap,			/* RETURN */
++#ifdef SUNSOFT /* SME */
++    int *auth_datalenp,			/* RETURN */
++    int *sme_conn)                      /* RETURN */
++#else
+     int *auth_datalenp)			/* RETURN */
++#endif /* SME */
+ {
+    XtransConnInfo trans_conn;
+ 
+    trans_conn = _X11TransConnectDisplay (
+ 		      display_name, fullnamep, dpynump, screenp,
++#ifdef SUNSOFT /* SME */
++		      auth_namep, auth_namelenp, auth_datap, auth_datalenp,
++		      sme_conn);
++#else
+ 		      auth_namep, auth_namelenp, auth_datap, auth_datalenp);
++#endif /* SME */
+ 
+    if (trans_conn)
+    {
+diff -urp -x '*~' -x '*.orig' src/OpenDis.c src/OpenDis.c
+--- src/OpenDis.c	2008-02-27 21:08:42.585211000 -0800
++++ src/OpenDis.c	2008-02-27 21:08:48.190600000 -0800
+@@ -52,6 +52,11 @@ in this Software without prior written a
+ #include <X11/extensions/XInteractive.h>
+ /* end SUNSOFT_INTERACTIVE */
+ 
++#ifdef SUNSOFT
++#include <X11/extensions/sme.h>
++#include <sys/mman.h>
++#endif /* SME */
++
+ #if !USE_XCB
+ #ifdef X_NOT_POSIX
+ #define Size_t unsigned int
+@@ -67,6 +72,13 @@ typedef struct {
+ } _XBigReqState;
+ #endif /* !USE_XCB */
+ 
++#ifdef SUNSOFT
++void _XSmeAllocateHeapBuffer(
++    Display *dpy,
++    smeRegion *smeBp
++);
++#endif /* SME */
++
+ #if defined(XTHREADS) && defined(SUNSOFT)
+ DisplayPtrLink *HeadDisplay=NULL;
+ DisplayPtrLink *LastDisplay=NULL;
+@@ -84,6 +96,12 @@ void (*_XFreeDisplayLock_fn)(Display *dp
+ #define FreeDisplayLock(dis)
+ #endif /* XTHREADS */
+ 
++#ifdef SUNSOFT /* XSUNBUFFERSIZE */
++int             _conn_buf_size = 0;
++int             _conn_ref_cnt = 0;
++_XAlignedBuffer _conn_aligned_buf;
++#endif /* SUNSOFT */
++
+ static xReq _dummy_request = {
+ 	0, 0, 0
+ };
+@@ -94,6 +112,10 @@ static Bool _XBigReqHandler(Display *dpy
+ 				XPointer data);
+ #endif /* !USE_XCB */
+ 
++#ifdef SUNSOFT
++static void InitializeSmeConn(Display *dpy, int dpynum);
++#endif /* SME */
++
+ /* 
+  * Connects to a server, creates a Display object and returns a pointer to
+  * the newly created Display back to the caller.
+@@ -131,8 +153,13 @@ XOpenDisplay (
+ 	long setuplength;	/* number of bytes in setup message */
+ 	long usedbytes = 0;     /* number of bytes we have processed */
+ 	unsigned long mask;
++#ifdef SUNSOFT
++        int sme_conn = 0;
++#endif /* SME */
++#ifndef SUNSOFT
+        long int conn_buf_size;
+        char *xlib_buffer_size;
++#endif
+ 
+ #if !USE_XCB
+ 	bzero((char *) &client, sizeof(client));
+@@ -184,7 +211,11 @@ XOpenDisplay (
+ 					 display_name, &fullname, &idisplay,
+ 					 &iscreen, &conn_auth_name,
+ 					 &conn_auth_namelen, &conn_auth_data,
+-					 &conn_auth_datalen)) == NULL) {
++					 &conn_auth_datalen
++#ifdef SUNSOFT
++                                        , &sme_conn
++#endif /* SME */
++		)) == NULL) {
+ 		Xfree ((char *) dpy);
+ 		return(NULL);
+ 	}
+@@ -290,6 +321,28 @@ XOpenDisplay (
+ 	}	
+ 
+ 	/* Set up the output buffers. */
++#ifdef SUNSOFT /* XSUNBUFFERSIZE */
++#define DEFAULTBUFSIZE 16384
++	if (!_conn_buf_size) {
++	    char *xsunbuffersize;
++ 
++	    if ((xsunbuffersize = getenv("XSUNBUFFERSIZE")) == NULL) 
++		_conn_buf_size = DEFAULTBUFSIZE;
++	    else
++		_conn_buf_size = 1024 * atoi(xsunbuffersize);
++	    if (_conn_buf_size < DEFAULTBUFSIZE)
++		_conn_buf_size = DEFAULTBUFSIZE;
++ 
++	    _conn_aligned_buf.buf = Xmalloc(_conn_buf_size);
++	}
++	_conn_ref_cnt++;
++ 
++	if ((dpy->bufptr = dpy->buffer = Xmalloc(_conn_buf_size)) == NULL) {
++		OutOfMemory (dpy, setup);
++		return(NULL);
++	}
++	dpy->bufmax = dpy->buffer + _conn_buf_size;
++#else
+ #ifndef XLIBDEFAULTBUFSIZE
+ #define XLIBDEFAULTBUFSIZE 16384 /* 16k */
+ #endif
+@@ -308,6 +361,7 @@ XOpenDisplay (
+          return(NULL);
+     }
+     dpy->bufmax = dpy->buffer + conn_buf_size;
++#endif /* SUNSOFT BUFFERSIZE */ 
+  
+ 	/* Set up the input event queue and input event queue parameters. */
+ 	dpy->head = dpy->tail = NULL;
+@@ -778,6 +832,24 @@ XOpenDisplay (
+ 	} 
+ /* end SUNSOFT_INTERACTIVE */
+ 
++#ifdef SUNSOFT
++    /*
++       B U G : 4188179
++
++       If client is using shared memory transportation,
++       communication buffer need not be freed upon
++       closing of connection.
++
++       A non-null smeBuffer field in the display structure
++       indicates sme buffer being used.
++     */
++        if (sme_conn)
++           InitializeSmeConn(dpy, idisplay);
++        else
++           dpy->smeBuffer = NULL ;
++
++#endif /* SME */
++
+ /*
+  * and return successfully
+  */
+@@ -902,8 +974,28 @@ void _XFreeDisplayStructure(dpy)
+ 	if (dpy->vendor)
+ 	   Xfree (dpy->vendor);
+ 
++#ifdef SUNSOFT /* XSUNBUFFERSIZE */
++	_conn_ref_cnt--;
++	if (!_conn_ref_cnt && _conn_aligned_buf.buf) {
++	   Xfree (_conn_aligned_buf.buf); 
++	   _conn_buf_size = 0;
++	}
++#endif /* SUNSOFT */
++
++    /*
++       B U G : 4188179
++      
++       Do not free communication buffer if using shared
++       memory extension.
++
++     */
++#ifdef SUNSOFT /* XSUNTRANSPORT */
++    if ( (dpy->smeBuffer == NULL) && (dpy->buffer) )
++	   Xfree (dpy->buffer);
++#else
+         if (dpy->buffer)
+ 	   Xfree (dpy->buffer);
++#endif
+ 	if (dpy->keysyms)
+ 	   Xfree ((char *) dpy->keysyms);
+ 	if (dpy->xdefaults)
+@@ -1072,3 +1164,160 @@ static void OutOfMemory (dpy, setup)
+     if (setup) Xfree (setup);
+ #endif /* !USE_XCB */
+ }
++
++#ifdef SUNSOFT
++/*
++ * Initialize the shm conn.  Do it through the normal X11 extension
++ * protocol, except that it is done invisibly as far as user of libX11 is
++ * concerned.
++ */
++static void
++InitializeSmeConn(Display *dpy, int dpynum)
++{
++	smeRegion *region;
++	XExtCodes *extCodes;
++	xSMEReq *req;
++	xSmeConnInitReply smeReply;
++	xSmeConnInitReply *reply = &smeReply;
++	char *xsunsmesize;
++	char buf[80];
++	int fd;
++
++#define X_SME extCodes->major_opcode
++
++/*
++ * Check if server is configured with this extension.
++ */
++	if (!(extCodes = XInitExtension(dpy, SMENAME)))
++	    return;
++
++/*
++ * Initialize extension in server for this client.
++ */
++	LockDisplay(dpy);
++	GetReq(SME, req);
++	/*
++	 * Xsun manpage (man/man1/Xsun.1) says that default XSUNSMESIZE
++	 * should be 64K.
++	 */
++	if ((xsunsmesize = getenv("XSUNSMESIZE")) != NULL)
++	    req->xsunsmesize = 1024 * atoi(xsunsmesize);
++       else
++	    req->xsunsmesize = 1024 * 64;
++
++	if (req->xsunsmesize < _conn_buf_size)
++	{
++	    req->xsunsmesize = _conn_buf_size;
++	}
++	/*
++	 * Make sure heap size is multiple of _conn_buf_size.
++	 */
++	if (req->xsunsmesize % _conn_buf_size != 0)
++	{
++            int chunks;
++
++            chunks = req->xsunsmesize/_conn_buf_size;
++            if (chunks <= 0)
++            {
++                chunks = 1;
++            }
++            req->xsunsmesize = chunks * _conn_buf_size;
++	}
++
++        /*
++         * If the client requested a buffer chunk size that would cause us to
++         * run out of FIFO queue slots, cap it at the maximum.
++         */
++        if ((req->xsunsmesize/_conn_buf_size) > SMECONNQSIZE) {
++                req->xsunsmesize = _conn_buf_size * SMECONNQSIZE;
++        }
++
++	/*
++	 * Add in smeRegion overhead to get total buffer size.
++	 */
++	req->xsunsmesize += sizeof(smeRegion);
++
++	req->subReqType = INIT_SME_CONN;
++/*
++	if (!_XReply (dpy, (xReply *)reply, -1, xFalse) ||
++*/
++	if (!_XReply (dpy, (xReply *)reply, 0, xFalse) ||
++		 reply->status != Success)
++    	{
++    		dpy->smeBuffer = NULL ;
++    		UnlockDisplay(dpy);
++    		return;
++    	}
++        
++	snprintf(buf, sizeof(buf), "%s:%i.%i", SMEFILE, dpynum, 
++	  reply->client_index);
++	fd = open(buf, O_RDWR, 0666) ;
++
++	region = (smeRegion *)mmap((caddr_t)0, req->xsunsmesize,
++		PROT_READ|PROT_WRITE, MAP_SHARED, fd, (off_t)0) ;
++	if (region == MAP_FAILED)
++    	{
++    		close(fd) ;
++    		unlink(buf) ;
++#ifdef DEBUG
++    perror("Trying to mmap sme conn region");
++#endif /* DEBUG */
++    		dpy->smeBuffer = NULL ;
++    		UnlockDisplay(dpy);
++    		return;
++    	}
++
++	dpy->smeSize = req->xsunsmesize ;
++	close(fd) ;
++	unlink(buf) ;
++
++/*
++ * Validate that the server is using the new version of smeconn.
++ * It fills in the first half and checks that we fill in the rest.
++ */
++	if (region->smeMagic != (SME_MAGIC4 & 0xffff0000))
++    	{
++    		UnlockDisplay (dpy);
++    		dpy->smeBuffer = NULL ;
++    		return;
++    	}
++
++    	region->smeMagic = SME_MAGIC4;  /* Fill in whole field */
++
++
++        /*
++         * It would be better to pass the buffer allocation unit to the
++         * the server through the initial request, but that would alter
++         * the size of the request structure.
++         */
++        region->smeBufferSize = _conn_buf_size;
++
++/*
++ * Start up sme conn.  Reply synchronizes both server and application
++ * as they switch over to sme request conn.  Content means nothing.
++ */
++	GetReq(SME, req);
++	req->subReqType = START_SME_CONN;
++/*
++	if (!_XReply (dpy, (xReply *)reply, -1, xFalse) ||
++*/
++	if (!_XReply (dpy, (xReply *)reply, 0, xFalse) ||
++    		reply->status != Success)
++    	{
++    		dpy->smeBuffer = NULL ;
++		UnlockDisplay(dpy);
++    		return;
++    	}
++
++	dpy->smeBuffer = (char *)region;
++	Xfree(dpy->buffer);
++	dpy->buffer = dpy->bufptr = dpy->bufmax = NULL;
++	_XSmeAllocateHeapBuffer (dpy, region);
++	dpy->bufptr = dpy->buffer;
++
++	UnlockDisplay(dpy);
++
++#undef X_SmeConn
++}
++#endif /* SME */
++
+diff -urp -x '*~' -x '*.orig' src/Xintconn.h src/Xintconn.h
+--- src/Xintconn.h	2007-05-16 08:34:44.000000000 -0700
++++ src/Xintconn.h	2008-02-27 21:08:48.196663000 -0800
+@@ -18,7 +18,12 @@ int _XConnectDisplay (
+     char **auth_namep,          /* RETURN */
+     int *auth_namelenp,         /* RETURN */
+     char **auth_datap,          /* RETURN */
++#ifdef SUNSOFT /* SME */
++    int *auth_datalenp,         /* RETURN */
++    int *sme_conn);             /* RETURN */
++#else
+     int *auth_datalenp);        /* RETURN */
++#endif /* SME */
+ extern int _XDisconnectDisplay(XtransConnInfo trans_conn);
+ extern Bool _XSendClientPrefix(Display *dpy, xConnClientPrefix *client,
+ 				char *auth_proto, char *auth_string,
+@@ -27,7 +32,11 @@ extern XtransConnInfo _X11TransConnectDi
+ 				char **fullnamep, int *dpynump,
+ 				int *screenp, char **auth_namep,
+ 				int *auth_namelenp, char **auth_datap,
++#ifdef SUNSOFT /* SME */
++				int *auth_datalenp, int *sme_conn);
++#else
+ 				int *auth_datalenp);
++#endif /* SME */
+ #endif /* !USE_XCB */
+ 
+ /* OpenDis.c */
+diff -urp -x '*~' -x '*.orig' src/XlibInt.c src/XlibInt.c
+--- src/XlibInt.c	2007-07-21 01:45:39.000000000 -0700
++++ src/XlibInt.c	2008-02-27 21:08:48.204605000 -0800
+@@ -52,6 +52,13 @@ from The Open Group.
+ #include <direct.h>
+ #endif
+ 
++#ifdef SUNSOFT
++#include <string.h>
++#include <thread.h>
++#include <synch.h>
++#include <X11/extensions/sme.h>
++#endif /* SME */
++
+ #ifdef XTHREADS
+ #include "locking.h"
+ 
+@@ -188,10 +195,27 @@ xthread_t (*_Xthread_self_fn)(void) = NU
+ 
+ #endif /* MUSTCOPY */
+ 
++#ifdef SUNSOFT
++extern int _conn_buf_size;
++
++void _XSmeAllocateHeapBuffer(
++#if NeedFunctionPrototypes
++    Display *dpy,
++    smeRegion *smeBp
++#endif
++);
++
++void _XSmeCheckForFull();
++#endif /* SME */
++
++#ifdef SUNSOFT /* XSUNBUFFERSIZE */
++extern _XAlignedBuffer _conn_aligned_buf;
++#else
+ typedef union {
+     xReply rep;
+     char buf[BUFSIZE];
+ } _XAlignedBuffer;
++#endif /* SUNSOFT */
+ 
+ static char *_XAsyncReply(
+     Display *dpy,
+@@ -226,6 +250,140 @@ static xReq _dummy_request = {
+ 	0, 0, 0
+ };
+ 
++#ifdef SUNSOFT
++
++static
++void
++smeIncHead(smeRegion *smeBp)
++{
++	smeBp->smeHeadptr =
++            (smeBp->smeHeadptr+smeBp->smeBufferSize)%smeBp->smeHeapSize;
++}
++ 
++#define smePokeServer(dpy, c) { \
++        char byte = (char)c ; \
++        for (;;) { \
++            int result = 0 ; \
++            result = _X11TransWrite (dpy->trans_conn, &byte, 1); \
++            if (result == 1) { \
++                break; \
++            } else if (result == 0) { \
++                continue; \
++            } else if (result < 0 && ETEST()) { \
++                continue; \
++            } else if ((result < 0) && !ECHECK(EINTR)) { \
++                    /* Write failed! */ \
++                    /* errno set by write system call. */ \
++                    _XIOError(dpy); \
++                    break; \
++            } \
++        } \
++}
++
++/*
++ * Wait for the server to open up enough buffer space for us to
++ * continue writing. Since the inbound connection is shared with client
++ * traffic a condition variable is used to block until the Xserver
++ * has freeed some buffer space. 
++ */
++static void
++SmeWaitForServer(Display *dpy, smeRegion *smeBp) 
++{
++        char *save_bufptr = dpy->bufptr;
++
++        dpy->bufptr = dpy->buffer;
++
++
++        /*
++         * Let the Xserver know we are waiting for buffer space.
++         */
++	(void)mutex_lock(&smeBp->smeBufferMutex);
++        smeBp->smeClientBufferBlocked = 1;
++
++        /*
++         * Don't hold the mutex over the poke since it might
++         * cause the Xserver to run and not acquire the mutex the
++         * first time round.
++         */
++	(void)mutex_unlock(&smeBp->smeBufferMutex);
++
++        /*
++         * The 'W' is for debugging when looking at truss output from
++         * an X client. The Xserver doesn't care what the byte contains.
++         */
++        smePokeServer (dpy, 'W');
++
++	(void)mutex_lock(&smeBp->smeBufferMutex);
++
++	while (smeBp->smeClientBufferBlocked != 0) {
++		timestruc_t ts;
++		int err;
++
++                /*
++                 * Can't block indefinitly on the condition variable
++                 * since the Xserver might have terminated.
++                 */
++		ts.tv_sec = 1;
++		ts.tv_nsec = 0;
++
++		err = cond_reltimedwait(&smeBp->smeBufferCV,
++                                        &smeBp->smeBufferMutex,
++                                        &ts);
++		if (err == 0) {
++			/*
++			 * We have been signaled by the server,
++			 * see if smeClientBufferBlocked has been cleared.
++			 */
++			continue;
++		} else if (err == ETIME) {
++			/*
++			 * We timed out, see if we still have a valid
++			 * connect to the server.
++			 */
++			struct pollfd pfd;
++
++    			pfd.fd = dpy->fd;
++                	pfd.events = POLLIN;
++                	pfd.revents = 0;
++
++			err = poll(&pfd, 1, 0);
++
++			if (err == 0) {
++				continue;
++			} else if (err == 1 && pfd.revents & POLLHUP) {
++				break;
++			} else if (err < 0) {
++				break;
++			}
++		}
++        }
++	(void)mutex_unlock(&smeBp->smeBufferMutex);
++
++	dpy->bufptr = save_bufptr;
++}
++ 
++/*
++ * smeConnQueueIn() adds the current buffer to the FIFO queue of
++ * sme buffers.
++ */
++void smeConnQueueIn(dpy, smeBp, bufptr, msgsize, bufsize)
++    Display     *dpy;
++    smeRegion   *smeBp;
++    char        *bufptr;
++    int         msgsize;
++    int         bufsize;
++{
++    int index;
++ 
++    index = (uint)(smeBp->smeIn+1) % SMECONNQSIZE;
++    smeBp->smeQueue[index].bufp = bufptr - (char *)(smeBp+1);
++    smeBp->smeQueue[index].msgSize = msgsize;
++
++    smeBp->smeIn++; /* increment after bufp & msgSize updated */
++}
++
++#endif /* SME */
++
+ /*
+  * This is an OS dependent routine which:
+  * 1) returns as soon as the connection can be written on....
+@@ -311,9 +469,11 @@ _XWaitForWritable(
+ #endif
+ 	    )
+ 	{
++#ifndef SUNSOFT /* XSUNBUFFERSIZE */
+ 	    _XAlignedBuffer buf;
++#endif
+ 	    BytesReadable_t pend;
+-	    register int len;
++	    BytesReadable_t len;
+ 	    register xReply *rep;
+ 
+ 	    /* find out how much data can be read */
+@@ -336,9 +496,15 @@ _XWaitForWritable(
+ 	    /* round down to an integral number of XReps */
+ 	    len = (len / SIZEOF(xReply)) * SIZEOF(xReply);
+ 
++#ifdef SUNSOFT /* XSUNBUFFERSIZE */
++	    (void) _XRead (dpy, _conn_aligned_buf.buf, (long) len);
++
++	    STARTITERATE(rep,xReply,_conn_aligned_buf.buf,len > 0) {
++#else
+ 	    (void) _XRead (dpy, buf.buf, (long) len);
+ 
+ 	    STARTITERATE(rep,xReply,buf.buf,len > 0) {
++#endif
+ 		if (rep->generic.type == X_Reply) {
+                     int tmp = len;
+ 		    RESETITERPTR(rep,xReply,
+@@ -634,6 +800,25 @@ static void _XFlushInt(
+ 	register char *bufindex;
+ 	_XExtension *ext;
+ 
++#ifdef SUNSOFT
++        if (dpy->smeBuffer) {
++                smeRegion *smeBp = (smeRegion *) dpy->smeBuffer;
++ 
++                size = (long)(dpy->bufptr - dpy->buffer);
++                if (!size) return;
++                smeConnQueueIn (dpy,smeBp,dpy->buffer,size,_conn_buf_size);
++                dpy->last_req = (char *)&_dummy_request;
++               /*
++                * The 'D' is for debugging when looking at truss output from
++                * an X client. The Xserver doesn't care what the byte contains.
++                */
++                smePokeServer (dpy, 'D');
++                _XSmeAllocateHeapBuffer (dpy, smeBp);
++                dpy->bufptr = dpy->buffer;
++        }
++        else {
++#endif /* SME */
++
+ 	/* This fix resets the bufptr to the front of the buffer so
+ 	 * additional appends to the bufptr will not corrupt memory. Since
+ 	 * the server is down, these appends are no-op's anyway but 
+@@ -655,7 +840,7 @@ static void _XFlushInt(
+ 	    }
+ 	}
+ #endif
+-	size = todo = dpy->bufptr - dpy->buffer;
++	size = todo = (long)(dpy->bufptr - dpy->buffer);
+ 	if (!size) return;
+ #ifdef XTHREADS
+ 	dpy->flags |= XlibDisplayWriting;
+@@ -716,6 +901,11 @@ static void _XFlushInt(
+ #ifdef XTHREADS
+ 	dpy->flags &= ~XlibDisplayWriting;
+ #endif
++
++#ifdef SUNSOFT
++    }
++#endif /* SME */
++	return;
+ }
+ 
+ int
+@@ -723,9 +913,11 @@ _XEventsQueued(
+     register Display *dpy,
+     int mode)
+ {
+-	register int len;
++	BytesReadable_t len;
+ 	BytesReadable_t pend;
++#ifndef SUNSOFT /* XSUNBUFFERSIZE */
+ 	_XAlignedBuffer buf;
++#endif
+ 	register xReply *rep;
+ 	char *read_buf;
+ #ifdef XTHREADS
+@@ -846,8 +1038,11 @@ _XEventsQueued(
+ 	} else
+ #endif /* XTHREADS*/
+ 	{
++#ifdef SUNSOFT /* XSUNBUFFERSIZE */
++	    read_buf = _conn_aligned_buf.buf;
++#else
+ 	    read_buf = buf.buf;
+-	    
++#endif	/* SUNSOFT */
+ 	    if (len < SIZEOF(xReply)
+ #ifdef XTHREADS
+ 		|| dpy->async_handlers
+@@ -879,12 +1074,21 @@ _XEventsQueued(
+ 		    UnlockNextEventReader(dpy);
+ 		}
+ 		return(dpy->qlen); /* we read, so we can return */
++#ifdef SUNSOFT /* XSUNBUFFERSIZE */
++	    } else if (read_buf != _conn_aligned_buf.buf)
++		memcpy(_conn_aligned_buf.buf, read_buf, len);
++#else
+ 	    } else if (read_buf != buf.buf)
+ 		memcpy(buf.buf, read_buf, len);
++#endif /* SUNSOFT */
+ 	}
+ #endif /* XTHREADS*/
+ 
++#ifdef SUNSOFT /* XSUNBUFFERSIZE */
++	STARTITERATE(rep,xReply,_conn_aligned_buf.buf,len > 0) {
++#else
+ 	STARTITERATE(rep,xReply,buf.buf,len > 0) {
++#endif
+ 	    if (rep->generic.type == X_Reply) {
+                 int tmp = len;
+ 		RESETITERPTR(rep,xReply,
+@@ -917,9 +1121,11 @@ _XEventsQueued(
+ void _XReadEvents(
+ 	register Display *dpy)
+ {
++#ifndef SUNSOFT /* XSUNBUFFERSIZE */
+ 	_XAlignedBuffer buf;
++#endif
+ 	BytesReadable_t pend;
+-	int len;
++	BytesReadable_t len;
+ 	register xReply *rep;
+ 	Bool not_yet_flushed = True;
+ 	char *read_buf;
+@@ -994,7 +1200,11 @@ void _XReadEvents(
+ 	    } else
+ #endif /* XTHREADS*/
+ 	    {
++#ifdef SUNSOFT /* XSUNBUFFERSIZE */
++		read_buf = _conn_aligned_buf.buf;
++#else
+ 		read_buf = buf.buf;
++#endif
+ 
+ 		/* but we won't read more than the max buffer size */
+ 		if (len > BUFSIZE)
+@@ -1044,12 +1254,21 @@ void _XReadEvents(
+ 			       read_buf, len);
+ 		    ConditionSignal(dpy, dpy->lock->reply_awaiters->cv);
+ 		    continue;
++#ifdef SUNSOFT /* XSUNBUFFERSIZE */
++		} else if (read_buf != _conn_aligned_buf.buf)
++		    memcpy(_conn_aligned_buf.buf, read_buf, len);
++#else
+ 		} else if (read_buf != buf.buf)
+ 		    memcpy(buf.buf, read_buf, len);
++#endif 
+ 	    }
+ #endif /* XTHREADS */
+ 
++#ifdef SUNSOFT /* XSUNBUFFERSIZE */
++	    STARTITERATE(rep,xReply,_conn_aligned_buf.buf,len > 0) {
++#else
+ 	    STARTITERATE(rep,xReply,buf.buf,len > 0) {
++#endif
+ 		if (rep->generic.type == X_Reply) {
+ 		    RESETITERPTR(rep,xReply,
+ 				 _XAsyncReply (dpy, rep,
+@@ -1371,8 +1590,84 @@ _XSend (
+ 	long skip, dbufsize, padsize, total, todo;
+ 	_XExtension *ext;
+ 
++#ifdef SUNSOFT
++        if (dpy->smeBuffer) {
++                smeRegion *smeBp = (smeRegion *) dpy->smeBuffer;
++
++                dbufsize = dpy->bufptr-dpy->buffer;
++
++                padsize = -size & 3;
++
++                total =  dbufsize + size + padsize;
++
++                /*
++                 * If request won't fit in a single sme buffer, break it up
++                 * into smaller requests.
++                 */
++                if (total > (long)(_conn_buf_size))
++                {
++                        long bytesCopied = 0 ;
++                        long numToCopy = 0 ;
++                        long chunk = _conn_buf_size & 0xffffffc ;
++ 
++                        while (bytesCopied < size)
++                        {
++                                /*
++                                 * Compensate for buffer contents.
++                                 */
++                                if (dbufsize) {
++                                        numToCopy = chunk - dbufsize;
++                                        numToCopy = min(numToCopy, size);
++                                        numToCopy &= 0xffffffc;
++                                        dbufsize = 0;
++                                } else if (size - bytesCopied >= chunk) {
++                                        numToCopy = chunk;
++                                } else {
++                                        numToCopy = size - bytesCopied ;
++                                }
++                                _XSend(dpy, data + bytesCopied, numToCopy) ;
++                                bytesCopied += numToCopy ;
++                        }
++                        return;
++                }
++                else {
++ 
++                /*
++                 * Copy data into sme buffer.
++                 */
++
++                if (size) {
++                    memcpy (dpy->bufptr, data, size);
++                }
++
++                /* Pad the buffer with zeros. */
++                if (padsize)
++                {
++                   char *p = (char *)dpy->bufptr + size;
++                   int i;
++                   for (i = 0; i < padsize; i++)
++                      *p++ = '\0';
++                }
++ 
++                smeConnQueueIn (dpy,smeBp,dpy->buffer,total,_conn_buf_size);
++                dpy->last_req = (char *)&_dummy_request;
++                smePokeServer (dpy, 'D');
++ 
++                /* Allocate a new buffer */
++                dpy->buffer = dpy->bufmax;
++
++                /* Get a new buffer */
++                _XSmeAllocateHeapBuffer (dpy, smeBp);
++
++                /* Reset pointer to beginning of new sme buffer. */
++                dpy->bufptr = dpy->buffer;
++        	}
++        }
++        else {
++#endif /* SME */
++
+ 	if (!size || (dpy->flags & XlibDisplayIOError)) return;
+-	dbufsize = dpy->bufptr - dpy->buffer;
++	dbufsize = (long)(dpy->bufptr - dpy->buffer);
+ #ifdef XTHREADS
+ 	dpy->flags |= XlibDisplayWriting;
+ 	/* make sure no one else can put in data */
+@@ -1476,9 +1771,66 @@ _XSend (
+ #ifdef XTHREADS
+ 	dpy->flags &= ~XlibDisplayWriting;
+ #endif
++#ifdef SUNSOFT
++	}
++#endif /* SME */
+ 	return;
+ }
+ 
++#ifdef SUNSOFT
++
++
++/*
++ * Allocate a buffer in the shared memory region using a stack heap.
++ * Note: this routine starts the allocation at the value of dpy->buffer
++ */
++
++void
++_XSmeAllocateHeapBuffer(dpy, smeBp)
++    Display *dpy;
++    smeRegion *smeBp;
++{
++        for (;;) {
++
++           /*
++            * Determine if the circular list is full or has space.
++            */
++            if ((smeBp->smeHeadptr == smeBp->smeTailptr) &&
++                (smeBp->smeIn != smeBp->smeOut)) {
++                /*
++                 * Full, wait for space.
++                 */
++                SmeWaitForServer(dpy, smeBp);
++                continue;
++            } else {
++                /*
++                 * Take the next buffer chunk.
++                 */
++                dpy->buffer = smeBp->smeHeadptr + (char *)(smeBp + 1);
++                dpy->bufmax = dpy->buffer + smeBp->smeBufferSize;
++                smeIncHead(smeBp);
++                break;
++           }
++        }
++}
++
++void
++_XSmeCheckForFull(dpy, smeBp)
++    Display *dpy;
++    smeRegion *smeBp;
++{
++
++    while ((smeBp->smeHeadptr == smeBp->smeTailptr) &&
++           (smeBp->smeIn != smeBp->smeOut)) {
++        /*
++         * Full, wait for space.
++         */
++         SmeWaitForServer(dpy, smeBp);
++    }
++}
++
++#endif /* SME */
++
+ static void
+ _XGetMiscCode(
+     register Display *dpy)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/solaris-abi.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,59 @@
+###############################################################################
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+diff -urp -x '*~' -x '*.orig' configure.ac configure.ac
+--- configure.ac	2008-02-27 21:08:23.251718000 -0800
++++ configure.ac	2008-02-27 21:08:28.279803000 -0800
+@@ -100,7 +100,7 @@ if test x$XLIB_LOADABLE_I18N = xyes; the
+ 	fi
+ 	AC_DEFINE(USE_DYNAMIC_LC,1,
+ 		  [Split some i18n functions into loadable modules])
+-	AC_SUBST(I18N_MODULE_LIBS,'${top_builddir}/src/libX11.la')
++	AC_SUBST(I18N_MODULE_LIBS,'${top_builddir}/src/libX11.so.4 -lc')
+ fi
+ AC_MSG_RESULT($XLIB_LOADABLE_I18N)
+ 	       
+diff -urp -x '*~' -x '*.orig' src/Makefile.am src/Makefile.am
+--- src/Makefile.am	2008-02-27 21:08:23.252437000 -0800
++++ src/Makefile.am	2008-02-27 21:08:28.280422000 -0800
+@@ -373,9 +373,12 @@ if XKB
+ USE_XKB_LIBS = $(XKB_LIBS)
+ endif
+ 
+-libX11_la_LDFLAGS = -version-number 6:2:0 -no-undefined
++libX11_la_LDFLAGS = -version-number 4 -no-undefined $(ADD_libX11_LDFLAGS) \
++	-M $(top_srcdir)/../../mapfile-vers \
++	-M $(top_srcdir)/../../mapfile-order \
++	-N libXext.so.0
+ 
+-libX11_la_LIBADD = \
++libX11_la_LIBADD = -lc \
+ 	$(USE_I18N_LIBS) \
+ 	$(USE_XCMS_LIBS) \
+ 	$(USE_XKB_LIBS) \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/solaris-i18n.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,32535 @@
+###############################################################################
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+diff -urp -x '*~' -x '*.orig' configure.ac configure.ac
+--- configure.ac	2008-02-27 21:08:28.279803000 -0800
++++ configure.ac	2008-02-27 21:08:32.492966000 -0800
+@@ -366,6 +366,9 @@
+ AC_DEFINE_DIR(XLOCALEDATADIR, X11_LOCALEDATADIR, [Location of libX11 locale data])
+ AC_SUBST(X11_LOCALEDATADIR)
+ 
+-X11_LOCALELIBDIR="${X11_LIBDIR}/locale"
++AC_ARG_WITH(locale-lib-dir,    AS_HELP_STRING([--with-locale-lib-dir=DIR],
++  [Directory where locale libraries files are installed (default: $libdir/X11/locale)]),
++                                [ X11_LOCALELIBDIR="$withval" ],
++                                [ X11_LOCALELIBDIR="${X11_LIBDIR}/locale" ])
+ AC_DEFINE_DIR(XLOCALELIBDIR, X11_LOCALELIBDIR, [Location of libX11 locale libraries])
+ AC_SUBST(X11_LOCALELIBDIR)
+@@ -397,6 +397,7 @@ AC_OUTPUT([Makefile
+ 	   modules/im/ximcp/Makefile
+ 	   modules/lc/Makefile
+ 	   modules/lc/def/Makefile
++	   modules/lc/gb18030/Makefile
+ 	   modules/lc/gen/Makefile
+ 	   modules/lc/Utf8/Makefile
+ 	   modules/lc/xlocale/Makefile
+diff -urp -x '*~' -x '*.orig' modules/im/ximcp/imImSw.c modules/im/ximcp/imImSw.c
+--- modules/im/ximcp/imImSw.c	2007-05-16 08:34:44.000000000 -0700
++++ modules/im/ximcp/imImSw.c	2008-02-27 21:08:32.493564000 -0800
+@@ -50,7 +50,9 @@ _XimCheckIfDefault(
+ }
+ 
+ XimImsportSW _XimImSportRec[] = {
++#ifdef USE_R6_LOCALIM
+     { _XimCheckIfLocalProcessing, _XimLocalOpenIM, _XimLocalIMFree },
++#endif
+     { _XimCheckIfThaiProcessing,	_XimThaiOpenIM,	 _XimThaiIMFree },
+     { _XimCheckIfDefault,         _XimProtoOpenIM, _XimProtoIMFree },
+     { NULL,                       NULL,		 NULL },
+diff -urp -x '*~' -x '*.orig' modules/im/ximcp/imThaiFlt.c modules/im/ximcp/imThaiFlt.c
+--- modules/im/ximcp/imThaiFlt.c	2007-05-16 08:34:44.000000000 -0700
++++ modules/im/ximcp/imThaiFlt.c	2008-02-27 21:08:32.496181000 -0800
+@@ -77,7 +77,12 @@ SOFTWARE.
+ #include "Ximint.h"
+ #include "XimThai.h"
+ #include "XlcPubI.h"
+-
++#ifdef sun
++#include "XlcGeneric.h"
++#if !defined(macII) && !defined(Lynx_22) && !defined(X_LOCALE)
++#define STDCVT
++#endif
++#endif
+ 
+ #define SPACE   32
+ 
+@@ -518,6 +523,45 @@ Private Bool ThaiComposeConvert(
+      (wchar_t)(c) : \
+      ((0x0A1<=(c)) ? ((wchar_t)(c)-0xA0+0x0E00) : 0))
+ 
++#ifdef sun
++Private int wc2tis(XLCd lcd, unsigned char* ch, wchar_t wc)
++{
++#ifdef STDCVT
++    if (XLC_GENERIC(lcd, use_stdc_env) == True)
++        return wctomb((char*)ch, wc);
++    else
++#endif 
++    {
++        wchar_t wc_mask = (1<<XLC_GENERIC(lcd, wc_shift_bits))-1;
++        ( 0<=wc && wc<=0x7F ) ? (*ch=(unsigned char)wc) : (*ch= (unsigned char)(wc&wc_mask|0x80));//GR 0x80
++    }
++    return 1;
++}
++
++
++Private int tis2wc(XLCd lcd, wchar_t *pwc,  unsigned char* ch)
++{
++#ifdef STDCVT
++    if (XLC_GENERIC(lcd, use_stdc_env) == True)
++        return mbtowc(pwc, (char*)ch, 1);
++    else
++#endif
++    {
++        wchar_t wc_mask = (1<<XLC_GENERIC(lcd, wc_shift_bits))-1;
++        CodeSet GR_codeset = XLC_GENERIC(lcd, initial_state_GR);
++        if ( 0<=*ch && *ch<=0x7F ) {
++            *pwc=(wchar_t)*ch;
++        } else {
++            if (0xA1<=*ch) {
++                *pwc = (wchar_t)*ch&wc_mask|GR_codeset->wc_encoding;
++                return 1;
++            } else 
++                return 0;
++        }
++    }
++}
++#endif
++
+ /*
+  * Macros to save and recall last input character in XIC
+  */
+@@ -532,6 +576,7 @@ Private Bool ThaiComposeConvert(
+ #define IC_DeletePreviousChar(ic) \
+ 		(IC_RealDeletePreviousChar(ic))
+ 
++
+ Private unsigned char
+ IC_RealGetPreviousChar(Xic ic, unsigned short pos)
+ {
+@@ -1187,6 +1232,40 @@ Private void InitIscMode(Xic ic)
+ 
+     return;
+ }
++#ifdef sun
++Private Bool is_utf8_locale()
++{
++    const char* locale;
++    locale = getenv("LC_ALL");
++    if (!locale || !*locale) {
++        locale = getenv("LC_CTYPE");
++        if (!locale || !*locale) {
++            locale = getenv("LANG");
++        }
++    }
++    if (locale && *locale) {
++        /* The most general syntax of a locale:
++        language[_territory][.codeset][@modifier]
++        To retrieve the codeset, search the first dot. Stop searching when
++        a '@' is encountered. */
++        const char* cp = locale;
++        for (; *cp != '\0' && *cp != '@'; cp++) {
++            if (*cp == '.') {
++                const char* encoding = ++cp;
++                for (; *cp != '\0' && *cp != '@'; cp++);
++                /* Check it for "UTF-8", which is the only official IANA name of
++                UTF-8. Also check for the lowercase-no-dashes version, which is
++                what some SystemV systems use. */
++                if ((cp-encoding == 5 && !strncmp(encoding, "UTF-8", 5))
++                    || (cp-encoding == 4 && !strncmp(encoding, "utf8", 4)))
++                    return True; /* it's UTF-8 */
++                break; /* not UTF-8 */
++            }
++        }
++    }
++    return False;
++}
++#endif
+     
+ /*
+  * Helper functions for _XimThaiFilter()
+@@ -1195,9 +1274,20 @@ Private Bool
+ ThaiFltAcceptInput(Xic ic, unsigned char new_char, KeySym symbol)
+ {
+     DefTreeBase *b = &ic->private.local.base;
++#ifdef sun
++    if (is_utf8_locale()) {
++        b->wc[b->tree[ic->private.local.composed].wc+0] = tis2ucs(new_char);
++        b->wc[b->tree[ic->private.local.composed].wc+1] = '\0';
++    } else {
++        wchar_t *wcTmp = NULL;
++        wcTmp = &(b->wc[b->tree[ic->private.local.composed].wc+0]);
++        tis2wc(ic->core.im->core.lcd, wcTmp, &new_char);
++        *(wcTmp+1) = '\0';
++    }
++#else
+     b->wc[b->tree[ic->private.local.composed].wc+0] = tis2ucs(new_char);
+     b->wc[b->tree[ic->private.local.composed].wc+1] = '\0';
+-
++#endif
+     if ((new_char <= 0x1f) || (new_char == 0x7f))
+         b->tree[ic->private.local.composed].keysym = symbol;
+     else
+@@ -1211,10 +1301,23 @@ ThaiFltReorderInput(Xic ic, unsigned cha
+ {
+     DefTreeBase *b = &ic->private.local.base;
+     if (!IC_DeletePreviousChar(ic)) return False;
++#ifdef sun
++    if (is_utf8_locale()) {
++        b->wc[b->tree[ic->private.local.composed].wc+0] = tis2ucs(new_char);
++        b->wc[b->tree[ic->private.local.composed].wc+1] = tis2ucs(previous_char);
++        b->wc[b->tree[ic->private.local.composed].wc+2] = '\0';
++    } else {
++        wchar_t *wcTmp = NULL;
++        wcTmp = &(b->wc[b->tree[ic->private.local.composed].wc+0]);
++        tis2wc(ic->core.im->core.lcd, wcTmp, &new_char);
++        tis2wc(ic->core.im->core.lcd, (wcTmp+1), &previous_char);
++        *(wcTmp+2) = '\0';
++    }
++#else
+     b->wc[b->tree[ic->private.local.composed].wc+0] = tis2ucs(new_char);
+     b->wc[b->tree[ic->private.local.composed].wc+1] = tis2ucs(previous_char);
+     b->wc[b->tree[ic->private.local.composed].wc+2] = '\0';
+-
++#endif
+     b->tree[ic->private.local.composed].keysym = NoSymbol;
+ 
+     return True;
+@@ -1225,9 +1328,20 @@ ThaiFltReplaceInput(Xic ic, unsigned cha
+ {
+     DefTreeBase *b = &ic->private.local.base;
+     if (!IC_DeletePreviousChar(ic)) return False;
++#ifdef sun
++    if (is_utf8_locale()) {
++        b->wc[b->tree[ic->private.local.composed].wc+0] = tis2ucs(new_char);
++        b->wc[b->tree[ic->private.local.composed].wc+1] = '\0';
++    } else {
++        wchar_t *wcTmp = NULL;
++        wcTmp = &(b->wc[b->tree[ic->private.local.composed].wc+0]);
++        tis2wc(ic->core.im->core.lcd, wcTmp, &new_char);
++        *(wcTmp+1) = '\0';
++    }
++#else
+     b->wc[b->tree[ic->private.local.composed].wc+0] = tis2ucs(new_char);
+     b->wc[b->tree[ic->private.local.composed].wc+1] = '\0';
+-
++#endif
+     if ((new_char <= 0x1f) || (new_char == 0x7f))
+         b->tree[ic->private.local.composed].keysym = symbol;
+     else
+@@ -1333,7 +1447,15 @@ XPointer	client_data;
+      */
+     isc_mode = IC_IscMode(ic);
+     if (!(previous_char = IC_GetPreviousChar(ic))) previous_char = ' ';
++#ifdef sun
++    if (is_utf8_locale()) {
++        new_char = ucs2tis(wbuf[0]);
++    } else {
++        wc2tis(ic->core.im->core.lcd, &new_char, wbuf[0]);
++    }
++#else    
+     new_char = ucs2tis(wbuf[0]);
++#endif
+     isReject = True;
+     if (THAI_isaccepted(new_char, previous_char, isc_mode)) {
+         ThaiFltAcceptInput(ic, new_char, symbol);
+diff -urp -x '*~' -x '*.orig' modules/lc/Makefile.am modules/lc/Makefile.am
+--- modules/lc/Makefile.am	2007-05-16 08:34:44.000000000 -0700
++++ modules/lc/Makefile.am	2008-02-27 21:08:32.496540000 -0800
+@@ -1 +1 @@
+-SUBDIRS=Utf8 def gen xlocale
++SUBDIRS=Utf8 def gen xlocale gb18030
+diff -urp -x '*~' -x '*.orig' modules/om/generic/omGeneric.c modules/om/generic/omGeneric.c
+--- modules/om/generic/omGeneric.c	2007-05-17 06:53:58.000000000 -0700
++++ modules/om/generic/omGeneric.c	2008-02-27 21:08:32.498118000 -0800
+@@ -1,5 +1,5 @@
+ /* $Xorg: omGeneric.c,v 1.6 2000/08/17 19:45:21 cpqbld Exp $ */
+-/*  #define FONTDEBUG */
++/*#define FONTDEBUG*/
+ /*
+  * Copyright 1992, 1993 by TOSHIBA Corp.
+  *
+@@ -177,6 +177,11 @@ init_fontset(
+ 	if((font_set->substitute = init_fontdata(data->substitute,
+ 				   data->substitute_num)) == NULL)
+ 	    goto err;
++
++        /*Add for load_option*/
++	font_set->delay_loading = data->delay_loading;
++	font_set->no_checking = data->no_checking;
++
+ 	font_set->substitute_num = data->substitute_num;
+ 	if((font_set->vmap = init_fontdata(data->vmap,
+ 			     data->vmap_num)) == NULL)
+@@ -285,33 +290,41 @@ load_font(
+ 	if (font_set->font_name == NULL)
+ 	    continue;
+ 
+-        if (load_fontset_data (oc, font_set) != True)
+-	    return False;
++        /*no font structure is requeried here. don't load font now.*/
++        if (font_set->font == NULL) {
++            if (font_set->delay_loading) {
++                continue;
++            }      
++        
++
++            if (load_fontset_data (oc, font_set) != True)
++                return False;
+ #ifndef TESTVERSION
+-	if(load_fontdata(oc, font_set->font_data,
+-			 font_set->font_data_count) != True)
+-	    return False;
++            if(load_fontdata(oc, font_set->font_data,
++                            font_set->font_data_count) != True)
++                    return False;
+ 
+-	if(load_fontdata(oc, font_set->substitute,
+-			 font_set->substitute_num) != True)
+-	    return False;
++            if(load_fontdata(oc, font_set->substitute,
++                            font_set->substitute_num) != True)
++                return False;
+ #endif
+ 
+-/* Add 1996.05.20 */
+-        if( oc->core.orientation == XOMOrientation_TTB_RTL ||
+-            oc->core.orientation == XOMOrientation_TTB_LTR ){
+-	    if (font_set->vpart_initialize == 0) {
+-	       load_fontdata(oc, font_set->vmap, font_set->vmap_num);
+-	       load_fontdata(oc, (FontData) font_set->vrotate,
+-			 font_set->vrotate_num);
+-                font_set->vpart_initialize = 1;
+-	    }
+-        }
++    /* Add 1996.05.20 */
++            if( oc->core.orientation == XOMOrientation_TTB_RTL ||
++                oc->core.orientation == XOMOrientation_TTB_LTR ) {
++                if (font_set->vpart_initialize == 0) {
++                    load_fontdata(oc, font_set->vmap, font_set->vmap_num);
++                    load_fontdata(oc, (FontData) font_set->vrotate,
++                            font_set->vrotate_num);
++                    font_set->vpart_initialize = 1;
++                }
++            }
+ 
+-	if (font_set->font->min_byte1 || font_set->font->max_byte1)
+-	    font_set->is_xchar2b = True;
+-	else
+-	    font_set->is_xchar2b = False;
++            if (font_set->font->min_byte1 || font_set->font->max_byte1)
++                font_set->is_xchar2b = True;
++            else
++                font_set->is_xchar2b = False;
++        }
+     }
+ 
+     return True;
+@@ -334,12 +347,23 @@ load_font_info(
+ 	    continue;
+ 
+ 	if (font_set->info == NULL) {
++	    /*Handle for delay loading.*/
++            if (font_set->delay_loading) 
++		continue;
+ 	    fn_list = XListFontsWithInfo(dpy, font_set->font_name, 1, &fn_num,
+ 					 &font_set->info);
+ 	    if (font_set->info == NULL)
+ 		return False;
+-	    
++#ifdef sun
++            if (fn_num > 0) {
++                font_set->info->fid = XLoadFont(dpy, font_set->font_name);
++            }
++            if (fn_list) {
++                XFreeFontNames(fn_list);
++            }
++#else
+ 	    XFreeFontNames(fn_list);
++#endif        
+ 	}
+     }
+ 
+@@ -456,7 +480,7 @@ init_core_part(
+     count = length = 0;
+ 
+     for ( ; font_set_num-- > 0; font_set++) {
+-	if (font_set->font_name == NULL)
++	if (font_set->font_name == NULL || font_set->delay_loading)/*if delay_loading, continue*/
+ 	    continue;
+ 
+ 	length += strlen(font_set->font_name) + 1;
+@@ -486,7 +510,7 @@ init_core_part(
+     font_set_num = gen->font_set_num;
+ 
+     for (count = 0; font_set_num-- > 0; font_set++) {
+-	if (font_set->font_name == NULL)
++	if (font_set->font_name == NULL || font_set->delay_loading) /*if delay_loading, continue*/
+ 	    continue;
+ 
+ 	font_set->id = count;
+@@ -1176,7 +1200,7 @@ parse_fontname(
+ 	    * a "missing_charset" will be reported to the client 
+ 	    * for this CharSet.
+ 	    */
+-	    font_data_return. xlfd_name = NULL;
++	    font_data_return.xlfd_name = NULL;
+ 	    font_data_return.side       = XlcUnknown;
+ 
+ 	    ret = parse_fontdata(oc, font_set, font_set->font_data,
+@@ -1274,7 +1298,7 @@ set_missing_list(
+     count = length = 0;
+ 
+     for ( ; font_set_num-- > 0; font_set++) {
+-	if (font_set->info || font_set->font) {
++	if (font_set->info || font_set->font || font_set->no_checking) {
+ 	    continue;
+ 	}
+ 	
+@@ -1321,7 +1345,7 @@ set_missing_list(
+     font_set_num = gen->font_set_num;
+ 
+     for ( ; font_set_num-- > 0; font_set++) {
+-	if (font_set->info || font_set->font) {
++	if (font_set->info || font_set->font || font_set->no_checking) {
+ 	    continue;
+ 	}
+ 
+@@ -2109,6 +2133,20 @@ init_om(
+ 	}
+         read_vw(lcd,data,num);
+ 	length += strlen(data->font_data->name) + 1;
++
++        /*For load_optioin*/
++	data->delay_loading = False;
++	data->no_checking = False;
++	snprintf(buf, BUFSIZ, "fs%d.font.load_option", num);
++	_XlcGetResource(lcd, "XLC_FONTSET", buf, &value, &count);
++	if (count > 0) {
++	    if (!strcmp(*value, "delay_check")) {
++	        data->delay_loading = True;
++	    } else if (!strcmp(*value, "delay_nocheck")) {
++	        data->delay_loading = True;
++	        data->no_checking = True;
++	    }
++	}
+     }
+ 
+     /* required charset list */
+diff -urp -x '*~' -x '*.orig' modules/om/generic/omXChar.c modules/om/generic/omXChar.c
+--- modules/om/generic/omXChar.c	2007-05-17 06:53:58.000000000 -0700
++++ modules/om/generic/omXChar.c	2008-02-27 21:08:32.498613000 -0800
+@@ -328,6 +328,12 @@ load_font(
+     XOC oc,
+     FontSet font_set)
+ {
++    /* Give up displaying any characters of this missing charset. */
++    if (font_set->delay_loading == False && font_set->font!=NULL) {
++        return False;
++    }
++
++    /*In case of delay loading, load font here.*/
+     font_set->font = XLoadQueryFont(oc->core.om->core.display,
+ 			oc->core.font_info.font_name_list[font_set->id]);
+     if (font_set->font == NULL)
+@@ -377,9 +383,11 @@ _XomConvert(
+     if (font_set == NULL)
+ 	return -1;
+ 
+-    if (font_set->font == NULL && load_font(oc, font_set) == False)
+-	return -1;
+-
++    if (font_set->font == NULL||font_set->delay_loading){
++        if (load_font(oc, font_set) == False)
++            return -1;
++    }
++    
+     length = *to_left - cs_left;
+ 
+ #ifdef MUSTCOPY
+diff -urp -x '*~' -x '*.orig' nls/compose.dir.pre nls/compose.dir.pre
+--- nls/compose.dir.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/compose.dir.pre	2008-02-27 21:08:32.499083000 -0800
+@@ -270,12 +270,14 @@ en_US.UTF-8/Compose:		de_DE.UTF-8
+ en_US.UTF-8/Compose:		de_LI.UTF-8
+ en_US.UTF-8/Compose:		de_LU.UTF-8
+ el_GR.UTF-8/Compose:		el_GR.UTF-8
++el_GR.UTF-8/Compose:        el_CY.UTF-8
+ en_US.UTF-8/Compose:		en_AU.UTF-8
+ en_US.UTF-8/Compose:		en_BZ.UTF-8
+ en_US.UTF-8/Compose:		en_CA.UTF-8
+ en_US.UTF-8/Compose:		en_GB.UTF-8
+ en_US.UTF-8/Compose:		en_IE.UTF-8
+ en_US.UTF-8/Compose:		en_JM.UTF-8
++en_US.UTF-8/Compose:        en_MT.UTF-8
+ en_US.UTF-8/Compose:		en_NZ.UTF-8
+ en_US.UTF-8/Compose:		en_TT.UTF-8
+ en_US.UTF-8/Compose:		en_UK.UTF-8
+@@ -326,10 +328,10 @@ en_US.UTF-8/Compose:		is_IS.UTF-8
+ en_US.UTF-8/Compose:		it_CH.UTF-8
+ en_US.UTF-8/Compose:		it_IT.UTF-8
+ en_US.UTF-8/Compose:		iu_CA.UTF-8
+-en_US.UTF-8/Compose:		ja_JP.UTF-8
++ja_JP.UTF-8/Compose:		ja_JP.UTF-8
+ en_US.UTF-8/Compose:		ka_GE.UTF-8
+ en_US.UTF-8/Compose:		kl_GL.UTF-8
+-en_US.UTF-8/Compose:		ko_KR.UTF-8
++ko_KR.UTF-8/Compose:		ko_KR.UTF-8
+ en_US.UTF-8/Compose:		kw_GB.UTF-8
+ en_US.UTF-8/Compose:		ky_KG.UTF-8
+ en_US.UTF-8/Compose:		lo_LA.UTF-8
+@@ -384,6 +386,8 @@ en_US.UTF-8/Compose:		vi_VN.UTF-8
+ en_US.UTF-8/Compose:		wa_BE.UTF-8
+ en_US.UTF-8/Compose:		yi_US.UTF-8
+ en_US.UTF-8/Compose:		xh_ZA.UTF-8
+-en_US.UTF-8/Compose:		zh_TW.UTF-8
++zh_TW.UTF-8/Compose:		zh_TW.UTF-8
++zh_CN.UTF-8/Compose:		zh_CN.UTF-8
++zh_HK.UTF-8/Compose:		zh_HK.UTF-8
+ en_US.UTF-8/Compose:		zu_ZA.UTF-8
+ en_US.UTF-8/Compose:		bs_BA.UTF-8
+diff -urp -x '*~' -x '*.orig' nls/el_GR.UTF-8/Compose.pre nls/el_GR.UTF-8/Compose.pre
+--- nls/el_GR.UTF-8/Compose.pre	2007-05-17 06:53:58.000000000 -0700
++++ nls/el_GR.UTF-8/Compose.pre	2008-02-27 21:08:32.522048000 -0800
+@@ -1,1950 +1,2697 @@
+ XCOMM
+-XCOMM $XFree86$
++XCOMM Copyright 1996-2002 Sun Microsystems, Inc.  All rights reserved.
++XCOMM Use is subject to license terms.
+ XCOMM
+-XCOMM UTF-8 compose sequence definitions for the greek keyboard layout.
++XCOMM ident	"@(#)el_GR.UTF-8	1.47 18/05/04 SMI"
+ XCOMM
+-XCOMM This file is mostly meant to be used along with the xkb/symbols/el
+-XCOMM symbols definition file. In addition, the dead key definitions in
+-XCOMM the machine generated part are really only relevant to the
+-XCOMM "polytonic" variant in that file.
++XCOMM Compose table for the el_GR.UTF-8 locale
+ XCOMM
+-XCOMM The definitions herein cover the following ISO 10646 / Unicode
+-XCOMM ranges:
+-XCOMM	- Basic Latin (0000-007F) (complete coverage)
+-XCOMM	- Latin-1 Supplement (0080-00FF) (complete coverage)
+-XCOMM	- Greek and Coptic (0370-03FF) (only the big ISO 8859-7 based
+-XCOMM	  part at the beginning)
+-XCOMM	- Greek Extended (1F00-1FFF) (complete coverage)
+-XCOMM	- There are also six (6) characters from other ranges.
+-XCOMM Moreover, the following character sets are completely covered:
+-XCOMM	- ISO 8859-1
+-XCOMM	- ISO 8859-7
++
++STATE "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++XCOMM Rules to compose Euro Currency Symbol
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<Multi_key> <e> <equal> : "\xe2\x82\xac"
++<Multi_key> <equal> <e>	: "\xe2\x82\xac"
++<Multi_key> <E> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <E>	: "\xe2\x82\xac"
++Ctrl<T> <e> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <e>	: "\xe2\x82\xac"
++Ctrl<T> <E> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <E>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
++
++<Multi_key> <plus> <plus>		: "\x23"	numbersign
++<Multi_key> <apostrophe> <space>	: "\x27"	apostrophe
++<Multi_key> <space> <apostrophe>	: "\x27'"	apostrophe
++<Multi_key> <A> <A>			: "\x40"	at
++<Multi_key> <a> <A>			: "\xc4\x84"	Aogonek
++<Multi_key> <A> <a> 			: "\xc4\x84"	Aogonek
++<Multi_key> <a> <a> 			: "\xc4\x85"	aogonek
++<Multi_key> <parenleft> <parenleft>	: "\x5b"	bracketleft
++<Multi_key> <slash> <slash>		: "\x5c"	backslash
++<Multi_key> <slash> <less>		: "\x5c"	backslash
++<Multi_key> <less> <slash>		: "\x5c"	backslash
++<Multi_key> <parenright> <parenright>	: "\x5d"	bracketright
++<Multi_key> <asciicircum> <space>	: "\x5e"	asciicircum
++<Multi_key> <space> <asciicircum>	: "\x5e"	asciicircum
++<Multi_key> <greater> <space>		: "\x5e"	asciicircum
++<Multi_key> <space> <greater>		: "\x5e"	asciicircum
++<Multi_key> <grave> <space>		: "\x60"	grave
++<Multi_key> <space> <grave>		: "\x60"	grave
++<Multi_key> <parenleft> <minus>		: "\x7b"	braceleft
++<Multi_key> <minus> <parenleft>		: "\x7b"	braceleft
++<Multi_key> <slash> <asciicircum>	: "\x7c"	bar
++<Multi_key> <asciicircum> <slash>	: "\x7c"	bar
++<Multi_key> <V> <L>			: "\x7c"	bar
++<Multi_key> <L> <V>			: "\x7c"	bar
++<Multi_key> <v> <l>			: "\x7c"	bar
++<Multi_key> <l> <v>			: "\x7c"	bar
++<Multi_key> <parenright> <minus>	: "\x7d"	braceright
++<Multi_key> <minus> <parenright>	: "\x7d"	braceright
++<Multi_key> <asciitilde> <space>	: "\x7e"	asciitilde
++<Multi_key> <space> <asciitilde>	: "\x7e"	asciitilde
++<Multi_key> <minus> <space>		: "\x7e"	asciitilde
++<Multi_key> <space> <minus>		: "\x7e"	asciitilde
++<Multi_key> <exclam> <exclam>		: "\xc2\xa1"	exclamdown
++<Multi_key> <C> <acute> 		: "\xc4\x86"	Cacute
++<Multi_key> <c> <acute> 		: "\xc4\x87"	cacute
++<Multi_key> <acute> <C>			: "\xc4\x86"	Cacute
++<Multi_key> <acute> <c>			: "\xc4\x87"	cacute
++<Multi_key> <c> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <c>			: "\xc2\xa2"	cent
++<Multi_key> <C> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <C>			: "\xc2\xa2"	cent
++<Multi_key> <C> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <C>			: "\xc2\xa2"	cent
++<Multi_key> <c> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <c>			: "\xc2\xa2"	cent
++<Multi_key> <acute> <L>			: "\xc4\xb9"	Lacute
++<Multi_key> <L> <acute> 		: "\xc4\xb9"	Lacute
++<Multi_key> <acute> <l>			: "\xc4\xba"	lacute
++<Multi_key> <l> <acute> 		: "\xc4\xba"	lacute
++<Multi_key> <l> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <l> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <acute> <N>			: "\xc5\x83"	Nacute
++<Multi_key> <N> <acute> 		: "\xc5\x83"	Nacute
++<Multi_key> <y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <s> <o>			: "\xc2\xa7"	section
++<Multi_key> <o> <s>			: "\xc2\xa7"	section
++<Multi_key> <S> <O>			: "\xc2\xa7"	section
++<Multi_key> <O> <S>			: "\xc2\xa7"	section
++<Multi_key> <S> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <S>		: "\xc2\xa7"	section
++<Multi_key> <s> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <s>		: "\xc2\xa7"	section
++<Multi_key> <S> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <S>			: "\xc2\xa7"	section
++<Multi_key> <s> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <s>			: "\xc2\xa7"	section
++<Multi_key> <x> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <X>			: "\xc2\xa4"	currency
++<Multi_key> <c> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <a> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <a>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <A> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <A>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <o> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <o>			: "\xc2\xba"	masculine
++<Multi_key> <O> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <O>			: "\xc2\xba"	masculine
++<Multi_key> <less> <less>		: "\xc2\xab"	guillemotleft
++<Multi_key> <greater> <greater>		: "\xc2\xbb"	guillemotright
++<Multi_key> <0> <asciicircum>		: "\xc2\xb0"	degree
++<Multi_key> <asciicircum> <0>		: "\xc2\xb0"	degree
++<Multi_key> <0> <asterisk>		: "\xc2\xb0"	degree
++<Multi_key> <asterisk> <0>		: "\xc2\xb0"	degree
++<Multi_key> <plus> <minus>		: "\xc2\xb1"	plusminus
++<Multi_key> <minus> <plus>		: "\xc2\xb1"	plusminus
++<Multi_key> <slash> <u>			: "\xc2\xb5"	mu
++<Multi_key> <u> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <slash> <U>			: "\xc2\xb5"	mu
++<Multi_key> <U> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <1> <asciicircum>		: "\xc2\xb9"	onesuperior
++<Multi_key> <asciicircum> <1>		: "\xc2\xb9"	onesuperior
++<Multi_key> <S> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <S>			: "\xc2\xb9"	onesuperior
++<Multi_key> <s> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <s>			: "\xc2\xb9"	onesuperior
++<Multi_key> <2> <asciicircum>		: "\xc2\xb2"	twosuperior
++<Multi_key> <asciicircum> <2>		: "\xc2\xb2"	twosuperior
++<Multi_key> <S> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <S>			: "\xc2\xb2"	twosuperior
++<Multi_key> <s> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <s>			: "\xc2\xb2"	twosuperior
++<Multi_key> <3> <asciicircum>		: "\xc2\xb3"	threesuperior
++<Multi_key> <asciicircum> <3>		: "\xc2\xb3"	threesuperior
++<Multi_key> <S> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <S>			: "\xc2\xb3"	threesuperior
++<Multi_key> <s> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <s>			: "\xc2\xb3"	threesuperior
++<Multi_key> <p> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <p>		: "\xc2\xb6"	paragraph
++<Multi_key> <P> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <P>		: "\xc2\xb6"	paragraph
++<Multi_key> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++<Multi_key> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++<Multi_key> <period> <period>		: "\xc2\xb7"	periodcentered
++<Multi_key> <1> <4>			: "\xc2\xbc"	onequarter
++<Multi_key> <1> <2>			: "\xc2\xbd"	onehalf
++<Multi_key> <3> <4>			: "\xc2\xbe"	threequarters
++<Multi_key> <question> <question>	: "\xc2\xbf"	questiondown
++<Multi_key> <space> <space>		: "\xc2\xa0"	nobreakspace
++<Multi_key> <bar> <bar>			: "\xc2\xa6"	brokenbar
++<Multi_key> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++<Multi_key> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++<Multi_key> <V> <B>			: "\xc2\xa6"	brokenbar
++<Multi_key> <B> <V>			: "\xc2\xa6"	brokenbar
++<Multi_key> <v> <b>			: "\xc2\xa6"	brokenbar
++<Multi_key> <b> <v>			: "\xc2\xa6"	brokenbar
++<Multi_key> <minus> <comma>		: "\xc2\xac"	notsign
++<Multi_key> <comma> <minus>		: "\xc2\xac"	notsign
++<Multi_key> <minus> <minus>		: "\xc2\xad"	hyphen
++<Multi_key> <R> <O>			: "\xc2\xae"	registered
++<Multi_key> <O> <R>			: "\xc2\xae"	registered
++<Multi_key> <minus> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <minus>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <minus> <colon>		: "\xc3\xb7"	division
++<Multi_key> <colon> <minus>		: "\xc3\xb7"	division
++<Multi_key> <x> <x>			: "\xc3\x97"	multiply
++<Multi_key> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++<Multi_key> <comma> <comma>		: "\xc2\xb8"	cedilla
++<Multi_key> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++<Multi_key> <A> <grave>			: "\xc3\x80"	Agrave
++<Multi_key> <grave> <A>			: "\xc3\x80"	Agrave
++<Multi_key> <A> <acute>			: "\xc3\x81"	Aacute
++<Multi_key> <acute> <A>			: "\xc3\x81"	Aacute
++<Multi_key> <A> <apostrophe>		: "\xc3\x81"	Aacute
++<Multi_key> <apostrophe> <A>		: "\xc3\x81"	Aacute
++<Multi_key> <A> <asciicircum>		: "\xc3\x82"	Acircumflex
++<Multi_key> <asciicircum> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <greater>		: "\xc3\x82"	Acircumflex
++<Multi_key> <greater> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <asciitilde>		: "\xc3\x83"	Atilde
++<Multi_key> <asciitilde> <A>		: "\xc3\x83"	Atilde
++<Multi_key> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <asterisk>		: "\xc3\x85"	Aring
++<Multi_key> <asterisk> <A>		: "\xc3\x85"	Aring
++<Multi_key> <A> <E>			: "\xc3\x86"	AE
++<Multi_key> <a> <grave>			: "\xc3\xa0"	agrave
++<Multi_key> <grave> <a>			: "\xc3\xa0"	agrave
++<Multi_key> <a> <acute>			: "\xc3\xa1"	aacute
++<Multi_key> <acute> <a>			: "\xc3\xa1"	aacute
++<Multi_key> <a> <apostrophe>		: "\xc3\xa1"	aacute
++<Multi_key> <apostrophe> <a>		: "\xc3\xa1"	aacute
++<Multi_key> <a> <asciicircum>		: "\xc3\xa2"	acircumflex
++<Multi_key> <asciicircum> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <greater>		: "\xc3\xa2"	acircumflex
++<Multi_key> <greater> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <asciitilde>		: "\xc3\xa3"	atilde
++<Multi_key> <asciitilde> <a>		: "\xc3\xa3"	atilde
++<Multi_key> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <asterisk>		: "\xc3\xa5"	aring
++<Multi_key> <asterisk> <a>		: "\xc3\xa5"	aring
++<Multi_key> <a> <e>			: "\xc3\xa6"	ae
++<Multi_key> <C> <comma>			: "\xc3\x87"	Ccedilla
++<Multi_key> <comma> <C>			: "\xc3\x87"	Ccedilla
++<Multi_key> <c> <comma>			: "\xc3\xa7"	ccedilla
++<Multi_key> <comma> <c>			: "\xc3\xa7"	ccedilla
++XCOMM<Multi_key> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM<Multi_key> <minus> <d>		: "\xc3\xb0"	eth
++<Multi_key> <D> <minus>			: "\xc3\x90"	ETH
++<Multi_key> <d> <minus>			: "\xc3\xb0"	eth
++<Multi_key> <slash> <D>			: "\xc4\x90"	Dstroke
++<Multi_key> <slash> <d>			: "\xc4\x91"	dstroke
++<Multi_key> <E> <grave>			: "\xc3\x88"	Egrave
++<Multi_key> <grave> <E>			: "\xc3\x88"	Egrave
++<Multi_key> <E> <acute>			: "\xc3\x89"	Eacute
++<Multi_key> <acute> <E>			: "\xc3\x89"	Eacute
++<Multi_key> <E> <apostrophe>		: "\xc3\x89"	Eacute
++<Multi_key> <apostrophe> <E>		: "\xc3\x89"	Eacute
++<Multi_key> <E> <asciicircum>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <asciicircum> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <e> <grave>			: "\xc3\xa8"	egrave
++<Multi_key> <grave> <e>			: "\xc3\xa8"	egrave
++<Multi_key> <e> <acute>			: "\xc3\xa9"	eacute
++<Multi_key> <acute> <e>			: "\xc3\xa9"	eacute
++<Multi_key> <e> <apostrophe>		: "\xc3\xa9"	eacute
++<Multi_key> <apostrophe> <e>		: "\xc3\xa9"	eacute
++<Multi_key> <e> <asciicircum>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <asciicircum> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <greater>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <greater> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++<Multi_key> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++<Multi_key> <I> <grave>			: "\xc3\x8c"	Igrave
++<Multi_key> <grave> <I>			: "\xc3\x8c"	Igrave
++<Multi_key> <I> <acute>			: "\xc3\x8d"	Iacute
++<Multi_key> <acute> <I>			: "\xc3\x8d"	Iacute
++<Multi_key> <I> <apostrophe>		: "\xc3\x8d"	Iacute
++<Multi_key> <apostrophe> <I>		: "\xc3\x8d"	Iacute
++<Multi_key> <I> <asciicircum>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <asciicircum> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <greater>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <greater> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <i> <grave>			: "\xc3\xac"	igrave
++<Multi_key> <grave> <i>			: "\xc3\xac"	igrave
++<Multi_key> <i> <acute>			: "\xc3\xad"	iacute
++<Multi_key> <acute> <i>			: "\xc3\xad"	iacute
++<Multi_key> <i> <apostrophe>		: "\xc3\xad"	iacute
++<Multi_key> <apostrophe> <i>		: "\xc3\xad"	iacute
++<Multi_key> <i> <asciicircum>		: "\xc3\xae"	icircumflex
++<Multi_key> <asciicircum> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <greater>		: "\xc3\xae"	icircumflex
++<Multi_key> <greater> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <N> <asciitilde>		: "\xc3\x91"	Ntilde
++<Multi_key> <asciitilde> <N>		: "\xc3\x91"	Ntilde
++<Multi_key> <N> <minus>			: "\xc3\x91"	Ntilde
++<Multi_key> <minus> <N>			: "\xc3\x91"	Ntilde
++<Multi_key> <n> <asciitilde>		: "\xc3\xb1"	ntilde
++<Multi_key> <asciitilde> <n>		: "\xc3\xb1"	ntilde
++<Multi_key> <n> <minus>			: "\xc3\xb1"	ntilde
++<Multi_key> <minus> <n>			: "\xc3\xb1"	ntilde
++<Multi_key> <O> <grave>			: "\xc3\x92"	Ograve
++<Multi_key> <grave> <O>			: "\xc3\x92"	Ograve
++<Multi_key> <O> <acute>			: "\xc3\x93"	Oacute
++<Multi_key> <acute> <O>			: "\xc3\x93"	Oacute
++<Multi_key> <O> <apostrophe>		: "\xc3\x93"	Oacute
++<Multi_key> <apostrophe> <O>		: "\xc3\x93"	Oacute
++<Multi_key> <O> <asciicircum>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <asciicircum> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <greater>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <greater> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <asciitilde>		: "\xc3\x95"	Otilde
++<Multi_key> <asciitilde> <O>		: "\xc3\x95"	Otilde
++<Multi_key> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <slash>			: "\xc3\x98"	Ooblique
++<Multi_key> <slash> <O>			: "\xc3\x98"	Ooblique
++<Multi_key> <o> <grave>			: "\xc3\xb2"	ograve
++<Multi_key> <grave> <o>			: "\xc3\xb2"	ograve
++<Multi_key> <o> <acute>			: "\xc3\xb3"	oacute
++<Multi_key> <acute> <o>			: "\xc3\xb3"	oacute
++<Multi_key> <o> <apostrophe>		: "\xc3\xb3"	oacute
++<Multi_key> <apostrophe> <o>		: "\xc3\xb3"	oacute
++<Multi_key> <o> <asciicircum>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <asciicircum> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <greater>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <greater> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <asciitilde>		: "\xc3\xb5"	otilde
++<Multi_key> <asciitilde> <o>		: "\xc3\xb5"	otilde
++<Multi_key> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <slash>			: "\xc3\xb8"	oslash
++<Multi_key> <slash> <o>			: "\xc3\xb8"	oslash
++<Multi_key> <U> <grave>			: "\xc3\x99"	Ugrave
++<Multi_key> <grave> <U>			: "\xc3\x99"	Ugrave
++<Multi_key> <U> <acute>			: "\xc3\x9a"	Uacute
++<Multi_key> <acute> <U>			: "\xc3\x9a"	Uacute
++<Multi_key> <U> <apostrophe>		: "\xc3\x9a"	Uacute
++<Multi_key> <apostrophe> <U>		: "\xc3\x9a"	Uacute
++<Multi_key> <U> <asciicircum>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <asciicircum> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <u> <grave>			: "\xc3\xb9"	ugrave
++<Multi_key> <grave> <u>			: "\xc3\xb9"	ugrave
++<Multi_key> <u> <acute>			: "\xc3\xba"	uacute
++<Multi_key> <acute> <u>			: "\xc3\xba"	uacute
++<Multi_key> <u> <apostrophe>		: "\xc3\xba"	uacute
++<Multi_key> <apostrophe> <u>		: "\xc3\xba"	uacute
++<Multi_key> <u> <asciicircum>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <asciicircum> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <greater>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <greater> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <s> <s>			: "\xc3\x9f"	ssharp
++<Multi_key> <T> <H>			: "\xc3\x9e"	THORN
++<Multi_key> <t> <h>			: "\xc3\xbe"	thorn
++<Multi_key> <Y> <acute>			: "\xc3\x9d"	Yacute
++<Multi_key> <acute> <Y>			: "\xc3\x9d"	Yacute
++<Multi_key> <Y> <apostrophe>		: "\xc3\x9d"	Yacute
++<Multi_key> <apostrophe> <Y>		: "\xc3\x9d"	Yacute
++<Multi_key> <y> <acute>			: "\xc3\xbd"	yacute
++<Multi_key> <acute> <y>			: "\xc3\xbd"	yacute
++<Multi_key> <y> <apostrophe>		: "\xc3\xbd"	yacute
++<Multi_key> <apostrophe> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++<Multi_key> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++<ecaron>	: "\xc4\x9b"	ecaron
++<scaron>	: "\xc5\xa1"	scaron
++<ccaron>	: "\xc4\x8d"	ccaron
++<rcaron>	: "\xc5\x99"	rcaron
++<yacute>	: "\xc3\xbd"	yacute
++<aacute>	: "\xc3\xa1"	aacute
++<iacute>	: "\xc3\xad"	iacute
++<eacute>	: "\xc3\xa9"	eacute
++<uacute>	: "\xc3\xba"	uacute
++<uring>		: "\xc5\xaf"	uring
++<section>	: "\xc2\xa7"	section
++<ssharp>	: "\xc3\x9f"	ssharp
++<zabovedot>	: "\xc5\xbc"	zabovedot	
++<Zabovedot>	: "\xc5\xbb"	Zabovedot
++<ogonek>	: "\xcb\x9b"	ogonek
++<oacute>	: "\xc3\xb3"	oacute
++<zacute>	: "\xc5\xba"	zacute
++<lstroke>	: "\xc5\x82"	lstroke
++<Lstroke>	: "\xc5\x81"	Lstroke
++<aogonek>	: "\xc4\x85"	aogonek
++<eogonek>	: "\xc4\x99"	eogonek
++<currency>	: "\xe2\x82\xac" currency
++<sacute>	: "\xc5\x9b"	sacute
++<nacute>	: "\xc5\x84"	nacute
++<cacute>	: "\xc4\x87"	cacute
++<degree>	: "\xc2\xb0"	degree
++<Odiaeresis>	: "\xc3\x96"	Odiaeresis
++<Udiaeresis>	: "\xc3\x9c"	Udiaeresis
++<odiaeresis>	: "\xc3\xb6"	odiaeresis
++<udiaeresis>	: "\xc3\xbc"	udiaeresis
++<Oacute> 	: "\xc3\x93"	Oacute
++<odoubleacute>	: "\xc5\x91"	odoubleacute
++<Odoubleacute>	: "\xc5\x90"	Odoubleacute
++<Uacute>	: "\xc3\x9a"	Uacute
++<Eacute>	: "\xc3\x89"	Eacute
++<Aacute>	: "\xc3\x81"	Aacute
++<adiaeresis>	: "\xc3\xa4"	adiaeresis
++<Adiaeresis>	: "\xc3\x84"	Adiaeresis
++<udoubleacute>	: "\xc5\xb1"	udoubleacute
++<Udoubleacute>	: "\xc5\xb0"	Udoubleacute
++<Iacute>	: "\xc3\x8d"	Iacute
++<dead_circumflex> <slash>	: "\x7c"	bar
++<dead_grave> <space>		: "\x60"	grave
++<dead_acute> <space>		: "\x27"	apostrophe
++<dead_diaeresis> <space>	: "\xc2\xa8"	diaeresis
++<dead_circumflex> <space>	: "\x5e"	asciicircum
++<dead_tilde> <space>		: "\x7e"	asciitilde
++<dead_circumflex> <0>		: "\xc2\xb0"	degree
++<dead_circumflex> <1>		: "\xc2\xb9"	onesuperior
++<dead_circumflex> <2>		: "\xc2\xb2"	twosuperior
++<dead_circumflex> <3>		: "\xc2\xb3"	threesuperior
++<dead_circumflex> <period>	: "\xc2\xb7"	periodcentered
++<dead_circumflex> <exclam>	: "\xc2\xa6"	brokenbar
++<dead_cedilla> <minus>		: "\xc2\xac"	notsign
++<dead_circumflex> <minus>	: "\xc2\xaf"	macron
++<dead_circumflex> <underscore>	: "\xc2\xaf"	macron
++<dead_acute> <apostrophe>	: "\xc2\xb4"	acute
++<dead_cedilla> <comma>		: "\xc2\xb8"	cedilla
++<dead_diaeresis> <quotedbl>	: "\xc2\xa8"	diaeresis
++<dead_grave> <A>		: "\xc3\x80"	Agrave
++<dead_acute> <A>		: "\xc3\x81"	Aacute
++<dead_circumflex> <A>		: "\xc3\x82"	Acircumflex
++<dead_tilde> <A>		: "\xc3\x83"	Atilde
++<dead_diaeresis> <A>		: "\xc3\x84"	Adiaeresis
++<dead_grave> <a>		: "\xc3\xa0"	agrave
++<dead_acute> <a>		: "\xc3\xa1"	aacute
++<dead_circumflex> <a>		: "\xc3\xa2"	acircumflex
++<dead_tilde> <a>		: "\xc3\xa3"	atilde
++<dead_diaeresis> <a>		: "\xc3\xa4"	adiaeresis
++<dead_cedilla> <C>		: "\xc3\x87"	Ccedilla
++<dead_cedilla> <c>		: "\xc3\xa7"	ccedilla
++<dead_grave> <E>		: "\xc3\x88"	Egrave
++<dead_acute> <E>		: "\xc3\x89"	Eacute
++<dead_circumflex> <E>		: "\xc3\x8a"	Ecircumflex
++<dead_diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<dead_grave> <e>		: "\xc3\xa8"	egrave
++<dead_acute> <e>		: "\xc3\xa9"	eacute
++<dead_circumflex> <e>		: "\xc3\xaa"	ecircumflex
++<dead_diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<dead_grave> <I>		: "\xc3\x8c"	Igrave
++<dead_acute> <I>		: "\xc3\x8d"	Iacute
++<dead_circumflex> <I>		: "\xc3\x8e"	Icircumflex
++<dead_diaeresis> <I>		: "\xc3\x8f"	Idiaeresis
++<dead_grave> <i>		: "\xc3\xac"	igrave
++<dead_acute> <i>		: "\xc3\xad"	iacute
++<dead_circumflex> <i>		: "\xc3\xae"	icircumflex
++<dead_diaeresis> <i>		: "\xc3\xaf"	idiaeresis
++<dead_tilde> <N>		: "\xc3\x91"	Ntilde
++<dead_tilde> <n>		: "\xc3\xb1"	ntilde
++<dead_grave> <O>		: "\xc3\x92"	Ograve
++<dead_acute> <O>		: "\xc3\x93"	Oacute
++<dead_circumflex> <O>		: "\xc3\x94"	Ocircumflex
++<dead_tilde> <O>		: "\xc3\x95"	Otilde
++<dead_diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<dead_grave> <o>		: "\xc3\xb2"	ograve
++<dead_acute> <o>		: "\xc3\xb3"	oacute
++<dead_circumflex> <o>		: "\xc3\xb4"	ocircumflex
++<dead_tilde> <o>		: "\xc3\xb5"	otilde
++<dead_diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<dead_cedilla> <S>		: "\xc5\x9e"	Scedilla
++<dead_cedilla> <s>		: "\xc5\x9f"	scedilla
++<dead_grave> <U>		: "\xc3\x99"	Ugrave
++<dead_acute> <U>		: "\xc3\x9a"	Uacute
++<dead_circumflex> <U>		: "\xc3\x9b"	Ucircumflex
++<dead_diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<dead_grave> <u>		: "\xc3\xb9"	ugrave
++<dead_acute> <u>		: "\xc3\xba"	uacute
++<dead_circumflex> <u>		: "\xc3\xbb"	ucircumflex
++<dead_diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++<dead_acute> <Y>		: "\xc3\x9d"	Yacute
++<dead_acute> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <caron> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++<Multi_key> <v> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <v>		: "\xc5\xbd"	Zcaron
++<zcaron>			: "\xc5\xbe"	zcaron
++<Multi_key> <caron> <z>		: "\xc5\xbe"	zcaron
++<Multi_key> <z> <caron> 	: "\xc5\xbe"	zcaron
++<Multi_key> <z> <v>		: "\xc5\xbe"	zcaron
++<Multi_key> <v> <z>		: "\xc5\xbe"	zcaron
++<dead_diaeresis> <y>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <plus> <plus>		: "\x23"	numbersign
++Ctrl<T> <apostrophe> <space>	: "\x27"	apostrophe
++Ctrl<T> <space> <apostrophe>	: "\x27"	apostrophe
++Ctrl<T> <A> <A>			: "\x40"	at
++Ctrl<T> <parenleft> <parenleft>	: "\x5b"	bracketleft
++Ctrl<T> <slash> <slash>		: "\x5c"	backslash
++Ctrl<T> <slash> <less>		: "\x5c"	backslash
++Ctrl<T> <less> <slash>		: "\x5c"	backslash
++Ctrl<T> <parenright> <parenright>	: "\x5d"	bracketright
++Ctrl<T> <asciicircum> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <asciicircum>	: "\x5e"	asciicircum
++Ctrl<T> <greater> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <greater>	: "\x5e"	asciicircum
++Ctrl<T> <grave> <space>		: "\x60"	grave
++Ctrl<T> <space> <grave>		: "\x60"	grave
++Ctrl<T> <parenleft> <minus>	: "\x7b"	braceleft
++Ctrl<T> <minus> <parenleft>	: "\x7b"	braceleft
++Ctrl<T> <slash> <asciicircum>	: "\x7c"	bar
++Ctrl<T> <asciicircum> <slash>	: "\x7c"	bar
++Ctrl<T> <V> <L>			: "\x7c"	bar
++Ctrl<T> <L> <V>			: "\x7c"	bar
++Ctrl<T> <v> <l>			: "\x7c"	bar
++Ctrl<T> <l> <v>			: "\x7c"	bar
++Ctrl<T> <parenright> <minus>	: "\x7d"	braceright
++Ctrl<T> <minus> <parenright>	: "\x7d"	braceright
++Ctrl<T> <asciitilde> <space>	: "\x7e"	asciitilde
++Ctrl<T> <space> <asciitilde>	: "\x7e"	asciitilde
++Ctrl<T> <minus> <space>		: "\x7e"	asciitilde
++Ctrl<T> <space> <minus>		: "\x7e"	asciitilde
++Ctrl<T> <exclam> <exclam>	: "\xc2\xa1"	exclamdown
++Ctrl<T> <c> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <c> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <acute> <L>			: "\xc4\xb9"	Lacute
++Ctrl<T> <L> <acute> 		: "\xc4\xb9"	Lacute
++Ctrl<T> <acute> <l>			: "\xc4\xba"	lacute
++Ctrl<T> <l> <acute> 		: "\xc4\xba"	lacute
++Ctrl<T> <l> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <l> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <s> <o>			: "\xc2\xa7"	section
++Ctrl<T> <o> <s>			: "\xc2\xa7"	section
++Ctrl<T> <S> <O>			: "\xc2\xa7"	section
++Ctrl<T> <O> <S>			: "\xc2\xa7"	section
++Ctrl<T> <S> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <S>		: "\xc2\xa7"	section
++Ctrl<T> <s> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <s>		: "\xc2\xa7"	section
++Ctrl<T> <S> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <S>			: "\xc2\xa7"	section
++Ctrl<T> <s> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <s>			: "\xc2\xa7"	section
++Ctrl<T> <x> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <c> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <a> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <a>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <A> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <A>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <O> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <o> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <o>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <O>	: "\xc2\xba"	masculine
++Ctrl<T> <less> <less>		: "\xc2\xab"	guillemotleft
++Ctrl<T> <greater> <greater>	: "\xc2\xbb"	guillemotright
++Ctrl<T> <0> <asciicircum>	: "\xc2\xb0"	degree
++Ctrl<T> <asciicircum> <0>	: "\xc2\xb0"	degree
++Ctrl<T> <0> <asterisk>		: "\xc2\xb0"	degree
++Ctrl<T> <asterisk> <0>		: "\xc2\xb0"	degree
++Ctrl<T> <plus> <minus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <minus> <plus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <slash> <u>		: "\xc2\xb5"	mu
++Ctrl<T> <u> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <slash> <U>		: "\xc2\xb5"	mu
++Ctrl<T> <U> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <1> <asciicircum>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <asciicircum> <1>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <S> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <S>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <s> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <s>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <2> <asciicircum>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <asciicircum> <2>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <S> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <S>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <s> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <s>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <3> <asciicircum>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <asciicircum> <3>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <S> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <S>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <s> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <s>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <p> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <p>		: "\xc2\xb6"	paragraph
++Ctrl<T> <P> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <P>		: "\xc2\xb6"	paragraph
++Ctrl<T> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <period> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <1> <4>			: "\xc2\xbc"	onequarter
++Ctrl<T> <1> <2>			: "\xc2\xbd"	onehalf
++Ctrl<T> <3> <4>			: "\xc2\xbe"	threequarters
++Ctrl<T> <question> <question>	: "\xc2\xbf"	questiondown
++Ctrl<T> <space> <space>		: "\xc2\xa0"	nobreakspace
++Ctrl<T> <bar> <bar>		: "\xc2\xa6"	brokenbar
++Ctrl<T> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <V> <B>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <B> <V>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <v> <b>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <b> <v>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <minus> <comma>		: "\xc2\xac"	notsign
++Ctrl<T> <comma> <minus>		: "\xc2\xac"	notsign
++Ctrl<T> <minus> <minus>		: "\xc2\xad"	hyphen
++Ctrl<T> <R> <O>			: "\xc2\xae"	registered
++Ctrl<T> <O> <R>			: "\xc2\xae"	registered
++Ctrl<T> <minus> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <minus>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <minus> <colon>		: "\xc3\xb7"	division
++Ctrl<T> <colon> <minus>		: "\xc3\xb7"	division
++Ctrl<T> <x> <x>			: "\xc3\x97"	multiply
++Ctrl<T> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++Ctrl<T> <comma> <comma>		: "\xc2\xb8"	cedilla
++Ctrl<T> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++Ctrl<T> <A> <grave>		: "\xc3\x80"	Agrave
++Ctrl<T> <grave> <A>		: "\xc3\x80"	Agrave
++Ctrl<T> <A> <acute>		: "\xc3\x81"	Aacute
++Ctrl<T> <acute> <A>		: "\xc3\x81"	Aacute
++Ctrl<T> <A> <apostrophe>	: "\xc3\x81"	Aacute
++Ctrl<T> <apostrophe> <A>	: "\xc3\x81"	Aacute
++Ctrl<T> <A> <asciicircum>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <asciicircum> <A>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <greater>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <greater> <A>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <asciitilde>	: "\xc3\x83"	Atilde
++Ctrl<T> <asciitilde> <A>	: "\xc3\x83"	Atilde
++Ctrl<T> <A> <minus>		: "\xc3\x83"	Atilde
++Ctrl<T> <minus> <A>		: "\xc3\x83"	Atilde
++Ctrl<T> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <asterisk>		: "\xc3\x85"	Aring
++Ctrl<T> <asterisk> <A>		: "\xc3\x85"	Aring
++Ctrl<T> <A> <E>			: "\xc3\x86"	AE
++Ctrl<T> <a> <grave>		: "\xc3\xa0"	agrave
++Ctrl<T> <grave> <a>		: "\xc3\xa0"	agrave
++Ctrl<T> <a> <acute>		: "\xc3\xa1"	aacute
++Ctrl<T> <acute> <a>		: "\xc3\xa1"	aacute
++Ctrl<T> <a> <apostrophe>	: "\xc3\xa1"	aacute
++Ctrl<T> <apostrophe> <a>	: "\xc3\xa1"	aacute
++Ctrl<T> <a> <asciicircum>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <asciicircum> <a>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <greater>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <greater> <a>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <asciitilde>	: "\xc3\xa3"	atilde
++Ctrl<T> <asciitilde> <a>	: "\xc3\xa3"	atilde
++Ctrl<T> <a> <minus>		: "\xc3\xa3"	atilde
++Ctrl<T> <minus> <a>		: "\xc3\xa3"	atilde
++Ctrl<T> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <asterisk>		: "\xc3\xa5"	aring
++Ctrl<T> <asterisk> <a>		: "\xc3\xa5"	aring
++Ctrl<T> <a> <e>			: "\xc3\xa6"	ae
++Ctrl<T> <C> <comma>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <comma> <C>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <c> <comma>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <comma> <c>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++Ctrl<T> <D> <minus>		: "\xc3\x90"	ETH
++Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <d> <minus>		: "\xc3\xb0"	eth
++Ctrl<T> <E> <grave>		: "\xc3\x88"	Egrave
++Ctrl<T> <grave> <E>		: "\xc3\x88"	Egrave
++Ctrl<T> <E> <acute>		: "\xc3\x89"	Eacute
++Ctrl<T> <acute> <E>		: "\xc3\x89"	Eacute
++Ctrl<T> <E> <apostrophe>	: "\xc3\x89"	Eacute
++Ctrl<T> <apostrophe> <E>	: "\xc3\x89"	Eacute
++Ctrl<T> <E> <asciicircum>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <asciicircum> <E>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <e> <grave>		: "\xc3\xa8"	egrave
++Ctrl<T> <grave> <e>		: "\xc3\xa8"	egrave
++Ctrl<T> <e> <acute>		: "\xc3\xa9"	eacute
++Ctrl<T> <acute> <e>		: "\xc3\xa9"	eacute
++Ctrl<T> <e> <apostrophe>	: "\xc3\xa9"	eacute
++Ctrl<T> <apostrophe> <e>	: "\xc3\xa9"	eacute
++Ctrl<T> <e> <asciicircum>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <asciicircum> <e>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <greater>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <greater> <e>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <I> <grave>		: "\xc3\x8c"	Igrave
++Ctrl<T> <grave> <I>		: "\xc3\x8c"	Igrave
++Ctrl<T> <I> <acute>		: "\xc3\x8d"	Iacute
++Ctrl<T> <acute> <I>		: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <apostrophe>	: "\xc3\x8d"	Iacute
++Ctrl<T> <apostrophe> <I>	: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <asciicircum>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <asciicircum> <I>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <greater>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <greater> <I>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <i> <grave>		: "\xc3\xac"	igrave
++Ctrl<T> <grave> <i>		: "\xc3\xac"	igrave
++Ctrl<T> <i> <acute>		: "\xc3\xad"	iacute
++Ctrl<T> <acute> <i>		: "\xc3\xad"	iacute
++Ctrl<T> <i> <apostrophe>	: "\xc3\xad"	iacute
++Ctrl<T> <apostrophe> <i>	: "\xc3\xad"	iacute
++Ctrl<T> <i> <asciicircum>	: "\xc3\xae"	icircumflex
++Ctrl<T> <asciicircum> <i>	: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <greater>		: "\xc3\xae"	icircumflex
++Ctrl<T> <greater> <i>		: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <N> <asciitilde>	: "\xc3\x91"	Ntilde
++Ctrl<T> <asciitilde> <N>	: "\xc3\x91"	Ntilde
++Ctrl<T> <N> <minus>		: "\xc3\x91"	Ntilde
++Ctrl<T> <minus> <N>		: "\xc3\x91"	Ntilde
++Ctrl<T> <n> <asciitilde>	: "\xc3\xb1"	ntilde
++Ctrl<T> <asciitilde> <n>	: "\xc3\xb1"	ntilde
++Ctrl<T> <n> <minus>		: "\xc3\xb1"	ntilde
++Ctrl<T> <minus> <n>		: "\xc3\xb1"	ntilde
++Ctrl<T> <O> <grave>		: "\xc3\x92"	Ograve
++Ctrl<T> <grave> <O>		: "\xc3\x92"	Ograve
++Ctrl<T> <O> <acute>		: "\xc3\x93"	Oacute
++Ctrl<T> <acute> <O>		: "\xc3\x93"	Oacute
++Ctrl<T> <O> <apostrophe>	: "\xc3\x93"	Oacute
++Ctrl<T> <apostrophe> <O>	: "\xc3\x93"	Oacute
++Ctrl<T> <O> <asciicircum>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <asciicircum> <O>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <greater>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <greater> <O>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <asciitilde>	: "\xc3\x95"	Otilde
++Ctrl<T> <asciitilde> <O>	: "\xc3\x95"	Otilde
++Ctrl<T> <O> <minus>		: "\xc3\x95"	Otilde
++Ctrl<T> <minus> <O>		: "\xc3\x95"	Otilde
++Ctrl<T> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <slash>		: "\xc3\x98"	Ooblique
++Ctrl<T> <slash> <O>		: "\xc3\x98"	Ooblique
++Ctrl<T> <o> <grave>		: "\xc3\xb2"	ograve
++Ctrl<T> <grave> <o>		: "\xc3\xb2"	ograve
++Ctrl<T> <o> <acute>		: "\xc3\xb3"	oacute
++Ctrl<T> <acute> <o>		: "\xc3\xb3"	oacute
++Ctrl<T> <o> <apostrophe>	: "\xc3\xb3"	oacute
++Ctrl<T> <apostrophe> <o>	: "\xc3\xb3"	oacute
++Ctrl<T> <o> <asciicircum>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <asciicircum> <o>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <greater>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <greater> <o>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <asciitilde>	: "\xc3\xb5"	otilde
++Ctrl<T> <asciitilde> <o>	: "\xc3\xb5"	otilde
++Ctrl<T> <o> <minus>		: "\xc3\xb5"	otilde
++Ctrl<T> <minus> <o>		: "\xc3\xb5"	otilde
++Ctrl<T> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <slash>		: "\xc3\xb8"	oslash
++Ctrl<T> <slash> <o>		: "\xc3\xb8"	oslash
++Ctrl<T> <U> <grave>		: "\xc3\x99"	Ugrave
++Ctrl<T> <grave> <U>		: "\xc3\x99"	Ugrave
++Ctrl<T> <U> <acute>		: "\xc3\x9a"	Uacute
++Ctrl<T> <acute> <U>		: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <apostrophe>	: "\xc3\x9a"	Uacute
++Ctrl<T> <apostrophe> <U>	: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <asciicircum>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <asciicircum> <U>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <u> <grave>		: "\xc3\xb9"	ugrave
++Ctrl<T> <grave> <u>		: "\xc3\xb9"	ugrave
++Ctrl<T> <u> <acute>		: "\xc3\xba"	uacute
++Ctrl<T> <acute> <u>		: "\xc3\xba"	uacute
++Ctrl<T> <u> <apostrophe>	: "\xc3\xba"	uacute
++Ctrl<T> <apostrophe> <u>	: "\xc3\xba"	uacute
++Ctrl<T> <u> <asciicircum>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <asciicircum> <u>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <greater>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <greater> <u>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <s> <s>			: "\xc3\x9f"	ssharp
++Ctrl<T> <T> <H>			: "\xc3\x9e"	THORN
++Ctrl<T> <t> <h>			: "\xc3\xbe"	thorn
++Ctrl<T> <Y> <acute>		: "\xc3\x9d"	Yacute
++Ctrl<T> <acute> <Y>		: "\xc3\x9d"	Yacute
++Ctrl<T> <Y> <apostrophe>	: "\xc3\x9d"	Yacute
++Ctrl<T> <apostrophe> <Y>	: "\xc3\x9d"	Yacute
++Ctrl<T> <y> <acute>		: "\xc3\xbd"	yacute
++Ctrl<T> <acute> <y>		: "\xc3\xbd"	yacute
++Ctrl<T> <y> <apostrophe>	: "\xc3\xbd"	yacute
++Ctrl<T> <apostrophe> <y>	: "\xc3\xbd"	yacute
++Ctrl<T> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++XCOMM turkish
++<Multi_key> <G> <u>		: "\xc4\x9e"	Gbreve
++<Multi_key> <u> <G>		: "\xc4\x9e"	Gbreve
++<Multi_key> <g> <u>		: "\xc4\x9f"	gbreve
++<Multi_key> <u> <g>		: "\xc4\x9f"	gbreve
++<Multi_key> <I> <period>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <period> <I>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <i> <period>	: "\xc4\xb1"	idotless
++<Multi_key> <period> <i>	: "\xc4\xb1"	idotless
++XCOMM polish
++<Multi_key> <space> <breve>	: "\xcb\x98"	breve
++<Multi_key> <space> <degree>	: "\xc2\xb0"	degree
++<Multi_key> <space> <ogonek>	: "\xcb\x9b"	ogonek
++<Multi_key> <space> <caron>	: "\xcb\x87"	caron
++<Multi_key> <space> <v>		: "\xcb\x87"	caron
++<Multi_key> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++<Multi_key> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++<Multi_key> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++<Multi_key> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++<Multi_key> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++<Multi_key> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++<Multi_key> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++<Multi_key> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++<Multi_key> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++<Multi_key> <acute> <R>		: "\xc5\x94"	Racute
++<Multi_key> <R> <acute> 	: "\xc5\x94"	Racute
++<Multi_key> <acute> <S>		: "\xc5\x9a"	Sacute
++<Multi_key> <S> <acute> 	: "\xc5\x9a"	Sacute
++<Multi_key> <acute> <Z>		: "\xc4\xbe"	Zacute
++<Multi_key> <Z> <acute> 	: "\xc4\xbe"	Zacute
++<Multi_key> <acute> <n>		: "\xc5\x84"	nacute
++<Multi_key> <n> <acute> 	: "\xc5\x84"	nacute
++<Multi_key> <acute> <r>		: "\xc5\x95"	racute
++<Multi_key> <r> <acute> 	: "\xc5\x95"	racute
++<Multi_key> <acute> <s>		: "\xc5\x9b"	sacute
++<Multi_key> <s> <acute> 	: "\xc5\x9b"	sacute
++<Multi_key> <acute> <z>		: "\xc5\xba"	zacute
++<Multi_key> <z> <acute> 	: "\xc5\xba"	zacute
++<Multi_key> <0> <O>		: "\xc2\xb0"	degree
++<Multi_key> <o> <o> 		: "\xc2\xb0"	degree
++<Multi_key> <comma> <S>		: "\xc5\x9e"	Scedilla
++<Multi_key> <S> <comma> 	: "\xc5\x9e"	Scedilla
++<Multi_key> <comma> <T>		: "\xc5\xa2"	Tcedilla
++<Multi_key> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++<Multi_key> <comma> <s>		: "\xc5\x9f"	scedilla
++<Multi_key> <s> <comma> 	: "\xc5\x9f"	scedilla
++<Multi_key> <comma> <t>		: "\xc5\xa3"	tcedilla
++<Multi_key> <t> <comma> 	: "\xc5\xa3"	tcedilla
++<Multi_key> <caron> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <caron> 	: "\xc4\x8c"	Ccaron
++<Multi_key> <caron> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <caron> 	: "\xc4\x8e"	Dcaron
++<Multi_key> <caron> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <caron> 	: "\xc4\x9a"	Ecaron
++<Multi_key> <caron> <L>		: "\xc4\xbd"	Lcaron
++<Multi_key> <L> <caron> 	: "\xc4\xbd"	Lcaron
++<Multi_key> <caron> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <caron>		: "\xc5\x87" 	Ncaron
++<Multi_key> <caron> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <caron> 	: "\xc5\x98"	Rcaron
++<Multi_key> <caron> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <caron> 	: "\xc5\xa0"	Scaron
++<Multi_key> <caron> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <caron> 	: "\xc5\xa4"	Tcaron
++<Multi_key> <caron> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <caron> 	: "\xc5\xae"	Uring
++<Multi_key> <caron> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <caron> 	: "\xc4\x8d"	ccaron
++<Multi_key> <caron> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <caron> 	: "\xc4\x8f"	dcaron
++<Multi_key> <caron> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <caron> 	: "\xc4\x9b"	ecaron
++<Multi_key> <caron> <l>		: "\xc4\xbe"	lcaron
++<Multi_key> <l> <caron> 	: "\xc4\xbe"	lcaron
++<Multi_key> <caron> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <caron> 	: "\xc5\x88"	ncaron
++<Multi_key> <caron> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <caron> 	: "\xc5\x99"	rcaron
++<Multi_key> <caron> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <caron> 	: "\xc5\xa1"	scaron
++<Multi_key> <caron> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <caron> 	: "\xc5\xa5"	tcaron
++<Multi_key> <caron> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <caron> 	: "\xc5\xaf"	uring
++<Multi_key> <v> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <v> 		: "\xc4\x8c"	Ccaron
++<Multi_key> <v> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <v> 		: "\xc4\x8e"	Dcaron
++<Multi_key> <v> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <v> 		: "\xc4\x9a"	Ecaron
++<Multi_key> <v> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <v>		: "\xc5\x87" 	Ncaron
++<Multi_key> <v> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <v> 		: "\xc5\x98"	Rcaron
++<Multi_key> <v> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <v> 		: "\xc5\xa4"	Tcaron
++<Multi_key> <v> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <v> 		: "\xc5\xae"	Uring
++<Multi_key> <v> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <v> 		: "\xc4\x8d"	ccaron
++<Multi_key> <v> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <v> 		: "\xc4\x8f"	dcaron
++<Multi_key> <v> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <v> 		: "\xc4\x9b"	ecaron
++<Multi_key> <v> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <v> 		: "\xc5\x88"	ncaron
++<Multi_key> <v> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <v> 		: "\xc5\x99"	rcaron
++<Multi_key> <v> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <v> 		: "\xc5\xa5"	tcaron
++<Multi_key> <v> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <v> 		: "\xc5\xaf"	uring
++<Multi_key> <breve> <A>		: "\xc4\x82"	Abreve
++<Multi_key> <A> <breve> 	: "\xc4\x82"	Abreve
++<Multi_key> <breve> <a>		: "\xc4\x83"	abreve
++<Multi_key> <a> <breve> 	: "\xc4\x83"	abreve
++<Multi_key> <ogonek> <A>	: "\xc4\x84"	Aogonek
++<Multi_key> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++<Multi_key> <ogonek> <E>	: "\xc4\x98"	Eogonek
++<Multi_key> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++<Multi_key> <ogonek> <a> 	: "\xc4\x85"	aogonek
++<Multi_key> <a> <ogonek> 	: "\xc4\x85"	aogonek
++<Multi_key> <ogonek> <e> 	: "\xc4\x99"	eogonek
++<Multi_key> <e> <ogonek> 	: "\xc4\x99"	eogonek
++<Multi_key> <E> <a> 		: "\xc4\x98"	Eogonek
++<Multi_key> <e> <a> 		: "\xc4\x99"	eogonek
++<Multi_key> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++<Multi_key> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++<Multi_key> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++<Multi_key> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++<Multi_key> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++<Multi_key> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++<Multi_key> <period> <U>	: "\xc5\xae"	Uring
++<Multi_key> <U> <period> 	: "\xc5\xae"	Uring
++<Multi_key> <period> <u>	: "\xc5\xaf"	uring
++<Multi_key> <u> <period> 	: "\xc5\xaf"	uring
++<Multi_key> <period> <z>	: "\xc5\xbc"	zabovedot
++<Multi_key> <z> <period> 	: "\xc5\xbc"	zabovedot
++<Multi_key> <period> <Z>	: "\xc5\xbb"	Zabovedot
++<Multi_key> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++<acute> <A>		: "\xc3\x81"	Aacute
++<acute> <C>		: "\xc4\x86"	Cacute
++<acute> <E>		: "\xc3\x89"	Eacute
++<acute> <I>		: "\xc3\x8d"	Iacute
++<acute> <L>		: "\xc4\xb9"	Lacute
++<acute> <N>		: "\xc5\x83"	Nacute
++<acute> <O>		: "\xc3\x93"	Oacute
++<acute> <R>		: "\xc5\x94"	Racute
++<acute> <S>		: "\xc5\x9a"	Sacute
++<acute> <U>		: "\xc3\x9a"	Uacute
++<acute> <Y>		: "\xc3\x9d"	Yacute
++<acute> <Z>		: "\xc4\xbe"	Zacute
++<acute> <a>		: "\xc3\xa1"	aacute
++<acute> <c>		: "\xc4\x87"	cacute
++<acute> <e>		: "\xc3\xa9"	eacute
++<acute> <i>		: "\xc3\xad"	iacute
++<acute> <l>		: "\xc4\xba"	lacute
++<acute> <n>		: "\xc5\x84"	nacute
++<acute> <o>		: "\xc3\xb3"	oacute
++<acute> <r>		: "\xc5\x95"	racute
++<acute> <s>		: "\xc5\x9b"	sacute
++<acute> <u>		: "\xc3\xba"	uacute
++<acute> <y>		: "\xc3\xbd"	yacute
++<acute> <z>		: "\xc5\xba"	zacute
++<diaeresis> <A>		: "\xc3\x84" 	Adiaeresis
++<diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<diaeresis> <a>		: "\xc3\xa4" 	adiaeresis
++<diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++XCOMM
++XCOMM Additional latin-2 sequences
++<Ukrainian_IE>          : "\xd0\x84"    Ukrainian_IE
++<Ukrainian_ie>          : "\xd1\x94"    Ukrainian_ie
++<Ukrainian_I>           : "\xd0\x86"    Ukrainian_I
++<Ukrainian_i>           : "\xd1\x96"    Ukrainian_i
++<Ukrainian_GHE_WITH_UPTURN>     : "\xd2\x90"    Ukrainian_GHE_WITH_UPTURN
++<Ukrainian_ghe_with_upturn>     : "\xd2\x91"    Ukrainian_ghe_with_upturn
++<Ukrainian_YI>          : "\xd0\x87"    Ukrainian_YI
++<Ukrainian_yi>          : "\xd1\x97"    Ukrainian_yi
++<Serbian_TSHE>          : "\xd0\x8b"    Serbian_TSHE
++<Serbian_tshe>          : "\xd1\x9b"    Serbian_tshe
++<Serbian_DJE>           : "\xd0\x82"    Serbian_DJE
++<Serbian_dje>           : "\xd1\x92"    Serbian_dje
++<Macedonia_GJE>         : "\xd0\x83"    Macedonia_GJE
++<Macedonia_gje>         : "\xd1\x93"    Macedonia_gje
++<Macedonia_KJE>         : "\xd0\x8c"    Macedonia_KJE
++<Macedonia_kje>         : "\xd1\x9c"    Macedonia_kje
++<Macedonia_DSE>         : "\xd0\x85"    Macedonia_DSE
++<Macedonia_dse>         : "\xd1\x95"    Macedonia_dse
++<Byelorussian_SHORTU>   : "\xd0\x8e"    Byelorussian_SHORTU
++<Byelorussian_shortu>   : "\xd1\x9e"    Byelorussian_shortu
++XCOMM Cyrillic keysyms:
++<Zabovedot>             : "\xc5\xbb"    Zabovedot
++<zabovedot>             : "\xc5\xbc"    zabovedot
++<Gabovedot>             : "\xc4\xa0"    Gabovedot
++<gabovedot>             : "\xc4\xa1"    gabovedot
++<Cabovedot>             : "\xc4\x8a"    Cabovedot
++<cabovedot>             : "\xc4\x8b"    cabovedot
++XCOMM Additional Latin-3 keysyms and compose sequences:
++<multiply>              : "\xc3\x97"    multiply
++<division>              : "\xc3\xb7"    division
++<dead_ogonek> <e>       : "\xc4\x99"    eogonek
++<dead_ogonek> <E>       : "\xc4\x98"    Eogonek
++<dead_ogonek> <a>       : "\xc4\x85"    aogonek
++<dead_ogonek> <A>       : "\xc4\x84"    Aogonek
++<dead_doubleacute> <u>  : "\xc5\xb1"    udoubleacute
++<dead_doubleacute> <U>  : "\xc5\xb0"    Udoubleacute
++<dead_doubleacute> <o>  : "\xc5\x91"    odoubleacute
++<dead_doubleacute> <O>  : "\xc5\x90"    Odoubleacute
++<dead_caron> <z>        : "\xc5\xbe"    zcaron
++<dead_caron> <Z>        : "\xc5\xbd"    Zcaron
++<dead_caron> <t>        : "\xc5\xa5"    tcaron
++<dead_caron> <T>        : "\xc5\xa4"    Tcaron
++<dead_caron> <s>        : "\xc5\xa1"    scaron
++<dead_caron> <S>        : "\xc5\xa0"    Scaron
++<dead_caron> <r>        : "\xc5\x99"    rcaron
++<dead_caron> <R>        : "\xc5\x98"    Rcaron
++<dead_caron> <n>        : "\xc5\x88"    ncaron
++<dead_caron> <N>        : "\xc5\x87"    Ncaron
++<dead_caron> <l>        : "\xc4\xbe"    lcaron
++<dead_caron> <L>        : "\xc4\xbd"    Lcaron
++<dead_caron> <e>        : "\xc4\x9b"    ecaron
++<dead_caron> <E>        : "\xc4\x9a"    Ecaron
++<dead_caron> <d>        : "\xc4\x8f"    dcaron
++<dead_caron> <D>        : "\xc4\x8e"    Dcaron
++<dead_caron> <c>        : "\xc4\x8d"    ccaron
++<dead_caron> <C>        : "\xc4\x8c"    Ccaron
++<dead_breve> <a>        : "\xc4\x83"    abreve
++<dead_breve> <A>        : "\xc4\x82"    Abreve
++<dead_abovering> <u>    : "\xc5\xaf"    uring
++<dead_abovering> <U>    : "\xc5\xae"    Uring
++<dead_abovering> <a>    : "\xc3\xa5"    aring
++<dead_abovering> <A>    : "\xc3\x85"    Aring
++<dead_abovedot> <z>     : "\xc5\xbc"    zabovedot
++<dead_abovedot> <Z>     : "\xc5\xbb"    Zabovedot
++<dead_abovedot> <I>     : "\xc4\xb0"    Iabovedot
++<dead_abovedot> <g>     : "\xc4\xa1"    gabovedot
++<dead_abovedot> <G>     : "\xc4\xa0"    Gabovedot
++<dead_abovedot> <e>     : "\xc4\x97"    eabovedot
++<dead_abovedot> <E>     : "\xc4\x96"    Eabovedot
++<dead_abovedot> <c>     : "\xc4\x8b"    cabovedot
++<dead_abovedot> <C>     : "\xc4\x8a"    Cabovedot
++XCOMM Latin-2 dead key compose sequences and keysyms for division and multiply:
++<dead_diaeresis> <Y>            : "\xc5\xb8"
++<SunFA_Diaeresis> <Y>           : "\xc5\xb8"
++Ctrl<T> <quotedbl> <Y>          : "\xc5\xb8"
++Ctrl<T> <Y> <quotedbl>          : "\xc5\xb8"
++Ctrl<T> <O> <E>                 : "\xc5\x92"
++Ctrl<T> <o> <e>                 : "\xc5\x93"
++<Multi_key> <quotedbl> <Y>      : "\xc5\xb8"
++<Multi_key> <Y> <quotedbl>      : "\xc5\xb8"
++<Multi_key> <O> <E>             : "\xc5\x92"
++<Multi_key> <o> <e>             : "\xc5\x93"
++<tcaron>                : "\xc5\xa5"    tcaron
++<dcaron>                : "\xc4\x8f"    dcaron
++Ctrl<T> <slash> <H>     : "\xc4\xa6"    Hstroke
++Ctrl<T> <H> <slash>     : "\xc4\xa6"    Hstroke
++Ctrl<T> <bar> <H>       : "\xc4\xa6"    Hstroke
++Ctrl<T> <H> <bar>       : "\xc4\xa6"    Hstroke
++Ctrl<T> <slash> <h>     : "\xc4\xa7"    hstroke
++Ctrl<T> <h> <slash>     : "\xc4\xa7"    hstroke
++Ctrl<T> <bar> <h>       : "\xc4\xa7"    hstroke
++Ctrl<T> <h> <bar>       : "\xc4\xa7"    hstroke
++<Multi_key> <slash> <H> : "\xc4\xa6"    Hstroke
++<Multi_key> <H> <slash> : "\xc4\xa6"    Hstroke
++<Multi_key> <bar> <H>   : "\xc4\xa6"    Hstroke
++<Multi_key> <H> <bar>   : "\xc4\xa6"    Hstroke
++<Multi_key> <slash> <h> : "\xc4\xa7"    hstroke
++<Multi_key> <h> <slash> : "\xc4\xa7"    hstroke
++<Multi_key> <bar> <h>   : "\xc4\xa7"    hstroke
++<Multi_key> <h> <bar>   : "\xc4\xa7"    hstroke
++<Hstroke>               : "\xc4\xa6"    Hstroke
++<hstroke>               : "\xc4\xa7"    hstroke
++<Multi_key> <a> <space>		: "\xcb\x9b"	ogonek
++<Multi_key> <u> <space>		: "\xcb\x98"	breve
++<Multi_key> <v> <space>		: "\xcb\x87"	caron
++<Multi_key> <quotedbl> <space>	: "\xcb\x9d"	doubleacute
++<Multi_key> <A> <u>		: "\xc4\x82"	Abreve
++<Multi_key> <C> <apostrophe>	: "\xc4\x86"	Cacute
++<Multi_key> <L> <apostrophe>	: "\xc4\xb9"	Lacute
++<Multi_key> <L> <slash>		: "\xc5\x81"	Lstroke
++<Multi_key> <L> <greater>	: "\xc4\xbd"	Lcaron
++<Multi_key> <N> <apostrophe>	: "\xc5\x83"	Nacute
++<Multi_key> <S> <apostrophe>	: "\xc5\x9a"	Sacute
++<Multi_key> <R> <apostrophe>	: "\xc5\x94"	Racute
++<Multi_key> <U> <asterisk>	: "\xc5\xae"	Uring
++<Multi_key> <Z> <apostrophe>	: "\xc5\xb9"	Zacute
++<Multi_key> <a> <u>		: "\xc4\x83"	abreve
++<Multi_key> <c> <apostrophe>	: "\xc4\x87"	cacute
++<Multi_key> <l> <apostrophe>	: "\xc4\xba"	lacute
++<Multi_key> <l> <slash>		: "\xc5\x82"	lstroke
++<Multi_key> <l> <greater>	: "\xc4\xbe"	lcaron
++<Multi_key> <n> <apostrophe>	: "\xc5\x84"	nacute
++<Multi_key> <s> <apostrophe>	: "\xc5\x9b"	sacute
++<Multi_key> <r> <apostrophe>	: "\xc5\x95"	racute
++<Multi_key> <u> <asterisk>	: "\xc5\xaf"	uring
++<Multi_key> <z> <apostrophe>	: "\xc5\xba"	zacute
++XCOMM
++XCOMM Latin-3 sequences
++<Multi_key> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <C> <greater>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <greater> <C>	: "\xc4\x88"	Ccircumflex
++
++<Multi_key> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++<Multi_key> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++<Multi_key> <c> <greater>	: "\xc4\x89"	ccircumflex
++<Multi_key> <greater> <c>	: "\xc4\x89"	ccircumflex
++
++<Multi_key> <period> <C>	: "\xc4\x8a"	Cabovedot
++<Multi_key> <C> <period> 	: "\xc4\x8a"	Cabovedot
++
++<Multi_key> <period> <c>	: "\xc4\x8b"	cabovedot
++<Multi_key> <c> <period> 	: "\xc4\x8b"	cabovedot
++
++<Multi_key> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <G> <greater>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <greater> <G>	: "\xc4\x9c"	Gcircumflex
++
++<Multi_key> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <g> <greater>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <greater> <g>	: "\xc4\x9d"	gcircumflex
++
++<Multi_key> <period> <G>	: "\xc4\xa0"	Gabovedot
++<Multi_key> <G> <period> 	: "\xc4\xa0"	Gabovedot
++
++<Multi_key> <period> <g>	: "\xc4\xa1"	gabovedot
++<Multi_key> <g> <period> 	: "\xc4\xa1"	gabovedot
++
++<Multi_key> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <H> <greater>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <greater> <H>	: "\xc4\xa4"	Hcircumflex
++
++<Multi_key> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <h> <greater>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <greater> <h>	: "\xc4\xa5"	hcircumflex
++
++<Multi_key> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <J> <greater>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <greater> <J>	: "\xc4\xb4"	Jcircumflex
++
++<Multi_key> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <j> <greater>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <greater> <j>	: "\xc4\xb5"	jcircumflex
++
++<Multi_key> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <S> <greater>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <greater> <S>	: "\xc5\x9c"	Scircumflex
++
++<Multi_key> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++<Multi_key> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++<Multi_key> <s> <greater>	: "\xc5\x9d"	scircumflex
++<Multi_key> <greater> <s>	: "\xc5\x9d"	scircumflex
++
++<Multi_key> <U> <breve>		: "\xc5\xac"	Ubreve
++<Multi_key> <breve> <U>		: "\xc5\xac"	Ubreve
++<Multi_key> <U> <u>		: "\xc5\xac"	Ubreve
++<Multi_key> <u> <U>		: "\xc5\xac"	Ubreve
++
++<Multi_key> <u> <breve>		: "\xc5\xad"	ubreve
++<Multi_key> <breve> <u>		: "\xc5\xad"	ubreve
++<Multi_key> <u> <u>		: "\xc5\xad"	ubreve
+ XCOMM
+-XCOMM This file consists of four parts. Two of them have been adapted from
+-XCOMM the iso8859-1/Compose and iso8859-7/Compose files. The other two
+-XCOMM parts have been created by:
+-XCOMM	Vasilis Vasaitis <[email protected]>
+-XCOMM based on the idea and initial implementation by:
+-XCOMM	Alejandros Diamandidis <[email protected]>
++XCOMM Latin-4 sequences
++<Multi_key> <N> <N>		: "\xc5\x8a"	ENG
++<Multi_key> <U> <a>		: "\xc5\xb2"	Uogonek
++<Multi_key> <u> <a>		: "\xc5\xb3"	uogonek
++<Multi_key> <k> <k>		: "\xc4\xb8"	kra
++<Multi_key> <R> <comma>		: "\xc5\x96"	Rcedilla
++<Multi_key> <comma> <R>		: "\xc5\x96"	Rcedilla
++<Multi_key> <r> <comma>		: "\xc5\x97"	rcedilla
++<Multi_key> <comma> <r>		: "\xc5\x97"	rcedilla
++<Multi_key> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++<Multi_key> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++<Multi_key> <i> <asciitilde>	: "\xc4\xa9"	itilde
++<Multi_key> <asciitilde> <i>	: "\xc4\xa9"	itilde
++<Multi_key> <L> <comma>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <comma> <L>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <l> <comma>		: "\xc4\xbc"	lcedilla
++<Multi_key> <comma> <l>		: "\xc4\xbc"	lcedilla
++<diaeresis>			: "\xc2\xa8"	diaeresis
++<Multi_key> <S> <v>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <V>		: "\xc5\xa0"	Scaron
++<Multi_key> <v> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <V> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <s> <v>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <V>		: "\xc5\xa1"	scaron
++<Multi_key> <v> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <V> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <E> <underscore>	: "\xc4\x92"	Emacron
++<Multi_key> <underscore> <E>	: "\xc4\x92"	Emacron
++<Multi_key> <e> <underscore>	: "\xc4\x93"	emacron
++<Multi_key> <underscore> <e>	: "\xc4\x93"	emacron
++<Multi_key> <G> <comma>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <comma> <G>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <g> <comma>		: "\xc4\xa3"	gcedilla
++<Multi_key> <comma> <g>		: "\xc4\xa3"	gcedilla
++<Multi_key> <T> <bar>		: "\xc5\xa6"	Tslash
++<Multi_key> <bar> <T>		: "\xc5\xa6"	Tslash
++<Multi_key> <t> <bar>		: "\xc5\xa7"	tslash
++<Multi_key> <bar> <t>		: "\xc5\xa7"	tslash
++<Multi_key> <n> <n>		: "\xc5\x8b" 	eng
++<Multi_key> <A> <underscore>	: "\xc4\x80"	Amacron
++<Multi_key> <underscore> <A>	: "\xc4\x80"	Amacron
++<Multi_key> <a> <underscore>	: "\xc4\x81"	amacron
++<Multi_key> <underscore> <a>	: "\xc4\x81"	amacron
++<Multi_key> <d> <underscore>	: "\xc4\x91"
++<Multi_key> <underscore> <d> 	: "\xc4\x91"
++<Multi_key> <N> <comma>		: "\xc5\x85"	Ncedilla
++<Multi_key> <comma> <N>		: "\xc5\x85"	Ncedilla
++<Multi_key> <n> <comma>		: "\xc5\x86"	ncedilla
++<Multi_key> <comma> <n>		: "\xc5\x86"	ncedilla
++<Multi_key> <O> <underscore>	: "\xc5\x8c"	Omacron
++<Multi_key> <underscore> <O>	: "\xc5\x8c"	Omacron
++<Multi_key> <o> <underscore>	: "\xc5\x8d"	omacron
++<Multi_key> <underscore> <o>	: "\xc5\x8d"	omacron
++<Multi_key> <K> <comma>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <comma> <K>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <k> <comma>		: "\xc4\xb7"	kcedilla
++<Multi_key> <comma> <k>		: "\xc4\xb7"	kcedilla
++<Multi_key> <I> <a>		: "\xc4\xae"	Iogonek
++<Multi_key> <a> <I>		: "\xc4\xae"	Iogonek
++<Multi_key> <i> <a>		: "\xc4\xaf"	iogonek
++<Multi_key> <a> <i>		: "\xc4\xaf"	iogonek
++<Multi_key> <E> <period>	: "\xc4\x96"	Eabovedot
++<Multi_key> <e> <period>	: "\xc4\x97"	eabovedot
++<Multi_key> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++<Multi_key> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++<Multi_key> <u> <asciitilde>	: "\xc5\xa9"	utilde
++<Multi_key> <asciitilde> <u>	: "\xc5\xa9"	utilde
++<Multi_key> <U> <underscore>	: "\xc5\xaa"	Umacron
++<Multi_key> <underscore> <U>	: "\xc5\xaa"	Umacron
++<Multi_key> <u> <underscore>	: "\xc5\xab"	umacron
++<Multi_key> <underscore> <u>	: "\xc5\xab"	umacron
++<Multi_key> <I> <underscore>	: "\xc4\xaa"	Imacron
++<Multi_key> <underscore> <I> 	: "\xc4\xaa"	Imacron
++<Multi_key> <i> <underscore>	: "\xc4\xab"	imacron
++<Multi_key> <underscore> <i> 	: "\xc4\xab"	imacron
+ 
+-XCOMM Part 1
++XCOMM Ctrl<T> combo
++Ctrl<T> <a> <A>			: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <a> 			: "\xc4\x84"	Aogonek
++Ctrl<T> <a> <a> 			: "\xc4\x85"	aogonek
++Ctrl<T> <C> <acute> 		: "\xc4\x86"	Cacute
++Ctrl<T> <c> <acute> 		: "\xc4\x87"	cacute
++Ctrl<T> <acute> <C>			: "\xc4\x86"	Cacute
++Ctrl<T> <acute> <c>			: "\xc4\x87"	cacute
++Ctrl<T> <acute> <N>			: "\xc5\x83"	Nacute
++Ctrl<T> <N> <acute> 		: "\xc5\x83"	Nacute
++XCOMM Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <slash> <D>			: "\xc4\x90"	Dstroke
++Ctrl<T> <slash> <d>			: "\xc4\x91"	dstroke
++Ctrl<T> <caron> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++Ctrl<T> <v> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <v>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <caron> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <caron> 	: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <v>		: "\xc5\xbe"	zcaron
++Ctrl<T> <v> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <G> <u>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <u> <G>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <g> <u>		: "\xc4\x9f"	gbreve
++Ctrl<T> <u> <g>		: "\xc4\x9f"	gbreve
++Ctrl<T> <I> <period>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <period> <I>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <i> <period>	: "\xc4\xb1"	idotless
++Ctrl<T> <period> <i>	: "\xc4\xb1"	idotless
++Ctrl<T> <space> <breve>	: "\xcb\x98"	breve
++Ctrl<T> <space> <degree>	: "\xc2\xb0"	degree
++Ctrl<T> <space> <ogonek>	: "\xcb\x9b"	ogonek
++Ctrl<T> <space> <caron>	: "\xcb\x87"	caron
++Ctrl<T> <space> <v>		: "\xcb\x87"	caron
++Ctrl<T> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++Ctrl<T> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++Ctrl<T> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++Ctrl<T> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <acute> <R>		: "\xc5\x94"	Racute
++Ctrl<T> <R> <acute> 	: "\xc5\x94"	Racute
++Ctrl<T> <acute> <S>		: "\xc5\x9a"	Sacute
++Ctrl<T> <S> <acute> 	: "\xc5\x9a"	Sacute
++Ctrl<T> <acute> <Z>		: "\xc4\xbe"	Zacute
++Ctrl<T> <Z> <acute> 	: "\xc4\xbe"	Zacute
++Ctrl<T> <acute> <n>		: "\xc5\x84"	nacute
++Ctrl<T> <n> <acute> 	: "\xc5\x84"	nacute
++Ctrl<T> <acute> <r>		: "\xc5\x95"	racute
++Ctrl<T> <r> <acute> 	: "\xc5\x95"	racute
++Ctrl<T> <acute> <s>		: "\xc5\x9b"	sacute
++Ctrl<T> <s> <acute> 	: "\xc5\x9b"	sacute
++Ctrl<T> <acute> <z>		: "\xc5\xba"	zacute
++Ctrl<T> <z> <acute> 	: "\xc5\xba"	zacute
++Ctrl<T> <0> <O>		: "\xc2\xb0"	degree
++Ctrl<T> <o> <o> 		: "\xc2\xb0"	degree
++Ctrl<T> <comma> <S>		: "\xc5\x9e"	Scedilla
++Ctrl<T> <S> <comma> 	: "\xc5\x9e"	Scedilla
++Ctrl<T> <comma> <T>		: "\xc5\xa2"	Tcedilla
++Ctrl<T> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++Ctrl<T> <comma> <s>		: "\xc5\x9f"	scedilla
++Ctrl<T> <s> <comma> 	: "\xc5\x9f"	scedilla
++Ctrl<T> <comma> <t>		: "\xc5\xa3"	tcedilla
++Ctrl<T> <t> <comma> 	: "\xc5\xa3"	tcedilla
++Ctrl<T> <caron> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <caron> 	: "\xc4\x8c"	Ccaron
++Ctrl<T> <caron> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <caron> 	: "\xc4\x8e"	Dcaron
++Ctrl<T> <caron> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <caron> 	: "\xc4\x9a"	Ecaron
++Ctrl<T> <caron> <L>		: "\xc4\xbd"	Lcaron
++Ctrl<T> <L> <caron> 	: "\xc4\xbd"	Lcaron
++Ctrl<T> <caron> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <caron>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <caron> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <caron> 	: "\xc5\x98"	Rcaron
++Ctrl<T> <caron> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <caron> 	: "\xc5\xa0"	Scaron
++Ctrl<T> <caron> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <caron> 	: "\xc5\xa4"	Tcaron
++Ctrl<T> <caron> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <caron> 	: "\xc5\xae"	Uring
++Ctrl<T> <caron> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <caron> 	: "\xc4\x8d"	ccaron
++Ctrl<T> <caron> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <caron> 	: "\xc4\x8f"	dcaron
++Ctrl<T> <caron> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <caron> 	: "\xc4\x9b"	ecaron
++Ctrl<T> <caron> <l>		: "\xc4\xbe"	lcaron
++Ctrl<T> <l> <caron> 	: "\xc4\xbe"	lcaron
++Ctrl<T> <caron> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <caron> 	: "\xc5\x88"	ncaron
++Ctrl<T> <caron> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <caron> 	: "\xc5\x99"	rcaron
++Ctrl<T> <caron> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <caron> 	: "\xc5\xa1"	scaron
++Ctrl<T> <caron> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <caron> 	: "\xc5\xa5"	tcaron
++Ctrl<T> <caron> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <caron> 	: "\xc5\xaf"	uring
++Ctrl<T> <v> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <v> 		: "\xc4\x8c"	Ccaron
++Ctrl<T> <v> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <v> 		: "\xc4\x8e"	Dcaron
++Ctrl<T> <v> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <v> 		: "\xc4\x9a"	Ecaron
++Ctrl<T> <v> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <v>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <v> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <v> 		: "\xc5\x98"	Rcaron
++Ctrl<T> <v> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <v> 		: "\xc5\xa4"	Tcaron
++Ctrl<T> <v> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <v> 		: "\xc5\xae"	Uring
++Ctrl<T> <v> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <v> 		: "\xc4\x8d"	ccaron
++Ctrl<T> <v> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <v> 		: "\xc4\x8f"	dcaron
++Ctrl<T> <v> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <v> 		: "\xc4\x9b"	ecaron
++Ctrl<T> <v> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <v> 		: "\xc5\x88"	ncaron
++Ctrl<T> <v> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <v> 		: "\xc5\x99"	rcaron
++Ctrl<T> <v> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <v> 		: "\xc5\xa5"	tcaron
++Ctrl<T> <v> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <v> 		: "\xc5\xaf"	uring
++Ctrl<T> <breve> <A>		: "\xc4\x82"	Abreve
++Ctrl<T> <A> <breve> 	: "\xc4\x82"	Abreve
++Ctrl<T> <breve> <a>		: "\xc4\x83"	abreve
++Ctrl<T> <a> <breve> 	: "\xc4\x83"	abreve
++Ctrl<T> <ogonek> <A>	: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++Ctrl<T> <ogonek> <E>	: "\xc4\x98"	Eogonek
++Ctrl<T> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++Ctrl<T> <ogonek> <a> 	: "\xc4\x85"	aogonek
++Ctrl<T> <a> <ogonek> 	: "\xc4\x85"	aogonek
++Ctrl<T> <ogonek> <e> 	: "\xc4\x99"	eogonek
++Ctrl<T> <e> <ogonek> 	: "\xc4\x99"	eogonek
++Ctrl<T> <E> <a> 		: "\xc4\x98"	Eogonek
++Ctrl<T> <e> <a> 		: "\xc4\x99"	eogonek
++Ctrl<T> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++Ctrl<T> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++Ctrl<T> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <period> <U>	: "\xc5\xae"	Uring
++Ctrl<T> <U> <period> 	: "\xc5\xae"	Uring
++Ctrl<T> <period> <u>	: "\xc5\xaf"	uring
++Ctrl<T> <u> <period> 	: "\xc5\xaf"	uring
++Ctrl<T> <period> <z>	: "\xc5\xbc"	zabovedot
++Ctrl<T> <z> <period> 	: "\xc5\xbc"	zabovedot
++Ctrl<T> <period> <Z>	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <a> <space>	: "\xcb\x9b"	ogonek
++Ctrl<T> <u> <space>	: "\xcb\x98"	breve
++Ctrl<T> <v> <space>	: "\xcb\x87"	caron
++Ctrl<T> <quotedbl> <space>	: "\xcb\x9d"	doubleacute
++Ctrl<T> <A> <u>			: "\xc4\x82"	Abreve
++Ctrl<T> <C> <apostrophe>	: "\xc4\x86"	Cacute
++Ctrl<T> <L> <apostrophe>	: "\xc4\xb9"	Lacute
++Ctrl<T> <L> <slash>		: "\xc5\x81"	Lstroke
++Ctrl<T> <L> <greater>		: "\xc4\xbd"	Lcaron
++Ctrl<T> <N> <apostrophe>	: "\xc5\x83"	Nacute
++Ctrl<T> <S> <apostrophe>	: "\xc5\x9a"	Sacute
++Ctrl<T> <R> <apostrophe>	: "\xc5\x94"	Racute
++Ctrl<T> <U> <asterisk>		: "\xc5\xae"	Uring
++Ctrl<T> <Z> <apostrophe>	: "\xc5\xb9"	Zacute
++Ctrl<T> <a> <u>			: "\xc4\x83"	abreve
++Ctrl<T> <c> <apostrophe>	: "\xc4\x87"	cacute
++Ctrl<T> <l> <apostrophe>	: "\xc4\xba"	lacute
++Ctrl<T> <l> <slash>		: "\xc5\x82"	lstroke
++Ctrl<T> <l> <greater>		: "\xc4\xbe"	lcaron
++Ctrl<T> <n> <apostrophe>	: "\xc5\x84"	nacute
++Ctrl<T> <s> <apostrophe>	: "\xc5\x9b"	sacute
++Ctrl<T> <r> <apostrophe>	: "\xc5\x95"	racute
++Ctrl<T> <u> <asterisk>		: "\xc5\xaf"	uring
++Ctrl<T> <z> <apostrophe>	: "\xc5\xba"	zacute
+ XCOMM
+-XCOMM ISO 8859-1 (Latin-1) multi-key definitions extracted and converted
+-XCOMM from the iso8859-1/Compose file.
++XCOMM Latin-3 sequences
++Ctrl<T> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <C> <greater>		: "\xc4\x88"	Ccircumflex
++Ctrl<T> <greater> <C>		: "\xc4\x88"	Ccircumflex
++
++Ctrl<T> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <c> <greater>		: "\xc4\x89"	ccircumflex
++Ctrl<T> <greater> <c>		: "\xc4\x89"	ccircumflex
++
++Ctrl<T> <period> <C>		: "\xc4\x8a"	Cabovedot
++Ctrl<T> <C> <period> 		: "\xc4\x8a"	Cabovedot
++
++Ctrl<T> <period> <c>		: "\xc4\x8b"	cabovedot
++Ctrl<T> <c> <period> 		: "\xc4\x8b"	cabovedot
++
++Ctrl<T> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <G> <greater>		: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <greater> <G>		: "\xc4\x9c"	Gcircumflex
++
++Ctrl<T> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <g> <greater>		: "\xc4\x9d"	gcircumflex
++Ctrl<T> <greater> <g>		: "\xc4\x9d"	gcircumflex
++
++Ctrl<T> <period> <G>		: "\xc4\xa0"	Gabovedot
++Ctrl<T> <G> <period> 		: "\xc4\xa0"	Gabovedot
++
++Ctrl<T> <period> <g>		: "\xc4\xa1"	gabovedot
++Ctrl<T> <g> <period> 		: "\xc4\xa1"	gabovedot
++
++Ctrl<T> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <H> <greater>		: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <greater> <H>		: "\xc4\xa4"	Hcircumflex
+ 
+-XCOMM Special Character
+-<Multi_key> <plus> <plus>		: "#"	numbersign
+-<Multi_key> <apostrophe> <space>	: "'"	apostrophe
+-<Multi_key> <space> <apostrophe>	: "'"	apostrophe
+-<Multi_key> <A> <T>			: "@"	at
+-<Multi_key> <parenleft> <parenleft>	: "["	bracketleft
+-<Multi_key> <slash> <less>		: "\\"	backslash
+-<Multi_key> <less> <slash>		: "\\"	backslash
+-<Multi_key> <parenright> <parenright>	: "]"	bracketright
+-<Multi_key> <asciicircum> <space>	: "^"	asciicircum
+-<Multi_key> <space> <asciicircum>	: "^"	asciicircum
+-<Multi_key> <greater> <space>		: "^"	asciicircum
+-<Multi_key> <space> <greater>		: "^"	asciicircum
+-<Multi_key> <grave> <space>		: "`"	grave
+-<Multi_key> <space> <grave>		: "`"	grave
+-<Multi_key> <parenleft> <minus>		: "{"	braceleft
+-<Multi_key> <minus> <parenleft>		: "{"	braceleft
+-<Multi_key> <slash> <asciicircum>	: "|"	bar
+-<Multi_key> <asciicircum> <slash>	: "|"	bar
+-<Multi_key> <V> <L>			: "|"	bar
+-<Multi_key> <L> <V>			: "|"	bar
+-<Multi_key> <v> <l>			: "|"	bar
+-<Multi_key> <l> <v>			: "|"	bar
+-<Multi_key> <parenright> <minus>	: "}"	braceright
+-<Multi_key> <minus> <parenright>	: "}"	braceright
+-<Multi_key> <asciitilde> <space>	: "~"	asciitilde
+-<Multi_key> <space> <asciitilde>	: "~"	asciitilde
+-<Multi_key> <minus> <space>		: "~"	asciitilde
+-<Multi_key> <space> <minus>		: "~"	asciitilde
+-<Multi_key> <exclam> <exclam>		: "¡"	exclamdown
+-<Multi_key> <c> <slash>			: "¢"	cent
+-<Multi_key> <slash> <c>			: "¢"	cent
+-<Multi_key> <C> <slash>			: "¢"	cent
+-<Multi_key> <slash> <C>			: "¢"	cent
+-<Multi_key> <C> <bar>			: "¢"	cent
+-<Multi_key> <bar> <C>			: "¢"	cent
+-<Multi_key> <c> <bar>			: "¢"	cent
+-<Multi_key> <bar> <c>			: "¢"	cent
+-<Multi_key> <l> <minus>			: "£"	sterling
+-<Multi_key> <minus> <l>			: "£"	sterling
+-<Multi_key> <L> <minus>			: "£"	sterling
+-<Multi_key> <minus> <L>			: "£"	sterling
+-<Multi_key> <l> <equal>			: "£"	sterling
+-<Multi_key> <equal> <l>			: "£"	sterling
+-<Multi_key> <L> <equal>			: "£"	sterling
+-<Multi_key> <equal> <L>			: "£"	sterling
+-<Multi_key> <y> <minus>			: "¥"	yen
+-<Multi_key> <minus> <y>			: "¥"	yen
+-<Multi_key> <Y> <minus>			: "¥"	yen
+-<Multi_key> <minus> <Y>			: "¥"	yen
+-<Multi_key> <y> <equal>			: "¥"	yen
+-<Multi_key> <equal> <y>			: "¥"	yen
+-<Multi_key> <Y> <equal>			: "¥"	yen
+-<Multi_key> <equal> <Y>			: "¥"	yen
+-<Multi_key> <s> <o>			: "§"	section
+-<Multi_key> <o> <s>			: "§"	section
+-<Multi_key> <S> <O>			: "§"	section
+-<Multi_key> <O> <S>			: "§"	section
+-<Multi_key> <S> <exclam>		: "§"	section
+-<Multi_key> <exclam> <S>		: "§"	section
+-<Multi_key> <s> <exclam>		: "§"	section
+-<Multi_key> <exclam> <s>		: "§"	section
+-<Multi_key> <S> <0>			: "§"	section
+-<Multi_key> <0> <S>			: "§"	section
+-<Multi_key> <s> <0>			: "§"	section
+-<Multi_key> <0> <s>			: "§"	section
+-<Multi_key> <x> <o>			: "¤"	currency
+-<Multi_key> <o> <x>			: "¤"	currency
+-<Multi_key> <X> <O>			: "¤"	currency
+-<Multi_key> <O> <X>			: "¤"	currency
+-<Multi_key> <x> <O>			: "¤"	currency
+-<Multi_key> <O> <x>			: "¤"	currency
+-<Multi_key> <X> <o>			: "¤"	currency
+-<Multi_key> <o> <X>			: "¤"	currency
+-<Multi_key> <x> <0>			: "¤"	currency
+-<Multi_key> <0> <x>			: "¤"	currency
+-<Multi_key> <X> <0>			: "¤"	currency
+-<Multi_key> <0> <X>			: "¤"	currency
+-<Multi_key> <c> <o>			: "©"	copyright
+-<Multi_key> <o> <c>			: "©"	copyright
+-<Multi_key> <C> <O>			: "©"	copyright
+-<Multi_key> <O> <C>			: "©"	copyright
+-<Multi_key> <c> <O>			: "©"	copyright
+-<Multi_key> <O> <c>			: "©"	copyright
+-<Multi_key> <C> <o>			: "©"	copyright
+-<Multi_key> <o> <C>			: "©"	copyright
+-<Multi_key> <c> <0>			: "©"	copyright
+-<Multi_key> <0> <c>			: "©"	copyright
+-<Multi_key> <C> <0>			: "©"	copyright
+-<Multi_key> <0> <C>			: "©"	copyright
+-<Multi_key> <parenleft> <c>		: "©"	copyright
+-<Multi_key> <a> <underscore>		: "ª"	ordfeminine
+-<Multi_key> <underscore> <a>		: "ª"	ordfeminine
+-<Multi_key> <A> <underscore>		: "ª"	ordfeminine
+-<Multi_key> <underscore> <A>		: "ª"	ordfeminine
+-<Multi_key> <o> <underscore>		: "º"	masculine
+-<Multi_key> <underscore> <o>		: "º"	masculine
+-<Multi_key> <O> <underscore>		: "º"	masculine
+-<Multi_key> <underscore> <O>		: "º"	masculine
+-<Multi_key> <less> <less>		: "«"	guillemotleft
+-<Multi_key> <greater> <greater>		: "»"	guillemotright
+-<Multi_key> <0> <asciicircum>		: "°"	degree
+-<Multi_key> <asciicircum> <0>		: "°"	degree
+-<Multi_key> <0> <asterisk>		: "°"	degree
+-<Multi_key> <asterisk> <0>		: "°"	degree
+-<Multi_key> <plus> <minus>		: "±"	plusminus
+-<Multi_key> <minus> <plus>		: "±"	plusminus
+-<Multi_key> <slash> <u>			: "µ"	mu
+-<Multi_key> <u> <slash>			: "µ"	mu
+-<Multi_key> <slash> <U>			: "µ"	mu
+-<Multi_key> <U> <slash>			: "µ"	mu
+-<Multi_key> <1> <asciicircum>		: "¹"	onesuperior
+-<Multi_key> <asciicircum> <1>		: "¹"	onesuperior
+-<Multi_key> <S> <1>			: "¹"	onesuperior
+-<Multi_key> <1> <S>			: "¹"	onesuperior
+-<Multi_key> <s> <1>			: "¹"	onesuperior
+-<Multi_key> <1> <s>			: "¹"	onesuperior
+-<Multi_key> <2> <asciicircum>		: "²"	twosuperior
+-<Multi_key> <asciicircum> <2>		: "²"	twosuperior
+-<Multi_key> <S> <2>			: "²"	twosuperior
+-<Multi_key> <2> <S>			: "²"	twosuperior
+-<Multi_key> <s> <2>			: "²"	twosuperior
+-<Multi_key> <2> <s>			: "²"	twosuperior
+-<Multi_key> <3> <asciicircum>		: "³"	threesuperior
+-<Multi_key> <asciicircum> <3>		: "³"	threesuperior
+-<Multi_key> <S> <3>			: "³"	threesuperior
+-<Multi_key> <3> <S>			: "³"	threesuperior
+-<Multi_key> <s> <3>			: "³"	threesuperior
+-<Multi_key> <3> <s>			: "³"	threesuperior
+-<Multi_key> <p> <exclam>		: "¶"	paragraph
+-<Multi_key> <exclam> <p>		: "¶"	paragraph
+-<Multi_key> <P> <exclam>		: "¶"	paragraph
+-<Multi_key> <exclam> <P>		: "¶"	paragraph
+-<Multi_key> <period> <asciicircum>	: "·"	periodcentered
+-<Multi_key> <asciicircum> <period>	: "·"	periodcentered
+-<Multi_key> <period> <period>		: "·"	periodcentered
+-<Multi_key> <1> <4>			: "¼"	onequarter
+-<Multi_key> <1> <2>			: "½"	onehalf
+-<Multi_key> <3> <4>			: "¾"	threequarters
+-<Multi_key> <question> <question>	: "¿"	questiondown
+-<Multi_key> <space> <space>		: " "	nobreakspace
+-<Multi_key> <bar> <bar>			: "¦"	brokenbar
+-<Multi_key> <exclam> <asciicircum>	: "¦"	brokenbar
+-<Multi_key> <asciicircum> <exclam>	: "¦"	brokenbar
+-<Multi_key> <V> <B>			: "¦"	brokenbar
+-<Multi_key> <B> <V>			: "¦"	brokenbar
+-<Multi_key> <v> <b>			: "¦"	brokenbar
+-<Multi_key> <b> <v>			: "¦"	brokenbar
+-<Multi_key> <minus> <comma>		: "¬"	notsign
+-<Multi_key> <comma> <minus>		: "¬"	notsign
+-<Multi_key> <minus> <minus>		: "­"	hyphen
+-<Multi_key> <R> <O>			: "®"	registered
+-<Multi_key> <O> <R>			: "®"	registered
+-<Multi_key> <parenleft> <r>		: "®"	registered
+-<Multi_key> <minus> <asciicircum>	: "¯"	macron
+-<Multi_key> <asciicircum> <minus>	: "¯"	macron
+-<Multi_key> <underscore> <asciicircum>	: "¯"	macron
+-<Multi_key> <asciicircum> <underscore>	: "¯"	macron
+-<Multi_key> <underscore> <underscore>	: "¯"	macron
+-<Multi_key> <minus> <colon>		: "÷"	division
+-<Multi_key> <colon> <minus>		: "÷"	division
+-<Multi_key> <x> <x>			: "×"	multiply
+-<Multi_key> <apostrophe> <apostrophe>	: "´"	acute
+-<Multi_key> <comma> <comma>		: "¸"	cedilla
+-<Multi_key> <quotedbl> <quotedbl>	: "¨"	diaeresis
+-XCOMM Accented Alphabet
+-<Multi_key> <A> <grave>			: "À"	Agrave
+-<Multi_key> <grave> <A>			: "À"	Agrave
+-<Multi_key> <A> <acute>			: "Á"	Aacute
+-<Multi_key> <acute> <A>			: "Á"	Aacute
+-<Multi_key> <A> <apostrophe>		: "Á"	Aacute
+-<Multi_key> <apostrophe> <A>		: "Á"	Aacute
+-<Multi_key> <A> <asciicircum>		: "Â"	Acircumflex
+-<Multi_key> <asciicircum> <A>		: "Â"	Acircumflex
+-<Multi_key> <A> <greater>		: "Â"	Acircumflex
+-<Multi_key> <greater> <A>		: "Â"	Acircumflex
+-<Multi_key> <A> <asciitilde>		: "Ã"	Atilde
+-<Multi_key> <asciitilde> <A>		: "Ã"	Atilde
+-<Multi_key> <A> <minus>			: "Ã"	Atilde
+-<Multi_key> <minus> <A>			: "Ã"	Atilde
+-<Multi_key> <A> <quotedbl>		: "Ä"	Adiaeresis
+-<Multi_key> <quotedbl> <A>		: "Ä"	Adiaeresis
+-<Multi_key> <A> <diaeresis>		: "Ä"	Adiaeresis
+-<Multi_key> <diaeresis> <A>		: "Ä"	Adiaeresis
+-<Multi_key> <A> <asterisk>		: "Å"	Aring
+-<Multi_key> <asterisk> <A>		: "Å"	Aring
+-<Multi_key> <A> <A>			: "Å"	Aring
+-<Multi_key> <A> <O>			: "Å"	Aring
+-<Multi_key> <A> <E>			: "Æ"	AE
+-<Multi_key> <a> <grave>			: "à"	agrave
+-<Multi_key> <grave> <a>			: "à"	agrave
+-<Multi_key> <a> <acute>			: "á"	aacute
+-<Multi_key> <acute> <a>			: "á"	aacute
+-<Multi_key> <a> <apostrophe>		: "á"	aacute
+-<Multi_key> <apostrophe> <a>		: "á"	aacute
+-<Multi_key> <a> <asciicircum>		: "â"	acircumflex
+-<Multi_key> <asciicircum> <a>		: "â"	acircumflex
+-<Multi_key> <a> <greater>		: "â"	acircumflex
+-<Multi_key> <greater> <a>		: "â"	acircumflex
+-<Multi_key> <a> <asciitilde>		: "ã"	atilde
+-<Multi_key> <asciitilde> <a>		: "ã"	atilde
+-<Multi_key> <a> <minus>			: "ã"	atilde
+-<Multi_key> <minus> <a>			: "ã"	atilde
+-<Multi_key> <a> <quotedbl>		: "ä"	adiaeresis
+-<Multi_key> <quotedbl> <a>		: "ä"	adiaeresis
+-<Multi_key> <a> <diaeresis>		: "ä"	adiaeresis
+-<Multi_key> <diaeresis> <a>		: "ä"	adiaeresis
+-<Multi_key> <a> <asterisk>		: "å"	aring
+-<Multi_key> <asterisk> <a>		: "å"	aring
+-<Multi_key> <a> <a>			: "å"	aring
+-<Multi_key> <a> <o>			: "å"	aring
+-<Multi_key> <a> <e>			: "æ"	ae
+-<Multi_key> <acute> <C>			: "Ç"	Ccedilla
+-<Multi_key> <acute> <c>			: "ç"	ccedilla
+-<Multi_key> <C> <comma>			: "Ç"	Ccedilla
+-<Multi_key> <comma> <C>			: "Ç"	Ccedilla
+-<Multi_key> <c> <comma>			: "ç"	ccedilla
+-<Multi_key> <comma> <c>			: "ç"	ccedilla
+-<Multi_key> <minus> <D>			: "Ð"	ETH
+-<Multi_key> <D> <minus>			: "Ð"	ETH
+-<Multi_key> <minus> <d>			: "ð"	eth
+-<Multi_key> <d> <minus>			: "ð"	eth
+-<Multi_key> <E> <grave>			: "È"	Egrave
+-<Multi_key> <grave> <E>			: "È"	Egrave
+-<Multi_key> <E> <acute>			: "É"	Eacute
+-<Multi_key> <acute> <E>			: "É"	Eacute
+-<Multi_key> <E> <apostrophe>		: "É"	Eacute
+-<Multi_key> <apostrophe> <E>		: "É"	Eacute
+-<Multi_key> <E> <asciicircum>		: "Ê"	Ecircumflex
+-<Multi_key> <asciicircum> <E>		: "Ê"	Ecircumflex
+-<Multi_key> <E> <greater>		: "Ê"	Ecircumflex
+-<Multi_key> <greater> <E>		: "Ê"	Ecircumflex
+-<Multi_key> <E> <quotedbl>		: "Ë"	Ediaeresis
+-<Multi_key> <quotedbl> <E>		: "Ë"	Ediaeresis
+-<Multi_key> <E> <diaeresis>		: "Ë"	Ediaeresis
+-<Multi_key> <diaeresis> <E>		: "Ë"	Ediaeresis
+-<Multi_key> <e> <grave>			: "è"	egrave
+-<Multi_key> <grave> <e>			: "è"	egrave
+-<Multi_key> <e> <acute>			: "é"	eacute
+-<Multi_key> <acute> <e>			: "é"	eacute
+-<Multi_key> <e> <apostrophe>		: "é"	eacute
+-<Multi_key> <apostrophe> <e>		: "é"	eacute
+-<Multi_key> <e> <asciicircum>		: "ê"	ecircumflex
+-<Multi_key> <asciicircum> <e>		: "ê"	ecircumflex
+-<Multi_key> <e> <greater>		: "ê"	ecircumflex
+-<Multi_key> <greater> <e>		: "ê"	ecircumflex
+-<Multi_key> <e> <quotedbl>		: "ë"	ediaeresis
+-<Multi_key> <quotedbl> <e>		: "ë"	ediaeresis
+-<Multi_key> <e> <diaeresis>		: "ë"	ediaeresis
+-<Multi_key> <diaeresis> <e>		: "ë"	ediaeresis
+-<Multi_key> <I> <grave>			: "Ì"	Igrave
+-<Multi_key> <grave> <I>			: "Ì"	Igrave
+-<Multi_key> <I> <acute>			: "Í"	Iacute
+-<Multi_key> <acute> <I>			: "Í"	Iacute
+-<Multi_key> <I> <apostrophe>		: "Í"	Iacute
+-<Multi_key> <apostrophe> <I>		: "Í"	Iacute
+-<Multi_key> <I> <asciicircum>		: "Î"	Icircumflex
+-<Multi_key> <asciicircum> <I>		: "Î"	Icircumflex
+-<Multi_key> <I> <greater>		: "Î"	Icircumflex
+-<Multi_key> <greater> <I>		: "Î"	Icircumflex
+-<Multi_key> <I> <quotedbl>		: "Ï"	Idiaeresis
+-<Multi_key> <quotedbl> <I>		: "Ï"	Idiaeresis
+-<Multi_key> <I> <diaeresis>		: "Ï"	Idiaeresis
+-<Multi_key> <diaeresis> <I>		: "Ï"	Idiaeresis
+-<Multi_key> <i> <grave>			: "ì"	igrave
+-<Multi_key> <grave> <i>			: "ì"	igrave
+-<Multi_key> <i> <acute>			: "í"	iacute
+-<Multi_key> <acute> <i>			: "í"	iacute
+-<Multi_key> <i> <apostrophe>		: "í"	iacute
+-<Multi_key> <apostrophe> <i>		: "í"	iacute
+-<Multi_key> <i> <asciicircum>		: "î"	icircumflex
+-<Multi_key> <asciicircum> <i>		: "î"	icircumflex
+-<Multi_key> <i> <greater>		: "î"	icircumflex
+-<Multi_key> <greater> <i>		: "î"	icircumflex
+-<Multi_key> <i> <quotedbl>		: "ï"	idiaeresis
+-<Multi_key> <quotedbl> <i>		: "ï"	idiaeresis
+-<Multi_key> <i> <diaeresis>		: "ï"	idiaeresis
+-<Multi_key> <diaeresis> <i>		: "ï"	idiaeresis
+-<Multi_key> <N> <asciitilde>		: "Ñ"	Ntilde
+-<Multi_key> <asciitilde> <N>		: "Ñ"	Ntilde
+-<Multi_key> <N> <minus>			: "Ñ"	Ntilde
+-<Multi_key> <minus> <N>			: "Ñ"	Ntilde
+-<Multi_key> <n> <asciitilde>		: "ñ"	ntilde
+-<Multi_key> <asciitilde> <n>		: "ñ"	ntilde
+-<Multi_key> <n> <minus>			: "ñ"	ntilde
+-<Multi_key> <minus> <n>			: "ñ"	ntilde
+-<Multi_key> <O> <grave>			: "Ò"	Ograve
+-<Multi_key> <grave> <O>			: "Ò"	Ograve
+-<Multi_key> <O> <acute>			: "Ó"	Oacute
+-<Multi_key> <acute> <O>			: "Ó"	Oacute
+-<Multi_key> <O> <apostrophe>		: "Ó"	Oacute
+-<Multi_key> <apostrophe> <O>		: "Ó"	Oacute
+-<Multi_key> <O> <asciicircum>		: "Ô"	Ocircumflex
+-<Multi_key> <asciicircum> <O>		: "Ô"	Ocircumflex
+-<Multi_key> <O> <greater>		: "Ô"	Ocircumflex
+-<Multi_key> <greater> <O>		: "Ô"	Ocircumflex
+-<Multi_key> <O> <asciitilde>		: "Õ"	Otilde
+-<Multi_key> <asciitilde> <O>		: "Õ"	Otilde
+-<Multi_key> <O> <minus>			: "Õ"	Otilde
+-<Multi_key> <minus> <O>			: "Õ"	Otilde
+-<Multi_key> <O> <quotedbl>		: "Ö"	Odiaeresis
+-<Multi_key> <quotedbl> <O>		: "Ö"	Odiaeresis
+-<Multi_key> <O> <diaeresis>		: "Ö"	Odiaeresis
+-<Multi_key> <diaeresis> <O>		: "Ö"	Odiaeresis
+-<Multi_key> <O> <slash>			: "Ø"	Ooblique
+-<Multi_key> <slash> <O>			: "Ø"	Ooblique
+-<Multi_key> <o> <grave>			: "ò"	ograve
+-<Multi_key> <grave> <o>			: "ò"	ograve
+-<Multi_key> <o> <acute>			: "ó"	oacute
+-<Multi_key> <acute> <o>			: "ó"	oacute
+-<Multi_key> <o> <apostrophe>		: "ó"	oacute
+-<Multi_key> <apostrophe> <o>		: "ó"	oacute
+-<Multi_key> <o> <asciicircum>		: "ô"	ocircumflex
+-<Multi_key> <asciicircum> <o>		: "ô"	ocircumflex
+-<Multi_key> <o> <greater>		: "ô"	ocircumflex
+-<Multi_key> <greater> <o>		: "ô"	ocircumflex
+-<Multi_key> <o> <asciitilde>		: "õ"	otilde
+-<Multi_key> <asciitilde> <o>		: "õ"	otilde
+-<Multi_key> <o> <minus>			: "õ"	otilde
+-<Multi_key> <minus> <o>			: "õ"	otilde
+-<Multi_key> <o> <quotedbl>		: "ö"	odiaeresis
+-<Multi_key> <quotedbl> <o>		: "ö"	odiaeresis
+-<Multi_key> <o> <diaeresis>		: "ö"	odiaeresis
+-<Multi_key> <diaeresis> <o>		: "ö"	odiaeresis
+-<Multi_key> <o> <slash>			: "ø"	oslash
+-<Multi_key> <slash> <o>			: "ø"	oslash
+-<Multi_key> <U> <grave>			: "Ù"	Ugrave
+-<Multi_key> <grave> <U>			: "Ù"	Ugrave
+-<Multi_key> <U> <acute>			: "Ú"	Uacute
+-<Multi_key> <acute> <U>			: "Ú"	Uacute
+-<Multi_key> <U> <apostrophe>		: "Ú"	Uacute
+-<Multi_key> <apostrophe> <U>		: "Ú"	Uacute
+-<Multi_key> <U> <asciicircum>		: "Û"	Ucircumflex
+-<Multi_key> <asciicircum> <U>		: "Û"	Ucircumflex
+-<Multi_key> <U> <greater>		: "Û"	Ucircumflex
+-<Multi_key> <greater> <U>		: "Û"	Ucircumflex
+-<Multi_key> <U> <quotedbl>		: "Ü"	Udiaeresis
+-<Multi_key> <quotedbl> <U>		: "Ü"	Udiaeresis
+-<Multi_key> <U> <diaeresis>		: "Ü"	Udiaeresis
+-<Multi_key> <diaeresis> <U>		: "Ü"	Udiaeresis
+-<Multi_key> <u> <grave>			: "ù"	ugrave
+-<Multi_key> <grave> <u>			: "ù"	ugrave
+-<Multi_key> <u> <acute>			: "ú"	uacute
+-<Multi_key> <acute> <u>			: "ú"	uacute
+-<Multi_key> <u> <apostrophe>		: "ú"	uacute
+-<Multi_key> <apostrophe> <u>		: "ú"	uacute
+-<Multi_key> <u> <asciicircum>		: "û"	ucircumflex
+-<Multi_key> <asciicircum> <u>		: "û"	ucircumflex
+-<Multi_key> <u> <greater>		: "û"	ucircumflex
+-<Multi_key> <greater> <u>		: "û"	ucircumflex
+-<Multi_key> <u> <quotedbl>		: "ü"	udiaeresis
+-<Multi_key> <quotedbl> <u>		: "ü"	udiaeresis
+-<Multi_key> <u> <diaeresis>		: "ü"	udiaeresis
+-<Multi_key> <diaeresis> <u>		: "ü"	udiaeresis
+-<Multi_key> <s> <s>			: "ß"	ssharp
+-<Multi_key> <T> <H>			: "Þ"	THORN
+-<Multi_key> <t> <h>			: "þ"	thorn
+-<Multi_key> <Y> <acute>			: "Ý"	Yacute
+-<Multi_key> <acute> <Y>			: "Ý"	Yacute
+-<Multi_key> <Y> <apostrophe>		: "Ý"	Yacute
+-<Multi_key> <apostrophe> <Y>		: "Ý"	Yacute
+-<Multi_key> <y> <acute>			: "ý"	yacute
+-<Multi_key> <acute> <y>			: "ý"	yacute
+-<Multi_key> <y> <apostrophe>		: "ý"	yacute
+-<Multi_key> <apostrophe> <y>		: "ý"	yacute
+-<Multi_key> <y> <quotedbl>		: "ÿ"	ydiaeresis
+-<Multi_key> <quotedbl> <y>		: "ÿ"	ydiaeresis
+-<Multi_key> <y> <diaeresis>		: "ÿ"	ydiaeresis
+-<Multi_key> <diaeresis> <y>		: "ÿ"	ydiaeresis
++Ctrl<T> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <h> <greater>		: "\xc4\xa5"	hcircumflex
++Ctrl<T> <greater> <h>		: "\xc4\xa5"	hcircumflex
+ 
+-XCOMM Part 2
++Ctrl<T> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <J> <greater>		: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <greater> <J>		: "\xc4\xb4"	Jcircumflex
++
++Ctrl<T> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <j> <greater>		: "\xc4\xb5"	jcircumflex
++Ctrl<T> <greater> <j>		: "\xc4\xb5"	jcircumflex
++
++Ctrl<T> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <S> <greater>		: "\xc5\x9c"	Scircumflex
++Ctrl<T> <greater> <S>		: "\xc5\x9c"	Scircumflex
++
++Ctrl<T> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <s> <greater>		: "\xc5\x9d"	scircumflex
++Ctrl<T> <greater> <s>		: "\xc5\x9d"	scircumflex
++
++Ctrl<T> <U> <breve>		: "\xc5\xac"	Ubreve
++Ctrl<T> <breve> <U>		: "\xc5\xac"	Ubreve
++Ctrl<T> <U> <u>			: "\xc5\xac"	Ubreve
++Ctrl<T> <u> <U>			: "\xc5\xac"	Ubreve
++
++Ctrl<T> <u> <breve>		: "\xc5\xad"	ubreve
++Ctrl<T> <breve> <u>		: "\xc5\xad"	ubreve
++Ctrl<T> <u> <u>			: "\xc5\xad"	ubreve
+ XCOMM
+-XCOMM Greek Extended multi-key and dead key definitions. These have been
+-XCOMM machine-generated by a perl script, found at:
+-XCOMM	http://hal.csd.auth.gr/~vvas/i18n/xkb/polytonic-compose.pl
+-
+-<Multi_key> <greater> <Greek_alpha>                     : "ἀ"  U1f00
+-<dead_horn> <Greek_alpha>                               : "ἀ"  U1f00
+-<U0313> <Greek_alpha>                               : "ἀ"  U1f00
+-<Multi_key> <less> <Greek_alpha>                        : "ἁ"  U1f01
+-<dead_ogonek> <Greek_alpha>                             : "ἁ"  U1f01
+-<U0314> <Greek_alpha>                             : "ἁ"  U1f01
+-<Multi_key> <greater> <grave> <Greek_alpha>             : "ἂ"  U1f02
+-<Multi_key> <grave> <greater> <Greek_alpha>             : "ἂ"  U1f02
+-<dead_horn> <dead_grave> <Greek_alpha>                  : "ἂ"  U1f02
+-<U0313> <dead_grave> <Greek_alpha>                  : "ἂ"  U1f02
+-<dead_grave> <dead_horn> <Greek_alpha>                  : "ἂ"  U1f02
+-<dead_grave> <U0313> <Greek_alpha>                  : "ἂ"  U1f02
+-<Multi_key> <less> <grave> <Greek_alpha>                : "ἃ"  U1f03
+-<Multi_key> <grave> <less> <Greek_alpha>                : "ἃ"  U1f03
+-<dead_ogonek> <dead_grave> <Greek_alpha>                : "ἃ"  U1f03
+-<U0314> <dead_grave> <Greek_alpha>                : "ἃ"  U1f03
+-<dead_grave> <dead_ogonek> <Greek_alpha>                : "ἃ"  U1f03
+-<dead_grave> <U0314> <Greek_alpha>                : "ἃ"  U1f03
+-<Multi_key> <greater> <apostrophe> <Greek_alpha>        : "ἄ"  U1f04
+-<Multi_key> <apostrophe> <greater> <Greek_alpha>        : "ἄ"  U1f04
+-<dead_horn> <dead_acute> <Greek_alpha>                  : "ἄ"  U1f04
+-<U0313> <dead_acute> <Greek_alpha>                  : "ἄ"  U1f04
+-<dead_acute> <dead_horn> <Greek_alpha>                  : "ἄ"  U1f04
+-<dead_acute> <U0313> <Greek_alpha>                  : "ἄ"  U1f04
+-<Multi_key> <less> <apostrophe> <Greek_alpha>           : "ἅ"  U1f05
+-<Multi_key> <apostrophe> <less> <Greek_alpha>           : "ἅ"  U1f05
+-<dead_ogonek> <dead_acute> <Greek_alpha>                : "ἅ"  U1f05
+-<U0314> <dead_acute> <Greek_alpha>                : "ἅ"  U1f05
+-<dead_acute> <dead_ogonek> <Greek_alpha>                : "ἅ"  U1f05
+-<dead_acute> <U0314> <Greek_alpha>                : "ἅ"  U1f05
+-<Multi_key> <greater> <asciitilde> <Greek_alpha>        : "ἆ"  U1f06
+-<Multi_key> <asciitilde> <greater> <Greek_alpha>        : "ἆ"  U1f06
+-<dead_horn> <dead_tilde> <Greek_alpha>                  : "ἆ"  U1f06
+-<U0313> <dead_tilde> <Greek_alpha>                  : "ἆ"  U1f06
+-<dead_tilde> <dead_horn> <Greek_alpha>                  : "ἆ"  U1f06
+-<dead_tilde> <U0313> <Greek_alpha>                  : "ἆ"  U1f06
+-<Multi_key> <less> <asciitilde> <Greek_alpha>           : "ἇ"  U1f07
+-<Multi_key> <asciitilde> <less> <Greek_alpha>           : "ἇ"  U1f07
+-<dead_ogonek> <dead_tilde> <Greek_alpha>                : "ἇ"  U1f07
+-<U0314> <dead_tilde> <Greek_alpha>                : "ἇ"  U1f07
+-<dead_tilde> <dead_ogonek> <Greek_alpha>                : "ἇ"  U1f07
+-<dead_tilde> <U0314> <Greek_alpha>                : "ἇ"  U1f07
+-<Multi_key> <greater> <Greek_ALPHA>                     : "Ἀ"  U1f08
+-<dead_horn> <Greek_ALPHA>                               : "Ἀ"  U1f08
+-<U0313> <Greek_ALPHA>                               : "Ἀ"  U1f08
+-<Multi_key> <less> <Greek_ALPHA>                        : "Ἁ"  U1f09
+-<dead_ogonek> <Greek_ALPHA>                             : "Ἁ"  U1f09
+-<U0314> <Greek_ALPHA>                             : "Ἁ"  U1f09
+-<Multi_key> <greater> <grave> <Greek_ALPHA>             : "Ἂ"  U1f0a
+-<Multi_key> <grave> <greater> <Greek_ALPHA>             : "Ἂ"  U1f0a
+-<dead_horn> <dead_grave> <Greek_ALPHA>                  : "Ἂ"  U1f0a
+-<U0313> <dead_grave> <Greek_ALPHA>                  : "Ἂ"  U1f0a
+-<dead_grave> <dead_horn> <Greek_ALPHA>                  : "Ἂ"  U1f0a
+-<dead_grave> <U0313> <Greek_ALPHA>                  : "Ἂ"  U1f0a
+-<Multi_key> <less> <grave> <Greek_ALPHA>                : "Ἃ"  U1f0b
+-<Multi_key> <grave> <less> <Greek_ALPHA>                : "Ἃ"  U1f0b
+-<dead_ogonek> <dead_grave> <Greek_ALPHA>                : "Ἃ"  U1f0b
+-<U0314> <dead_grave> <Greek_ALPHA>                : "Ἃ"  U1f0b
+-<dead_grave> <dead_ogonek> <Greek_ALPHA>                : "Ἃ"  U1f0b
+-<dead_grave> <U0314> <Greek_ALPHA>                : "Ἃ"  U1f0b
+-<Multi_key> <greater> <apostrophe> <Greek_ALPHA>        : "Ἄ"  U1f0c
+-<Multi_key> <apostrophe> <greater> <Greek_ALPHA>        : "Ἄ"  U1f0c
+-<dead_horn> <dead_acute> <Greek_ALPHA>                  : "Ἄ"  U1f0c
+-<U0313> <dead_acute> <Greek_ALPHA>                  : "Ἄ"  U1f0c
+-<dead_acute> <dead_horn> <Greek_ALPHA>                  : "Ἄ"  U1f0c
+-<dead_acute> <U0313> <Greek_ALPHA>                  : "Ἄ"  U1f0c
+-<Multi_key> <less> <apostrophe> <Greek_ALPHA>           : "Ἅ"  U1f0d
+-<Multi_key> <apostrophe> <less> <Greek_ALPHA>           : "Ἅ"  U1f0d
+-<dead_ogonek> <dead_acute> <Greek_ALPHA>                : "Ἅ"  U1f0d
+-<U0314> <dead_acute> <Greek_ALPHA>                : "Ἅ"  U1f0d
+-<dead_acute> <dead_ogonek> <Greek_ALPHA>                : "Ἅ"  U1f0d
+-<dead_acute> <U0314> <Greek_ALPHA>                : "Ἅ"  U1f0d
+-<Multi_key> <greater> <asciitilde> <Greek_ALPHA>        : "Ἆ"  U1f0e
+-<Multi_key> <asciitilde> <greater> <Greek_ALPHA>        : "Ἆ"  U1f0e
+-<dead_horn> <dead_tilde> <Greek_ALPHA>                  : "Ἆ"  U1f0e
+-<U0313> <dead_tilde> <Greek_ALPHA>                  : "Ἆ"  U1f0e
+-<dead_tilde> <dead_horn> <Greek_ALPHA>                  : "Ἆ"  U1f0e
+-<dead_tilde> <U0313> <Greek_ALPHA>                  : "Ἆ"  U1f0e
+-<Multi_key> <less> <asciitilde> <Greek_ALPHA>           : "Ἇ"  U1f0f
+-<Multi_key> <asciitilde> <less> <Greek_ALPHA>           : "Ἇ"  U1f0f
+-<dead_ogonek> <dead_tilde> <Greek_ALPHA>                : "Ἇ"  U1f0f
+-<U0314> <dead_tilde> <Greek_ALPHA>                : "Ἇ"  U1f0f
+-<dead_tilde> <dead_ogonek> <Greek_ALPHA>                : "Ἇ"  U1f0f
+-<dead_tilde> <U0314> <Greek_ALPHA>                : "Ἇ"  U1f0f
+-<Multi_key> <greater> <Greek_epsilon>                   : "ἐ"  U1f10
+-<dead_horn> <Greek_epsilon>                             : "ἐ"  U1f10
+-<U0313> <Greek_epsilon>                             : "ἐ"  U1f10
+-<Multi_key> <less> <Greek_epsilon>                      : "ἑ"  U1f11
+-<dead_ogonek> <Greek_epsilon>                           : "ἑ"  U1f11
+-<U0314> <Greek_epsilon>                           : "ἑ"  U1f11
+-<Multi_key> <greater> <grave> <Greek_epsilon>           : "ἒ"  U1f12
+-<Multi_key> <grave> <greater> <Greek_epsilon>           : "ἒ"  U1f12
+-<dead_horn> <dead_grave> <Greek_epsilon>                : "ἒ"  U1f12
+-<U0313> <dead_grave> <Greek_epsilon>                : "ἒ"  U1f12
+-<dead_grave> <dead_horn> <Greek_epsilon>                : "ἒ"  U1f12
+-<dead_grave> <U0313> <Greek_epsilon>                : "ἒ"  U1f12
+-<Multi_key> <less> <grave> <Greek_epsilon>              : "ἓ"  U1f13
+-<Multi_key> <grave> <less> <Greek_epsilon>              : "ἓ"  U1f13
+-<dead_ogonek> <dead_grave> <Greek_epsilon>              : "ἓ"  U1f13
+-<U0314> <dead_grave> <Greek_epsilon>              : "ἓ"  U1f13
+-<dead_grave> <dead_ogonek> <Greek_epsilon>              : "ἓ"  U1f13
+-<dead_grave> <U0314> <Greek_epsilon>              : "ἓ"  U1f13
+-<Multi_key> <greater> <apostrophe> <Greek_epsilon>      : "ἔ"  U1f14
+-<Multi_key> <apostrophe> <greater> <Greek_epsilon>      : "ἔ"  U1f14
+-<dead_horn> <dead_acute> <Greek_epsilon>                : "ἔ"  U1f14
+-<U0313> <dead_acute> <Greek_epsilon>                : "ἔ"  U1f14
+-<dead_acute> <dead_horn> <Greek_epsilon>                : "ἔ"  U1f14
+-<dead_acute> <U0313> <Greek_epsilon>                : "ἔ"  U1f14
+-<Multi_key> <less> <apostrophe> <Greek_epsilon>         : "ἕ"  U1f15
+-<Multi_key> <apostrophe> <less> <Greek_epsilon>         : "ἕ"  U1f15
+-<dead_ogonek> <dead_acute> <Greek_epsilon>              : "ἕ"  U1f15
+-<U0314> <dead_acute> <Greek_epsilon>              : "ἕ"  U1f15
+-<dead_acute> <dead_ogonek> <Greek_epsilon>              : "ἕ"  U1f15
+-<dead_acute> <U0314> <Greek_epsilon>              : "ἕ"  U1f15
+-<Multi_key> <greater> <Greek_EPSILON>                   : "Ἐ"  U1f18
+-<dead_horn> <Greek_EPSILON>                             : "Ἐ"  U1f18
+-<U0313> <Greek_EPSILON>                             : "Ἐ"  U1f18
+-<Multi_key> <less> <Greek_EPSILON>                      : "Ἑ"  U1f19
+-<dead_ogonek> <Greek_EPSILON>                           : "Ἑ"  U1f19
+-<U0314> <Greek_EPSILON>                           : "Ἑ"  U1f19
+-<Multi_key> <greater> <grave> <Greek_EPSILON>           : "Ἒ"  U1f1a
+-<Multi_key> <grave> <greater> <Greek_EPSILON>           : "Ἒ"  U1f1a
+-<dead_horn> <dead_grave> <Greek_EPSILON>                : "Ἒ"  U1f1a
+-<U0313> <dead_grave> <Greek_EPSILON>                : "Ἒ"  U1f1a
+-<dead_grave> <dead_horn> <Greek_EPSILON>                : "Ἒ"  U1f1a
+-<dead_grave> <U0313> <Greek_EPSILON>                : "Ἒ"  U1f1a
+-<Multi_key> <less> <grave> <Greek_EPSILON>              : "Ἓ"  U1f1b
+-<Multi_key> <grave> <less> <Greek_EPSILON>              : "Ἓ"  U1f1b
+-<dead_ogonek> <dead_grave> <Greek_EPSILON>              : "Ἓ"  U1f1b
+-<U0314> <dead_grave> <Greek_EPSILON>              : "Ἓ"  U1f1b
+-<dead_grave> <dead_ogonek> <Greek_EPSILON>              : "Ἓ"  U1f1b
+-<dead_grave> <U0314> <Greek_EPSILON>              : "Ἓ"  U1f1b
+-<Multi_key> <greater> <apostrophe> <Greek_EPSILON>      : "Ἔ"  U1f1c
+-<Multi_key> <apostrophe> <greater> <Greek_EPSILON>      : "Ἔ"  U1f1c
+-<dead_horn> <dead_acute> <Greek_EPSILON>                : "Ἔ"  U1f1c
+-<U0313> <dead_acute> <Greek_EPSILON>                : "Ἔ"  U1f1c
+-<dead_acute> <dead_horn> <Greek_EPSILON>                : "Ἔ"  U1f1c
+-<dead_acute> <U0313> <Greek_EPSILON>                : "Ἔ"  U1f1c
+-<Multi_key> <less> <apostrophe> <Greek_EPSILON>         : "Ἕ"  U1f1d
+-<Multi_key> <apostrophe> <less> <Greek_EPSILON>         : "Ἕ"  U1f1d
+-<dead_ogonek> <dead_acute> <Greek_EPSILON>              : "Ἕ"  U1f1d
+-<U0314> <dead_acute> <Greek_EPSILON>              : "Ἕ"  U1f1d
+-<dead_acute> <dead_ogonek> <Greek_EPSILON>              : "Ἕ"  U1f1d
+-<dead_acute> <U0314> <Greek_EPSILON>              : "Ἕ"  U1f1d
+-<Multi_key> <greater> <Greek_eta>                       : "ἠ"  U1f20
+-<dead_horn> <Greek_eta>                                 : "ἠ"  U1f20
+-<U0313> <Greek_eta>                                 : "ἠ"  U1f20
+-<Multi_key> <less> <Greek_eta>                          : "ἡ"  U1f21
+-<dead_ogonek> <Greek_eta>                               : "ἡ"  U1f21
+-<U0314> <Greek_eta>                               : "ἡ"  U1f21
+-<Multi_key> <greater> <grave> <Greek_eta>               : "ἢ"  U1f22
+-<Multi_key> <grave> <greater> <Greek_eta>               : "ἢ"  U1f22
+-<dead_horn> <dead_grave> <Greek_eta>                    : "ἢ"  U1f22
+-<U0313> <dead_grave> <Greek_eta>                    : "ἢ"  U1f22
+-<dead_grave> <dead_horn> <Greek_eta>                    : "ἢ"  U1f22
+-<dead_grave> <U0313> <Greek_eta>                    : "ἢ"  U1f22
+-<Multi_key> <less> <grave> <Greek_eta>                  : "ἣ"  U1f23
+-<Multi_key> <grave> <less> <Greek_eta>                  : "ἣ"  U1f23
+-<dead_ogonek> <dead_grave> <Greek_eta>                  : "ἣ"  U1f23
+-<U0314> <dead_grave> <Greek_eta>                  : "ἣ"  U1f23
+-<dead_grave> <dead_ogonek> <Greek_eta>                  : "ἣ"  U1f23
+-<dead_grave> <U0314> <Greek_eta>                  : "ἣ"  U1f23
+-<Multi_key> <greater> <apostrophe> <Greek_eta>          : "ἤ"  U1f24
+-<Multi_key> <apostrophe> <greater> <Greek_eta>          : "ἤ"  U1f24
+-<dead_horn> <dead_acute> <Greek_eta>                    : "ἤ"  U1f24
+-<U0313> <dead_acute> <Greek_eta>                    : "ἤ"  U1f24
+-<dead_acute> <dead_horn> <Greek_eta>                    : "ἤ"  U1f24
+-<dead_acute> <U0313> <Greek_eta>                    : "ἤ"  U1f24
+-<Multi_key> <less> <apostrophe> <Greek_eta>             : "ἥ"  U1f25
+-<Multi_key> <apostrophe> <less> <Greek_eta>             : "ἥ"  U1f25
+-<dead_ogonek> <dead_acute> <Greek_eta>                  : "ἥ"  U1f25
+-<U0314> <dead_acute> <Greek_eta>                  : "ἥ"  U1f25
+-<dead_acute> <dead_ogonek> <Greek_eta>                  : "ἥ"  U1f25
+-<dead_acute> <U0314> <Greek_eta>                  : "ἥ"  U1f25
+-<Multi_key> <greater> <asciitilde> <Greek_eta>          : "ἦ"  U1f26
+-<Multi_key> <asciitilde> <greater> <Greek_eta>          : "ἦ"  U1f26
+-<dead_horn> <dead_tilde> <Greek_eta>                    : "ἦ"  U1f26
+-<U0313> <dead_tilde> <Greek_eta>                    : "ἦ"  U1f26
+-<dead_tilde> <dead_horn> <Greek_eta>                    : "ἦ"  U1f26
+-<dead_tilde> <U0313> <Greek_eta>                    : "ἦ"  U1f26
+-<Multi_key> <less> <asciitilde> <Greek_eta>             : "ἧ"  U1f27
+-<Multi_key> <asciitilde> <less> <Greek_eta>             : "ἧ"  U1f27
+-<dead_ogonek> <dead_tilde> <Greek_eta>                  : "ἧ"  U1f27
+-<U0314> <dead_tilde> <Greek_eta>                  : "ἧ"  U1f27
+-<dead_tilde> <dead_ogonek> <Greek_eta>                  : "ἧ"  U1f27
+-<dead_tilde> <U0314> <Greek_eta>                  : "ἧ"  U1f27
+-<Multi_key> <greater> <Greek_ETA>                       : "Ἠ"  U1f28
+-<dead_horn> <Greek_ETA>                                 : "Ἠ"  U1f28
+-<U0313> <Greek_ETA>                                 : "Ἠ"  U1f28
+-<Multi_key> <less> <Greek_ETA>                          : "Ἡ"  U1f29
+-<dead_ogonek> <Greek_ETA>                               : "Ἡ"  U1f29
+-<U0314> <Greek_ETA>                               : "Ἡ"  U1f29
+-<Multi_key> <greater> <grave> <Greek_ETA>               : "Ἢ"  U1f2a
+-<Multi_key> <grave> <greater> <Greek_ETA>               : "Ἢ"  U1f2a
+-<dead_horn> <dead_grave> <Greek_ETA>                    : "Ἢ"  U1f2a
+-<U0313> <dead_grave> <Greek_ETA>                    : "Ἢ"  U1f2a
+-<dead_grave> <dead_horn> <Greek_ETA>                    : "Ἢ"  U1f2a
+-<dead_grave> <U0313> <Greek_ETA>                    : "Ἢ"  U1f2a
+-<Multi_key> <less> <grave> <Greek_ETA>                  : "Ἣ"  U1f2b
+-<Multi_key> <grave> <less> <Greek_ETA>                  : "Ἣ"  U1f2b
+-<dead_ogonek> <dead_grave> <Greek_ETA>                  : "Ἣ"  U1f2b
+-<U0314> <dead_grave> <Greek_ETA>                  : "Ἣ"  U1f2b
+-<dead_grave> <dead_ogonek> <Greek_ETA>                  : "Ἣ"  U1f2b
+-<dead_grave> <U0314> <Greek_ETA>                  : "Ἣ"  U1f2b
+-<Multi_key> <greater> <apostrophe> <Greek_ETA>          : "Ἤ"  U1f2c
+-<Multi_key> <apostrophe> <greater> <Greek_ETA>          : "Ἤ"  U1f2c
+-<dead_horn> <dead_acute> <Greek_ETA>                    : "Ἤ"  U1f2c
+-<U0313> <dead_acute> <Greek_ETA>                    : "Ἤ"  U1f2c
+-<dead_acute> <dead_horn> <Greek_ETA>                    : "Ἤ"  U1f2c
+-<dead_acute> <U0313> <Greek_ETA>                    : "Ἤ"  U1f2c
+-<Multi_key> <less> <apostrophe> <Greek_ETA>             : "Ἥ"  U1f2d
+-<Multi_key> <apostrophe> <less> <Greek_ETA>             : "Ἥ"  U1f2d
+-<dead_ogonek> <dead_acute> <Greek_ETA>                  : "Ἥ"  U1f2d
+-<U0314> <dead_acute> <Greek_ETA>                  : "Ἥ"  U1f2d
+-<dead_acute> <dead_ogonek> <Greek_ETA>                  : "Ἥ"  U1f2d
+-<dead_acute> <U0314> <Greek_ETA>                  : "Ἥ"  U1f2d
+-<Multi_key> <greater> <asciitilde> <Greek_ETA>          : "Ἦ"  U1f2e
+-<Multi_key> <asciitilde> <greater> <Greek_ETA>          : "Ἦ"  U1f2e
+-<dead_horn> <dead_tilde> <Greek_ETA>                    : "Ἦ"  U1f2e
+-<U0313> <dead_tilde> <Greek_ETA>                    : "Ἦ"  U1f2e
+-<dead_tilde> <dead_horn> <Greek_ETA>                    : "Ἦ"  U1f2e
+-<dead_tilde> <U0313> <Greek_ETA>                    : "Ἦ"  U1f2e
+-<Multi_key> <less> <asciitilde> <Greek_ETA>             : "Ἧ"  U1f2f
+-<Multi_key> <asciitilde> <less> <Greek_ETA>             : "Ἧ"  U1f2f
+-<dead_ogonek> <dead_tilde> <Greek_ETA>                  : "Ἧ"  U1f2f
+-<U0314> <dead_tilde> <Greek_ETA>                  : "Ἧ"  U1f2f
+-<dead_tilde> <dead_ogonek> <Greek_ETA>                  : "Ἧ"  U1f2f
+-<dead_tilde> <U0314> <Greek_ETA>                  : "Ἧ"  U1f2f
+-<Multi_key> <greater> <Greek_iota>                      : "ἰ"  U1f30
+-<dead_horn> <Greek_iota>                                : "ἰ"  U1f30
+-<U0313> <Greek_iota>                                : "ἰ"  U1f30
+-<Multi_key> <less> <Greek_iota>                         : "ἱ"  U1f31
+-<dead_ogonek> <Greek_iota>                              : "ἱ"  U1f31
+-<U0314> <Greek_iota>                              : "ἱ"  U1f31
+-<Multi_key> <greater> <grave> <Greek_iota>              : "ἲ"  U1f32
+-<Multi_key> <grave> <greater> <Greek_iota>              : "ἲ"  U1f32
+-<dead_horn> <dead_grave> <Greek_iota>                   : "ἲ"  U1f32
+-<U0313> <dead_grave> <Greek_iota>                   : "ἲ"  U1f32
+-<dead_grave> <dead_horn> <Greek_iota>                   : "ἲ"  U1f32
+-<dead_grave> <U0313> <Greek_iota>                   : "ἲ"  U1f32
+-<Multi_key> <less> <grave> <Greek_iota>                 : "ἳ"  U1f33
+-<Multi_key> <grave> <less> <Greek_iota>                 : "ἳ"  U1f33
+-<dead_ogonek> <dead_grave> <Greek_iota>                 : "ἳ"  U1f33
+-<U0314> <dead_grave> <Greek_iota>                 : "ἳ"  U1f33
+-<dead_grave> <dead_ogonek> <Greek_iota>                 : "ἳ"  U1f33
+-<dead_grave> <U0314> <Greek_iota>                 : "ἳ"  U1f33
+-<Multi_key> <greater> <apostrophe> <Greek_iota>         : "ἴ"  U1f34
+-<Multi_key> <apostrophe> <greater> <Greek_iota>         : "ἴ"  U1f34
+-<dead_horn> <dead_acute> <Greek_iota>                   : "ἴ"  U1f34
+-<U0313> <dead_acute> <Greek_iota>                   : "ἴ"  U1f34
+-<dead_acute> <dead_horn> <Greek_iota>                   : "ἴ"  U1f34
+-<dead_acute> <U0313> <Greek_iota>                   : "ἴ"  U1f34
+-<Multi_key> <less> <apostrophe> <Greek_iota>            : "ἵ"  U1f35
+-<Multi_key> <apostrophe> <less> <Greek_iota>            : "ἵ"  U1f35
+-<dead_ogonek> <dead_acute> <Greek_iota>                 : "ἵ"  U1f35
+-<U0314> <dead_acute> <Greek_iota>                 : "ἵ"  U1f35
+-<dead_acute> <dead_ogonek> <Greek_iota>                 : "ἵ"  U1f35
+-<dead_acute> <U0314> <Greek_iota>                 : "ἵ"  U1f35
+-<Multi_key> <greater> <asciitilde> <Greek_iota>         : "ἶ"  U1f36
+-<Multi_key> <asciitilde> <greater> <Greek_iota>         : "ἶ"  U1f36
+-<dead_horn> <dead_tilde> <Greek_iota>                   : "ἶ"  U1f36
+-<U0313> <dead_tilde> <Greek_iota>                   : "ἶ"  U1f36
+-<dead_tilde> <dead_horn> <Greek_iota>                   : "ἶ"  U1f36
+-<dead_tilde> <U0313> <Greek_iota>                   : "ἶ"  U1f36
+-<Multi_key> <less> <asciitilde> <Greek_iota>            : "ἷ"  U1f37
+-<Multi_key> <asciitilde> <less> <Greek_iota>            : "ἷ"  U1f37
+-<dead_ogonek> <dead_tilde> <Greek_iota>                 : "ἷ"  U1f37
+-<U0314> <dead_tilde> <Greek_iota>                 : "ἷ"  U1f37
+-<dead_tilde> <dead_ogonek> <Greek_iota>                 : "ἷ"  U1f37
+-<dead_tilde> <U0314> <Greek_iota>                 : "ἷ"  U1f37
+-<Multi_key> <greater> <Greek_IOTA>                      : "Ἰ"  U1f38
+-<dead_horn> <Greek_IOTA>                                : "Ἰ"  U1f38
+-<U0313> <Greek_IOTA>                                : "Ἰ"  U1f38
+-<Multi_key> <less> <Greek_IOTA>                         : "Ἱ"  U1f39
+-<dead_ogonek> <Greek_IOTA>                              : "Ἱ"  U1f39
+-<U0314> <Greek_IOTA>                              : "Ἱ"  U1f39
+-<Multi_key> <greater> <grave> <Greek_IOTA>              : "Ἲ"  U1f3a
+-<Multi_key> <grave> <greater> <Greek_IOTA>              : "Ἲ"  U1f3a
+-<dead_horn> <dead_grave> <Greek_IOTA>                   : "Ἲ"  U1f3a
+-<U0313> <dead_grave> <Greek_IOTA>                   : "Ἲ"  U1f3a
+-<dead_grave> <dead_horn> <Greek_IOTA>                   : "Ἲ"  U1f3a
+-<dead_grave> <U0313> <Greek_IOTA>                   : "Ἲ"  U1f3a
+-<Multi_key> <less> <grave> <Greek_IOTA>                 : "Ἳ"  U1f3b
+-<Multi_key> <grave> <less> <Greek_IOTA>                 : "Ἳ"  U1f3b
+-<dead_ogonek> <dead_grave> <Greek_IOTA>                 : "Ἳ"  U1f3b
+-<U0314> <dead_grave> <Greek_IOTA>                 : "Ἳ"  U1f3b
+-<dead_grave> <dead_ogonek> <Greek_IOTA>                 : "Ἳ"  U1f3b
+-<dead_grave> <U0314> <Greek_IOTA>                 : "Ἳ"  U1f3b
+-<Multi_key> <greater> <apostrophe> <Greek_IOTA>         : "Ἴ"  U1f3c
+-<Multi_key> <apostrophe> <greater> <Greek_IOTA>         : "Ἴ"  U1f3c
+-<dead_horn> <dead_acute> <Greek_IOTA>                   : "Ἴ"  U1f3c
+-<U0313> <dead_acute> <Greek_IOTA>                   : "Ἴ"  U1f3c
+-<dead_acute> <dead_horn> <Greek_IOTA>                   : "Ἴ"  U1f3c
+-<dead_acute> <U0313> <Greek_IOTA>                   : "Ἴ"  U1f3c
+-<Multi_key> <less> <apostrophe> <Greek_IOTA>            : "Ἵ"  U1f3d
+-<Multi_key> <apostrophe> <less> <Greek_IOTA>            : "Ἵ"  U1f3d
+-<dead_ogonek> <dead_acute> <Greek_IOTA>                 : "Ἵ"  U1f3d
+-<U0314> <dead_acute> <Greek_IOTA>                 : "Ἵ"  U1f3d
+-<dead_acute> <dead_ogonek> <Greek_IOTA>                 : "Ἵ"  U1f3d
+-<dead_acute> <U0314> <Greek_IOTA>                 : "Ἵ"  U1f3d
+-<Multi_key> <greater> <asciitilde> <Greek_IOTA>         : "Ἶ"  U1f3e
+-<Multi_key> <asciitilde> <greater> <Greek_IOTA>         : "Ἶ"  U1f3e
+-<dead_horn> <dead_tilde> <Greek_IOTA>                   : "Ἶ"  U1f3e
+-<U0313> <dead_tilde> <Greek_IOTA>                   : "Ἶ"  U1f3e
+-<dead_tilde> <dead_horn> <Greek_IOTA>                   : "Ἶ"  U1f3e
+-<dead_tilde> <U0313> <Greek_IOTA>                   : "Ἶ"  U1f3e
+-<Multi_key> <less> <asciitilde> <Greek_IOTA>            : "Ἷ"  U1f3f
+-<Multi_key> <asciitilde> <less> <Greek_IOTA>            : "Ἷ"  U1f3f
+-<dead_ogonek> <dead_tilde> <Greek_IOTA>                 : "Ἷ"  U1f3f
+-<U0314> <dead_tilde> <Greek_IOTA>                 : "Ἷ"  U1f3f
+-<dead_tilde> <dead_ogonek> <Greek_IOTA>                 : "Ἷ"  U1f3f
+-<dead_tilde> <U0314> <Greek_IOTA>                 : "Ἷ"  U1f3f
+-<Multi_key> <greater> <Greek_omicron>                   : "ὀ"  U1f40
+-<dead_horn> <Greek_omicron>                             : "ὀ"  U1f40
+-<U0313> <Greek_omicron>                             : "ὀ"  U1f40
+-<Multi_key> <less> <Greek_omicron>                      : "ὁ"  U1f41
+-<dead_ogonek> <Greek_omicron>                           : "ὁ"  U1f41
+-<U0314> <Greek_omicron>                           : "ὁ"  U1f41
+-<Multi_key> <greater> <grave> <Greek_omicron>           : "ὂ"  U1f42
+-<Multi_key> <grave> <greater> <Greek_omicron>           : "ὂ"  U1f42
+-<dead_horn> <dead_grave> <Greek_omicron>                : "ὂ"  U1f42
+-<U0313> <dead_grave> <Greek_omicron>                : "ὂ"  U1f42
+-<dead_grave> <dead_horn> <Greek_omicron>                : "ὂ"  U1f42
+-<dead_grave> <U0313> <Greek_omicron>                : "ὂ"  U1f42
+-<Multi_key> <less> <grave> <Greek_omicron>              : "ὃ"  U1f43
+-<Multi_key> <grave> <less> <Greek_omicron>              : "ὃ"  U1f43
+-<dead_ogonek> <dead_grave> <Greek_omicron>              : "ὃ"  U1f43
+-<U0314> <dead_grave> <Greek_omicron>              : "ὃ"  U1f43
+-<dead_grave> <dead_ogonek> <Greek_omicron>              : "ὃ"  U1f43
+-<dead_grave> <U0314> <Greek_omicron>              : "ὃ"  U1f43
+-<Multi_key> <greater> <apostrophe> <Greek_omicron>      : "ὄ"  U1f44
+-<Multi_key> <apostrophe> <greater> <Greek_omicron>      : "ὄ"  U1f44
+-<dead_horn> <dead_acute> <Greek_omicron>                : "ὄ"  U1f44
+-<U0313> <dead_acute> <Greek_omicron>                : "ὄ"  U1f44
+-<dead_acute> <dead_horn> <Greek_omicron>                : "ὄ"  U1f44
+-<dead_acute> <U0313> <Greek_omicron>                : "ὄ"  U1f44
+-<Multi_key> <less> <apostrophe> <Greek_omicron>         : "ὅ"  U1f45
+-<Multi_key> <apostrophe> <less> <Greek_omicron>         : "ὅ"  U1f45
+-<dead_ogonek> <dead_acute> <Greek_omicron>              : "ὅ"  U1f45
+-<U0314> <dead_acute> <Greek_omicron>              : "ὅ"  U1f45
+-<dead_acute> <dead_ogonek> <Greek_omicron>              : "ὅ"  U1f45
+-<dead_acute> <U0314> <Greek_omicron>              : "ὅ"  U1f45
+-<Multi_key> <greater> <Greek_OMICRON>                   : "Ὀ"  U1f48
+-<dead_horn> <Greek_OMICRON>                             : "Ὀ"  U1f48
+-<U0313> <Greek_OMICRON>                             : "Ὀ"  U1f48
+-<Multi_key> <less> <Greek_OMICRON>                      : "Ὁ"  U1f49
+-<dead_ogonek> <Greek_OMICRON>                           : "Ὁ"  U1f49
+-<U0314> <Greek_OMICRON>                           : "Ὁ"  U1f49
+-<Multi_key> <greater> <grave> <Greek_OMICRON>           : "Ὂ"  U1f4a
+-<Multi_key> <grave> <greater> <Greek_OMICRON>           : "Ὂ"  U1f4a
+-<dead_horn> <dead_grave> <Greek_OMICRON>                : "Ὂ"  U1f4a
+-<U0313> <dead_grave> <Greek_OMICRON>                : "Ὂ"  U1f4a
+-<dead_grave> <dead_horn> <Greek_OMICRON>                : "Ὂ"  U1f4a
+-<dead_grave> <U0313> <Greek_OMICRON>                : "Ὂ"  U1f4a
+-<Multi_key> <less> <grave> <Greek_OMICRON>              : "Ὃ"  U1f4b
+-<Multi_key> <grave> <less> <Greek_OMICRON>              : "Ὃ"  U1f4b
+-<dead_ogonek> <dead_grave> <Greek_OMICRON>              : "Ὃ"  U1f4b
+-<U0314> <dead_grave> <Greek_OMICRON>              : "Ὃ"  U1f4b
+-<dead_grave> <dead_ogonek> <Greek_OMICRON>              : "Ὃ"  U1f4b
+-<dead_grave> <U0314> <Greek_OMICRON>              : "Ὃ"  U1f4b
+-<Multi_key> <greater> <apostrophe> <Greek_OMICRON>      : "Ὄ"  U1f4c
+-<Multi_key> <apostrophe> <greater> <Greek_OMICRON>      : "Ὄ"  U1f4c
+-<dead_horn> <dead_acute> <Greek_OMICRON>                : "Ὄ"  U1f4c
+-<U0313> <dead_acute> <Greek_OMICRON>                : "Ὄ"  U1f4c
+-<dead_acute> <dead_horn> <Greek_OMICRON>                : "Ὄ"  U1f4c
+-<dead_acute> <U0313> <Greek_OMICRON>                : "Ὄ"  U1f4c
+-<Multi_key> <less> <apostrophe> <Greek_OMICRON>         : "Ὅ"  U1f4d
+-<Multi_key> <apostrophe> <less> <Greek_OMICRON>         : "Ὅ"  U1f4d
+-<dead_ogonek> <dead_acute> <Greek_OMICRON>              : "Ὅ"  U1f4d
+-<U0314> <dead_acute> <Greek_OMICRON>              : "Ὅ"  U1f4d
+-<dead_acute> <dead_ogonek> <Greek_OMICRON>              : "Ὅ"  U1f4d
+-<dead_acute> <U0314> <Greek_OMICRON>              : "Ὅ"  U1f4d
+-<Multi_key> <greater> <Greek_upsilon>                   : "ὐ"  U1f50
+-<dead_horn> <Greek_upsilon>                             : "ὐ"  U1f50
+-<U0313> <Greek_upsilon>                             : "ὐ"  U1f50
+-<Multi_key> <less> <Greek_upsilon>                      : "ὑ"  U1f51
+-<dead_ogonek> <Greek_upsilon>                           : "ὑ"  U1f51
+-<U0314> <Greek_upsilon>                           : "ὑ"  U1f51
+-<Multi_key> <greater> <grave> <Greek_upsilon>           : "ὒ"  U1f52
+-<Multi_key> <grave> <greater> <Greek_upsilon>           : "ὒ"  U1f52
+-<dead_horn> <dead_grave> <Greek_upsilon>                : "ὒ"  U1f52
+-<U0313> <dead_grave> <Greek_upsilon>                : "ὒ"  U1f52
+-<dead_grave> <dead_horn> <Greek_upsilon>                : "ὒ"  U1f52
+-<dead_grave> <U0313> <Greek_upsilon>                : "ὒ"  U1f52
+-<Multi_key> <less> <grave> <Greek_upsilon>              : "ὓ"  U1f53
+-<Multi_key> <grave> <less> <Greek_upsilon>              : "ὓ"  U1f53
+-<dead_ogonek> <dead_grave> <Greek_upsilon>              : "ὓ"  U1f53
+-<U0314> <dead_grave> <Greek_upsilon>              : "ὓ"  U1f53
+-<dead_grave> <dead_ogonek> <Greek_upsilon>              : "ὓ"  U1f53
+-<dead_grave> <U0314> <Greek_upsilon>              : "ὓ"  U1f53
+-<Multi_key> <greater> <apostrophe> <Greek_upsilon>      : "ὔ"  U1f54
+-<Multi_key> <apostrophe> <greater> <Greek_upsilon>      : "ὔ"  U1f54
+-<dead_horn> <dead_acute> <Greek_upsilon>                : "ὔ"  U1f54
+-<U0313> <dead_acute> <Greek_upsilon>                : "ὔ"  U1f54
+-<dead_acute> <dead_horn> <Greek_upsilon>                : "ὔ"  U1f54
+-<dead_acute> <U0313> <Greek_upsilon>                : "ὔ"  U1f54
+-<Multi_key> <less> <apostrophe> <Greek_upsilon>         : "ὕ"  U1f55
+-<Multi_key> <apostrophe> <less> <Greek_upsilon>         : "ὕ"  U1f55
+-<dead_ogonek> <dead_acute> <Greek_upsilon>              : "ὕ"  U1f55
+-<U0314> <dead_acute> <Greek_upsilon>              : "ὕ"  U1f55
+-<dead_acute> <dead_ogonek> <Greek_upsilon>              : "ὕ"  U1f55
+-<dead_acute> <U0314> <Greek_upsilon>              : "ὕ"  U1f55
+-<Multi_key> <greater> <asciitilde> <Greek_upsilon>      : "ὖ"  U1f56
+-<Multi_key> <asciitilde> <greater> <Greek_upsilon>      : "ὖ"  U1f56
+-<dead_horn> <dead_tilde> <Greek_upsilon>                : "ὖ"  U1f56
+-<U0313> <dead_tilde> <Greek_upsilon>                : "ὖ"  U1f56
+-<dead_tilde> <dead_horn> <Greek_upsilon>                : "ὖ"  U1f56
+-<dead_tilde> <U0313> <Greek_upsilon>                : "ὖ"  U1f56
+-<Multi_key> <less> <asciitilde> <Greek_upsilon>         : "ὗ"  U1f57
+-<Multi_key> <asciitilde> <less> <Greek_upsilon>         : "ὗ"  U1f57
+-<dead_ogonek> <dead_tilde> <Greek_upsilon>              : "ὗ"  U1f57
+-<U0314> <dead_tilde> <Greek_upsilon>              : "ὗ"  U1f57
+-<dead_tilde> <dead_ogonek> <Greek_upsilon>              : "ὗ"  U1f57
+-<dead_tilde> <U0314> <Greek_upsilon>              : "ὗ"  U1f57
+-<Multi_key> <less> <Greek_UPSILON>                      : "Ὑ"  U1f59
+-<dead_ogonek> <Greek_UPSILON>                           : "Ὑ"  U1f59
+-<U0314> <Greek_UPSILON>                           : "Ὑ"  U1f59
+-<Multi_key> <less> <grave> <Greek_UPSILON>              : "Ὓ"  U1f5b
+-<Multi_key> <grave> <less> <Greek_UPSILON>              : "Ὓ"  U1f5b
+-<dead_ogonek> <dead_grave> <Greek_UPSILON>              : "Ὓ"  U1f5b
+-<U0314> <dead_grave> <Greek_UPSILON>              : "Ὓ"  U1f5b
+-<dead_grave> <dead_ogonek> <Greek_UPSILON>              : "Ὓ"  U1f5b
+-<dead_grave> <U0314> <Greek_UPSILON>              : "Ὓ"  U1f5b
+-<Multi_key> <less> <apostrophe> <Greek_UPSILON>         : "Ὕ"  U1f5d
+-<Multi_key> <apostrophe> <less> <Greek_UPSILON>         : "Ὕ"  U1f5d
+-<dead_ogonek> <dead_acute> <Greek_UPSILON>              : "Ὕ"  U1f5d
+-<U0314> <dead_acute> <Greek_UPSILON>              : "Ὕ"  U1f5d
+-<dead_acute> <dead_ogonek> <Greek_UPSILON>              : "Ὕ"  U1f5d
+-<dead_acute> <U0314> <Greek_UPSILON>              : "Ὕ"  U1f5d
+-<Multi_key> <less> <asciitilde> <Greek_UPSILON>         : "Ὗ"  U1f5f
+-<Multi_key> <asciitilde> <less> <Greek_UPSILON>         : "Ὗ"  U1f5f
+-<dead_ogonek> <dead_tilde> <Greek_UPSILON>              : "Ὗ"  U1f5f
+-<U0314> <dead_tilde> <Greek_UPSILON>              : "Ὗ"  U1f5f
+-<dead_tilde> <dead_ogonek> <Greek_UPSILON>              : "Ὗ"  U1f5f
+-<dead_tilde> <U0314> <Greek_UPSILON>              : "Ὗ"  U1f5f
+-<Multi_key> <greater> <Greek_omega>                     : "ὠ"  U1f60
+-<dead_horn> <Greek_omega>                               : "ὠ"  U1f60
+-<U0313> <Greek_omega>                               : "ὠ"  U1f60
+-<Multi_key> <less> <Greek_omega>                        : "ὡ"  U1f61
+-<dead_ogonek> <Greek_omega>                             : "ὡ"  U1f61
+-<U0314> <Greek_omega>                             : "ὡ"  U1f61
+-<Multi_key> <greater> <grave> <Greek_omega>             : "ὢ"  U1f62
+-<Multi_key> <grave> <greater> <Greek_omega>             : "ὢ"  U1f62
+-<dead_horn> <dead_grave> <Greek_omega>                  : "ὢ"  U1f62
+-<U0313> <dead_grave> <Greek_omega>                  : "ὢ"  U1f62
+-<dead_grave> <dead_horn> <Greek_omega>                  : "ὢ"  U1f62
+-<dead_grave> <U0313> <Greek_omega>                  : "ὢ"  U1f62
+-<Multi_key> <less> <grave> <Greek_omega>                : "ὣ"  U1f63
+-<Multi_key> <grave> <less> <Greek_omega>                : "ὣ"  U1f63
+-<dead_ogonek> <dead_grave> <Greek_omega>                : "ὣ"  U1f63
+-<U0314> <dead_grave> <Greek_omega>                : "ὣ"  U1f63
+-<dead_grave> <dead_ogonek> <Greek_omega>                : "ὣ"  U1f63
+-<dead_grave> <U0314> <Greek_omega>                : "ὣ"  U1f63
+-<Multi_key> <greater> <apostrophe> <Greek_omega>        : "ὤ"  U1f64
+-<Multi_key> <apostrophe> <greater> <Greek_omega>        : "ὤ"  U1f64
+-<dead_horn> <dead_acute> <Greek_omega>                  : "ὤ"  U1f64
+-<U0313> <dead_acute> <Greek_omega>                  : "ὤ"  U1f64
+-<dead_acute> <dead_horn> <Greek_omega>                  : "ὤ"  U1f64
+-<dead_acute> <U0313> <Greek_omega>                  : "ὤ"  U1f64
+-<Multi_key> <less> <apostrophe> <Greek_omega>           : "ὥ"  U1f65
+-<Multi_key> <apostrophe> <less> <Greek_omega>           : "ὥ"  U1f65
+-<dead_ogonek> <dead_acute> <Greek_omega>                : "ὥ"  U1f65
+-<U0314> <dead_acute> <Greek_omega>                : "ὥ"  U1f65
+-<dead_acute> <dead_ogonek> <Greek_omega>                : "ὥ"  U1f65
+-<dead_acute> <U0314> <Greek_omega>                : "ὥ"  U1f65
+-<Multi_key> <greater> <asciitilde> <Greek_omega>        : "ὦ"  U1f66
+-<Multi_key> <asciitilde> <greater> <Greek_omega>        : "ὦ"  U1f66
+-<dead_horn> <dead_tilde> <Greek_omega>                  : "ὦ"  U1f66
+-<U0313> <dead_tilde> <Greek_omega>                  : "ὦ"  U1f66
+-<dead_tilde> <dead_horn> <Greek_omega>                  : "ὦ"  U1f66
+-<dead_tilde> <U0313> <Greek_omega>                  : "ὦ"  U1f66
+-<Multi_key> <less> <asciitilde> <Greek_omega>           : "ὧ"  U1f67
+-<Multi_key> <asciitilde> <less> <Greek_omega>           : "ὧ"  U1f67
+-<dead_ogonek> <dead_tilde> <Greek_omega>                : "ὧ"  U1f67
+-<U0314> <dead_tilde> <Greek_omega>                : "ὧ"  U1f67
+-<dead_tilde> <dead_ogonek> <Greek_omega>                : "ὧ"  U1f67
+-<dead_tilde> <U0314> <Greek_omega>                : "ὧ"  U1f67
+-<Multi_key> <greater> <Greek_OMEGA>                     : "Ὠ"  U1f68
+-<dead_horn> <Greek_OMEGA>                               : "Ὠ"  U1f68
+-<U0313> <Greek_OMEGA>                               : "Ὠ"  U1f68
+-<Multi_key> <less> <Greek_OMEGA>                        : "Ὡ"  U1f69
+-<dead_ogonek> <Greek_OMEGA>                             : "Ὡ"  U1f69
+-<U0314> <Greek_OMEGA>                             : "Ὡ"  U1f69
+-<Multi_key> <greater> <grave> <Greek_OMEGA>             : "Ὢ"  U1f6a
+-<Multi_key> <grave> <greater> <Greek_OMEGA>             : "Ὢ"  U1f6a
+-<dead_horn> <dead_grave> <Greek_OMEGA>                  : "Ὢ"  U1f6a
+-<U0313> <dead_grave> <Greek_OMEGA>                  : "Ὢ"  U1f6a
+-<dead_grave> <dead_horn> <Greek_OMEGA>                  : "Ὢ"  U1f6a
+-<dead_grave> <U0313> <Greek_OMEGA>                  : "Ὢ"  U1f6a
+-<Multi_key> <less> <grave> <Greek_OMEGA>                : "Ὣ"  U1f6b
+-<Multi_key> <grave> <less> <Greek_OMEGA>                : "Ὣ"  U1f6b
+-<dead_ogonek> <dead_grave> <Greek_OMEGA>                : "Ὣ"  U1f6b
+-<U0314> <dead_grave> <Greek_OMEGA>                : "Ὣ"  U1f6b
+-<dead_grave> <dead_ogonek> <Greek_OMEGA>                : "Ὣ"  U1f6b
+-<dead_grave> <U0314> <Greek_OMEGA>                : "Ὣ"  U1f6b
+-<Multi_key> <greater> <apostrophe> <Greek_OMEGA>        : "Ὤ"  U1f6c
+-<Multi_key> <apostrophe> <greater> <Greek_OMEGA>        : "Ὤ"  U1f6c
+-<dead_horn> <dead_acute> <Greek_OMEGA>                  : "Ὤ"  U1f6c
+-<U0313> <dead_acute> <Greek_OMEGA>                  : "Ὤ"  U1f6c
+-<dead_acute> <dead_horn> <Greek_OMEGA>                  : "Ὤ"  U1f6c
+-<dead_acute> <U0313> <Greek_OMEGA>                  : "Ὤ"  U1f6c
+-<Multi_key> <less> <apostrophe> <Greek_OMEGA>           : "Ὥ"  U1f6d
+-<Multi_key> <apostrophe> <less> <Greek_OMEGA>           : "Ὥ"  U1f6d
+-<dead_ogonek> <dead_acute> <Greek_OMEGA>                : "Ὥ"  U1f6d
+-<U0314> <dead_acute> <Greek_OMEGA>                : "Ὥ"  U1f6d
+-<dead_acute> <dead_ogonek> <Greek_OMEGA>                : "Ὥ"  U1f6d
+-<dead_acute> <U0314> <Greek_OMEGA>                : "Ὥ"  U1f6d
+-<Multi_key> <greater> <asciitilde> <Greek_OMEGA>        : "Ὦ"  U1f6e
+-<Multi_key> <asciitilde> <greater> <Greek_OMEGA>        : "Ὦ"  U1f6e
+-<dead_horn> <dead_tilde> <Greek_OMEGA>                  : "Ὦ"  U1f6e
+-<U0313> <dead_tilde> <Greek_OMEGA>                  : "Ὦ"  U1f6e
+-<dead_tilde> <dead_horn> <Greek_OMEGA>                  : "Ὦ"  U1f6e
+-<dead_tilde> <U0313> <Greek_OMEGA>                  : "Ὦ"  U1f6e
+-<Multi_key> <less> <asciitilde> <Greek_OMEGA>           : "Ὧ"  U1f6f
+-<Multi_key> <asciitilde> <less> <Greek_OMEGA>           : "Ὧ"  U1f6f
+-<dead_ogonek> <dead_tilde> <Greek_OMEGA>                : "Ὧ"  U1f6f
+-<U0314> <dead_tilde> <Greek_OMEGA>                : "Ὧ"  U1f6f
+-<dead_tilde> <dead_ogonek> <Greek_OMEGA>                : "Ὧ"  U1f6f
+-<dead_tilde> <U0314> <Greek_OMEGA>                : "Ὧ"  U1f6f
+-<Multi_key> <grave> <Greek_alpha>                       : "ὰ"  U1f70
+-<dead_grave> <Greek_alpha>                              : "ὰ"  U1f70
+-<Multi_key> <grave> <Greek_epsilon>                     : "ὲ"  U1f72
+-<dead_grave> <Greek_epsilon>                            : "ὲ"  U1f72
+-<Multi_key> <grave> <Greek_eta>                         : "ὴ"  U1f74
+-<dead_grave> <Greek_eta>                                : "ὴ"  U1f74
+-<Multi_key> <grave> <Greek_iota>                        : "ὶ"  U1f76
+-<dead_grave> <Greek_iota>                               : "ὶ"  U1f76
+-<Multi_key> <grave> <Greek_omicron>                     : "ὸ"  U1f78
+-<dead_grave> <Greek_omicron>                            : "ὸ"  U1f78
+-<Multi_key> <grave> <Greek_upsilon>                     : "ὺ"  U1f7a
+-<dead_grave> <Greek_upsilon>                            : "ὺ"  U1f7a
+-<Multi_key> <grave> <Greek_omega>                       : "ὼ"  U1f7c
+-<dead_grave> <Greek_omega>                              : "ὼ"  U1f7c
+-<Multi_key> <bar> <greater> <Greek_alpha>               : "ᾀ"  U1f80
+-<Multi_key> <greater> <bar> <Greek_alpha>               : "ᾀ"  U1f80
+-<dead_iota> <dead_horn> <Greek_alpha>                   : "ᾀ"  U1f80
+-<dead_iota> <U0313> <Greek_alpha>                   : "ᾀ"  U1f80
+-<dead_horn> <dead_iota> <Greek_alpha>                   : "ᾀ"  U1f80
+-<U0313> <dead_iota> <Greek_alpha>                   : "ᾀ"  U1f80
+-<Multi_key> <bar> <less> <Greek_alpha>                  : "ᾁ"  U1f81
+-<Multi_key> <less> <bar> <Greek_alpha>                  : "ᾁ"  U1f81
+-<dead_iota> <dead_ogonek> <Greek_alpha>                 : "ᾁ"  U1f81
+-<dead_iota> <U0314> <Greek_alpha>                 : "ᾁ"  U1f81
+-<dead_ogonek> <dead_iota> <Greek_alpha>                 : "ᾁ"  U1f81
+-<U0314> <dead_iota> <Greek_alpha>                 : "ᾁ"  U1f81
+-<Multi_key> <bar> <greater> <grave> <Greek_alpha>       : "ᾂ"  U1f82
+-<Multi_key> <bar> <grave> <greater> <Greek_alpha>       : "ᾂ"  U1f82
+-<Multi_key> <greater> <bar> <grave> <Greek_alpha>       : "ᾂ"  U1f82
+-<Multi_key> <greater> <grave> <bar> <Greek_alpha>       : "ᾂ"  U1f82
+-<Multi_key> <grave> <bar> <greater> <Greek_alpha>       : "ᾂ"  U1f82
+-<Multi_key> <grave> <greater> <bar> <Greek_alpha>       : "ᾂ"  U1f82
+-<dead_iota> <dead_horn> <dead_grave> <Greek_alpha>      : "ᾂ"  U1f82
+-<dead_iota> <U0313> <dead_grave> <Greek_alpha>      : "ᾂ"  U1f82
+-<dead_iota> <dead_grave> <dead_horn> <Greek_alpha>      : "ᾂ"  U1f82
+-<dead_iota> <dead_grave> <U0313> <Greek_alpha>      : "ᾂ"  U1f82
+-<dead_horn> <dead_iota> <dead_grave> <Greek_alpha>      : "ᾂ"  U1f82
+-<U0313> <dead_iota> <dead_grave> <Greek_alpha>      : "ᾂ"  U1f82
+-<dead_horn> <dead_grave> <dead_iota> <Greek_alpha>      : "ᾂ"  U1f82
+-<U0313> <dead_grave> <dead_iota> <Greek_alpha>      : "ᾂ"  U1f82
+-<dead_grave> <dead_iota> <dead_horn> <Greek_alpha>      : "ᾂ"  U1f82
+-<dead_grave> <dead_iota> <U0313> <Greek_alpha>      : "ᾂ"  U1f82
+-<dead_grave> <dead_horn> <dead_iota> <Greek_alpha>      : "ᾂ"  U1f82
+-<dead_grave> <U0313> <dead_iota> <Greek_alpha>      : "ᾂ"  U1f82
+-<Multi_key> <bar> <less> <grave> <Greek_alpha>          : "ᾃ"  U1f83
+-<Multi_key> <bar> <grave> <less> <Greek_alpha>          : "ᾃ"  U1f83
+-<Multi_key> <less> <bar> <grave> <Greek_alpha>          : "ᾃ"  U1f83
+-<Multi_key> <less> <grave> <bar> <Greek_alpha>          : "ᾃ"  U1f83
+-<Multi_key> <grave> <bar> <less> <Greek_alpha>          : "ᾃ"  U1f83
+-<Multi_key> <grave> <less> <bar> <Greek_alpha>          : "ᾃ"  U1f83
+-<dead_iota> <dead_ogonek> <dead_grave> <Greek_alpha>    : "ᾃ"  U1f83
+-<dead_iota> <U0314> <dead_grave> <Greek_alpha>    : "ᾃ"  U1f83
+-<dead_iota> <dead_grave> <dead_ogonek> <Greek_alpha>    : "ᾃ"  U1f83
+-<dead_iota> <dead_grave> <U0314> <Greek_alpha>    : "ᾃ"  U1f83
+-<dead_ogonek> <dead_iota> <dead_grave> <Greek_alpha>    : "ᾃ"  U1f83
+-<U0314> <dead_iota> <dead_grave> <Greek_alpha>    : "ᾃ"  U1f83
+-<dead_ogonek> <dead_grave> <dead_iota> <Greek_alpha>    : "ᾃ"  U1f83
+-<U0314> <dead_grave> <dead_iota> <Greek_alpha>    : "ᾃ"  U1f83
+-<dead_grave> <dead_iota> <dead_ogonek> <Greek_alpha>    : "ᾃ"  U1f83
+-<dead_grave> <dead_iota> <U0314> <Greek_alpha>    : "ᾃ"  U1f83
+-<dead_grave> <dead_ogonek> <dead_iota> <Greek_alpha>    : "ᾃ"  U1f83
+-<dead_grave> <U0314> <dead_iota> <Greek_alpha>    : "ᾃ"  U1f83
+-<Multi_key> <bar> <greater> <apostrophe> <Greek_alpha>  : "ᾄ"  U1f84
+-<Multi_key> <bar> <apostrophe> <greater> <Greek_alpha>  : "ᾄ"  U1f84
+-<Multi_key> <greater> <bar> <apostrophe> <Greek_alpha>  : "ᾄ"  U1f84
+-<Multi_key> <greater> <apostrophe> <bar> <Greek_alpha>  : "ᾄ"  U1f84
+-<Multi_key> <apostrophe> <bar> <greater> <Greek_alpha>  : "ᾄ"  U1f84
+-<Multi_key> <apostrophe> <greater> <bar> <Greek_alpha>  : "ᾄ"  U1f84
+-<dead_iota> <dead_horn> <dead_acute> <Greek_alpha>      : "ᾄ"  U1f84
+-<dead_iota> <U0313> <dead_acute> <Greek_alpha>      : "ᾄ"  U1f84
+-<dead_iota> <dead_acute> <dead_horn> <Greek_alpha>      : "ᾄ"  U1f84
+-<dead_iota> <dead_acute> <U0313> <Greek_alpha>      : "ᾄ"  U1f84
+-<dead_horn> <dead_iota> <dead_acute> <Greek_alpha>      : "ᾄ"  U1f84
+-<U0313> <dead_iota> <dead_acute> <Greek_alpha>      : "ᾄ"  U1f84
+-<dead_horn> <dead_acute> <dead_iota> <Greek_alpha>      : "ᾄ"  U1f84
+-<U0313> <dead_acute> <dead_iota> <Greek_alpha>      : "ᾄ"  U1f84
+-<dead_acute> <dead_iota> <dead_horn> <Greek_alpha>      : "ᾄ"  U1f84
+-<dead_acute> <dead_iota> <U0313> <Greek_alpha>      : "ᾄ"  U1f84
+-<dead_acute> <dead_horn> <dead_iota> <Greek_alpha>      : "ᾄ"  U1f84
+-<dead_acute> <U0313> <dead_iota> <Greek_alpha>      : "ᾄ"  U1f84
+-<Multi_key> <bar> <less> <apostrophe> <Greek_alpha>     : "ᾅ"  U1f85
+-<Multi_key> <bar> <apostrophe> <less> <Greek_alpha>     : "ᾅ"  U1f85
+-<Multi_key> <less> <bar> <apostrophe> <Greek_alpha>     : "ᾅ"  U1f85
+-<Multi_key> <less> <apostrophe> <bar> <Greek_alpha>     : "ᾅ"  U1f85
+-<Multi_key> <apostrophe> <bar> <less> <Greek_alpha>     : "ᾅ"  U1f85
+-<Multi_key> <apostrophe> <less> <bar> <Greek_alpha>     : "ᾅ"  U1f85
+-<dead_iota> <dead_ogonek> <dead_acute> <Greek_alpha>    : "ᾅ"  U1f85
+-<dead_iota> <U0314> <dead_acute> <Greek_alpha>    : "ᾅ"  U1f85
+-<dead_iota> <dead_acute> <dead_ogonek> <Greek_alpha>    : "ᾅ"  U1f85
+-<dead_iota> <dead_acute> <U0314> <Greek_alpha>    : "ᾅ"  U1f85
+-<dead_ogonek> <dead_iota> <dead_acute> <Greek_alpha>    : "ᾅ"  U1f85
+-<U0314> <dead_iota> <dead_acute> <Greek_alpha>    : "ᾅ"  U1f85
+-<dead_ogonek> <dead_acute> <dead_iota> <Greek_alpha>    : "ᾅ"  U1f85
+-<U0314> <dead_acute> <dead_iota> <Greek_alpha>    : "ᾅ"  U1f85
+-<dead_acute> <dead_iota> <dead_ogonek> <Greek_alpha>    : "ᾅ"  U1f85
+-<dead_acute> <dead_iota> <U0314> <Greek_alpha>    : "ᾅ"  U1f85
+-<dead_acute> <dead_ogonek> <dead_iota> <Greek_alpha>    : "ᾅ"  U1f85
+-<dead_acute> <U0314> <dead_iota> <Greek_alpha>    : "ᾅ"  U1f85
+-<Multi_key> <bar> <greater> <asciitilde> <Greek_alpha>  : "ᾆ"  U1f86
+-<Multi_key> <bar> <asciitilde> <greater> <Greek_alpha>  : "ᾆ"  U1f86
+-<Multi_key> <greater> <bar> <asciitilde> <Greek_alpha>  : "ᾆ"  U1f86
+-<Multi_key> <greater> <asciitilde> <bar> <Greek_alpha>  : "ᾆ"  U1f86
+-<Multi_key> <asciitilde> <bar> <greater> <Greek_alpha>  : "ᾆ"  U1f86
+-<Multi_key> <asciitilde> <greater> <bar> <Greek_alpha>  : "ᾆ"  U1f86
+-<dead_iota> <dead_horn> <dead_tilde> <Greek_alpha>      : "ᾆ"  U1f86
+-<dead_iota> <U0313> <dead_tilde> <Greek_alpha>      : "ᾆ"  U1f86
+-<dead_iota> <dead_tilde> <dead_horn> <Greek_alpha>      : "ᾆ"  U1f86
+-<dead_iota> <dead_tilde> <U0313> <Greek_alpha>      : "ᾆ"  U1f86
+-<dead_horn> <dead_iota> <dead_tilde> <Greek_alpha>      : "ᾆ"  U1f86
+-<U0313> <dead_iota> <dead_tilde> <Greek_alpha>      : "ᾆ"  U1f86
+-<dead_horn> <dead_tilde> <dead_iota> <Greek_alpha>      : "ᾆ"  U1f86
+-<U0313> <dead_tilde> <dead_iota> <Greek_alpha>      : "ᾆ"  U1f86
+-<dead_tilde> <dead_iota> <dead_horn> <Greek_alpha>      : "ᾆ"  U1f86
+-<dead_tilde> <dead_iota> <U0313> <Greek_alpha>      : "ᾆ"  U1f86
+-<dead_tilde> <dead_horn> <dead_iota> <Greek_alpha>      : "ᾆ"  U1f86
+-<dead_tilde> <U0313> <dead_iota> <Greek_alpha>      : "ᾆ"  U1f86
+-<Multi_key> <bar> <less> <asciitilde> <Greek_alpha>     : "ᾇ"  U1f87
+-<Multi_key> <bar> <asciitilde> <less> <Greek_alpha>     : "ᾇ"  U1f87
+-<Multi_key> <less> <bar> <asciitilde> <Greek_alpha>     : "ᾇ"  U1f87
+-<Multi_key> <less> <asciitilde> <bar> <Greek_alpha>     : "ᾇ"  U1f87
+-<Multi_key> <asciitilde> <bar> <less> <Greek_alpha>     : "ᾇ"  U1f87
+-<Multi_key> <asciitilde> <less> <bar> <Greek_alpha>     : "ᾇ"  U1f87
+-<dead_iota> <dead_ogonek> <dead_tilde> <Greek_alpha>    : "ᾇ"  U1f87
+-<dead_iota> <U0314> <dead_tilde> <Greek_alpha>    : "ᾇ"  U1f87
+-<dead_iota> <dead_tilde> <dead_ogonek> <Greek_alpha>    : "ᾇ"  U1f87
+-<dead_iota> <dead_tilde> <U0314> <Greek_alpha>    : "ᾇ"  U1f87
+-<dead_ogonek> <dead_iota> <dead_tilde> <Greek_alpha>    : "ᾇ"  U1f87
+-<U0314> <dead_iota> <dead_tilde> <Greek_alpha>    : "ᾇ"  U1f87
+-<dead_ogonek> <dead_tilde> <dead_iota> <Greek_alpha>    : "ᾇ"  U1f87
+-<U0314> <dead_tilde> <dead_iota> <Greek_alpha>    : "ᾇ"  U1f87
+-<dead_tilde> <dead_iota> <dead_ogonek> <Greek_alpha>    : "ᾇ"  U1f87
+-<dead_tilde> <dead_iota> <U0314> <Greek_alpha>    : "ᾇ"  U1f87
+-<dead_tilde> <dead_ogonek> <dead_iota> <Greek_alpha>    : "ᾇ"  U1f87
+-<dead_tilde> <U0314> <dead_iota> <Greek_alpha>    : "ᾇ"  U1f87
+-<Multi_key> <bar> <greater> <Greek_ALPHA>               : "ᾈ"  U1f88
+-<Multi_key> <greater> <bar> <Greek_ALPHA>               : "ᾈ"  U1f88
+-<dead_iota> <dead_horn> <Greek_ALPHA>                   : "ᾈ"  U1f88
+-<dead_iota> <U0313> <Greek_ALPHA>                   : "ᾈ"  U1f88
+-<dead_horn> <dead_iota> <Greek_ALPHA>                   : "ᾈ"  U1f88
+-<U0313> <dead_iota> <Greek_ALPHA>                   : "ᾈ"  U1f88
+-<Multi_key> <bar> <less> <Greek_ALPHA>                  : "ᾉ"  U1f89
+-<Multi_key> <less> <bar> <Greek_ALPHA>                  : "ᾉ"  U1f89
+-<dead_iota> <dead_ogonek> <Greek_ALPHA>                 : "ᾉ"  U1f89
+-<dead_iota> <U0314> <Greek_ALPHA>                 : "ᾉ"  U1f89
+-<dead_ogonek> <dead_iota> <Greek_ALPHA>                 : "ᾉ"  U1f89
+-<U0314> <dead_iota> <Greek_ALPHA>                 : "ᾉ"  U1f89
+-<Multi_key> <bar> <greater> <grave> <Greek_ALPHA>       : "ᾊ"  U1f8a
+-<Multi_key> <bar> <grave> <greater> <Greek_ALPHA>       : "ᾊ"  U1f8a
+-<Multi_key> <greater> <bar> <grave> <Greek_ALPHA>       : "ᾊ"  U1f8a
+-<Multi_key> <greater> <grave> <bar> <Greek_ALPHA>       : "ᾊ"  U1f8a
+-<Multi_key> <grave> <bar> <greater> <Greek_ALPHA>       : "ᾊ"  U1f8a
+-<Multi_key> <grave> <greater> <bar> <Greek_ALPHA>       : "ᾊ"  U1f8a
+-<dead_iota> <dead_horn> <dead_grave> <Greek_ALPHA>      : "ᾊ"  U1f8a
+-<dead_iota> <U0313> <dead_grave> <Greek_ALPHA>      : "ᾊ"  U1f8a
+-<dead_iota> <dead_grave> <dead_horn> <Greek_ALPHA>      : "ᾊ"  U1f8a
+-<dead_iota> <dead_grave> <U0313> <Greek_ALPHA>      : "ᾊ"  U1f8a
+-<dead_horn> <dead_iota> <dead_grave> <Greek_ALPHA>      : "ᾊ"  U1f8a
+-<U0313> <dead_iota> <dead_grave> <Greek_ALPHA>      : "ᾊ"  U1f8a
+-<dead_horn> <dead_grave> <dead_iota> <Greek_ALPHA>      : "ᾊ"  U1f8a
+-<U0313> <dead_grave> <dead_iota> <Greek_ALPHA>      : "ᾊ"  U1f8a
+-<dead_grave> <dead_iota> <dead_horn> <Greek_ALPHA>      : "ᾊ"  U1f8a
+-<dead_grave> <dead_iota> <U0313> <Greek_ALPHA>      : "ᾊ"  U1f8a
+-<dead_grave> <dead_horn> <dead_iota> <Greek_ALPHA>      : "ᾊ"  U1f8a
+-<dead_grave> <U0313> <dead_iota> <Greek_ALPHA>      : "ᾊ"  U1f8a
+-<Multi_key> <bar> <less> <grave> <Greek_ALPHA>          : "ᾋ"  U1f8b
+-<Multi_key> <bar> <grave> <less> <Greek_ALPHA>          : "ᾋ"  U1f8b
+-<Multi_key> <less> <bar> <grave> <Greek_ALPHA>          : "ᾋ"  U1f8b
+-<Multi_key> <less> <grave> <bar> <Greek_ALPHA>          : "ᾋ"  U1f8b
+-<Multi_key> <grave> <bar> <less> <Greek_ALPHA>          : "ᾋ"  U1f8b
+-<Multi_key> <grave> <less> <bar> <Greek_ALPHA>          : "ᾋ"  U1f8b
+-<dead_iota> <dead_ogonek> <dead_grave> <Greek_ALPHA>    : "ᾋ"  U1f8b
+-<dead_iota> <U0314> <dead_grave> <Greek_ALPHA>    : "ᾋ"  U1f8b
+-<dead_iota> <dead_grave> <dead_ogonek> <Greek_ALPHA>    : "ᾋ"  U1f8b
+-<dead_iota> <dead_grave> <U0314> <Greek_ALPHA>    : "ᾋ"  U1f8b
+-<dead_ogonek> <dead_iota> <dead_grave> <Greek_ALPHA>    : "ᾋ"  U1f8b
+-<U0314> <dead_iota> <dead_grave> <Greek_ALPHA>    : "ᾋ"  U1f8b
+-<dead_ogonek> <dead_grave> <dead_iota> <Greek_ALPHA>    : "ᾋ"  U1f8b
+-<U0314> <dead_grave> <dead_iota> <Greek_ALPHA>    : "ᾋ"  U1f8b
+-<dead_grave> <dead_iota> <dead_ogonek> <Greek_ALPHA>    : "ᾋ"  U1f8b
+-<dead_grave> <dead_iota> <U0314> <Greek_ALPHA>    : "ᾋ"  U1f8b
+-<dead_grave> <dead_ogonek> <dead_iota> <Greek_ALPHA>    : "ᾋ"  U1f8b
+-<dead_grave> <U0314> <dead_iota> <Greek_ALPHA>    : "ᾋ"  U1f8b
+-<Multi_key> <bar> <greater> <apostrophe> <Greek_ALPHA>  : "ᾌ"  U1f8c
+-<Multi_key> <bar> <apostrophe> <greater> <Greek_ALPHA>  : "ᾌ"  U1f8c
+-<Multi_key> <greater> <bar> <apostrophe> <Greek_ALPHA>  : "ᾌ"  U1f8c
+-<Multi_key> <greater> <apostrophe> <bar> <Greek_ALPHA>  : "ᾌ"  U1f8c
+-<Multi_key> <apostrophe> <bar> <greater> <Greek_ALPHA>  : "ᾌ"  U1f8c
+-<Multi_key> <apostrophe> <greater> <bar> <Greek_ALPHA>  : "ᾌ"  U1f8c
+-<dead_iota> <dead_horn> <dead_acute> <Greek_ALPHA>      : "ᾌ"  U1f8c
+-<dead_iota> <U0313> <dead_acute> <Greek_ALPHA>      : "ᾌ"  U1f8c
+-<dead_iota> <dead_acute> <dead_horn> <Greek_ALPHA>      : "ᾌ"  U1f8c
+-<dead_iota> <dead_acute> <U0313> <Greek_ALPHA>      : "ᾌ"  U1f8c
+-<dead_horn> <dead_iota> <dead_acute> <Greek_ALPHA>      : "ᾌ"  U1f8c
+-<U0313> <dead_iota> <dead_acute> <Greek_ALPHA>      : "ᾌ"  U1f8c
+-<dead_horn> <dead_acute> <dead_iota> <Greek_ALPHA>      : "ᾌ"  U1f8c
+-<U0313> <dead_acute> <dead_iota> <Greek_ALPHA>      : "ᾌ"  U1f8c
+-<dead_acute> <dead_iota> <dead_horn> <Greek_ALPHA>      : "ᾌ"  U1f8c
+-<dead_acute> <dead_iota> <U0313> <Greek_ALPHA>      : "ᾌ"  U1f8c
+-<dead_acute> <dead_horn> <dead_iota> <Greek_ALPHA>      : "ᾌ"  U1f8c
+-<dead_acute> <U0313> <dead_iota> <Greek_ALPHA>      : "ᾌ"  U1f8c
+-<Multi_key> <bar> <less> <apostrophe> <Greek_ALPHA>     : "ᾍ"  U1f8d
+-<Multi_key> <bar> <apostrophe> <less> <Greek_ALPHA>     : "ᾍ"  U1f8d
+-<Multi_key> <less> <bar> <apostrophe> <Greek_ALPHA>     : "ᾍ"  U1f8d
+-<Multi_key> <less> <apostrophe> <bar> <Greek_ALPHA>     : "ᾍ"  U1f8d
+-<Multi_key> <apostrophe> <bar> <less> <Greek_ALPHA>     : "ᾍ"  U1f8d
+-<Multi_key> <apostrophe> <less> <bar> <Greek_ALPHA>     : "ᾍ"  U1f8d
+-<dead_iota> <dead_ogonek> <dead_acute> <Greek_ALPHA>    : "ᾍ"  U1f8d
+-<dead_iota> <U0314> <dead_acute> <Greek_ALPHA>    : "ᾍ"  U1f8d
+-<dead_iota> <dead_acute> <dead_ogonek> <Greek_ALPHA>    : "ᾍ"  U1f8d
+-<dead_iota> <dead_acute> <U0314> <Greek_ALPHA>    : "ᾍ"  U1f8d
+-<dead_ogonek> <dead_iota> <dead_acute> <Greek_ALPHA>    : "ᾍ"  U1f8d
+-<U0314> <dead_iota> <dead_acute> <Greek_ALPHA>    : "ᾍ"  U1f8d
+-<dead_ogonek> <dead_acute> <dead_iota> <Greek_ALPHA>    : "ᾍ"  U1f8d
+-<U0314> <dead_acute> <dead_iota> <Greek_ALPHA>    : "ᾍ"  U1f8d
+-<dead_acute> <dead_iota> <dead_ogonek> <Greek_ALPHA>    : "ᾍ"  U1f8d
+-<dead_acute> <dead_iota> <U0314> <Greek_ALPHA>    : "ᾍ"  U1f8d
+-<dead_acute> <dead_ogonek> <dead_iota> <Greek_ALPHA>    : "ᾍ"  U1f8d
+-<dead_acute> <U0314> <dead_iota> <Greek_ALPHA>    : "ᾍ"  U1f8d
+-<Multi_key> <bar> <greater> <asciitilde> <Greek_ALPHA>  : "ᾎ"  U1f8e
+-<Multi_key> <bar> <asciitilde> <greater> <Greek_ALPHA>  : "ᾎ"  U1f8e
+-<Multi_key> <greater> <bar> <asciitilde> <Greek_ALPHA>  : "ᾎ"  U1f8e
+-<Multi_key> <greater> <asciitilde> <bar> <Greek_ALPHA>  : "ᾎ"  U1f8e
+-<Multi_key> <asciitilde> <bar> <greater> <Greek_ALPHA>  : "ᾎ"  U1f8e
+-<Multi_key> <asciitilde> <greater> <bar> <Greek_ALPHA>  : "ᾎ"  U1f8e
+-<dead_iota> <dead_horn> <dead_tilde> <Greek_ALPHA>      : "ᾎ"  U1f8e
+-<dead_iota> <U0313> <dead_tilde> <Greek_ALPHA>      : "ᾎ"  U1f8e
+-<dead_iota> <dead_tilde> <dead_horn> <Greek_ALPHA>      : "ᾎ"  U1f8e
+-<dead_iota> <dead_tilde> <U0313> <Greek_ALPHA>      : "ᾎ"  U1f8e
+-<dead_horn> <dead_iota> <dead_tilde> <Greek_ALPHA>      : "ᾎ"  U1f8e
+-<U0313> <dead_iota> <dead_tilde> <Greek_ALPHA>      : "ᾎ"  U1f8e
+-<dead_horn> <dead_tilde> <dead_iota> <Greek_ALPHA>      : "ᾎ"  U1f8e
+-<U0313> <dead_tilde> <dead_iota> <Greek_ALPHA>      : "ᾎ"  U1f8e
+-<dead_tilde> <dead_iota> <dead_horn> <Greek_ALPHA>      : "ᾎ"  U1f8e
+-<dead_tilde> <dead_iota> <U0313> <Greek_ALPHA>      : "ᾎ"  U1f8e
+-<dead_tilde> <dead_horn> <dead_iota> <Greek_ALPHA>      : "ᾎ"  U1f8e
+-<dead_tilde> <U0313> <dead_iota> <Greek_ALPHA>      : "ᾎ"  U1f8e
+-<Multi_key> <bar> <less> <asciitilde> <Greek_ALPHA>     : "ᾏ"  U1f8f
+-<Multi_key> <bar> <asciitilde> <less> <Greek_ALPHA>     : "ᾏ"  U1f8f
+-<Multi_key> <less> <bar> <asciitilde> <Greek_ALPHA>     : "ᾏ"  U1f8f
+-<Multi_key> <less> <asciitilde> <bar> <Greek_ALPHA>     : "ᾏ"  U1f8f
+-<Multi_key> <asciitilde> <bar> <less> <Greek_ALPHA>     : "ᾏ"  U1f8f
+-<Multi_key> <asciitilde> <less> <bar> <Greek_ALPHA>     : "ᾏ"  U1f8f
+-<dead_iota> <dead_ogonek> <dead_tilde> <Greek_ALPHA>    : "ᾏ"  U1f8f
+-<dead_iota> <U0314> <dead_tilde> <Greek_ALPHA>    : "ᾏ"  U1f8f
+-<dead_iota> <dead_tilde> <dead_ogonek> <Greek_ALPHA>    : "ᾏ"  U1f8f
+-<dead_iota> <dead_tilde> <U0314> <Greek_ALPHA>    : "ᾏ"  U1f8f
+-<dead_ogonek> <dead_iota> <dead_tilde> <Greek_ALPHA>    : "ᾏ"  U1f8f
+-<U0314> <dead_iota> <dead_tilde> <Greek_ALPHA>    : "ᾏ"  U1f8f
+-<dead_ogonek> <dead_tilde> <dead_iota> <Greek_ALPHA>    : "ᾏ"  U1f8f
+-<U0314> <dead_tilde> <dead_iota> <Greek_ALPHA>    : "ᾏ"  U1f8f
+-<dead_tilde> <dead_iota> <dead_ogonek> <Greek_ALPHA>    : "ᾏ"  U1f8f
+-<dead_tilde> <dead_iota> <U0314> <Greek_ALPHA>    : "ᾏ"  U1f8f
+-<dead_tilde> <dead_ogonek> <dead_iota> <Greek_ALPHA>    : "ᾏ"  U1f8f
+-<dead_tilde> <U0314> <dead_iota> <Greek_ALPHA>    : "ᾏ"  U1f8f
+-<Multi_key> <bar> <greater> <Greek_eta>                 : "ᾐ"  U1f90
+-<Multi_key> <greater> <bar> <Greek_eta>                 : "ᾐ"  U1f90
+-<dead_iota> <dead_horn> <Greek_eta>                     : "ᾐ"  U1f90
+-<dead_iota> <U0313> <Greek_eta>                     : "ᾐ"  U1f90
+-<dead_horn> <dead_iota> <Greek_eta>                     : "ᾐ"  U1f90
+-<U0313> <dead_iota> <Greek_eta>                     : "ᾐ"  U1f90
+-<Multi_key> <bar> <less> <Greek_eta>                    : "ᾑ"  U1f91
+-<Multi_key> <less> <bar> <Greek_eta>                    : "ᾑ"  U1f91
+-<dead_iota> <dead_ogonek> <Greek_eta>                   : "ᾑ"  U1f91
+-<dead_iota> <U0314> <Greek_eta>                   : "ᾑ"  U1f91
+-<dead_ogonek> <dead_iota> <Greek_eta>                   : "ᾑ"  U1f91
+-<U0314> <dead_iota> <Greek_eta>                   : "ᾑ"  U1f91
+-<Multi_key> <bar> <greater> <grave> <Greek_eta>         : "ᾒ"  U1f92
+-<Multi_key> <bar> <grave> <greater> <Greek_eta>         : "ᾒ"  U1f92
+-<Multi_key> <greater> <bar> <grave> <Greek_eta>         : "ᾒ"  U1f92
+-<Multi_key> <greater> <grave> <bar> <Greek_eta>         : "ᾒ"  U1f92
+-<Multi_key> <grave> <bar> <greater> <Greek_eta>         : "ᾒ"  U1f92
+-<Multi_key> <grave> <greater> <bar> <Greek_eta>         : "ᾒ"  U1f92
+-<dead_iota> <dead_horn> <dead_grave> <Greek_eta>        : "ᾒ"  U1f92
+-<dead_iota> <U0313> <dead_grave> <Greek_eta>        : "ᾒ"  U1f92
+-<dead_iota> <dead_grave> <dead_horn> <Greek_eta>        : "ᾒ"  U1f92
+-<dead_iota> <dead_grave> <U0313> <Greek_eta>        : "ᾒ"  U1f92
+-<dead_horn> <dead_iota> <dead_grave> <Greek_eta>        : "ᾒ"  U1f92
+-<U0313> <dead_iota> <dead_grave> <Greek_eta>        : "ᾒ"  U1f92
+-<dead_horn> <dead_grave> <dead_iota> <Greek_eta>        : "ᾒ"  U1f92
+-<U0313> <dead_grave> <dead_iota> <Greek_eta>        : "ᾒ"  U1f92
+-<dead_grave> <dead_iota> <dead_horn> <Greek_eta>        : "ᾒ"  U1f92
+-<dead_grave> <dead_iota> <U0313> <Greek_eta>        : "ᾒ"  U1f92
+-<dead_grave> <dead_horn> <dead_iota> <Greek_eta>        : "ᾒ"  U1f92
+-<dead_grave> <U0313> <dead_iota> <Greek_eta>        : "ᾒ"  U1f92
+-<Multi_key> <bar> <less> <grave> <Greek_eta>            : "ᾓ"  U1f93
+-<Multi_key> <bar> <grave> <less> <Greek_eta>            : "ᾓ"  U1f93
+-<Multi_key> <less> <bar> <grave> <Greek_eta>            : "ᾓ"  U1f93
+-<Multi_key> <less> <grave> <bar> <Greek_eta>            : "ᾓ"  U1f93
+-<Multi_key> <grave> <bar> <less> <Greek_eta>            : "ᾓ"  U1f93
+-<Multi_key> <grave> <less> <bar> <Greek_eta>            : "ᾓ"  U1f93
+-<dead_iota> <dead_ogonek> <dead_grave> <Greek_eta>      : "ᾓ"  U1f93
+-<dead_iota> <U0314> <dead_grave> <Greek_eta>      : "ᾓ"  U1f93
+-<dead_iota> <dead_grave> <dead_ogonek> <Greek_eta>      : "ᾓ"  U1f93
+-<dead_iota> <dead_grave> <U0314> <Greek_eta>      : "ᾓ"  U1f93
+-<dead_ogonek> <dead_iota> <dead_grave> <Greek_eta>      : "ᾓ"  U1f93
+-<U0314> <dead_iota> <dead_grave> <Greek_eta>      : "ᾓ"  U1f93
+-<dead_ogonek> <dead_grave> <dead_iota> <Greek_eta>      : "ᾓ"  U1f93
+-<U0314> <dead_grave> <dead_iota> <Greek_eta>      : "ᾓ"  U1f93
+-<dead_grave> <dead_iota> <dead_ogonek> <Greek_eta>      : "ᾓ"  U1f93
+-<dead_grave> <dead_iota> <U0314> <Greek_eta>      : "ᾓ"  U1f93
+-<dead_grave> <dead_ogonek> <dead_iota> <Greek_eta>      : "ᾓ"  U1f93
+-<dead_grave> <U0314> <dead_iota> <Greek_eta>      : "ᾓ"  U1f93
+-<Multi_key> <bar> <greater> <apostrophe> <Greek_eta>    : "ᾔ"  U1f94
+-<Multi_key> <bar> <apostrophe> <greater> <Greek_eta>    : "ᾔ"  U1f94
+-<Multi_key> <greater> <bar> <apostrophe> <Greek_eta>    : "ᾔ"  U1f94
+-<Multi_key> <greater> <apostrophe> <bar> <Greek_eta>    : "ᾔ"  U1f94
+-<Multi_key> <apostrophe> <bar> <greater> <Greek_eta>    : "ᾔ"  U1f94
+-<Multi_key> <apostrophe> <greater> <bar> <Greek_eta>    : "ᾔ"  U1f94
+-<dead_iota> <dead_horn> <dead_acute> <Greek_eta>        : "ᾔ"  U1f94
+-<dead_iota> <U0313> <dead_acute> <Greek_eta>        : "ᾔ"  U1f94
+-<dead_iota> <dead_acute> <dead_horn> <Greek_eta>        : "ᾔ"  U1f94
+-<dead_iota> <dead_acute> <U0313> <Greek_eta>        : "ᾔ"  U1f94
+-<dead_horn> <dead_iota> <dead_acute> <Greek_eta>        : "ᾔ"  U1f94
+-<U0313> <dead_iota> <dead_acute> <Greek_eta>        : "ᾔ"  U1f94
+-<dead_horn> <dead_acute> <dead_iota> <Greek_eta>        : "ᾔ"  U1f94
+-<U0313> <dead_acute> <dead_iota> <Greek_eta>        : "ᾔ"  U1f94
+-<dead_acute> <dead_iota> <dead_horn> <Greek_eta>        : "ᾔ"  U1f94
+-<dead_acute> <dead_iota> <U0313> <Greek_eta>        : "ᾔ"  U1f94
+-<dead_acute> <dead_horn> <dead_iota> <Greek_eta>        : "ᾔ"  U1f94
+-<dead_acute> <U0313> <dead_iota> <Greek_eta>        : "ᾔ"  U1f94
+-<Multi_key> <bar> <less> <apostrophe> <Greek_eta>       : "ᾕ"  U1f95
+-<Multi_key> <bar> <apostrophe> <less> <Greek_eta>       : "ᾕ"  U1f95
+-<Multi_key> <less> <bar> <apostrophe> <Greek_eta>       : "ᾕ"  U1f95
+-<Multi_key> <less> <apostrophe> <bar> <Greek_eta>       : "ᾕ"  U1f95
+-<Multi_key> <apostrophe> <bar> <less> <Greek_eta>       : "ᾕ"  U1f95
+-<Multi_key> <apostrophe> <less> <bar> <Greek_eta>       : "ᾕ"  U1f95
+-<dead_iota> <dead_ogonek> <dead_acute> <Greek_eta>      : "ᾕ"  U1f95
+-<dead_iota> <U0314> <dead_acute> <Greek_eta>      : "ᾕ"  U1f95
+-<dead_iota> <dead_acute> <dead_ogonek> <Greek_eta>      : "ᾕ"  U1f95
+-<dead_iota> <dead_acute> <U0314> <Greek_eta>      : "ᾕ"  U1f95
+-<dead_ogonek> <dead_iota> <dead_acute> <Greek_eta>      : "ᾕ"  U1f95
+-<U0314> <dead_iota> <dead_acute> <Greek_eta>      : "ᾕ"  U1f95
+-<dead_ogonek> <dead_acute> <dead_iota> <Greek_eta>      : "ᾕ"  U1f95
+-<U0314> <dead_acute> <dead_iota> <Greek_eta>      : "ᾕ"  U1f95
+-<dead_acute> <dead_iota> <dead_ogonek> <Greek_eta>      : "ᾕ"  U1f95
+-<dead_acute> <dead_iota> <U0314> <Greek_eta>      : "ᾕ"  U1f95
+-<dead_acute> <dead_ogonek> <dead_iota> <Greek_eta>      : "ᾕ"  U1f95
+-<dead_acute> <U0314> <dead_iota> <Greek_eta>      : "ᾕ"  U1f95
+-<Multi_key> <bar> <greater> <asciitilde> <Greek_eta>    : "ᾖ"  U1f96
+-<Multi_key> <bar> <asciitilde> <greater> <Greek_eta>    : "ᾖ"  U1f96
+-<Multi_key> <greater> <bar> <asciitilde> <Greek_eta>    : "ᾖ"  U1f96
+-<Multi_key> <greater> <asciitilde> <bar> <Greek_eta>    : "ᾖ"  U1f96
+-<Multi_key> <asciitilde> <bar> <greater> <Greek_eta>    : "ᾖ"  U1f96
+-<Multi_key> <asciitilde> <greater> <bar> <Greek_eta>    : "ᾖ"  U1f96
+-<dead_iota> <dead_horn> <dead_tilde> <Greek_eta>        : "ᾖ"  U1f96
+-<dead_iota> <U0313> <dead_tilde> <Greek_eta>        : "ᾖ"  U1f96
+-<dead_iota> <dead_tilde> <dead_horn> <Greek_eta>        : "ᾖ"  U1f96
+-<dead_iota> <dead_tilde> <U0313> <Greek_eta>        : "ᾖ"  U1f96
+-<dead_horn> <dead_iota> <dead_tilde> <Greek_eta>        : "ᾖ"  U1f96
+-<U0313> <dead_iota> <dead_tilde> <Greek_eta>        : "ᾖ"  U1f96
+-<dead_horn> <dead_tilde> <dead_iota> <Greek_eta>        : "ᾖ"  U1f96
+-<U0313> <dead_tilde> <dead_iota> <Greek_eta>        : "ᾖ"  U1f96
+-<dead_tilde> <dead_iota> <dead_horn> <Greek_eta>        : "ᾖ"  U1f96
+-<dead_tilde> <dead_iota> <U0313> <Greek_eta>        : "ᾖ"  U1f96
+-<dead_tilde> <dead_horn> <dead_iota> <Greek_eta>        : "ᾖ"  U1f96
+-<dead_tilde> <U0313> <dead_iota> <Greek_eta>        : "ᾖ"  U1f96
+-<Multi_key> <bar> <less> <asciitilde> <Greek_eta>       : "ᾗ"  U1f97
+-<Multi_key> <bar> <asciitilde> <less> <Greek_eta>       : "ᾗ"  U1f97
+-<Multi_key> <less> <bar> <asciitilde> <Greek_eta>       : "ᾗ"  U1f97
+-<Multi_key> <less> <asciitilde> <bar> <Greek_eta>       : "ᾗ"  U1f97
+-<Multi_key> <asciitilde> <bar> <less> <Greek_eta>       : "ᾗ"  U1f97
+-<Multi_key> <asciitilde> <less> <bar> <Greek_eta>       : "ᾗ"  U1f97
+-<dead_iota> <dead_ogonek> <dead_tilde> <Greek_eta>      : "ᾗ"  U1f97
+-<dead_iota> <U0314> <dead_tilde> <Greek_eta>      : "ᾗ"  U1f97
+-<dead_iota> <dead_tilde> <dead_ogonek> <Greek_eta>      : "ᾗ"  U1f97
+-<dead_iota> <dead_tilde> <U0314> <Greek_eta>      : "ᾗ"  U1f97
+-<dead_ogonek> <dead_iota> <dead_tilde> <Greek_eta>      : "ᾗ"  U1f97
+-<U0314> <dead_iota> <dead_tilde> <Greek_eta>      : "ᾗ"  U1f97
+-<dead_ogonek> <dead_tilde> <dead_iota> <Greek_eta>      : "ᾗ"  U1f97
+-<U0314> <dead_tilde> <dead_iota> <Greek_eta>      : "ᾗ"  U1f97
+-<dead_tilde> <dead_iota> <dead_ogonek> <Greek_eta>      : "ᾗ"  U1f97
+-<dead_tilde> <dead_iota> <U0314> <Greek_eta>      : "ᾗ"  U1f97
+-<dead_tilde> <dead_ogonek> <dead_iota> <Greek_eta>      : "ᾗ"  U1f97
+-<dead_tilde> <U0314> <dead_iota> <Greek_eta>      : "ᾗ"  U1f97
+-<Multi_key> <bar> <greater> <Greek_ETA>                 : "ᾘ"  U1f98
+-<Multi_key> <greater> <bar> <Greek_ETA>                 : "ᾘ"  U1f98
+-<dead_iota> <dead_horn> <Greek_ETA>                     : "ᾘ"  U1f98
+-<dead_iota> <U0313> <Greek_ETA>                     : "ᾘ"  U1f98
+-<dead_horn> <dead_iota> <Greek_ETA>                     : "ᾘ"  U1f98
+-<U0313> <dead_iota> <Greek_ETA>                     : "ᾘ"  U1f98
+-<Multi_key> <bar> <less> <Greek_ETA>                    : "ᾙ"  U1f99
+-<Multi_key> <less> <bar> <Greek_ETA>                    : "ᾙ"  U1f99
+-<dead_iota> <dead_ogonek> <Greek_ETA>                   : "ᾙ"  U1f99
+-<dead_iota> <U0314> <Greek_ETA>                   : "ᾙ"  U1f99
+-<dead_ogonek> <dead_iota> <Greek_ETA>                   : "ᾙ"  U1f99
+-<U0314> <dead_iota> <Greek_ETA>                   : "ᾙ"  U1f99
+-<Multi_key> <bar> <greater> <grave> <Greek_ETA>         : "ᾚ"  U1f9a
+-<Multi_key> <bar> <grave> <greater> <Greek_ETA>         : "ᾚ"  U1f9a
+-<Multi_key> <greater> <bar> <grave> <Greek_ETA>         : "ᾚ"  U1f9a
+-<Multi_key> <greater> <grave> <bar> <Greek_ETA>         : "ᾚ"  U1f9a
+-<Multi_key> <grave> <bar> <greater> <Greek_ETA>         : "ᾚ"  U1f9a
+-<Multi_key> <grave> <greater> <bar> <Greek_ETA>         : "ᾚ"  U1f9a
+-<dead_iota> <dead_horn> <dead_grave> <Greek_ETA>        : "ᾚ"  U1f9a
+-<dead_iota> <U0313> <dead_grave> <Greek_ETA>        : "ᾚ"  U1f9a
+-<dead_iota> <dead_grave> <dead_horn> <Greek_ETA>        : "ᾚ"  U1f9a
+-<dead_iota> <dead_grave> <U0313> <Greek_ETA>        : "ᾚ"  U1f9a
+-<dead_horn> <dead_iota> <dead_grave> <Greek_ETA>        : "ᾚ"  U1f9a
+-<U0313> <dead_iota> <dead_grave> <Greek_ETA>        : "ᾚ"  U1f9a
+-<dead_horn> <dead_grave> <dead_iota> <Greek_ETA>        : "ᾚ"  U1f9a
+-<U0313> <dead_grave> <dead_iota> <Greek_ETA>        : "ᾚ"  U1f9a
+-<dead_grave> <dead_iota> <dead_horn> <Greek_ETA>        : "ᾚ"  U1f9a
+-<dead_grave> <dead_iota> <U0313> <Greek_ETA>        : "ᾚ"  U1f9a
+-<dead_grave> <dead_horn> <dead_iota> <Greek_ETA>        : "ᾚ"  U1f9a
+-<dead_grave> <U0313> <dead_iota> <Greek_ETA>        : "ᾚ"  U1f9a
+-<Multi_key> <bar> <less> <grave> <Greek_ETA>            : "ᾛ"  U1f9b
+-<Multi_key> <bar> <grave> <less> <Greek_ETA>            : "ᾛ"  U1f9b
+-<Multi_key> <less> <bar> <grave> <Greek_ETA>            : "ᾛ"  U1f9b
+-<Multi_key> <less> <grave> <bar> <Greek_ETA>            : "ᾛ"  U1f9b
+-<Multi_key> <grave> <bar> <less> <Greek_ETA>            : "ᾛ"  U1f9b
+-<Multi_key> <grave> <less> <bar> <Greek_ETA>            : "ᾛ"  U1f9b
+-<dead_iota> <dead_ogonek> <dead_grave> <Greek_ETA>      : "ᾛ"  U1f9b
+-<dead_iota> <U0314> <dead_grave> <Greek_ETA>      : "ᾛ"  U1f9b
+-<dead_iota> <dead_grave> <dead_ogonek> <Greek_ETA>      : "ᾛ"  U1f9b
+-<dead_iota> <dead_grave> <U0314> <Greek_ETA>      : "ᾛ"  U1f9b
+-<dead_ogonek> <dead_iota> <dead_grave> <Greek_ETA>      : "ᾛ"  U1f9b
+-<U0314> <dead_iota> <dead_grave> <Greek_ETA>      : "ᾛ"  U1f9b
+-<dead_ogonek> <dead_grave> <dead_iota> <Greek_ETA>      : "ᾛ"  U1f9b
+-<U0314> <dead_grave> <dead_iota> <Greek_ETA>      : "ᾛ"  U1f9b
+-<dead_grave> <dead_iota> <dead_ogonek> <Greek_ETA>      : "ᾛ"  U1f9b
+-<dead_grave> <dead_iota> <U0314> <Greek_ETA>      : "ᾛ"  U1f9b
+-<dead_grave> <dead_ogonek> <dead_iota> <Greek_ETA>      : "ᾛ"  U1f9b
+-<dead_grave> <U0314> <dead_iota> <Greek_ETA>      : "ᾛ"  U1f9b
+-<Multi_key> <bar> <greater> <apostrophe> <Greek_ETA>    : "ᾜ"  U1f9c
+-<Multi_key> <bar> <apostrophe> <greater> <Greek_ETA>    : "ᾜ"  U1f9c
+-<Multi_key> <greater> <bar> <apostrophe> <Greek_ETA>    : "ᾜ"  U1f9c
+-<Multi_key> <greater> <apostrophe> <bar> <Greek_ETA>    : "ᾜ"  U1f9c
+-<Multi_key> <apostrophe> <bar> <greater> <Greek_ETA>    : "ᾜ"  U1f9c
+-<Multi_key> <apostrophe> <greater> <bar> <Greek_ETA>    : "ᾜ"  U1f9c
+-<dead_iota> <dead_horn> <dead_acute> <Greek_ETA>        : "ᾜ"  U1f9c
+-<dead_iota> <U0313> <dead_acute> <Greek_ETA>        : "ᾜ"  U1f9c
+-<dead_iota> <dead_acute> <dead_horn> <Greek_ETA>        : "ᾜ"  U1f9c
+-<dead_iota> <dead_acute> <U0313> <Greek_ETA>        : "ᾜ"  U1f9c
+-<dead_horn> <dead_iota> <dead_acute> <Greek_ETA>        : "ᾜ"  U1f9c
+-<U0313> <dead_iota> <dead_acute> <Greek_ETA>        : "ᾜ"  U1f9c
+-<dead_horn> <dead_acute> <dead_iota> <Greek_ETA>        : "ᾜ"  U1f9c
+-<U0313> <dead_acute> <dead_iota> <Greek_ETA>        : "ᾜ"  U1f9c
+-<dead_acute> <dead_iota> <dead_horn> <Greek_ETA>        : "ᾜ"  U1f9c
+-<dead_acute> <dead_iota> <U0313> <Greek_ETA>        : "ᾜ"  U1f9c
+-<dead_acute> <dead_horn> <dead_iota> <Greek_ETA>        : "ᾜ"  U1f9c
+-<dead_acute> <U0313> <dead_iota> <Greek_ETA>        : "ᾜ"  U1f9c
+-<Multi_key> <bar> <less> <apostrophe> <Greek_ETA>       : "ᾝ"  U1f9d
+-<Multi_key> <bar> <apostrophe> <less> <Greek_ETA>       : "ᾝ"  U1f9d
+-<Multi_key> <less> <bar> <apostrophe> <Greek_ETA>       : "ᾝ"  U1f9d
+-<Multi_key> <less> <apostrophe> <bar> <Greek_ETA>       : "ᾝ"  U1f9d
+-<Multi_key> <apostrophe> <bar> <less> <Greek_ETA>       : "ᾝ"  U1f9d
+-<Multi_key> <apostrophe> <less> <bar> <Greek_ETA>       : "ᾝ"  U1f9d
+-<dead_iota> <dead_ogonek> <dead_acute> <Greek_ETA>      : "ᾝ"  U1f9d
+-<dead_iota> <U0314> <dead_acute> <Greek_ETA>      : "ᾝ"  U1f9d
+-<dead_iota> <dead_acute> <dead_ogonek> <Greek_ETA>      : "ᾝ"  U1f9d
+-<dead_iota> <dead_acute> <U0314> <Greek_ETA>      : "ᾝ"  U1f9d
+-<dead_ogonek> <dead_iota> <dead_acute> <Greek_ETA>      : "ᾝ"  U1f9d
+-<U0314> <dead_iota> <dead_acute> <Greek_ETA>      : "ᾝ"  U1f9d
+-<dead_ogonek> <dead_acute> <dead_iota> <Greek_ETA>      : "ᾝ"  U1f9d
+-<U0314> <dead_acute> <dead_iota> <Greek_ETA>      : "ᾝ"  U1f9d
+-<dead_acute> <dead_iota> <dead_ogonek> <Greek_ETA>      : "ᾝ"  U1f9d
+-<dead_acute> <dead_iota> <U0314> <Greek_ETA>      : "ᾝ"  U1f9d
+-<dead_acute> <dead_ogonek> <dead_iota> <Greek_ETA>      : "ᾝ"  U1f9d
+-<dead_acute> <U0314> <dead_iota> <Greek_ETA>      : "ᾝ"  U1f9d
+-<Multi_key> <bar> <greater> <asciitilde> <Greek_ETA>    : "ᾞ"  U1f9e
+-<Multi_key> <bar> <asciitilde> <greater> <Greek_ETA>    : "ᾞ"  U1f9e
+-<Multi_key> <greater> <bar> <asciitilde> <Greek_ETA>    : "ᾞ"  U1f9e
+-<Multi_key> <greater> <asciitilde> <bar> <Greek_ETA>    : "ᾞ"  U1f9e
+-<Multi_key> <asciitilde> <bar> <greater> <Greek_ETA>    : "ᾞ"  U1f9e
+-<Multi_key> <asciitilde> <greater> <bar> <Greek_ETA>    : "ᾞ"  U1f9e
+-<dead_iota> <dead_horn> <dead_tilde> <Greek_ETA>        : "ᾞ"  U1f9e
+-<dead_iota> <U0313> <dead_tilde> <Greek_ETA>        : "ᾞ"  U1f9e
+-<dead_iota> <dead_tilde> <dead_horn> <Greek_ETA>        : "ᾞ"  U1f9e
+-<dead_iota> <dead_tilde> <U0313> <Greek_ETA>        : "ᾞ"  U1f9e
+-<dead_horn> <dead_iota> <dead_tilde> <Greek_ETA>        : "ᾞ"  U1f9e
+-<U0313> <dead_iota> <dead_tilde> <Greek_ETA>        : "ᾞ"  U1f9e
+-<dead_horn> <dead_tilde> <dead_iota> <Greek_ETA>        : "ᾞ"  U1f9e
+-<U0313> <dead_tilde> <dead_iota> <Greek_ETA>        : "ᾞ"  U1f9e
+-<dead_tilde> <dead_iota> <dead_horn> <Greek_ETA>        : "ᾞ"  U1f9e
+-<dead_tilde> <dead_iota> <U0313> <Greek_ETA>        : "ᾞ"  U1f9e
+-<dead_tilde> <dead_horn> <dead_iota> <Greek_ETA>        : "ᾞ"  U1f9e
+-<dead_tilde> <U0313> <dead_iota> <Greek_ETA>        : "ᾞ"  U1f9e
+-<Multi_key> <bar> <less> <asciitilde> <Greek_ETA>       : "ᾟ"  U1f9f
+-<Multi_key> <bar> <asciitilde> <less> <Greek_ETA>       : "ᾟ"  U1f9f
+-<Multi_key> <less> <bar> <asciitilde> <Greek_ETA>       : "ᾟ"  U1f9f
+-<Multi_key> <less> <asciitilde> <bar> <Greek_ETA>       : "ᾟ"  U1f9f
+-<Multi_key> <asciitilde> <bar> <less> <Greek_ETA>       : "ᾟ"  U1f9f
+-<Multi_key> <asciitilde> <less> <bar> <Greek_ETA>       : "ᾟ"  U1f9f
+-<dead_iota> <dead_ogonek> <dead_tilde> <Greek_ETA>      : "ᾟ"  U1f9f
+-<dead_iota> <U0314> <dead_tilde> <Greek_ETA>      : "ᾟ"  U1f9f
+-<dead_iota> <dead_tilde> <dead_ogonek> <Greek_ETA>      : "ᾟ"  U1f9f
+-<dead_iota> <dead_tilde> <U0314> <Greek_ETA>      : "ᾟ"  U1f9f
+-<dead_ogonek> <dead_iota> <dead_tilde> <Greek_ETA>      : "ᾟ"  U1f9f
+-<U0314> <dead_iota> <dead_tilde> <Greek_ETA>      : "ᾟ"  U1f9f
+-<dead_ogonek> <dead_tilde> <dead_iota> <Greek_ETA>      : "ᾟ"  U1f9f
+-<U0314> <dead_tilde> <dead_iota> <Greek_ETA>      : "ᾟ"  U1f9f
+-<dead_tilde> <dead_iota> <dead_ogonek> <Greek_ETA>      : "ᾟ"  U1f9f
+-<dead_tilde> <dead_iota> <U0314> <Greek_ETA>      : "ᾟ"  U1f9f
+-<dead_tilde> <dead_ogonek> <dead_iota> <Greek_ETA>      : "ᾟ"  U1f9f
+-<dead_tilde> <U0314> <dead_iota> <Greek_ETA>      : "ᾟ"  U1f9f
+-<Multi_key> <bar> <greater> <Greek_omega>               : "ᾠ"  U1fa0
+-<Multi_key> <greater> <bar> <Greek_omega>               : "ᾠ"  U1fa0
+-<dead_iota> <dead_horn> <Greek_omega>                   : "ᾠ"  U1fa0
+-<dead_iota> <U0313> <Greek_omega>                   : "ᾠ"  U1fa0
+-<dead_horn> <dead_iota> <Greek_omega>                   : "ᾠ"  U1fa0
+-<U0313> <dead_iota> <Greek_omega>                   : "ᾠ"  U1fa0
+-<Multi_key> <bar> <less> <Greek_omega>                  : "ᾡ"  U1fa1
+-<Multi_key> <less> <bar> <Greek_omega>                  : "ᾡ"  U1fa1
+-<dead_iota> <dead_ogonek> <Greek_omega>                 : "ᾡ"  U1fa1
+-<dead_iota> <U0314> <Greek_omega>                 : "ᾡ"  U1fa1
+-<dead_ogonek> <dead_iota> <Greek_omega>                 : "ᾡ"  U1fa1
+-<U0314> <dead_iota> <Greek_omega>                 : "ᾡ"  U1fa1
+-<Multi_key> <bar> <greater> <grave> <Greek_omega>       : "ᾢ"  U1fa2
+-<Multi_key> <bar> <grave> <greater> <Greek_omega>       : "ᾢ"  U1fa2
+-<Multi_key> <greater> <bar> <grave> <Greek_omega>       : "ᾢ"  U1fa2
+-<Multi_key> <greater> <grave> <bar> <Greek_omega>       : "ᾢ"  U1fa2
+-<Multi_key> <grave> <bar> <greater> <Greek_omega>       : "ᾢ"  U1fa2
+-<Multi_key> <grave> <greater> <bar> <Greek_omega>       : "ᾢ"  U1fa2
+-<dead_iota> <dead_horn> <dead_grave> <Greek_omega>      : "ᾢ"  U1fa2
+-<dead_iota> <U0313> <dead_grave> <Greek_omega>      : "ᾢ"  U1fa2
+-<dead_iota> <dead_grave> <dead_horn> <Greek_omega>      : "ᾢ"  U1fa2
+-<dead_iota> <dead_grave> <U0313> <Greek_omega>      : "ᾢ"  U1fa2
+-<dead_horn> <dead_iota> <dead_grave> <Greek_omega>      : "ᾢ"  U1fa2
+-<U0313> <dead_iota> <dead_grave> <Greek_omega>      : "ᾢ"  U1fa2
+-<dead_horn> <dead_grave> <dead_iota> <Greek_omega>      : "ᾢ"  U1fa2
+-<U0313> <dead_grave> <dead_iota> <Greek_omega>      : "ᾢ"  U1fa2
+-<dead_grave> <dead_iota> <dead_horn> <Greek_omega>      : "ᾢ"  U1fa2
+-<dead_grave> <dead_iota> <U0313> <Greek_omega>      : "ᾢ"  U1fa2
+-<dead_grave> <dead_horn> <dead_iota> <Greek_omega>      : "ᾢ"  U1fa2
+-<dead_grave> <U0313> <dead_iota> <Greek_omega>      : "ᾢ"  U1fa2
+-<Multi_key> <bar> <less> <grave> <Greek_omega>          : "ᾣ"  U1fa3
+-<Multi_key> <bar> <grave> <less> <Greek_omega>          : "ᾣ"  U1fa3
+-<Multi_key> <less> <bar> <grave> <Greek_omega>          : "ᾣ"  U1fa3
+-<Multi_key> <less> <grave> <bar> <Greek_omega>          : "ᾣ"  U1fa3
+-<Multi_key> <grave> <bar> <less> <Greek_omega>          : "ᾣ"  U1fa3
+-<Multi_key> <grave> <less> <bar> <Greek_omega>          : "ᾣ"  U1fa3
+-<dead_iota> <dead_ogonek> <dead_grave> <Greek_omega>    : "ᾣ"  U1fa3
+-<dead_iota> <U0314> <dead_grave> <Greek_omega>    : "ᾣ"  U1fa3
+-<dead_iota> <dead_grave> <dead_ogonek> <Greek_omega>    : "ᾣ"  U1fa3
+-<dead_iota> <dead_grave> <U0314> <Greek_omega>    : "ᾣ"  U1fa3
+-<dead_ogonek> <dead_iota> <dead_grave> <Greek_omega>    : "ᾣ"  U1fa3
+-<U0314> <dead_iota> <dead_grave> <Greek_omega>    : "ᾣ"  U1fa3
+-<dead_ogonek> <dead_grave> <dead_iota> <Greek_omega>    : "ᾣ"  U1fa3
+-<U0314> <dead_grave> <dead_iota> <Greek_omega>    : "ᾣ"  U1fa3
+-<dead_grave> <dead_iota> <dead_ogonek> <Greek_omega>    : "ᾣ"  U1fa3
+-<dead_grave> <dead_iota> <U0314> <Greek_omega>    : "ᾣ"  U1fa3
+-<dead_grave> <dead_ogonek> <dead_iota> <Greek_omega>    : "ᾣ"  U1fa3
+-<dead_grave> <U0314> <dead_iota> <Greek_omega>    : "ᾣ"  U1fa3
+-<Multi_key> <bar> <greater> <apostrophe> <Greek_omega>  : "ᾤ"  U1fa4
+-<Multi_key> <bar> <apostrophe> <greater> <Greek_omega>  : "ᾤ"  U1fa4
+-<Multi_key> <greater> <bar> <apostrophe> <Greek_omega>  : "ᾤ"  U1fa4
+-<Multi_key> <greater> <apostrophe> <bar> <Greek_omega>  : "ᾤ"  U1fa4
+-<Multi_key> <apostrophe> <bar> <greater> <Greek_omega>  : "ᾤ"  U1fa4
+-<Multi_key> <apostrophe> <greater> <bar> <Greek_omega>  : "ᾤ"  U1fa4
+-<dead_iota> <dead_horn> <dead_acute> <Greek_omega>      : "ᾤ"  U1fa4
+-<dead_iota> <U0313> <dead_acute> <Greek_omega>      : "ᾤ"  U1fa4
+-<dead_iota> <dead_acute> <dead_horn> <Greek_omega>      : "ᾤ"  U1fa4
+-<dead_iota> <dead_acute> <U0313> <Greek_omega>      : "ᾤ"  U1fa4
+-<dead_horn> <dead_iota> <dead_acute> <Greek_omega>      : "ᾤ"  U1fa4
+-<U0313> <dead_iota> <dead_acute> <Greek_omega>      : "ᾤ"  U1fa4
+-<dead_horn> <dead_acute> <dead_iota> <Greek_omega>      : "ᾤ"  U1fa4
+-<U0313> <dead_acute> <dead_iota> <Greek_omega>      : "ᾤ"  U1fa4
+-<dead_acute> <dead_iota> <dead_horn> <Greek_omega>      : "ᾤ"  U1fa4
+-<dead_acute> <dead_iota> <U0313> <Greek_omega>      : "ᾤ"  U1fa4
+-<dead_acute> <dead_horn> <dead_iota> <Greek_omega>      : "ᾤ"  U1fa4
+-<dead_acute> <U0313> <dead_iota> <Greek_omega>      : "ᾤ"  U1fa4
+-<Multi_key> <bar> <less> <apostrophe> <Greek_omega>     : "ᾥ"  U1fa5
+-<Multi_key> <bar> <apostrophe> <less> <Greek_omega>     : "ᾥ"  U1fa5
+-<Multi_key> <less> <bar> <apostrophe> <Greek_omega>     : "ᾥ"  U1fa5
+-<Multi_key> <less> <apostrophe> <bar> <Greek_omega>     : "ᾥ"  U1fa5
+-<Multi_key> <apostrophe> <bar> <less> <Greek_omega>     : "ᾥ"  U1fa5
+-<Multi_key> <apostrophe> <less> <bar> <Greek_omega>     : "ᾥ"  U1fa5
+-<dead_iota> <dead_ogonek> <dead_acute> <Greek_omega>    : "ᾥ"  U1fa5
+-<dead_iota> <U0314> <dead_acute> <Greek_omega>    : "ᾥ"  U1fa5
+-<dead_iota> <dead_acute> <dead_ogonek> <Greek_omega>    : "ᾥ"  U1fa5
+-<dead_iota> <dead_acute> <U0314> <Greek_omega>    : "ᾥ"  U1fa5
+-<dead_ogonek> <dead_iota> <dead_acute> <Greek_omega>    : "ᾥ"  U1fa5
+-<U0314> <dead_iota> <dead_acute> <Greek_omega>    : "ᾥ"  U1fa5
+-<dead_ogonek> <dead_acute> <dead_iota> <Greek_omega>    : "ᾥ"  U1fa5
+-<U0314> <dead_acute> <dead_iota> <Greek_omega>    : "ᾥ"  U1fa5
+-<dead_acute> <dead_iota> <dead_ogonek> <Greek_omega>    : "ᾥ"  U1fa5
+-<dead_acute> <dead_iota> <U0314> <Greek_omega>    : "ᾥ"  U1fa5
+-<dead_acute> <dead_ogonek> <dead_iota> <Greek_omega>    : "ᾥ"  U1fa5
+-<dead_acute> <U0314> <dead_iota> <Greek_omega>    : "ᾥ"  U1fa5
+-<Multi_key> <bar> <greater> <asciitilde> <Greek_omega>  : "ᾦ"  U1fa6
+-<Multi_key> <bar> <asciitilde> <greater> <Greek_omega>  : "ᾦ"  U1fa6
+-<Multi_key> <greater> <bar> <asciitilde> <Greek_omega>  : "ᾦ"  U1fa6
+-<Multi_key> <greater> <asciitilde> <bar> <Greek_omega>  : "ᾦ"  U1fa6
+-<Multi_key> <asciitilde> <bar> <greater> <Greek_omega>  : "ᾦ"  U1fa6
+-<Multi_key> <asciitilde> <greater> <bar> <Greek_omega>  : "ᾦ"  U1fa6
+-<dead_iota> <dead_horn> <dead_tilde> <Greek_omega>      : "ᾦ"  U1fa6
+-<dead_iota> <U0313> <dead_tilde> <Greek_omega>      : "ᾦ"  U1fa6
+-<dead_iota> <dead_tilde> <dead_horn> <Greek_omega>      : "ᾦ"  U1fa6
+-<dead_iota> <dead_tilde> <U0313> <Greek_omega>      : "ᾦ"  U1fa6
+-<dead_horn> <dead_iota> <dead_tilde> <Greek_omega>      : "ᾦ"  U1fa6
+-<U0313> <dead_iota> <dead_tilde> <Greek_omega>      : "ᾦ"  U1fa6
+-<dead_horn> <dead_tilde> <dead_iota> <Greek_omega>      : "ᾦ"  U1fa6
+-<U0313> <dead_tilde> <dead_iota> <Greek_omega>      : "ᾦ"  U1fa6
+-<dead_tilde> <dead_iota> <dead_horn> <Greek_omega>      : "ᾦ"  U1fa6
+-<dead_tilde> <dead_iota> <U0313> <Greek_omega>      : "ᾦ"  U1fa6
+-<dead_tilde> <dead_horn> <dead_iota> <Greek_omega>      : "ᾦ"  U1fa6
+-<dead_tilde> <U0313> <dead_iota> <Greek_omega>      : "ᾦ"  U1fa6
+-<Multi_key> <bar> <less> <asciitilde> <Greek_omega>     : "ᾧ"  U1fa7
+-<Multi_key> <bar> <asciitilde> <less> <Greek_omega>     : "ᾧ"  U1fa7
+-<Multi_key> <less> <bar> <asciitilde> <Greek_omega>     : "ᾧ"  U1fa7
+-<Multi_key> <less> <asciitilde> <bar> <Greek_omega>     : "ᾧ"  U1fa7
+-<Multi_key> <asciitilde> <bar> <less> <Greek_omega>     : "ᾧ"  U1fa7
+-<Multi_key> <asciitilde> <less> <bar> <Greek_omega>     : "ᾧ"  U1fa7
+-<dead_iota> <dead_ogonek> <dead_tilde> <Greek_omega>    : "ᾧ"  U1fa7
+-<dead_iota> <U0314> <dead_tilde> <Greek_omega>    : "ᾧ"  U1fa7
+-<dead_iota> <dead_tilde> <dead_ogonek> <Greek_omega>    : "ᾧ"  U1fa7
+-<dead_iota> <dead_tilde> <U0314> <Greek_omega>    : "ᾧ"  U1fa7
+-<dead_ogonek> <dead_iota> <dead_tilde> <Greek_omega>    : "ᾧ"  U1fa7
+-<U0314> <dead_iota> <dead_tilde> <Greek_omega>    : "ᾧ"  U1fa7
+-<dead_ogonek> <dead_tilde> <dead_iota> <Greek_omega>    : "ᾧ"  U1fa7
+-<U0314> <dead_tilde> <dead_iota> <Greek_omega>    : "ᾧ"  U1fa7
+-<dead_tilde> <dead_iota> <dead_ogonek> <Greek_omega>    : "ᾧ"  U1fa7
+-<dead_tilde> <dead_iota> <U0314> <Greek_omega>    : "ᾧ"  U1fa7
+-<dead_tilde> <dead_ogonek> <dead_iota> <Greek_omega>    : "ᾧ"  U1fa7
+-<dead_tilde> <U0314> <dead_iota> <Greek_omega>    : "ᾧ"  U1fa7
+-<Multi_key> <bar> <greater> <Greek_OMEGA>               : "ᾨ"  U1fa8
+-<Multi_key> <greater> <bar> <Greek_OMEGA>               : "ᾨ"  U1fa8
+-<dead_iota> <dead_horn> <Greek_OMEGA>                   : "ᾨ"  U1fa8
+-<dead_iota> <U0313> <Greek_OMEGA>                   : "ᾨ"  U1fa8
+-<dead_horn> <dead_iota> <Greek_OMEGA>                   : "ᾨ"  U1fa8
+-<U0313> <dead_iota> <Greek_OMEGA>                   : "ᾨ"  U1fa8
+-<Multi_key> <bar> <less> <Greek_OMEGA>                  : "ᾩ"  U1fa9
+-<Multi_key> <less> <bar> <Greek_OMEGA>                  : "ᾩ"  U1fa9
+-<dead_iota> <dead_ogonek> <Greek_OMEGA>                 : "ᾩ"  U1fa9
+-<dead_iota> <U0314> <Greek_OMEGA>                 : "ᾩ"  U1fa9
+-<dead_ogonek> <dead_iota> <Greek_OMEGA>                 : "ᾩ"  U1fa9
+-<U0314> <dead_iota> <Greek_OMEGA>                 : "ᾩ"  U1fa9
+-<Multi_key> <bar> <greater> <grave> <Greek_OMEGA>       : "ᾪ"  U1faa
+-<Multi_key> <bar> <grave> <greater> <Greek_OMEGA>       : "ᾪ"  U1faa
+-<Multi_key> <greater> <bar> <grave> <Greek_OMEGA>       : "ᾪ"  U1faa
+-<Multi_key> <greater> <grave> <bar> <Greek_OMEGA>       : "ᾪ"  U1faa
+-<Multi_key> <grave> <bar> <greater> <Greek_OMEGA>       : "ᾪ"  U1faa
+-<Multi_key> <grave> <greater> <bar> <Greek_OMEGA>       : "ᾪ"  U1faa
+-<dead_iota> <dead_horn> <dead_grave> <Greek_OMEGA>      : "ᾪ"  U1faa
+-<dead_iota> <U0313> <dead_grave> <Greek_OMEGA>      : "ᾪ"  U1faa
+-<dead_iota> <dead_grave> <dead_horn> <Greek_OMEGA>      : "ᾪ"  U1faa
+-<dead_iota> <dead_grave> <U0313> <Greek_OMEGA>      : "ᾪ"  U1faa
+-<dead_horn> <dead_iota> <dead_grave> <Greek_OMEGA>      : "ᾪ"  U1faa
+-<U0313> <dead_iota> <dead_grave> <Greek_OMEGA>      : "ᾪ"  U1faa
+-<dead_horn> <dead_grave> <dead_iota> <Greek_OMEGA>      : "ᾪ"  U1faa
+-<U0313> <dead_grave> <dead_iota> <Greek_OMEGA>      : "ᾪ"  U1faa
+-<dead_grave> <dead_iota> <dead_horn> <Greek_OMEGA>      : "ᾪ"  U1faa
+-<dead_grave> <dead_iota> <U0313> <Greek_OMEGA>      : "ᾪ"  U1faa
+-<dead_grave> <dead_horn> <dead_iota> <Greek_OMEGA>      : "ᾪ"  U1faa
+-<dead_grave> <U0313> <dead_iota> <Greek_OMEGA>      : "ᾪ"  U1faa
+-<Multi_key> <bar> <less> <grave> <Greek_OMEGA>          : "ᾫ"  U1fab
+-<Multi_key> <bar> <grave> <less> <Greek_OMEGA>          : "ᾫ"  U1fab
+-<Multi_key> <less> <bar> <grave> <Greek_OMEGA>          : "ᾫ"  U1fab
+-<Multi_key> <less> <grave> <bar> <Greek_OMEGA>          : "ᾫ"  U1fab
+-<Multi_key> <grave> <bar> <less> <Greek_OMEGA>          : "ᾫ"  U1fab
+-<Multi_key> <grave> <less> <bar> <Greek_OMEGA>          : "ᾫ"  U1fab
+-<dead_iota> <dead_ogonek> <dead_grave> <Greek_OMEGA>    : "ᾫ"  U1fab
+-<dead_iota> <U0314> <dead_grave> <Greek_OMEGA>    : "ᾫ"  U1fab
+-<dead_iota> <dead_grave> <dead_ogonek> <Greek_OMEGA>    : "ᾫ"  U1fab
+-<dead_iota> <dead_grave> <U0314> <Greek_OMEGA>    : "ᾫ"  U1fab
+-<dead_ogonek> <dead_iota> <dead_grave> <Greek_OMEGA>    : "ᾫ"  U1fab
+-<U0314> <dead_iota> <dead_grave> <Greek_OMEGA>    : "ᾫ"  U1fab
+-<dead_ogonek> <dead_grave> <dead_iota> <Greek_OMEGA>    : "ᾫ"  U1fab
+-<U0314> <dead_grave> <dead_iota> <Greek_OMEGA>    : "ᾫ"  U1fab
+-<dead_grave> <dead_iota> <dead_ogonek> <Greek_OMEGA>    : "ᾫ"  U1fab
+-<dead_grave> <dead_iota> <U0314> <Greek_OMEGA>    : "ᾫ"  U1fab
+-<dead_grave> <dead_ogonek> <dead_iota> <Greek_OMEGA>    : "ᾫ"  U1fab
+-<dead_grave> <U0314> <dead_iota> <Greek_OMEGA>    : "ᾫ"  U1fab
+-<Multi_key> <bar> <greater> <apostrophe> <Greek_OMEGA>  : "ᾬ"  U1fac
+-<Multi_key> <bar> <apostrophe> <greater> <Greek_OMEGA>  : "ᾬ"  U1fac
+-<Multi_key> <greater> <bar> <apostrophe> <Greek_OMEGA>  : "ᾬ"  U1fac
+-<Multi_key> <greater> <apostrophe> <bar> <Greek_OMEGA>  : "ᾬ"  U1fac
+-<Multi_key> <apostrophe> <bar> <greater> <Greek_OMEGA>  : "ᾬ"  U1fac
+-<Multi_key> <apostrophe> <greater> <bar> <Greek_OMEGA>  : "ᾬ"  U1fac
+-<dead_iota> <dead_horn> <dead_acute> <Greek_OMEGA>      : "ᾬ"  U1fac
+-<dead_iota> <U0313> <dead_acute> <Greek_OMEGA>      : "ᾬ"  U1fac
+-<dead_iota> <dead_acute> <dead_horn> <Greek_OMEGA>      : "ᾬ"  U1fac
+-<dead_iota> <dead_acute> <U0313> <Greek_OMEGA>      : "ᾬ"  U1fac
+-<dead_horn> <dead_iota> <dead_acute> <Greek_OMEGA>      : "ᾬ"  U1fac
+-<U0313> <dead_iota> <dead_acute> <Greek_OMEGA>      : "ᾬ"  U1fac
+-<dead_horn> <dead_acute> <dead_iota> <Greek_OMEGA>      : "ᾬ"  U1fac
+-<U0313> <dead_acute> <dead_iota> <Greek_OMEGA>      : "ᾬ"  U1fac
+-<dead_acute> <dead_iota> <dead_horn> <Greek_OMEGA>      : "ᾬ"  U1fac
+-<dead_acute> <dead_iota> <U0313> <Greek_OMEGA>      : "ᾬ"  U1fac
+-<dead_acute> <dead_horn> <dead_iota> <Greek_OMEGA>      : "ᾬ"  U1fac
+-<dead_acute> <U0313> <dead_iota> <Greek_OMEGA>      : "ᾬ"  U1fac
+-<Multi_key> <bar> <less> <apostrophe> <Greek_OMEGA>     : "ᾭ"  U1fad
+-<Multi_key> <bar> <apostrophe> <less> <Greek_OMEGA>     : "ᾭ"  U1fad
+-<Multi_key> <less> <bar> <apostrophe> <Greek_OMEGA>     : "ᾭ"  U1fad
+-<Multi_key> <less> <apostrophe> <bar> <Greek_OMEGA>     : "ᾭ"  U1fad
+-<Multi_key> <apostrophe> <bar> <less> <Greek_OMEGA>     : "ᾭ"  U1fad
+-<Multi_key> <apostrophe> <less> <bar> <Greek_OMEGA>     : "ᾭ"  U1fad
+-<dead_iota> <dead_ogonek> <dead_acute> <Greek_OMEGA>    : "ᾭ"  U1fad
+-<dead_iota> <U0314> <dead_acute> <Greek_OMEGA>    : "ᾭ"  U1fad
+-<dead_iota> <dead_acute> <dead_ogonek> <Greek_OMEGA>    : "ᾭ"  U1fad
+-<dead_iota> <dead_acute> <U0314> <Greek_OMEGA>    : "ᾭ"  U1fad
+-<dead_ogonek> <dead_iota> <dead_acute> <Greek_OMEGA>    : "ᾭ"  U1fad
+-<U0314> <dead_iota> <dead_acute> <Greek_OMEGA>    : "ᾭ"  U1fad
+-<dead_ogonek> <dead_acute> <dead_iota> <Greek_OMEGA>    : "ᾭ"  U1fad
+-<U0314> <dead_acute> <dead_iota> <Greek_OMEGA>    : "ᾭ"  U1fad
+-<dead_acute> <dead_iota> <dead_ogonek> <Greek_OMEGA>    : "ᾭ"  U1fad
+-<dead_acute> <dead_iota> <U0314> <Greek_OMEGA>    : "ᾭ"  U1fad
+-<dead_acute> <dead_ogonek> <dead_iota> <Greek_OMEGA>    : "ᾭ"  U1fad
+-<dead_acute> <U0314> <dead_iota> <Greek_OMEGA>    : "ᾭ"  U1fad
+-<Multi_key> <bar> <greater> <asciitilde> <Greek_OMEGA>  : "ᾮ"  U1fae
+-<Multi_key> <bar> <asciitilde> <greater> <Greek_OMEGA>  : "ᾮ"  U1fae
+-<Multi_key> <greater> <bar> <asciitilde> <Greek_OMEGA>  : "ᾮ"  U1fae
+-<Multi_key> <greater> <asciitilde> <bar> <Greek_OMEGA>  : "ᾮ"  U1fae
+-<Multi_key> <asciitilde> <bar> <greater> <Greek_OMEGA>  : "ᾮ"  U1fae
+-<Multi_key> <asciitilde> <greater> <bar> <Greek_OMEGA>  : "ᾮ"  U1fae
+-<dead_iota> <dead_horn> <dead_tilde> <Greek_OMEGA>      : "ᾮ"  U1fae
+-<dead_iota> <U0313> <dead_tilde> <Greek_OMEGA>      : "ᾮ"  U1fae
+-<dead_iota> <dead_tilde> <dead_horn> <Greek_OMEGA>      : "ᾮ"  U1fae
+-<dead_iota> <dead_tilde> <U0313> <Greek_OMEGA>      : "ᾮ"  U1fae
+-<dead_horn> <dead_iota> <dead_tilde> <Greek_OMEGA>      : "ᾮ"  U1fae
+-<U0313> <dead_iota> <dead_tilde> <Greek_OMEGA>      : "ᾮ"  U1fae
+-<dead_horn> <dead_tilde> <dead_iota> <Greek_OMEGA>      : "ᾮ"  U1fae
+-<U0313> <dead_tilde> <dead_iota> <Greek_OMEGA>      : "ᾮ"  U1fae
+-<dead_tilde> <dead_iota> <dead_horn> <Greek_OMEGA>      : "ᾮ"  U1fae
+-<dead_tilde> <dead_iota> <U0313> <Greek_OMEGA>      : "ᾮ"  U1fae
+-<dead_tilde> <dead_horn> <dead_iota> <Greek_OMEGA>      : "ᾮ"  U1fae
+-<dead_tilde> <U0313> <dead_iota> <Greek_OMEGA>      : "ᾮ"  U1fae
+-<Multi_key> <bar> <less> <asciitilde> <Greek_OMEGA>     : "ᾯ"  U1faf
+-<Multi_key> <bar> <asciitilde> <less> <Greek_OMEGA>     : "ᾯ"  U1faf
+-<Multi_key> <less> <bar> <asciitilde> <Greek_OMEGA>     : "ᾯ"  U1faf
+-<Multi_key> <less> <asciitilde> <bar> <Greek_OMEGA>     : "ᾯ"  U1faf
+-<Multi_key> <asciitilde> <bar> <less> <Greek_OMEGA>     : "ᾯ"  U1faf
+-<Multi_key> <asciitilde> <less> <bar> <Greek_OMEGA>     : "ᾯ"  U1faf
+-<dead_iota> <dead_ogonek> <dead_tilde> <Greek_OMEGA>    : "ᾯ"  U1faf
+-<dead_iota> <U0314> <dead_tilde> <Greek_OMEGA>    : "ᾯ"  U1faf
+-<dead_iota> <dead_tilde> <dead_ogonek> <Greek_OMEGA>    : "ᾯ"  U1faf
+-<dead_iota> <dead_tilde> <U0314> <Greek_OMEGA>    : "ᾯ"  U1faf
+-<dead_ogonek> <dead_iota> <dead_tilde> <Greek_OMEGA>    : "ᾯ"  U1faf
+-<U0314> <dead_iota> <dead_tilde> <Greek_OMEGA>    : "ᾯ"  U1faf
+-<dead_ogonek> <dead_tilde> <dead_iota> <Greek_OMEGA>    : "ᾯ"  U1faf
+-<U0314> <dead_tilde> <dead_iota> <Greek_OMEGA>    : "ᾯ"  U1faf
+-<dead_tilde> <dead_iota> <dead_ogonek> <Greek_OMEGA>    : "ᾯ"  U1faf
+-<dead_tilde> <dead_iota> <U0314> <Greek_OMEGA>    : "ᾯ"  U1faf
+-<dead_tilde> <dead_ogonek> <dead_iota> <Greek_OMEGA>    : "ᾯ"  U1faf
+-<dead_tilde> <U0314> <dead_iota> <Greek_OMEGA>    : "ᾯ"  U1faf
+-<dead_breve> <Greek_alpha>                              : "ᾰ"  U1fb0
+-<dead_macron> <Greek_alpha>                             : "ᾱ"  U1fb1
+-<dead_breve> <Greek_ALPHA>                              : "Ᾰ"  U1fb8
+-<dead_macron> <Greek_ALPHA>                             : "Ᾱ"  U1fb9
+-<dead_breve> <Greek_iota>                               : "ῐ"  U1fd0
+-<dead_macron> <Greek_iota>                              : "ῑ"  U1fd1
+-<dead_breve> <Greek_IOTA>                               : "Ῐ"  U1fd8
+-<dead_macron> <Greek_IOTA>                              : "Ῑ"  U1fd9
+-<dead_breve> <Greek_upsilon>                            : "ῠ"  U1fe0
+-<dead_macron> <Greek_upsilon>                           : "ῡ"  U1fe1
+-<dead_breve> <Greek_UPSILON>                            : "Ῠ"  U1fe8
+-<dead_macron> <Greek_UPSILON>                           : "Ῡ"  U1fe9
+-<Multi_key> <grave> <Greek_ALPHA>                       : "Ὰ"  U1fba
+-<dead_grave> <Greek_ALPHA>                              : "Ὰ"  U1fba
+-<Multi_key> <grave> <Greek_EPSILON>                     : "Ὲ"  U1fc8
+-<dead_grave> <Greek_EPSILON>                            : "Ὲ"  U1fc8
+-<Multi_key> <grave> <Greek_ETA>                         : "Ὴ"  U1fca
+-<dead_grave> <Greek_ETA>                                : "Ὴ"  U1fca
+-<Multi_key> <grave> <Greek_IOTA>                        : "Ὶ"  U1fda
+-<dead_grave> <Greek_IOTA>                               : "Ὶ"  U1fda
+-<Multi_key> <grave> <Greek_UPSILON>                     : "Ὺ"  U1fea
+-<dead_grave> <Greek_UPSILON>                            : "Ὺ"  U1fea
+-<Multi_key> <grave> <Greek_OMICRON>                     : "Ὸ"  U1ff8
+-<dead_grave> <Greek_OMICRON>                            : "Ὸ"  U1ff8
+-<Multi_key> <grave> <Greek_OMEGA>                       : "Ὼ"  U1ffa
+-<dead_grave> <Greek_OMEGA>                              : "Ὼ"  U1ffa
+-<Multi_key> <bar> <grave> <Greek_alpha>                 : "ᾲ"  U1fb2
+-<Multi_key> <grave> <bar> <Greek_alpha>                 : "ᾲ"  U1fb2
+-<dead_iota> <dead_grave> <Greek_alpha>                  : "ᾲ"  U1fb2
+-<dead_grave> <dead_iota> <Greek_alpha>                  : "ᾲ"  U1fb2
+-<Multi_key> <bar> <Greek_alpha>                         : "ᾳ"  U1fb3
+-<dead_iota> <Greek_alpha>                               : "ᾳ"  U1fb3
+-<Multi_key> <bar> <apostrophe> <Greek_alpha>            : "ᾴ"  U1fb4
+-<Multi_key> <apostrophe> <bar> <Greek_alpha>            : "ᾴ"  U1fb4
+-<dead_iota> <dead_acute> <Greek_alpha>                  : "ᾴ"  U1fb4
+-<dead_acute> <dead_iota> <Greek_alpha>                  : "ᾴ"  U1fb4
+-<Multi_key> <asciitilde> <Greek_alpha>                  : "ᾶ"  U1fb6
+-<dead_tilde> <Greek_alpha>                              : "ᾶ"  U1fb6
+-<Multi_key> <bar> <asciitilde> <Greek_alpha>            : "ᾷ"  U1fb7
+-<Multi_key> <asciitilde> <bar> <Greek_alpha>            : "ᾷ"  U1fb7
+-<dead_iota> <dead_tilde> <Greek_alpha>                  : "ᾷ"  U1fb7
+-<dead_tilde> <dead_iota> <Greek_alpha>                  : "ᾷ"  U1fb7
+-<Multi_key> <bar> <grave> <Greek_eta>                   : "ῂ"  U1fc2
+-<Multi_key> <grave> <bar> <Greek_eta>                   : "ῂ"  U1fc2
+-<dead_iota> <dead_grave> <Greek_eta>                    : "ῂ"  U1fc2
+-<dead_grave> <dead_iota> <Greek_eta>                    : "ῂ"  U1fc2
+-<Multi_key> <bar> <Greek_eta>                           : "ῃ"  U1fc3
+-<dead_iota> <Greek_eta>                                 : "ῃ"  U1fc3
+-<Multi_key> <bar> <apostrophe> <Greek_eta>              : "ῄ"  U1fc4
+-<Multi_key> <apostrophe> <bar> <Greek_eta>              : "ῄ"  U1fc4
+-<dead_iota> <dead_acute> <Greek_eta>                    : "ῄ"  U1fc4
+-<dead_acute> <dead_iota> <Greek_eta>                    : "ῄ"  U1fc4
+-<Multi_key> <asciitilde> <Greek_eta>                    : "ῆ"  U1fc6
+-<dead_tilde> <Greek_eta>                                : "ῆ"  U1fc6
+-<Multi_key> <bar> <asciitilde> <Greek_eta>              : "ῇ"  U1fc7
+-<Multi_key> <asciitilde> <bar> <Greek_eta>              : "ῇ"  U1fc7
+-<dead_iota> <dead_tilde> <Greek_eta>                    : "ῇ"  U1fc7
+-<dead_tilde> <dead_iota> <Greek_eta>                    : "ῇ"  U1fc7
+-<Multi_key> <quotedbl> <grave> <Greek_iota>             : "ῒ"  U1fd2
+-<Multi_key> <grave> <quotedbl> <Greek_iota>             : "ῒ"  U1fd2
+-<dead_diaeresis> <dead_grave> <Greek_iota>              : "ῒ"  U1fd2
+-<dead_grave> <dead_diaeresis> <Greek_iota>              : "ῒ"  U1fd2
+-<Multi_key> <asciitilde> <Greek_iota>                   : "ῖ"  U1fd6
+-<dead_tilde> <Greek_iota>                               : "ῖ"  U1fd6
+-<Multi_key> <quotedbl> <asciitilde> <Greek_iota>        : "ῗ"  U1fd7
+-<Multi_key> <asciitilde> <quotedbl> <Greek_iota>        : "ῗ"  U1fd7
+-<dead_diaeresis> <dead_tilde> <Greek_iota>              : "ῗ"  U1fd7
+-<dead_tilde> <dead_diaeresis> <Greek_iota>              : "ῗ"  U1fd7
+-<Multi_key> <quotedbl> <grave> <Greek_upsilon>          : "ῢ"  U1fe2
+-<Multi_key> <grave> <quotedbl> <Greek_upsilon>          : "ῢ"  U1fe2
+-<dead_diaeresis> <dead_grave> <Greek_upsilon>           : "ῢ"  U1fe2
+-<dead_grave> <dead_diaeresis> <Greek_upsilon>           : "ῢ"  U1fe2
+-<Multi_key> <asciitilde> <Greek_upsilon>                : "ῦ"  U1fe6
+-<dead_tilde> <Greek_upsilon>                            : "ῦ"  U1fe6
+-<Multi_key> <quotedbl> <asciitilde> <Greek_upsilon>     : "ῧ"  U1fe7
+-<Multi_key> <asciitilde> <quotedbl> <Greek_upsilon>     : "ῧ"  U1fe7
+-<dead_diaeresis> <dead_tilde> <Greek_upsilon>           : "ῧ"  U1fe7
+-<dead_tilde> <dead_diaeresis> <Greek_upsilon>           : "ῧ"  U1fe7
+-<Multi_key> <bar> <grave> <Greek_omega>                 : "ῲ"  U1ff2
+-<Multi_key> <grave> <bar> <Greek_omega>                 : "ῲ"  U1ff2
+-<dead_iota> <dead_grave> <Greek_omega>                  : "ῲ"  U1ff2
+-<dead_grave> <dead_iota> <Greek_omega>                  : "ῲ"  U1ff2
+-<Multi_key> <bar> <Greek_omega>                         : "ῳ"  U1ff3
+-<dead_iota> <Greek_omega>                               : "ῳ"  U1ff3
+-<Multi_key> <bar> <apostrophe> <Greek_omega>            : "ῴ"  U1ff4
+-<Multi_key> <apostrophe> <bar> <Greek_omega>            : "ῴ"  U1ff4
+-<dead_iota> <dead_acute> <Greek_omega>                  : "ῴ"  U1ff4
+-<dead_acute> <dead_iota> <Greek_omega>                  : "ῴ"  U1ff4
+-<Multi_key> <asciitilde> <Greek_omega>                  : "ῶ"  U1ff6
+-<dead_tilde> <Greek_omega>                              : "ῶ"  U1ff6
+-<Multi_key> <bar> <asciitilde> <Greek_omega>            : "ῷ"  U1ff7
+-<Multi_key> <asciitilde> <bar> <Greek_omega>            : "ῷ"  U1ff7
+-<dead_iota> <dead_tilde> <Greek_omega>                  : "ῷ"  U1ff7
+-<dead_tilde> <dead_iota> <Greek_omega>                  : "ῷ"  U1ff7
+-<Multi_key> <bar> <Greek_ALPHA>                         : "ᾼ"  U1fbc
+-<dead_iota> <Greek_ALPHA>                               : "ᾼ"  U1fbc
+-<Multi_key> <bar> <Greek_ETA>                           : "ῌ"  U1fcc
+-<dead_iota> <Greek_ETA>                                 : "ῌ"  U1fcc
+-<Multi_key> <bar> <Greek_OMEGA>                         : "ῼ"  U1ffc
+-<dead_iota> <Greek_OMEGA>                               : "ῼ"  U1ffc
+-<Multi_key> <greater> <Greek_rho>                       : "ῤ"  U1fe4
+-<dead_horn> <Greek_rho>                                 : "ῤ"  U1fe4
+-<U0313> <Greek_rho>                                 : "ῤ"  U1fe4
+-<Multi_key> <less> <Greek_rho>                          : "ῥ"  U1fe5
+-<dead_ogonek> <Greek_rho>                               : "ῥ"  U1fe5
+-<U0314> <Greek_rho>                               : "ῥ"  U1fe5
+-<Multi_key> <less> <Greek_RHO>                          : "Ῥ"  U1fec
+-<dead_ogonek> <Greek_RHO>                               : "Ῥ"  U1fec
+-<U0314> <Greek_RHO>                               : "Ῥ"  U1fec
+-<dead_horn> <dead_grave> <space>                        : "῍"  U1fcd
+-<U0313> <dead_grave> <space>                        : "῍"  U1fcd
+-<dead_grave> <dead_horn> <space>                        : "῍"  U1fcd
+-<dead_grave> <U0313> <space>                        : "῍"  U1fcd
+-<dead_horn> <dead_acute> <space>                        : "῎"  U1fce
+-<U0313> <dead_acute> <space>                        : "῎"  U1fce
+-<dead_acute> <dead_horn> <space>                        : "῎"  U1fce
+-<dead_acute> <U0313> <space>                        : "῎"  U1fce
+-<dead_horn> <dead_tilde> <space>                        : "῏"  U1fcf
+-<U0313> <dead_tilde> <space>                        : "῏"  U1fcf
+-<dead_tilde> <dead_horn> <space>                        : "῏"  U1fcf
+-<dead_tilde> <U0313> <space>                        : "῏"  U1fcf
+-<dead_ogonek> <dead_grave> <space>                      : "῝"  U1fdd
+-<U0314> <dead_grave> <space>                      : "῝"  U1fdd
+-<dead_grave> <dead_ogonek> <space>                      : "῝"  U1fdd
+-<dead_grave> <U0314> <space>                      : "῝"  U1fdd
+-<dead_ogonek> <dead_acute> <space>                      : "῞"  U1fde
+-<U0314> <dead_acute> <space>                      : "῞"  U1fde
+-<dead_acute> <dead_ogonek> <space>                      : "῞"  U1fde
+-<dead_acute> <U0314> <space>                      : "῞"  U1fde
+-<dead_ogonek> <dead_tilde> <space>                      : "῟"  U1fdf
+-<U0314> <dead_tilde> <space>                      : "῟"  U1fdf
+-<dead_tilde> <dead_ogonek> <space>                      : "῟"  U1fdf
+-<dead_tilde> <U0314> <space>                      : "῟"  U1fdf
+-<dead_diaeresis> <dead_grave> <space>                   : "῭"  U1fed
+-<dead_grave> <dead_diaeresis> <space>                   : "῭"  U1fed
+-<dead_diaeresis> <dead_tilde> <space>                   : "῁"  U1fc1
+-<dead_tilde> <dead_diaeresis> <space>                   : "῁"  U1fc1
+-<dead_horn> <space>                                     : "᾿"  U1fbf
+-<U0313> <space>                                     : "᾿"  U1fbf
+-<dead_horn> <dead_horn>                                 : "᾿"  U1fbf
+-<U0313> <dead_horn>                                 : "᾿"  U1fbf
+-<dead_ogonek> <space>                                   : "῾"  U1ffe
+-<U0314> <space>                                   : "῾"  U1ffe
+-<dead_ogonek> <dead_ogonek>                             : "῾"  U1ffe
+-<U0314> <dead_ogonek>                             : "῾"  U1ffe
+-<dead_grave> <space>                                    : "`"  U1fef
+-<dead_grave> <dead_grave>                               : "`"  U1fef
+-<dead_tilde> <space>                                    : "῀"  U1fc0
+-<dead_tilde> <dead_tilde>                               : "῀"  U1fc0
+-<dead_horn> <underscore>                                : "᾽"  U1fbd
+-<U0313> <underscore>                                : "᾽"  U1fbd
+-<dead_iota> <underscore>                                : "ι"  U1fbe
+-<dead_iota> <space>                                     : "ͺ"  U037a
+-<dead_iota> <dead_iota>                                 : "ͺ"  U037a
++XCOMM Latin-4 sequences
++Ctrl<T> <N> <N>		: "\xc5\x8a"	ENG
++Ctrl<T> <U> <a>		: "\xc5\xb2"	Uogonek
++Ctrl<T> <u> <a>		: "\xc5\xb3"	uogonek
++Ctrl<T> <k> <k>		: "\xc4\xb8"	kra
++Ctrl<T> <R> <comma>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <comma> <R>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <r> <comma>		: "\xc5\x97"	rcedilla
++Ctrl<T> <comma> <r>		: "\xc5\x97"	rcedilla
++Ctrl<T> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++Ctrl<T> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++Ctrl<T> <i> <asciitilde>	: "\xc4\xa9"	itilde
++Ctrl<T> <asciitilde> <i>	: "\xc4\xa9"	itilde
++Ctrl<T> <L> <comma>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <comma> <L>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <l> <comma>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <comma> <l>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <S> <v>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <V>		: "\xc5\xa0"	Scaron
++Ctrl<T> <v> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <V> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <s> <v>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <V>		: "\xc5\xa1"	scaron
++Ctrl<T> <v> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <V> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <E> <underscore>	: "\xc4\x92"	Emacron
++Ctrl<T> <underscore> <E>	: "\xc4\x92"	Emacron
++Ctrl<T> <e> <underscore>	: "\xc4\x93"	emacron
++Ctrl<T> <underscore> <e>	: "\xc4\x93"	emacron
++Ctrl<T> <G> <comma>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <comma> <G>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <g> <comma>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <comma> <g>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <T> <bar>		: "\xc5\xa6"	Tslash
++Ctrl<T> <bar> <T>		: "\xc5\xa6"	Tslash
++Ctrl<T> <t> <bar>		: "\xc5\xa7"	tslash
++Ctrl<T> <bar> <t>		: "\xc5\xa7"	tslash
++Ctrl<T> <n> <n>		: "\xc5\x8b" 	eng
++Ctrl<T> <d> <underscore>	: "\xc4\x91"
++Ctrl<T> <underscore> <d> 	: "\xc4\x91"
++Ctrl<T> <N> <comma>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <comma> <N>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <n> <comma>		: "\xc5\x86"	ncedilla
++Ctrl<T> <comma> <n>		: "\xc5\x86"	ncedilla
++Ctrl<T> <K> <comma>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <comma> <K>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <k> <comma>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <comma> <k>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <I> <a>		: "\xc4\xae"	Iogonek
++Ctrl<T> <a> <I>		: "\xc4\xae"	Iogonek
++Ctrl<T> <i> <a>		: "\xc4\xaf"	iogonek
++Ctrl<T> <a> <i>		: "\xc4\xaf"	iogonek
++Ctrl<T> <E> <period>	: "\xc4\x96"	Eabovedot
++Ctrl<T> <e> <period>	: "\xc4\x97"	eabovedot
++Ctrl<T> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++Ctrl<T> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++Ctrl<T> <u> <asciitilde>	: "\xc5\xa9"	utilde
++Ctrl<T> <asciitilde> <u>	: "\xc5\xa9"	utilde
++Ctrl<T> <U> <underscore>	: "\xc5\xaa"	Umacron
++Ctrl<T> <underscore> <U>	: "\xc5\xaa"	Umacron
++Ctrl<T> <u> <underscore>	: "\xc5\xab"	umacron
++Ctrl<T> <underscore> <u>	: "\xc5\xab"	umacron
++Ctrl<T> <I> <underscore>	: "\xc4\xaa"	Imacron
++Ctrl<T> <underscore> <I> 	: "\xc4\xaa"	Imacron
++Ctrl<T> <i> <underscore>	: "\xc4\xab"	imacron
++Ctrl<T> <underscore> <i> 	: "\xc4\xab"	imacron
++XCOMM
++XCOMM Latin-9 input sequences:
++<Multi_key> <o> <e> 		: "\xc5\x93"
++<Multi_key> <O> <E> 		: "\xc5\x92"
++<Multi_key> <Y> <quotedbl> 	: "\xc5\xb8"
++<Multi_key> <quotedbl> <Y> 	: "\xc5\xb8"
++Ctrl<T> <o> <e> 		: "\xc5\x93"
++Ctrl<T> <O> <E> 		: "\xc5\x92"
++Ctrl<T> <Y> <quotedbl> 		: "\xc5\xb8"
++Ctrl<T> <quotedbl> <Y>		: "\xc5\xb8"
++XCOMM
++XCOMM Rules for SunXK_FA_* keysyms:
++<SunFA_Acute> <apostrophe>	: "\xc2\xb4"
++<SunFA_Acute> <A>		: "\xc3\x81"
++<SunFA_Acute> <a>		: "\xc3\xa1"
++<SunFA_Acute> <C>		: "\xc4\x86"
++<SunFA_Acute> <c>		: "\xc4\x87"
++<SunFA_Acute> <E>		: "\xc3\x89"
++<SunFA_Acute> <e>		: "\xc3\xa9"
++<SunFA_Acute> <I>		: "\xc3\x8d"
++<SunFA_Acute> <i>		: "\xc3\xad"
++<SunFA_Acute> <L>		: "\xc4\xb9"
++<SunFA_Acute> <l>		: "\xc4\xba"
++<SunFA_Acute> <N>		: "\xc5\x83"
++<SunFA_Acute> <n>		: "\xc5\x84"
++<SunFA_Acute> <O>		: "\xc3\x93"
++<SunFA_Acute> <o>		: "\xc3\xb3"
++<SunFA_Acute> <R>		: "\xc5\x94"
++<SunFA_Acute> <r>		: "\xc5\x95"
++<SunFA_Acute> <space>		: "\x27"
++<SunFA_Acute> <S>		: "\xc5\x9a"
++<SunFA_Acute> <s>		: "\xc5\x9b"
++<SunFA_Acute> <U>		: "\xc3\x9a"
++<SunFA_Acute> <u>		: "\xc3\xba"
++<SunFA_Acute> <Y>		: "\xc3\x9d"
++<SunFA_Acute> <y>		: "\xc3\xbd"
++<SunFA_Acute> <Z>		: "\xc4\xbe"
++<SunFA_Acute> <z>		: "\xc5\xba"
++<SunFA_Cedilla> <comma>		: "\xc2\xb8"
++<SunFA_Cedilla> <C>		: "\xc3\x87"
++<SunFA_Cedilla> <c>		: "\xc3\xa7"
++<SunFA_Cedilla> <G>		: "\xc4\xa2"
++<SunFA_Cedilla> <g>		: "\xc4\xa3"
++<SunFA_Cedilla> <K>		: "\xc4\xb6"
++<SunFA_Cedilla> <k>		: "\xc4\xb7"
++<SunFA_Cedilla> <L>		: "\xc4\xbb"
++<SunFA_Cedilla> <l>		: "\xc4\xbc"
++<SunFA_Cedilla> <minus>		: "\xc2\xac"
++<SunFA_Cedilla> <N>		: "\xc5\x85"
++<SunFA_Cedilla> <n>		: "\xc5\x86"
++<SunFA_Cedilla> <R>		: "\xc5\x96"
++<SunFA_Cedilla> <r>		: "\xc5\x97"
++<SunFA_Cedilla> <S>		: "\xc5\x9e"
++<SunFA_Cedilla> <s>		: "\xc5\x9f"
++<SunFA_Cedilla> <T>		: "\xc5\xa2"
++<SunFA_Cedilla> <t>		: "\xc5\xa3"
++<SunFA_Circum> <0>		: "\xc2\xb0"
++<SunFA_Circum> <1>		: "\xc2\xb9"
++<SunFA_Circum> <2>		: "\xc2\xb2"
++<SunFA_Circum> <3>		: "\xc2\xb3"
++<SunFA_Circum> <A>		: "\xc3\x82"
++<SunFA_Circum> <a>		: "\xc3\xa2"
++<SunFA_Circum> <C>		: "\xc4\x88"
++<SunFA_Circum> <c>		: "\xc4\x89"
++<SunFA_Circum> <E>		: "\xc3\x8a"
++<SunFA_Circum> <e>		: "\xc3\xaa"
++<SunFA_Circum> <exclam>		: "\xc2\xa6"
++<SunFA_Circum> <G>		: "\xc4\x9c"
++<SunFA_Circum> <g>		: "\xc4\x9d"
++<SunFA_Circum> <H>		: "\xc4\xa4"
++<SunFA_Circum> <h>		: "\xc4\xa5"
++<SunFA_Circum> <I>		: "\xc3\x8e"
++<SunFA_Circum> <i>		: "\xc3\xae"
++<SunFA_Circum> <J>		: "\xc4\xb4"
++<SunFA_Circum> <j>		: "\xc4\xb5"
++<SunFA_Circum> <minus>		: "\xc2\xaf"
++<SunFA_Circum> <O>		: "\xc3\x94"
++<SunFA_Circum> <o>		: "\xc3\xb4"
++<SunFA_Circum> <period>		: "\xc2\xb7"
++<SunFA_Circum> <slash>		: "\x7c"
++<SunFA_Circum> <space>		: "\x5e"
++<SunFA_Circum> <S>		: "\xc5\x9c"
++<SunFA_Circum> <s>		: "\xc5\x9d"
++<SunFA_Circum> <underscore>	: "\xc2\xaf"
++<SunFA_Circum> <U>		: "\xc3\x9b"
++<SunFA_Circum> <u>		: "\xc3\xbb"
++<SunFA_Diaeresis> <A>		: "\xc3\x84"
++<SunFA_Diaeresis> <a>		: "\xc3\xa4"
++<SunFA_Diaeresis> <E>		: "\xc3\x8b"
++<SunFA_Diaeresis> <e>		: "\xc3\xab"
++<SunFA_Diaeresis> <I>		: "\xc3\x8f"
++<SunFA_Diaeresis> <i>		: "\xc3\xaf"
++<SunFA_Diaeresis> <O>		: "\xc3\x96"
++<SunFA_Diaeresis> <o>		: "\xc3\xb6"
++<SunFA_Diaeresis> <quotedbl>	: "\xc2\xa8"
++<SunFA_Diaeresis> <space>	: "\xc2\xa8"
++<SunFA_Diaeresis> <U>		: "\xc3\x9c"
++<SunFA_Diaeresis> <u>		: "\xc3\xbc"
++<SunFA_Diaeresis> <y>		: "\xc3\xbf"
++<SunFA_Diaeresis> <Y>		: "\xc5\xb8"
++<SunFA_Grave> <A>		: "\xc3\x80"
++<SunFA_Grave> <a>		: "\xc3\xa0"
++<SunFA_Grave> <E>		: "\xc3\x88"
++<SunFA_Grave> <e>		: "\xc3\xa8"
++<SunFA_Grave> <I>		: "\xc3\x8c"
++<SunFA_Grave> <i>		: "\xc3\xac"
++<SunFA_Grave> <O>		: "\xc3\x92"
++<SunFA_Grave> <o>		: "\xc3\xb2"
++<SunFA_Grave> <space>		: "\x60"
++<SunFA_Grave> <U>		: "\xc3\x99"
++<SunFA_Grave> <u>		: "\xc3\xb9"
++<SunFA_Tilde> <A>		: "\xc3\x83"
++<SunFA_Tilde> <a>		: "\xc3\xa3"
++<SunFA_Tilde> <N>		: "\xc3\x91"
++<SunFA_Tilde> <n>		: "\xc3\xb1"
++<SunFA_Tilde> <O>		: "\xc3\x95"
++<SunFA_Tilde> <o>		: "\xc3\xb5"
++<SunFA_Tilde> <space>		: "\x7e"
++END_STATE
++
++STATE "[ Cyrillic ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++<at>		: "\x22"	quotedbl
++<numbersign>	: "\xe2\x84\x96"	numerosign
++<dollar>	: "\x25"	percent
++<percent>	: "\x3a"	colon
++<asciicircum>	: "\x2c"	comma
++<ampersand>	: "\x2e"	period
++<asterisk>	: "\x3b"	semicolon
++<numerosign>	: "\xe2\x84\x96" numerosign
++<q>		: "\xd0\xb9"	Cyrillic_shorti
++<w>		: "\xd1\x86"	Cyrillic_tse
++<e>		: "\xd1\x83"	Cyrillic_u
++<r>		: "\xd0\xba"	Cyrillic_ka
++<t>		: "\xd0\xb5"	Cyrillic_ie
++<y>		: "\xd0\xbd"	Cyrillic_en
++<u>		: "\xd0\xb3"	Cyrillic_ghe
++<i>		: "\xd1\x88"	Cyrillic_sha
++<o>		: "\xd1\x89"	Cyrillic_shcha
++<p>		: "\xd0\xb7"	Cyrillic_ze
++<bracketleft>	: "\xd1\x85"	Cyrillic_ha
++<bracketright>	: "\xd1\x8a"	Cyrillic_hardsign
++<Q>		: "\xd0\x99"	Cyrillic_SHORTI
++<W>		: "\xd0\xa6"	Cyrillic_TSE
++<E>		: "\xd0\xa3"	Cyrillic_U
++<R>		: "\xd0\x9a"	Cyrillic_KA
++<T>		: "\xd0\x95"	Cyrillic_IE
++<Y>		: "\xd0\x9d"	Cyrillic_EN
++<U>		: "\xd0\x93"	Cyrillic_GHE
++<I>		: "\xd0\xa8"	Cyrillic_SHA
++<O>		: "\xd0\xa9"	Cyrillic_SHCHA
++<P>		: "\xd0\x97"	Cyrillic_ZE
++Lock<bracketleft> 	: "\xd0\xa5"	Cyrillic_HA
++Lock<bracketright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<braceleft> 	: "\xd0\xa5"	Cyrillic_HA
++<braceright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<a>		: "\xd1\x84"	Cyrillic_ef
++<s>		: "\xd1\x8b"	Cyrillic_yeru
++<d>		: "\xd0\xb2"	Cyrillic_ve
++<f>		: "\xd0\xb0"	Cyrillic_a
++<g>		: "\xd0\xbf"	Cyrillic_pe
++<h>		: "\xd1\x80"	Cyrillic_er
++<j>		: "\xd0\xbe"	Cyrillic_o
++<k>		: "\xd0\xbb"	Cyrillic_el
++<l>		: "\xd0\xb4"	Cyrillic_de
++<semicolon>	: "\xd0\xb6"	Cyrillic_zhe
++<quoteright>	: "\xd1\x8d"	Cyrillic_e
++<A>		: "\xd0\xa4"	Cyrillic_EF
++<S>		: "\xd0\xab"	Cyrillic_YERU
++<D>		: "\xd0\x92"	Cyrillic_VE
++<F>		: "\xd0\x90"	Cyrillic_A
++<G>		: "\xd0\x9f"	Cyrillic_PE
++<H>		: "\xd0\xa0"	Cyrillic_ER
++<J>		: "\xd0\x9e"	Cyrillic_O
++<K>		: "\xd0\x9b"	Cyrillic_EL
++<L>		: "\xd0\x94"	Cyrillic_DE
++<colon>		: "\xd0\x96"	Cyrillic_ZHE
++<quotedbl>	: "\xd0\xad"	Cyrillic_E
++<z>		: "\xd1\x8f"	Cyrillic_ya
++<x>		: "\xd1\x87"	Cyrillic_che
++<c>		: "\xd1\x81"	Cyrillic_es
++<v>		: "\xd0\xbc"	Cyrillic_em
++<b>		: "\xd0\xb8"	Cyrillic_i
++<n>		: "\xd1\x82"	Cyrillic_te
++<m>		: "\xd1\x8c"	Cyrillic_softsign
++<comma>		: "\xd0\xb1"	Cyrillic_be
++<period>	: "\xd1\x8e"	Cyrillic_yu
++<slash>		: "\xd1\x91"	Cyrillic_io
++<Z>		: "\xd0\xaf"	Cyrillic_YA
++<X>		: "\xd0\xa7"	Cyrillic_CHE
++<C>		: "\xd0\xa1"	Cyrillic_ES
++<V>		: "\xd0\x9c"	Cyrillic_EM
++<B>		: "\xd0\x98"	Cyrillic_I
++<N>		: "\xd0\xa2"	Cyrillic_TE
++<M>		: "\xd0\xac"	Cyrillic_SOFTSIGN
++<less>		: "\xd0\x91"	Cyrillic_BE
++<greater>	: "\xd0\xae"	Cyrillic_YU
++<question>	: "\xd0\x81"	Cyrillic_IO
++END_STATE
++
++STATE "[ Greek ]"
++Ctrl<space> 		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++XCOMM
++XCOMM Key sequences for euro sign:
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<Multi_key> <e> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <e>	: "\xe2\x82\xac"
++<Multi_key> <E> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <E>	: "\xe2\x82\xac"
++Ctrl<T> <e> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <e>	: "\xe2\x82\xac"
++Ctrl<T> <E> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <E>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
+ 
+-XCOMM Part 3
+ XCOMM
+-XCOMM ISO 8859-7 (Greek) multi-key and dead key definitions extracted and
+-XCOMM converted from the iso8859-7/Compose file.
++XCOMM The following seven mappings are not appropriate here; this kind of mappings
++XCOMM should be done at the keytable level at /usr/openwin/share/etc/keytables,
++XCOMM not in the Compose file.
++XCOMM<at>		: "\x22"	quotedbl
++XCOMM<numbersign>	: "\xcf\x80"	numerosign
++XCOMM<dollar>	: "\x25"	percent
++XCOMM<percent>	: "\x3a"	colon
++XCOMM<asciicircum>	: "\x2c"	comma
++XCOMM<ampersand>	: "\x2e"	period
++XCOMM<asterisk>	: "\x3b"	semicolon
++
++<q>		: "\x3b"	semicolon
++<w>		: "\xcf\x82"	Greek_sigma
++<e>		: "\xce\xb5"	Greek_epsilon
++<r>		: "\xcf\x81"	Greek_rho
++<t>		: "\xcf\x84"	Greek_tau
++<y>		: "\xcf\x85"	Greek_upsilon
++<u>		: "\xce\xb8"	Greek_theta
++<i>		: "\xce\xb9"	Greek_iota
++<o>		: "\xce\xbf"	Greek_omicron
++<p>		: "\xcf\x80"	Greek_pi
++<Greek_sigma>	: "\xcf\x82"	Greek_sigma
++<Greek_epsilon>	: "\xce\xb5"	Greek_epsilon
++<Greek_rho>	: "\xcf\x81"	Greek_rho
++<Greek_tau>	: "\xcf\x84"	Greek_tau
++<Greek_upsilon>	: "\xcf\x85"	Greek_upsilon
++<Greek_theta>	: "\xce\xb8"	Greek_theta
++<Greek_iota>	: "\xce\xb9"	Greek_iota
++<Greek_omicron>	: "\xce\xbf"	Greek_omicron
++<Greek_pi>	: "\xcf\x80"	Greek_pi
++<Q>		: "\x3a"	colon
++<W>		: "\xce\xa3"	Greek_SIGMA
++<E>		: "\xce\x95"	Greek_EPSILON
++<R>		: "\xce\xa1"	Greek_RHO
++<T>		: "\xce\xa4"	Greek_TAU
++<Y>		: "\xce\xa5"	Greek_UPSILON
++<U>		: "\xce\x98"	Greek_THETA
++<I>		: "\xce\x99"	Greek_IOTA
++<O>		: "\xce\x9f"	Greek_OMICRON
++<P>		: "\xce\xa0"	Greek_PI
++<Greek_SIGMA>	: "\xce\xa3"	Greek_SIGMA
++<Greek_EPSILON>	: "\xce\x95"	Greek_EPSILON
++<Greek_RHO>	: "\xce\xa1"	Greek_RHO
++<Greek_TAU>	: "\xce\xa4"	Greek_TAU
++<Greek_UPSILON>	: "\xce\xa5"	Greek_UPSILON
++<Greek_THETA>	: "\xce\x98"	Greek_THETA
++<Greek_IOTA>	: "\xce\x99"	Greek_IOTA
++<Greek_OMICRON>	: "\xce\x9f"	Greek_OMICRON
++<Greek_PI>	: "\xce\xa0"	Greek_PI
++<a>		: "\xce\xb1"	Greek_alpha
++<s>		: "\xcf\x83"	Greek_finalsmallsigma
++<d>		: "\xce\xb4"	Greek_delta
++<f>		: "\xcf\x86"	Greek_phi
++<g>		: "\xce\xb3"	Greek_gamma
++<h>		: "\xce\xb7"	Greek_eta
++<j>		: "\xce\xbe"	Greek_xi
++<k>		: "\xce\xba"	Greek_kappa
++<l>		: "\xce\xbb"	Greek_lamda
++<Greek_alpha>	: "\xce\xb1"	Greek_alpha
++<Greek_finalsmallsigma>	: "\xcf\x83"	Greek_finalsmallsigma
++<Greek_delta>	: "\xce\xb4"	Greek_delta
++<Greek_phi>	: "\xcf\x86"	Greek_phi
++<Greek_gamma>	: "\xce\xb3"	Greek_gamma
++<Greek_eta>	: "\xce\xb7"	Greek_eta
++<Greek_xi>	: "\xce\xbe"	Greek_xi
++<Greek_kappa>	: "\xce\xba"	Greek_kappa
++<Greek_lamda>	: "\xce\xbb"	Greek_lamda
++<A>		: "\xce\x91"	Greek_ALPHA
++<S>		: "\xce\xa3"	Greek_SIGMA
++<D>		: "\xce\x94"	Greek_DELTA
++<F>		: "\xce\xa6"	Greek_PHI
++<G>		: "\xce\x93"	Greek_GAMMA
++<H>		: "\xce\x97"	Greek_ETA
++<J>		: "\xce\x9e"	Greek_XI
++<K>		: "\xce\x9a"	Greek_KAPPA
++<L>		: "\xce\x9b"	Greek_LAMDA
++<Greek_ALPHA>	: "\xce\x91"	Greek_ALPHA
++<Greek_DELTA>	: "\xce\x94"	Greek_DELTA
++<Greek_PHI>	: "\xce\xa6"	Greek_PHI
++<Greek_GAMMA>	: "\xce\x93"	Greek_GAMMA
++<Greek_ETA>	: "\xce\x97"	Greek_ETA
++<Greek_XI>	: "\xce\x9e"	Greek_XI
++<Greek_KAPPA>	: "\xce\x9a"	Greek_KAPPA
++<Greek_LAMDA>	: "\xce\x9b"	Greek_LAMDA
++<z>		: "\xce\xb6"	Greek_zeta
++<x>		: "\xcf\x87"	Greek_chi
++<c>		: "\xcf\x88"	Greek_psi
++<v>		: "\xcf\x89"	Greek_omega
++<b>		: "\xce\xb2"	Greek_beta
++<n>		: "\xce\xbd"	Greek_nu
++<m>		: "\xce\xbc"	Greek_mu
++<Greek_zeta>	: "\xc2\x98"	Greek_zeta
++<Greek_chi>	: "\xcf\x87"	Greek_chi
++<Greek_psi>	: "\xcf\x88"	Greek_psi
++<Greek_omega>	: "\xcf\x89"	Greek_omega
++<Greek_beta>	: "\xce\xb2"	Greek_beta
++<Greek_nu>	: "\xce\xbd"	Greek_nu
++<Greek_mu>	: "\xce\xbc"	Greek_mu
++<Z>		: "\xce\x96"	Greek_ZETA
++<X>		: "\xce\xa7"	Greek_CHI
++<C>		: "\xce\xa8"	Greek_PSI
++<V>		: "\xce\xa9"	Greek_OMEGA
++<B>		: "\xce\x92"	Greek_BETA
++<N>		: "\xce\x9d"	Greek_NU
++<M>		: "\xce\x9c"	Greek_MU
++<less>		: "\x3b"	semicolon
++<greater>	: "\x3a"	colon
++<question>	: "\xc2\xb7"	periodcentered
++<Greek_ZETA>	: "\xce\x96"	Greek_ZETA
++<Greek_CHI>	: "\xce\xa7"	Greek_CHI
++<Greek_PSI>	: "\xce\xa8"	Greek_PSI
++<Greek_OMEGA>	: "\xce\xa9"	Greek_OMEGA
++<Greek_BETA>	: "\xce\x92"	Greek_BETA
++<Greek_NU>	: "\xce\x9d"	Greek_NU
++<Greek_MU>	: "\xce\x9c"	Greek_MU
++<periodcentered> : "\xc2\xb7"	periodcentered
++
++XCOMM
++XCOMM XK_dead_acute and XK_dead_diaeresis defined in Greece*.kt keytable files.
++XCOMM XK_Greek_* are not defined in Greece*.kt keytable files. Nonetheless, we 
++XCOMM keep them here for user-defined keytable file possibility.
++<dead_acute> <Greek_alpha>	:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <Greek_epsilon>	:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <Greek_eta>	:"\xce\xae"	Greek_etaaccent
++<dead_acute> <Greek_iota>	:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <Greek_omicron>	:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <Greek_upsilon>	:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <Greek_omega>	:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <Greek_ALPHA>	:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <Greek_EPSILON>	:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <Greek_ETA>	:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <Greek_IOTA>	:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <Greek_OMICRON>	:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Greek_UPSILON>	:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <Greek_OMEGA>	:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_acute> <a>		:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <e>		:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <h>		:"\xce\xae"	Greek_etaaccent
++<dead_acute> <i>		:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <o>		:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <y>		:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <v>		:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <A>		:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <E>		:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <H>		:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <I>		:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <O>		:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Y>		:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <V>		:"\xce\x8f"	Greek_OMEGAaccent
++
++<semicolon> <a>			:"\xce\xac"	Greek_alphaaccent
++<semicolon> <e>			:"\xce\xad"	Greek_epsilonaccent
++<semicolon> <h>			:"\xce\xae"	Greek_etaaccent
++<semicolon> <i>			:"\xce\xaf"	Greek_iotaaccent
++<semicolon> <o>			:"\xcf\x8c"	Greek_omicronaccent
++<semicolon> <y>			:"\xcf\x8d"	Greek_upsilonaccent
++<semicolon> <v>			:"\xcf\x8e"	Greek_omegaaccent
++<semicolon> <A>			:"\xce\x86"	Greek_ALPHAaccent
++<semicolon> <E>			:"\xce\x88"	Greek_EPSILONaccent
++<semicolon> <H>			:"\xce\x89"	Greek_ETAaccent
++<semicolon> <I>			:"\xce\x8a"	Greek_IOTAaccent
++<semicolon> <O>			:"\xce\x8c"	Greek_OMICRONaccent
++<semicolon> <Y>			:"\xce\x8e"	Greek_UPSILONaccent
++<semicolon> <V>			:"\xce\x8f"	Greek_OMEGAaccent
+ 
+-<Multi_key> <Greek_ALPHA> <apostrophe>	: "Ά" Greek_ALPHAaccent
+-<Multi_key> <apostrophe> <Greek_ALPHA>	: "Ά" Greek_ALPHAaccent
+-<Multi_key> <Greek_EPSILON> <apostrophe>: "Έ" Greek_EPSILONaccent
+-<Multi_key> <apostrophe> <Greek_EPSILON>: "Έ" Greek_EPSILONaccent
+-<Multi_key> <Greek_ETA> <apostrophe>	: "Ή" Greek_ETAaccent
+-<Multi_key> <apostrophe> <Greek_ETA>	: "Ή" Greek_ETAaccent
+-<Multi_key> <Greek_IOTA> <apostrophe>	: "Ί" Greek_IOTAaccent
+-<Multi_key> <apostrophe> <Greek_IOTA>	: "Ί" Greek_IOTAaccent
+-<Multi_key> <Greek_OMICRON> <apostrophe>: "Ό" Greek_OMICRONaccent
+-<Multi_key> <apostrophe> <Greek_OMICRON>: "Ό" Greek_OMICRONaccent
+-<Multi_key> <Greek_UPSILON> <apostrophe>: "Ύ" Greek_UPSILONaccent
+-<Multi_key> <apostrophe> <Greek_UPSILON>: "Ύ" Greek_UPSILONaccent
+-<Multi_key> <Greek_OMEGA> <apostrophe>	: "Ώ" Greek_OMEGAaccent
+-<Multi_key> <apostrophe> <Greek_OMEGA>	: "Ώ" Greek_OMEGAaccent
+-<Multi_key> <Greek_IOTA> <quotedbl>	: "Ϊ" Greek_IOTAdieresis
+-<Multi_key> <quotedbl> <Greek_IOTA>	: "Ϊ" Greek_IOTAdieresis
+-<Multi_key> <Greek_UPSILON> <quotedbl>	: "Ϋ" Greek_UPSILONdieresis
+-<Multi_key> <quotedbl> <Greek_UPSILON>	: "Ϋ" Greek_UPSILONdieresis
+-
+-<Multi_key> <Greek_alpha> <apostrophe>	: "ά" Greek_alphaaccent
+-<Multi_key> <apostrophe> <Greek_alpha>	: "ά" Greek_alphaaccent
+-<Multi_key> <Greek_epsilon> <apostrophe>: "έ" Greek_epsilonaccent
+-<Multi_key> <apostrophe> <Greek_epsilon>: "έ" Greek_epsilonaccent
+-<Multi_key> <Greek_eta> <apostrophe>	: "ή" Greek_etaaccent
+-<Multi_key> <apostrophe> <Greek_eta>	: "ή" Greek_etaaccent
+-<Multi_key> <Greek_iota> <apostrophe>	: "ί" Greek_iotaaccent
+-<Multi_key> <apostrophe> <Greek_iota>	: "ί" Greek_iotaaccent
+-<Multi_key> <Greek_omicron> <apostrophe>: "ό" Greek_omicronaccent
+-<Multi_key> <apostrophe> <Greek_omicron>: "ό" Greek_omicronaccent
+-<Multi_key> <Greek_upsilon> <apostrophe>: "ύ" Greek_upsilonaccent
+-<Multi_key> <apostrophe> <Greek_upsilon>: "ύ" Greek_upsilonaccent
+-<Multi_key> <Greek_omega> <apostrophe>	: "ώ" Greek_omegaaccent
+-<Multi_key> <apostrophe> <Greek_omega>	: "ώ" Greek_omegaaccent
+-<Multi_key> <Greek_iota> <quotedbl>	: "ϊ" Greek_iotadieresis
+-<Multi_key> <quotedbl> <Greek_iota>	: "ϊ" Greek_iotadieresis
+-<Multi_key> <Greek_upsilon> <quotedbl>	: "ϋ" Greek_upsilondieresis
+-<Multi_key> <quotedbl> <Greek_upsilon>	: "ϋ" Greek_upsilondieresis
+-
+-<Multi_key> <apostrophe> <quotedbl> <Greek_iota>	: "ΐ" Greek_iotaaccentdieresis
+-<Multi_key> <quotedbl> <apostrophe> <Greek_iota>	: "ΐ" Greek_iotaaccentdieresis
+-<Multi_key> <apostrophe> <quotedbl> <Greek_upsilon>	: "ΰ" Greek_upsilonaccentdieresis
+-<Multi_key> <quotedbl> <apostrophe> <Greek_upsilon>	: "ΰ" Greek_upsilonaccentdieresis
+-<Multi_key> <apostrophe> <quotedbl> <space>		: "΅" Greek_accentdieresis
+-<Multi_key> <quotedbl> <apostrophe> <space>		: "΅" Greek_accentdieresis
+-
+-<dead_acute> <Greek_alpha>		: "ά"	Greek_alphaaccent
+-<dead_acute> <Greek_epsilon>		: "έ"	Greek_epsilonaccent
+-<dead_acute> <Greek_eta>		: "ή"	Greek_etaaccent
+-<dead_acute> <Greek_iota>		: "ί"	Greek_iotaaccent
+-<dead_acute> <Greek_omicron>		: "ό"	Greek_omicronaccent
+-<dead_acute> <Greek_upsilon>		: "ύ"	Greek_upsilonaccent
+-<dead_acute> <Greek_omega>		: "ώ"	Greek_omegaaccent
+-<dead_acute> <Greek_ALPHA>		: "Ά"	Greek_ALPHAaccent
+-<dead_acute> <Greek_EPSILON>		: "Έ"	Greek_EPSILONaccent
+-<dead_acute> <Greek_ETA>		: "Ή"	Greek_ETAaccent
+-<dead_acute> <Greek_IOTA>		: "Ί"	Greek_IOTAaccent
+-<dead_acute> <Greek_OMICRON>		: "Ό"	Greek_OMICRONaccent
+-<dead_acute> <Greek_UPSILON>		: "Ύ"	Greek_UPSILONaccent
+-<dead_acute> <Greek_OMEGA>		: "Ώ"	Greek_OMEGAaccent
+-<dead_acute> <space>			: "΄"	U0384
+-<dead_acute> <dead_acute>		: "΄"	U0384
+-<dead_acute> <period>			: "·"	periodcentered
+-<dead_acute> <less>			: "«"	guillemotleft
+-<dead_acute> <greater>			: "»"	guillemotright
+-
+-<dead_diaeresis> <Greek_iota>		: "ϊ"	Greek_iotadieresis
+-<dead_diaeresis> <Greek_upsilon>	: "ϋ"	Greek_upsilondieresis
+-<dead_diaeresis> <Greek_IOTA>		: "Ϊ"	Greek_IOTAdieresis
+-<dead_diaeresis> <Greek_UPSILON>	: "Ϋ"	Greek_UPSILONdieresis
+-<dead_diaeresis> <space>		: "¨"	diaeresis
+-<dead_diaeresis> <dead_diaeresis>	: "¨"	diaeresis
+-<dead_diaeresis> <period>		: "·"	periodcentered
+-<dead_diaeresis> <less>			: "«"	guillemotleft
+-<dead_diaeresis> <greater>		: "»"	guillemotright
+-
+-<dead_acute> <dead_diaeresis> <Greek_iota>	: "ΐ"	Greek_iotaaccentdieresis
+-<dead_acute> <dead_diaeresis> <Greek_upsilon>	: "ΰ"	Greek_upsilonaccentdieresis
+-<dead_acute> <dead_diaeresis> <space>		: "΅"	Greek_accentdieresis
+-
+-<dead_diaeresis> <dead_acute> <Greek_iota>	: "ΐ"	Greek_iotaaccentdieresis
+-<dead_diaeresis> <dead_acute> <Greek_upsilon>	: "ΰ"	Greek_upsilonaccentdieresis
+-<dead_diaeresis> <dead_acute> <space>		: "΅"	Greek_accentdieresis
++<dead_diaeresis> <Greek_iota>	:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <Greek_upsilon> :"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <Greek_IOTA>	:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Greek_UPSILON> :"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_diaeresis> <i>		:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <y>		:"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <I>		:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Y>		:"\xce\xab"	Greek_UPSILONdieresis
++
++<colon> <i>			:"\xcf\x8a"	Greek_iotadieresis
++<colon> <y>			:"\xcf\x8b"	Greek_upsilondieresis
++<colon> <I>			:"\xce\xaa"	Greek_IOTAdiaeresis
++<colon> <Y>			:"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_acute> <dead_diaeresis> <Greek_upsilon>	:"\xce\xb0"
++<dead_diaeresis> <dead_acute> <Greek_upsilon>	:"\xce\xb0"
++<dead_acute> <dead_diaeresis> <Greek_iota>	:"\xce\x90"
++<dead_diaeresis> <dead_acute> <Greek_iota>	:"\xce\x90"
++
++<dead_acute> <dead_diaeresis> <y> :"\xce\xb0"
++<dead_diaeresis> <dead_acute> <y> :"\xce\xb0"
++<dead_acute> <dead_diaeresis> <i> :"\xce\x90"
++<dead_diaeresis> <dead_acute> <i> :"\xce\x90"
++
++<semicolon> <colon> <y>		:"\xce\xb0"
++<colon> <semicolon> <y>		:"\xce\xb0"
++<semicolon> <colon> <i>		:"\xce\x90"
++<colon> <semicolon> <i>		:"\xce\x90"
+ 
+-XCOMM Part 4
+ XCOMM
+-XCOMM Miscellaneous extensions.
++XCOMM The following special key sequences are for Tonos, Diaeresis/Dialytica,
++XCOMM and Dialytika Tonos.
++<semicolon> <semicolon>		:"\xce\x84"
++<colon> <colon>			:"\xc2\xa8"
++<semicolon> <colon> <semicolon> <colon> :"\xce\x85"
++<colon> <semicolon> <colon> <semicolon> :"\xce\x85"
++
++<ordfeminine> <0>		:"\xc2\xb1"	plusminus
++<ordfeminine> <1>		:"\xc2\xa7"	section
++<ordfeminine> <2>		:"\xc2\xb2"	twosuperior	
++<ordfeminine> <3>		:"\xc2\xb3"	threesuperior
++<ordfeminine> <4>		:""
++<ordfeminine> <5>		:"\xc2\xa6"	brokenbar
++<ordfeminine> <6>		:"\xc2\xa9"	copyright
++<ordfeminine> <7>		:"\xc2\xac"	notequal
++<ordfeminine> <8>		:"\xc2\xad"	hyphen
++<ordfeminine> <9>		:"\xc2\xb0"	degree
++<ordfeminine> <hyphen>		:"\xc2\xbd"	onehalf
++<ordfeminine> <equal>		:""
++<ordfeminine> <backslash>	:"\xc2\xa3"	sterling
++<ordfeminine> <braceleft>	:"\xca\xbd"
++<ordfeminine> <braceright>	:"\xca\xbc"
++<ordfeminine> <bracketleft>	:"\xc2\xab"	guillemotleft
++<ordfeminine> <bracketright>	:"\xc2\xbb"	guillemotright
++XCOMM
++XCOMM Rules for SunXK_FA_* keysyms:
++<SunFA_Acute> <A>		:"\xce\x86"
++<SunFA_Acute> <E>		:"\xce\x88"
++<SunFA_Acute> <Greek_ALPHA>	:"\xce\x86"
++<SunFA_Acute> <Greek_EPSILON>	:"\xce\x88"
++<SunFA_Acute> <Greek_ETA>	:"\xce\x89"
++<SunFA_Acute> <Greek_IOTA>	:"\xce\x8a"
++<SunFA_Acute> <Greek_OMEGA>	:"\xce\x8f"
++<SunFA_Acute> <Greek_OMICRON>	:"\xce\x8c"
++<SunFA_Acute> <Greek_UPSILON>	:"\xce\x8e"
++<SunFA_Acute> <Greek_alpha>	:"\xce\xac"
++<SunFA_Acute> <Greek_epsilon>	:"\xce\xad"
++<SunFA_Acute> <Greek_eta>	:"\xce\xae"
++<SunFA_Acute> <Greek_iota>	:"\xce\xaf"
++<SunFA_Acute> <Greek_omega>	:"\xcf\x8e"
++<SunFA_Acute> <Greek_omicron>	:"\xcf\x8c"
++<SunFA_Acute> <Greek_upsilon>	:"\xcf\x8d"
++<SunFA_Acute> <H>		:"\xce\x89"
++<SunFA_Acute> <I>		:"\xce\x8a"
++<SunFA_Acute> <O>		:"\xce\x8c"
++<SunFA_Acute> <SunFA_Diaeresis> <Greek_iota>	:"\xce\x90"
++<SunFA_Acute> <SunFA_Diaeresis> <Greek_upsilon>	:"\xce\xb0"
++<SunFA_Acute> <SunFA_Diaeresis> <i> :"\xce\x90"
++<SunFA_Acute> <SunFA_Diaeresis> <y> :"\xce\xb0"
++<SunFA_Acute> <V>		:"\xce\x8f"
++<SunFA_Acute> <Y>		:"\xce\x8e"
++<SunFA_Acute> <a>		:"\xce\xac"
++<SunFA_Acute> <e>		:"\xce\xad"
++<SunFA_Acute> <h>		:"\xce\xae"
++<SunFA_Acute> <i>		:"\xce\xaf"
++<SunFA_Acute> <o>		:"\xcf\x8c"
++<SunFA_Acute> <v>		:"\xcf\x8e"
++<SunFA_Acute> <y>		:"\xcf\x8d"
++<SunFA_Diaeresis> <Greek_IOTA>	:"\xce\xaa"
++<SunFA_Diaeresis> <Greek_UPSILON> :"\xce\xab"
++<SunFA_Diaeresis> <Greek_iota>	:"\xcf\x8a"
++<SunFA_Diaeresis> <Greek_upsilon> :"\xcf\x8b"
++<SunFA_Diaeresis> <I>		:"\xce\xaa"
++<SunFA_Diaeresis> <SunFA_Acute> <Greek_iota>	:"\xce\x90"
++<SunFA_Diaeresis> <SunFA_Acute> <Greek_upsilon>	:"\xce\xb0"
++<SunFA_Diaeresis> <SunFA_Acute> <i> :"\xce\x90"
++<SunFA_Diaeresis> <SunFA_Acute> <y> :"\xce\xb0"
++<SunFA_Diaeresis> <Y>		:"\xce\xab"
++<SunFA_Diaeresis> <i>		:"\xcf\x8a"
++<SunFA_Diaeresis> <y>		:"\xcf\x8b"
++END_STATE
++
++STATE "[ Arabic ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++XCOMM <0> Arabic-Indic Digit Zero
++<0>		: "\xd9\xa0"
++XCOMM <1> Arabic-Indic Digit One
++<1>		: "\xd9\xa1"
++XCOMM <2> Arabic-Indic Digit Two
++<2>		: "\xd9\xa2"
++XCOMM <3> Arabic-Indic Digit Three
++<3>		: "\xd9\xa3"
++XCOMM <4> Arabic-Indic Digit Four
++<4>		: "\xd9\xa4"
++XCOMM <5> Arabic-Indic Digit Five
++<5>		: "\xd9\xa5"
++XCOMM <6> Arabic-Indic Digit Six
++<6>		: "\xd9\xa6"
++XCOMM <7> Arabic-Indic Digit Seven
++<7>		: "\xd9\xa7"
++XCOMM <8> Arabic-Indic Digit Eight
++<8>		: "\xd9\xa8"
++XCOMM <9> Arabic-Indic Digit Nine
++<9>		: "\xd9\xa9"
++
++<a>		: "\xd8\xb4"
++<A>		: "\xd9\x90"
++<apostrophe>	: "\xd8\xb7"
++<asciitilde>	: "\xd9\x91"
++<b>		: "\xd9\x84\xd8\xa7"
++<B>		: "\xd9\x84\xd8\xa2"
++<backslash>	: "\xd9\x80"
++<braceleft>	: "\x3c"
++<braceright>	: "\x3e"
++<bracketleft>	: "\xd8\xac"
++<bracketright>	: "\xd8\xaf"
++<c>		: "\xd8\xa4"
++<C>		: "\x7b"
++<comma>		: "\xd9\x88"
++<d>		: "\xd9\x8a"
++<D>		: "\x5d"
++<e>		: "\xd8\xab"
++<E>		: "\xd9\x8f"
++<f>		: "\xd8\xa8"
++<F>		: "\x5b"
++<g>		: "\xd9\x84"
++<G>		: "\xd9\x84\xd8\xa3"
++<grave>		: "\xd8\xb0"
++<greater>	: "\x2e"
++<h>		: "\xd8\xa7"
++<H>		: "\xd8\xa3"
++<i>		: "\xd9\x87"
++<I>		: "\xd9\x87"
++<j>		: "\xd8\xaa"
++<J>		: "\xd9\x80"
++<k>		: "\xd9\x86"
++<K>		: "\xd8\x8c"
++<l>		: "\xd9\x85"
++<L>		: "\x2f"
++<less>		: "\x2c"
++<m>		: "\xd8\xa9"
++<M>             : "\xd8\xa9"
++<n>		: "\xd9\x89"
++<N>		: "\xd8\xa2"
++<o>		: "\xd8\xae"
++<O>    		: "\xd8\xae"
++<p>		: "\xd8\xad"
++<P>		: "\xd8\x9b"
++<period>	: "\xd8\xb2"
++<q>		: "\xd8\xb6"
++<Q>		: "\xd9\x8e"
++<question>	: "\xd8\x9f"
++<r>		: "\xd9\x82"
++<R>		: "\xd9\x8c"
++<s>		: "\xd8\xb3"
++<S>		: "\xd9\x8d"
++<semicolon>	: "\xd9\x83"
++<slash>		: "\xd8\xb8"
++<t>		: "\xd9\x81"
++<T>		: "\xef\xbb\xb9"
++<u>		: "\xd8\xb9"
++<U>		: "\xd8\x8c"
++<v>		: "\xd8\xb1"
++<V>		: "\x7d"
++<w>		: "\xd8\xb5"
++<W>		: "\xd9\x8b"
++<x>		: "\xd8\xa1"
++<X>		: "\xd9\x92"
++<y>		: "\xd8\xba"
++<Y>		: "\xd8\xa5"
++<z>		: "\xd8\xa6"
++<Z>        	: "\xd8\xa6"
++END_STATE
++
++STATE "[ Hebrew ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++<q>		: "\x2f"
++<w>		: "\x27"
++<e>		: "\xd7\xa7"
++<r>		: "\xd7\xa8"
++<t>		: "\xd7\x90"
++<y>		: "\xd7\x98"
++<u>		: "\xd7\x95"
++<i>		: "\xd7\x9f"
++<o>		: "\xd7\x9d"
++<p>		: "\xd7\xa4"
++<a>		: "\xd7\xa9"
++<s>		: "\xd7\x93"
++<d>		: "\xd7\x92"
++<f>		: "\xd7\x9b"
++<g>		: "\xd7\xa2"
++<h>		: "\xd7\x99"
++<j>		: "\xd7\x97"
++<k>		: "\xd7\x9c"
++<l>		: "\xd7\x9a"
++<semicolon>	: "\xd7\xa3"
++<z>		: "\xd7\x96"
++<x>		: "\xd7\xa1"
++<c>		: "\xd7\x91"
++<v>		: "\xd7\x94"
++<b>		: "\xd7\xa0"
++<n>		: "\xd7\x9e"
++<m>		: "\xd7\xa6"
++<comma>		: "\xd7\xaa"
++<period>	: "\xd7\xa5"
++<slash>		: "\x2f"
++<grave>		: "\x3b"
++<apostrophe>	: "\x2c"
++END_STATE
++
++STATE "[ Unicode Hex ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:	4	# 1|2|3|4|5|,...
++				# when the number of input sequence
++				# reaches to the given number,
++				# conversion occurs automatically.
++
++TYPE_OF_INPUT:		HEX	# HEX or OCTET. The default is HEX.
++				# If it's HEX, valid input is: 0-9,
++				# a-f, A-F.
++				# If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :	DO_LOOKUP
++<space> :	DO_CONV
++				# force to convert input sequence into
++				# a character before MAX_INPUT_LENGTH
++				# of characters are input.
++Ctrl<n> :	NEXT_PAGE
++Ctrl<p> :	PREV_PAGE
++Ctrl<a> :	TOP_PAGE
++Ctrl<e> :	LAST_PAGE
++<Right>	:	NEXT_CAND
++<Left>	:	PREV_CAND
++<Up>	:	UP_CAND
++<Down>	:	DOWN_CAND
++Ctrl<k>	:	SELECT_CAND
++XCOMM end of actions
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++END_STATE
++
++STATE "[ Unicode Octal ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:	6	# 1|2|3|4|5|,...
++				# when the number of input sequence
++				# reaches to the given number,
++				# conversion occurs automatically.
++
++TYPE_OF_INPUT:		OCTET	# HEX or OCTET. The default is HEX.
++				# If it's HEX, valid input is: 0-9, a-f, A-F.
++				# If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :	DO_LOOKUP
++<space> :	DO_CONV
++				# force to convert input sequence into
++				# a character before MAX_INPUT_LENGTH
++				# of characters are input.
++Ctrl<n> :	NEXT_PAGE
++Ctrl<p> :	PREV_PAGE
++Ctrl<a> :	TOP_PAGE
++Ctrl<e> :	LAST_PAGE
++<Right>	:	NEXT_CAND
++<Left>	:	PREV_CAND
++<Up>	:	UP_CAND
++<Down>	:	DOWN_CAND
++Ctrl<k>	:	SELECT_CAND
++XCOMM end of actions
++Ctrl<space> 		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++END_STATE
++
++STATE "[ Lookup ]"
++STATE_TYPE: LOOKUP
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++XCOMM attributes
++MAX_NUMBER_OF_ROWS :		6
++MAX_NUMBER_OF_COLUMNS :		16
++MAX_NUMBER_OF_CANDIDATES :	80	# <= 94 best if it's multiple of 16
++TITLE_STRING:	"Lookup Selection Window"
++FONTSET:	"-dt-interface user-medium-r-normal-s*utf*-*-*-*-*-*-*-*-*"
++POSITION: CURSOR	# CURSOR/CLIENT
++PLACEMENT: BOTTOM	# TOP/BOTTOM/LEFT/RIGHT
++"a - Basic Latin"	:	0x0000 0x007f
++"b - Latin 1"		:	0x0080 0x00ff
++"c - Latin Extended A"	:	0x0100 0x017f
++"d - Latin Extended B"	:	0x0180 0x024f
++XCOMM N/A IPA Extension	:	0x0250 0x02af
++"e - Spacing Modifier Letters"	:	0x02b0 0x02ff
++XCOMM N/A Combining Diaetrical Marks	:	0x0300 0x036f
++"f - Greek"	:	0x0370 0x03ff
++"g - Cyrillic"	:	0x0400 0x04ff
++XCOMM N/A Armenian	:	0x0530 0x058f
++"h - Hebrew"	:	0x0590 0x05ff
++"i - Arabic"	:	0x0600 0x06ff
++"H - Hindi"		:	0x0900 0x097f
++"B - Bengali"	:	0x0980 0x09ff
++"P - Gurmukhi"	:	0x0a00 0x0a7f
++"G - Gujarati"	:	0x0a80 0x0aff
++XCOMM N/A Oriya	:	0x0b00 0x0b7f
++"t - Tamil"	:	0x0b80 0x0bff
++"T - Telugu"	:	0x0c00 0x0c7f
++"K - Kannada"	:	0x0c80 0x0cff
++"M - Malayalam":	0x0d00 0x0d7f
++"j - Thai"	:	0x0e00 0x0e7f
++XCOMM N/A Lao	:	0x0e80 0x0eff
++XCOMM N/A Tibetan	:	0x0f00 0x0fbf
++XCOMM N/A Georgian	:	0x10a0 0x10ff
++XCOMM N/A Hangul Jamo	:	0x1100 0x11ff
++XCOMM N/A Latin Extended Additional	:	0x1e00 0x1eff
++XCOMM N/A Greek Extended	:	0x1f00 0x1fff
++"k - General Punctuation"	:	0x2000 0x206f
++"l - Superscripts Subscripts"	:	0x2070 0x209f
++"m - Currency Symbols"	:	0x20a0 0x20cf
++XCOMM N/A Combining Diacritical Marks for Symbols	:	0x20d0 0x20ff
++"n - Letterlike Symbols"	:	0x2100 0x214f
++"o - Number Forms"	:	0x2150 0x218f
++"p - Arrows"	:	0x2190 0x21ff
++"q - Mathematical Operators"	:	0x2200 0x22ff
++"r - Miscellaneous Technical"	:	0x2300 0x23ff
++XCOMM N/A Control Pictures	:	0x2400 0x243f
++XCOMM N/A Optical Character Recognition	:	0x2440 0x245f
++"s - Enclosed Alphanumerics"	:	0x2460 0x24ff
++"t - Box Drawing"	:	0x2500 0x257f
++"u - Block Elements"	:	0x2580 0x259f
++"v - Geometric Shapes"	:	0x25a0 0x25ff
++"w - Miscellaneous Symbols"	:	0x2600 0x26ff
++XCOMM N/A Dingbats	:	0x2700 0x27bf
++"x - CJK Symbols and Punctuation"	:	0x3000 0x303f
++"y - Hiragana"	:	0x3040 0x309f
++"z - Katakana"	:	0x30a0 0x30ff
++"0 - Bopomofo"	:	0x3100 0x312f
++"1 - Hangul Compatibility Jamo"	:	0x3130 0x318f
++XCOMM N/A Kanbun	:	0x3190 0x319f
++"2 - Enclosed CJK Letters and Months"	:	0x3200 0x32ff
++"3 - CJK Compatibility"	:	0x3300 0x33ff
++"4 - CJK Unified Ideographs"	:	0x4e00 0x9fa5
++"5 - Hangul Syllables"	:	0xac00 0xd7a3
++XCOMM N/A High Surrogates	:	0xd800 0xdb7f
++XCOMM N/A Private Use High Surrogates	:	0xdb80 0xdbff
++XCOMM N/A Low Surrogates	:	0xdc00 0xdfff
++XCOMM N/A Private Use Area	:	0xe000 0xf8ff
++"6 - CJK Compatibility Ideographs"	:	0xf900 0xfaff
++XCOMM N/A Alphabetic Presentation Forms	:	0xfb00 0xfb4f
++XCOMM N/A Arabic Presentation Forms-A	:	0xfb50 0xfdff
++XCOMM N/A Combining Half Marks	:	0xfe20 0xfe2f
++"7 - CJK Compatibility Forms"	:	0xfe30 0xfe4f
++"8 - Small Form Variants"	:	0xfe50 0xfe6f
++XCOMM N/A Arabic Presentation Forms-B	:	0xfe70 0xfeff
++"9 - Halfwidth and Fullwidth Forms"	:	0xff00 0xffef
++"/ - Specials"	:	0xfff0 0xffff
++XCOMM end of attributes
++
++XCOMM actions
++Ctrl<n> :	NEXT_PAGE
++Ctrl<p> :	PREV_PAGE
++Ctrl<a> :	TOP_PAGE
++Ctrl<e> :	LAST_PAGE
++<Right>	:	NEXT_CAND
++<Left>	:	PREV_CAND
++<Up>	:	UP_CAND
++<Down>	:	DOWN_CAND
++Ctrl<k>	:	SELECT_CAND
++XCOMM end of actions
++END_STATE
++
++STATE "[ Japanese ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : ja 
++END_STATE
++
++STATE "[ Korean ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : ko
++END_STATE
++
++STATE "[ S-Chinese ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : zh_CN 
++END_STATE
++
++STATE "[ T-Chinese ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : zh_TW
++END_STATE
++
++STATE "[ T-Chinese (Hong Kong) ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : zh_HK
++END_STATE
+ 
+-<dead_macron> <space>			: "¯"	macron
+-<dead_macron> <dead_macron>		: "¯"	macron
+-<dead_breve> <space>			: "˘"	breve
+-<dead_breve> <dead_breve>		: "˘"	breve
+-
+-<dead_grave> <underscore>		: "`"	grave
+-<dead_acute> <underscore>		: "´"	acute
+-<dead_tilde> <underscore>		: "~"	asciitilde
+-
+-<Multi_key> <less> <apostrophe>		: "‘"	leftsinglequotemark
+-<Multi_key> <apostrophe> <less>		: "‘"	leftsinglequotemark
+-<Multi_key> <greater> <apostrophe>	: "’"	rightsinglequotemark
+-<Multi_key> <apostrophe> <greater>	: "’"	rightsinglequotemark
+-<Multi_key> <asciitilde> <asciitilde>	: "―"	Greek_horizbar
+-<Multi_key> <asciicircum> <asciicircum>	: "˘"	breve
+-
+-<Multi_key> <slash> <slash>		: "ʹ"	U0374
+-<Multi_key> <backslash> <backslash>	: "͵"	U0375
+-<Multi_key> <semicolon> <semicolon>	: ";"	U037e
+-<Multi_key> <colon> <colon>		: "·"	U0387
+-
+-<Multi_key> <C> <equal>			: "€"	EuroSign
+-<Multi_key> <equal> <C>			: "€"	EuroSign
+-<Multi_key> <c> <equal>			: "€"	EuroSign
+-<Multi_key> <equal> <c>			: "€"	EuroSign
+-<Multi_key> <E> <equal>			: "€"	EuroSign
+-<Multi_key> <equal> <E>			: "€"	EuroSign
+-<Multi_key> <e> <equal>			: "€"	EuroSign
+-<Multi_key> <equal> <e>			: "€"	EuroSign
+-<Multi_key> <Greek_EPSILON> <equal>	: "€"	EuroSign
+-<Multi_key> <equal> <Greek_EPSILON>	: "€"	EuroSign
+-<Multi_key> <Greek_epsilon> <equal>	: "€"	EuroSign
+-<Multi_key> <equal> <Greek_epsilon>	: "€"	EuroSign
+-
+-<Multi_key> <Greek_DELTA> <Greek_RHO>	: "₯"	U20af
+-<Multi_key> <Greek_DELTA> <Greek_rho>	: "₯"	U20af
+-<Multi_key> <Greek_delta> <Greek_RHO>	: "₯"	U20af
+-<Multi_key> <Greek_delta> <Greek_rho>	: "₯"	U20af
++STATE "[ Thai ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : th_TH
++END_STATE
+ 
+-XCOMM End
++STATE "[ Indic ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : in_IN
++END_STATE
+diff -urp -x '*~' -x '*.orig' nls/en_US.UTF-8/Compose.pre nls/en_US.UTF-8/Compose.pre
+--- nls/en_US.UTF-8/Compose.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/en_US.UTF-8/Compose.pre	2008-02-27 21:08:32.539031000 -0800
+@@ -1,5580 +1,2700 @@
+-XCOMM UTF-8 (Unicode) compose sequence
+-XCOMM [email protected]
+ XCOMM
+-XCOMM $XFree86: xc/nls/Compose/en_US.UTF-8,v 1.11 2004/01/06 13:14:04 pascal Exp $
++XCOMM Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
++XCOMM Use is subject to license terms.
++XCOMM
++XCOMM ident	"@(#)en_US.UTF-8	1.52	07/08/29 SMI"
++XCOMM
++XCOMM Compose table for Solaris Unicode locales.
++XCOMM
++
++STATE "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++XCOMM Rules to compose Euro Currency Symbol
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<Multi_key> <e> <equal> : "\xe2\x82\xac"
++<Multi_key> <equal> <e>	: "\xe2\x82\xac"
++<Multi_key> <E> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <E>	: "\xe2\x82\xac"
++Ctrl<T> <e> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <e>	: "\xe2\x82\xac"
++Ctrl<T> <E> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <E>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
++
++<Multi_key> <plus> <plus>		: "\x23"	numbersign
++<Multi_key> <apostrophe> <space>	: "\x27"	apostrophe
++<Multi_key> <space> <apostrophe>	: "\x27'"	apostrophe
++<Multi_key> <A> <A>			: "\x40"	at
++<Multi_key> <a> <A>			: "\xc4\x84"	Aogonek
++<Multi_key> <A> <a> 			: "\xc4\x84"	Aogonek
++<Multi_key> <a> <a> 			: "\xc4\x85"	aogonek
++<Multi_key> <parenleft> <parenleft>	: "\x5b"	bracketleft
++<Multi_key> <slash> <slash>		: "\x5c"	backslash
++<Multi_key> <slash> <less>		: "\x5c"	backslash
++<Multi_key> <less> <slash>		: "\x5c"	backslash
++<Multi_key> <parenright> <parenright>	: "\x5d"	bracketright
++<Multi_key> <asciicircum> <space>	: "\x5e"	asciicircum
++<Multi_key> <space> <asciicircum>	: "\x5e"	asciicircum
++<Multi_key> <greater> <space>		: "\x5e"	asciicircum
++<Multi_key> <space> <greater>		: "\x5e"	asciicircum
++<Multi_key> <grave> <space>		: "\x60"	grave
++<Multi_key> <space> <grave>		: "\x60"	grave
++<Multi_key> <parenleft> <minus>		: "\x7b"	braceleft
++<Multi_key> <minus> <parenleft>		: "\x7b"	braceleft
++<Multi_key> <slash> <asciicircum>	: "\x7c"	bar
++<Multi_key> <asciicircum> <slash>	: "\x7c"	bar
++<Multi_key> <V> <L>			: "\x7c"	bar
++<Multi_key> <L> <V>			: "\x7c"	bar
++<Multi_key> <v> <l>			: "\x7c"	bar
++<Multi_key> <l> <v>			: "\x7c"	bar
++<Multi_key> <parenright> <minus>	: "\x7d"	braceright
++<Multi_key> <minus> <parenright>	: "\x7d"	braceright
++<Multi_key> <asciitilde> <space>	: "\x7e"	asciitilde
++<Multi_key> <space> <asciitilde>	: "\x7e"	asciitilde
++<Multi_key> <minus> <space>		: "\x7e"	asciitilde
++<Multi_key> <space> <minus>		: "\x7e"	asciitilde
++<Multi_key> <exclam> <exclam>		: "\xc2\xa1"	exclamdown
++<Multi_key> <C> <acute> 		: "\xc4\x86"	Cacute
++<Multi_key> <c> <acute> 		: "\xc4\x87"	cacute
++<Multi_key> <acute> <C>			: "\xc4\x86"	Cacute
++<Multi_key> <acute> <c>			: "\xc4\x87"	cacute
++<Multi_key> <c> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <c>			: "\xc2\xa2"	cent
++<Multi_key> <C> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <C>			: "\xc2\xa2"	cent
++<Multi_key> <C> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <C>			: "\xc2\xa2"	cent
++<Multi_key> <c> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <c>			: "\xc2\xa2"	cent
++<Multi_key> <acute> <L>			: "\xc4\xb9"	Lacute
++<Multi_key> <L> <acute> 		: "\xc4\xb9"	Lacute
++<Multi_key> <acute> <l>			: "\xc4\xba"	lacute
++<Multi_key> <l> <acute> 		: "\xc4\xba"	lacute
++<Multi_key> <l> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <l> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <acute> <N>			: "\xc5\x83"	Nacute
++<Multi_key> <N> <acute> 		: "\xc5\x83"	Nacute
++<Multi_key> <y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <s> <o>			: "\xc2\xa7"	section
++<Multi_key> <o> <s>			: "\xc2\xa7"	section
++<Multi_key> <S> <O>			: "\xc2\xa7"	section
++<Multi_key> <O> <S>			: "\xc2\xa7"	section
++<Multi_key> <S> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <S>		: "\xc2\xa7"	section
++<Multi_key> <s> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <s>		: "\xc2\xa7"	section
++<Multi_key> <S> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <S>			: "\xc2\xa7"	section
++<Multi_key> <s> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <s>			: "\xc2\xa7"	section
++<Multi_key> <x> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <X>			: "\xc2\xa4"	currency
++<Multi_key> <c> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <a> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <a>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <A> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <A>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <o> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <o>			: "\xc2\xba"	masculine
++<Multi_key> <O> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <O>			: "\xc2\xba"	masculine
++<Multi_key> <less> <less>		: "\xc2\xab"	guillemotleft
++<Multi_key> <greater> <greater>		: "\xc2\xbb"	guillemotright
++<Multi_key> <0> <asciicircum>		: "\xc2\xb0"	degree
++<Multi_key> <asciicircum> <0>		: "\xc2\xb0"	degree
++<Multi_key> <0> <asterisk>		: "\xc2\xb0"	degree
++<Multi_key> <asterisk> <0>		: "\xc2\xb0"	degree
++<Multi_key> <plus> <minus>		: "\xc2\xb1"	plusminus
++<Multi_key> <minus> <plus>		: "\xc2\xb1"	plusminus
++<Multi_key> <slash> <u>			: "\xc2\xb5"	mu
++<Multi_key> <u> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <slash> <U>			: "\xc2\xb5"	mu
++<Multi_key> <U> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <1> <asciicircum>		: "\xc2\xb9"	onesuperior
++<Multi_key> <asciicircum> <1>		: "\xc2\xb9"	onesuperior
++<Multi_key> <S> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <S>			: "\xc2\xb9"	onesuperior
++<Multi_key> <s> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <s>			: "\xc2\xb9"	onesuperior
++<Multi_key> <2> <asciicircum>		: "\xc2\xb2"	twosuperior
++<Multi_key> <asciicircum> <2>		: "\xc2\xb2"	twosuperior
++<Multi_key> <S> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <S>			: "\xc2\xb2"	twosuperior
++<Multi_key> <s> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <s>			: "\xc2\xb2"	twosuperior
++<Multi_key> <3> <asciicircum>		: "\xc2\xb3"	threesuperior
++<Multi_key> <asciicircum> <3>		: "\xc2\xb3"	threesuperior
++<Multi_key> <S> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <S>			: "\xc2\xb3"	threesuperior
++<Multi_key> <s> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <s>			: "\xc2\xb3"	threesuperior
++<Multi_key> <p> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <p>		: "\xc2\xb6"	paragraph
++<Multi_key> <P> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <P>		: "\xc2\xb6"	paragraph
++<Multi_key> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++<Multi_key> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++<Multi_key> <period> <period>		: "\xc2\xb7"	periodcentered
++<Multi_key> <1> <4>			: "\xc2\xbc"	onequarter
++<Multi_key> <1> <2>			: "\xc2\xbd"	onehalf
++<Multi_key> <3> <4>			: "\xc2\xbe"	threequarters
++<Multi_key> <question> <question>	: "\xc2\xbf"	questiondown
++<Multi_key> <space> <space>		: "\xc2\xa0"	nobreakspace
++<Multi_key> <bar> <bar>			: "\xc2\xa6"	brokenbar
++<Multi_key> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++<Multi_key> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++<Multi_key> <V> <B>			: "\xc2\xa6"	brokenbar
++<Multi_key> <B> <V>			: "\xc2\xa6"	brokenbar
++<Multi_key> <v> <b>			: "\xc2\xa6"	brokenbar
++<Multi_key> <b> <v>			: "\xc2\xa6"	brokenbar
++<Multi_key> <minus> <comma>		: "\xc2\xac"	notsign
++<Multi_key> <comma> <minus>		: "\xc2\xac"	notsign
++<Multi_key> <minus> <minus>		: "\xc2\xad"	hyphen
++<Multi_key> <R> <O>			: "\xc2\xae"	registered
++<Multi_key> <O> <R>			: "\xc2\xae"	registered
++<Multi_key> <minus> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <minus>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <minus> <colon>		: "\xc3\xb7"	division
++<Multi_key> <colon> <minus>		: "\xc3\xb7"	division
++<Multi_key> <x> <x>			: "\xc3\x97"	multiply
++<Multi_key> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++<Multi_key> <comma> <comma>		: "\xc2\xb8"	cedilla
++<Multi_key> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++<Multi_key> <A> <grave>			: "\xc3\x80"	Agrave
++<Multi_key> <grave> <A>			: "\xc3\x80"	Agrave
++<Multi_key> <A> <acute>			: "\xc3\x81"	Aacute
++<Multi_key> <acute> <A>			: "\xc3\x81"	Aacute
++<Multi_key> <A> <apostrophe>		: "\xc3\x81"	Aacute
++<Multi_key> <apostrophe> <A>		: "\xc3\x81"	Aacute
++<Multi_key> <A> <asciicircum>		: "\xc3\x82"	Acircumflex
++<Multi_key> <asciicircum> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <greater>		: "\xc3\x82"	Acircumflex
++<Multi_key> <greater> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <asciitilde>		: "\xc3\x83"	Atilde
++<Multi_key> <asciitilde> <A>		: "\xc3\x83"	Atilde
++<Multi_key> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <asterisk>		: "\xc3\x85"	Aring
++<Multi_key> <asterisk> <A>		: "\xc3\x85"	Aring
++<Multi_key> <A> <E>			: "\xc3\x86"	AE
++<Multi_key> <a> <grave>			: "\xc3\xa0"	agrave
++<Multi_key> <grave> <a>			: "\xc3\xa0"	agrave
++<Multi_key> <a> <acute>			: "\xc3\xa1"	aacute
++<Multi_key> <acute> <a>			: "\xc3\xa1"	aacute
++<Multi_key> <a> <apostrophe>		: "\xc3\xa1"	aacute
++<Multi_key> <apostrophe> <a>		: "\xc3\xa1"	aacute
++<Multi_key> <a> <asciicircum>		: "\xc3\xa2"	acircumflex
++<Multi_key> <asciicircum> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <greater>		: "\xc3\xa2"	acircumflex
++<Multi_key> <greater> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <asciitilde>		: "\xc3\xa3"	atilde
++<Multi_key> <asciitilde> <a>		: "\xc3\xa3"	atilde
++<Multi_key> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <asterisk>		: "\xc3\xa5"	aring
++<Multi_key> <asterisk> <a>		: "\xc3\xa5"	aring
++<Multi_key> <a> <e>			: "\xc3\xa6"	ae
++<Multi_key> <C> <comma>			: "\xc3\x87"	Ccedilla
++<Multi_key> <comma> <C>			: "\xc3\x87"	Ccedilla
++<Multi_key> <c> <comma>			: "\xc3\xa7"	ccedilla
++<Multi_key> <comma> <c>			: "\xc3\xa7"	ccedilla
++XCOMM<Multi_key> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM<Multi_key> <minus> <d>		: "\xc3\xb0"	eth
++<Multi_key> <D> <minus>			: "\xc3\x90"	ETH
++<Multi_key> <d> <minus>			: "\xc3\xb0"	eth
++<Multi_key> <slash> <D>			: "\xc4\x90"	Dstroke
++<Multi_key> <slash> <d>			: "\xc4\x91"	dstroke
++<Multi_key> <E> <grave>			: "\xc3\x88"	Egrave
++<Multi_key> <grave> <E>			: "\xc3\x88"	Egrave
++<Multi_key> <E> <acute>			: "\xc3\x89"	Eacute
++<Multi_key> <acute> <E>			: "\xc3\x89"	Eacute
++<Multi_key> <E> <apostrophe>		: "\xc3\x89"	Eacute
++<Multi_key> <apostrophe> <E>		: "\xc3\x89"	Eacute
++<Multi_key> <E> <asciicircum>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <asciicircum> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <e> <grave>			: "\xc3\xa8"	egrave
++<Multi_key> <grave> <e>			: "\xc3\xa8"	egrave
++<Multi_key> <e> <acute>			: "\xc3\xa9"	eacute
++<Multi_key> <acute> <e>			: "\xc3\xa9"	eacute
++<Multi_key> <e> <apostrophe>		: "\xc3\xa9"	eacute
++<Multi_key> <apostrophe> <e>		: "\xc3\xa9"	eacute
++<Multi_key> <e> <asciicircum>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <asciicircum> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <greater>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <greater> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++<Multi_key> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++<Multi_key> <I> <grave>			: "\xc3\x8c"	Igrave
++<Multi_key> <grave> <I>			: "\xc3\x8c"	Igrave
++<Multi_key> <I> <acute>			: "\xc3\x8d"	Iacute
++<Multi_key> <acute> <I>			: "\xc3\x8d"	Iacute
++<Multi_key> <I> <apostrophe>		: "\xc3\x8d"	Iacute
++<Multi_key> <apostrophe> <I>		: "\xc3\x8d"	Iacute
++<Multi_key> <I> <asciicircum>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <asciicircum> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <greater>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <greater> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <i> <grave>			: "\xc3\xac"	igrave
++<Multi_key> <grave> <i>			: "\xc3\xac"	igrave
++<Multi_key> <i> <acute>			: "\xc3\xad"	iacute
++<Multi_key> <acute> <i>			: "\xc3\xad"	iacute
++<Multi_key> <i> <apostrophe>		: "\xc3\xad"	iacute
++<Multi_key> <apostrophe> <i>		: "\xc3\xad"	iacute
++<Multi_key> <i> <asciicircum>		: "\xc3\xae"	icircumflex
++<Multi_key> <asciicircum> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <greater>		: "\xc3\xae"	icircumflex
++<Multi_key> <greater> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <N> <asciitilde>		: "\xc3\x91"	Ntilde
++<Multi_key> <asciitilde> <N>		: "\xc3\x91"	Ntilde
++<Multi_key> <N> <minus>			: "\xc3\x91"	Ntilde
++<Multi_key> <minus> <N>			: "\xc3\x91"	Ntilde
++<Multi_key> <n> <asciitilde>		: "\xc3\xb1"	ntilde
++<Multi_key> <asciitilde> <n>		: "\xc3\xb1"	ntilde
++<Multi_key> <n> <minus>			: "\xc3\xb1"	ntilde
++<Multi_key> <minus> <n>			: "\xc3\xb1"	ntilde
++<Multi_key> <O> <grave>			: "\xc3\x92"	Ograve
++<Multi_key> <grave> <O>			: "\xc3\x92"	Ograve
++<Multi_key> <O> <acute>			: "\xc3\x93"	Oacute
++<Multi_key> <acute> <O>			: "\xc3\x93"	Oacute
++<Multi_key> <O> <apostrophe>		: "\xc3\x93"	Oacute
++<Multi_key> <apostrophe> <O>		: "\xc3\x93"	Oacute
++<Multi_key> <O> <asciicircum>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <asciicircum> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <greater>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <greater> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <asciitilde>		: "\xc3\x95"	Otilde
++<Multi_key> <asciitilde> <O>		: "\xc3\x95"	Otilde
++<Multi_key> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <slash>			: "\xc3\x98"	Ooblique
++<Multi_key> <slash> <O>			: "\xc3\x98"	Ooblique
++<Multi_key> <o> <grave>			: "\xc3\xb2"	ograve
++<Multi_key> <grave> <o>			: "\xc3\xb2"	ograve
++<Multi_key> <o> <acute>			: "\xc3\xb3"	oacute
++<Multi_key> <acute> <o>			: "\xc3\xb3"	oacute
++<Multi_key> <o> <apostrophe>		: "\xc3\xb3"	oacute
++<Multi_key> <apostrophe> <o>		: "\xc3\xb3"	oacute
++<Multi_key> <o> <asciicircum>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <asciicircum> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <greater>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <greater> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <asciitilde>		: "\xc3\xb5"	otilde
++<Multi_key> <asciitilde> <o>		: "\xc3\xb5"	otilde
++<Multi_key> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <slash>			: "\xc3\xb8"	oslash
++<Multi_key> <slash> <o>			: "\xc3\xb8"	oslash
++<Multi_key> <U> <grave>			: "\xc3\x99"	Ugrave
++<Multi_key> <grave> <U>			: "\xc3\x99"	Ugrave
++<Multi_key> <U> <acute>			: "\xc3\x9a"	Uacute
++<Multi_key> <acute> <U>			: "\xc3\x9a"	Uacute
++<Multi_key> <U> <apostrophe>		: "\xc3\x9a"	Uacute
++<Multi_key> <apostrophe> <U>		: "\xc3\x9a"	Uacute
++<Multi_key> <U> <asciicircum>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <asciicircum> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <u> <grave>			: "\xc3\xb9"	ugrave
++<Multi_key> <grave> <u>			: "\xc3\xb9"	ugrave
++<Multi_key> <u> <acute>			: "\xc3\xba"	uacute
++<Multi_key> <acute> <u>			: "\xc3\xba"	uacute
++<Multi_key> <u> <apostrophe>		: "\xc3\xba"	uacute
++<Multi_key> <apostrophe> <u>		: "\xc3\xba"	uacute
++<Multi_key> <u> <asciicircum>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <asciicircum> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <greater>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <greater> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <s> <s>			: "\xc3\x9f"	ssharp
++<Multi_key> <T> <H>			: "\xc3\x9e"	THORN
++<Multi_key> <t> <h>			: "\xc3\xbe"	thorn
++<Multi_key> <Y> <acute>			: "\xc3\x9d"	Yacute
++<Multi_key> <acute> <Y>			: "\xc3\x9d"	Yacute
++<Multi_key> <Y> <apostrophe>		: "\xc3\x9d"	Yacute
++<Multi_key> <apostrophe> <Y>		: "\xc3\x9d"	Yacute
++<Multi_key> <y> <acute>			: "\xc3\xbd"	yacute
++<Multi_key> <acute> <y>			: "\xc3\xbd"	yacute
++<Multi_key> <y> <apostrophe>		: "\xc3\xbd"	yacute
++<Multi_key> <apostrophe> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++<Multi_key> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++<ecaron>	: "\xc4\x9b"	ecaron
++<scaron>	: "\xc5\xa1"	scaron
++<ccaron>	: "\xc4\x8d"	ccaron
++<rcaron>	: "\xc5\x99"	rcaron
++<yacute>	: "\xc3\xbd"	yacute
++<aacute>	: "\xc3\xa1"	aacute
++<iacute>	: "\xc3\xad"	iacute
++<eacute>	: "\xc3\xa9"	eacute
++<uacute>	: "\xc3\xba"	uacute
++<uring>		: "\xc5\xaf"	uring
++<section>	: "\xc2\xa7"	section
++<ssharp>	: "\xc3\x9f"	ssharp
++<zabovedot>	: "\xc5\xbc"	zabovedot	
++<Zabovedot>	: "\xc5\xbb"	Zabovedot
++<ogonek>	: "\xcb\x9b"	ogonek
++<oacute>	: "\xc3\xb3"	oacute
++<zacute>	: "\xc5\xba"	zacute
++<lstroke>	: "\xc5\x82"	lstroke
++<Lstroke>	: "\xc5\x81"	Lstroke
++<aogonek>	: "\xc4\x85"	aogonek
++<eogonek>	: "\xc4\x99"	eogonek
++<currency>	: "\xc2\xa4"	currency
++<sacute>	: "\xc5\x9b"	sacute
++<nacute>	: "\xc5\x84"	nacute
++<cacute>	: "\xc4\x87"	cacute
++<degree>	: "\xc2\xb0"	degree
++<Odiaeresis>	: "\xc3\x96"	Odiaeresis
++<Udiaeresis>	: "\xc3\x9c"	Udiaeresis
++<odiaeresis>	: "\xc3\xb6"	odiaeresis
++<udiaeresis>	: "\xc3\xbc"	udiaeresis
++<Oacute> 	: "\xc3\x93"	Oacute
++<odoubleacute>	: "\xc5\x91"	odoubleacute
++<Odoubleacute>	: "\xc5\x90"	Odoubleacute
++<Uacute>	: "\xc3\x9a"	Uacute
++<Eacute>	: "\xc3\x89"	Eacute
++<Aacute>	: "\xc3\x81"	Aacute
++<adiaeresis>	: "\xc3\xa4"	adiaeresis
++<Adiaeresis>	: "\xc3\x84"	Adiaeresis
++<udoubleacute>	: "\xc5\xb1"	udoubleacute
++<Udoubleacute>	: "\xc5\xb0"	Udoubleacute
++<Iacute>	: "\xc3\x8d"	Iacute
++<dead_circumflex> <slash>	: "\x7c"	bar
++<dead_grave> <space>		: "\x60"	grave
++<dead_acute> <space>		: "\x27"	apostrophe
++<dead_diaeresis> <space>	: "\xc2\xa8"	diaeresis
++<dead_circumflex> <space>	: "\x5e"	asciicircum
++<dead_tilde> <space>		: "\x7e"	asciitilde
++<dead_circumflex> <0>		: "\xc2\xb0"	degree
++<dead_circumflex> <1>		: "\xc2\xb9"	onesuperior
++<dead_circumflex> <2>		: "\xc2\xb2"	twosuperior
++<dead_circumflex> <3>		: "\xc2\xb3"	threesuperior
++<dead_circumflex> <period>	: "\xc2\xb7"	periodcentered
++<dead_circumflex> <exclam>	: "\xc2\xa6"	brokenbar
++<dead_cedilla> <minus>		: "\xc2\xac"	notsign
++<dead_circumflex> <minus>	: "\xc2\xaf"	macron
++<dead_circumflex> <underscore>	: "\xc2\xaf"	macron
++<dead_acute> <apostrophe>	: "\xc2\xb4"	acute
++<dead_cedilla> <comma>		: "\xc2\xb8"	cedilla
++<dead_diaeresis> <quotedbl>	: "\xc2\xa8"	diaeresis
++<dead_grave> <A>		: "\xc3\x80"	Agrave
++<dead_acute> <A>		: "\xc3\x81"	Aacute
++<dead_circumflex> <A>		: "\xc3\x82"	Acircumflex
++<dead_tilde> <A>		: "\xc3\x83"	Atilde
++<dead_diaeresis> <A>		: "\xc3\x84"	Adiaeresis
++<dead_grave> <a>		: "\xc3\xa0"	agrave
++<dead_acute> <a>		: "\xc3\xa1"	aacute
++<dead_circumflex> <a>		: "\xc3\xa2"	acircumflex
++<dead_tilde> <a>		: "\xc3\xa3"	atilde
++<dead_diaeresis> <a>		: "\xc3\xa4"	adiaeresis
++<dead_cedilla> <C>		: "\xc3\x87"	Ccedilla
++<dead_cedilla> <c>		: "\xc3\xa7"	ccedilla
++<dead_grave> <E>		: "\xc3\x88"	Egrave
++<dead_acute> <E>		: "\xc3\x89"	Eacute
++<dead_circumflex> <E>		: "\xc3\x8a"	Ecircumflex
++<dead_diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<dead_grave> <e>		: "\xc3\xa8"	egrave
++<dead_acute> <e>		: "\xc3\xa9"	eacute
++<dead_circumflex> <e>		: "\xc3\xaa"	ecircumflex
++<dead_diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<dead_grave> <I>		: "\xc3\x8c"	Igrave
++<dead_acute> <I>		: "\xc3\x8d"	Iacute
++<dead_circumflex> <I>		: "\xc3\x8e"	Icircumflex
++<dead_diaeresis> <I>		: "\xc3\x8f"	Idiaeresis
++<dead_grave> <i>		: "\xc3\xac"	igrave
++<dead_acute> <i>		: "\xc3\xad"	iacute
++<dead_circumflex> <i>		: "\xc3\xae"	icircumflex
++<dead_diaeresis> <i>		: "\xc3\xaf"	idiaeresis
++<dead_tilde> <N>		: "\xc3\x91"	Ntilde
++<dead_tilde> <n>		: "\xc3\xb1"	ntilde
++<dead_grave> <O>		: "\xc3\x92"	Ograve
++<dead_acute> <O>		: "\xc3\x93"	Oacute
++<dead_circumflex> <O>		: "\xc3\x94"	Ocircumflex
++<dead_tilde> <O>		: "\xc3\x95"	Otilde
++<dead_diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<dead_grave> <o>		: "\xc3\xb2"	ograve
++<dead_acute> <o>		: "\xc3\xb3"	oacute
++<dead_circumflex> <o>		: "\xc3\xb4"	ocircumflex
++<dead_tilde> <o>		: "\xc3\xb5"	otilde
++<dead_diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<dead_cedilla> <S>		: "\xc5\x9e"	Scedilla
++<dead_cedilla> <s>		: "\xc5\x9f"	scedilla
++<dead_grave> <U>		: "\xc3\x99"	Ugrave
++<dead_acute> <U>		: "\xc3\x9a"	Uacute
++<dead_circumflex> <U>		: "\xc3\x9b"	Ucircumflex
++<dead_diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<dead_grave> <u>		: "\xc3\xb9"	ugrave
++<dead_acute> <u>		: "\xc3\xba"	uacute
++<dead_circumflex> <u>		: "\xc3\xbb"	ucircumflex
++<dead_diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++<dead_acute> <Y>		: "\xc3\x9d"	Yacute
++<dead_acute> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <caron> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++<Multi_key> <v> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <v>		: "\xc5\xbd"	Zcaron
++<zcaron>			: "\xc5\xbe"	zcaron
++<Multi_key> <caron> <z>		: "\xc5\xbe"	zcaron
++<Multi_key> <z> <caron> 	: "\xc5\xbe"	zcaron
++<Multi_key> <z> <v>		: "\xc5\xbe"	zcaron
++<Multi_key> <v> <z>		: "\xc5\xbe"	zcaron
++<dead_diaeresis> <y>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <plus> <plus>		: "\x23"	numbersign
++Ctrl<T> <apostrophe> <space>	: "\x27"	apostrophe
++Ctrl<T> <space> <apostrophe>	: "\x27"	apostrophe
++Ctrl<T> <A> <A>			: "\x40"	at
++Ctrl<T> <parenleft> <parenleft>	: "\x5b"	bracketleft
++Ctrl<T> <slash> <slash>		: "\x5c"	backslash
++Ctrl<T> <slash> <less>		: "\x5c"	backslash
++Ctrl<T> <less> <slash>		: "\x5c"	backslash
++Ctrl<T> <parenright> <parenright>	: "\x5d"	bracketright
++Ctrl<T> <asciicircum> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <asciicircum>	: "\x5e"	asciicircum
++Ctrl<T> <greater> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <greater>	: "\x5e"	asciicircum
++Ctrl<T> <grave> <space>		: "\x60"	grave
++Ctrl<T> <space> <grave>		: "\x60"	grave
++Ctrl<T> <parenleft> <minus>	: "\x7b"	braceleft
++Ctrl<T> <minus> <parenleft>	: "\x7b"	braceleft
++Ctrl<T> <slash> <asciicircum>	: "\x7c"	bar
++Ctrl<T> <asciicircum> <slash>	: "\x7c"	bar
++Ctrl<T> <V> <L>			: "\x7c"	bar
++Ctrl<T> <L> <V>			: "\x7c"	bar
++Ctrl<T> <v> <l>			: "\x7c"	bar
++Ctrl<T> <l> <v>			: "\x7c"	bar
++Ctrl<T> <parenright> <minus>	: "\x7d"	braceright
++Ctrl<T> <minus> <parenright>	: "\x7d"	braceright
++Ctrl<T> <asciitilde> <space>	: "\x7e"	asciitilde
++Ctrl<T> <space> <asciitilde>	: "\x7e"	asciitilde
++Ctrl<T> <minus> <space>		: "\x7e"	asciitilde
++Ctrl<T> <space> <minus>		: "\x7e"	asciitilde
++Ctrl<T> <exclam> <exclam>	: "\xc2\xa1"	exclamdown
++Ctrl<T> <c> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <c> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <acute> <L>			: "\xc4\xb9"	Lacute
++Ctrl<T> <L> <acute> 		: "\xc4\xb9"	Lacute
++Ctrl<T> <acute> <l>			: "\xc4\xba"	lacute
++Ctrl<T> <l> <acute> 		: "\xc4\xba"	lacute
++Ctrl<T> <l> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <l> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <s> <o>			: "\xc2\xa7"	section
++Ctrl<T> <o> <s>			: "\xc2\xa7"	section
++Ctrl<T> <S> <O>			: "\xc2\xa7"	section
++Ctrl<T> <O> <S>			: "\xc2\xa7"	section
++Ctrl<T> <S> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <S>		: "\xc2\xa7"	section
++Ctrl<T> <s> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <s>		: "\xc2\xa7"	section
++Ctrl<T> <S> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <S>			: "\xc2\xa7"	section
++Ctrl<T> <s> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <s>			: "\xc2\xa7"	section
++Ctrl<T> <x> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <c> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <a> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <a>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <A> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <A>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <O> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <o> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <o>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <O>	: "\xc2\xba"	masculine
++Ctrl<T> <less> <less>		: "\xc2\xab"	guillemotleft
++Ctrl<T> <greater> <greater>	: "\xc2\xbb"	guillemotright
++Ctrl<T> <0> <asciicircum>	: "\xc2\xb0"	degree
++Ctrl<T> <asciicircum> <0>	: "\xc2\xb0"	degree
++Ctrl<T> <0> <asterisk>		: "\xc2\xb0"	degree
++Ctrl<T> <asterisk> <0>		: "\xc2\xb0"	degree
++Ctrl<T> <plus> <minus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <minus> <plus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <slash> <u>		: "\xc2\xb5"	mu
++Ctrl<T> <u> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <slash> <U>		: "\xc2\xb5"	mu
++Ctrl<T> <U> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <1> <asciicircum>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <asciicircum> <1>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <S> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <S>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <s> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <s>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <2> <asciicircum>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <asciicircum> <2>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <S> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <S>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <s> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <s>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <3> <asciicircum>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <asciicircum> <3>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <S> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <S>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <s> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <s>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <p> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <p>		: "\xc2\xb6"	paragraph
++Ctrl<T> <P> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <P>		: "\xc2\xb6"	paragraph
++Ctrl<T> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <period> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <1> <4>			: "\xc2\xbc"	onequarter
++Ctrl<T> <1> <2>			: "\xc2\xbd"	onehalf
++Ctrl<T> <3> <4>			: "\xc2\xbe"	threequarters
++Ctrl<T> <question> <question>	: "\xc2\xbf"	questiondown
++Ctrl<T> <space> <space>		: "\xc2\xa0"	nobreakspace
++Ctrl<T> <bar> <bar>		: "\xc2\xa6"	brokenbar
++Ctrl<T> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <V> <B>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <B> <V>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <v> <b>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <b> <v>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <minus> <comma>		: "\xc2\xac"	notsign
++Ctrl<T> <comma> <minus>		: "\xc2\xac"	notsign
++Ctrl<T> <minus> <minus>		: "\xc2\xad"	hyphen
++Ctrl<T> <R> <O>			: "\xc2\xae"	registered
++Ctrl<T> <O> <R>			: "\xc2\xae"	registered
++Ctrl<T> <minus> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <minus>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <minus> <colon>		: "\xc3\xb7"	division
++Ctrl<T> <colon> <minus>		: "\xc3\xb7"	division
++Ctrl<T> <x> <x>			: "\xc3\x97"	multiply
++Ctrl<T> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++Ctrl<T> <comma> <comma>		: "\xc2\xb8"	cedilla
++Ctrl<T> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++Ctrl<T> <A> <grave>		: "\xc3\x80"	Agrave
++Ctrl<T> <grave> <A>		: "\xc3\x80"	Agrave
++Ctrl<T> <A> <acute>		: "\xc3\x81"	Aacute
++Ctrl<T> <acute> <A>		: "\xc3\x81"	Aacute
++Ctrl<T> <A> <apostrophe>	: "\xc3\x81"	Aacute
++Ctrl<T> <apostrophe> <A>	: "\xc3\x81"	Aacute
++Ctrl<T> <A> <asciicircum>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <asciicircum> <A>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <greater>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <greater> <A>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <asciitilde>	: "\xc3\x83"	Atilde
++Ctrl<T> <asciitilde> <A>	: "\xc3\x83"	Atilde
++Ctrl<T> <A> <minus>		: "\xc3\x83"	Atilde
++Ctrl<T> <minus> <A>		: "\xc3\x83"	Atilde
++Ctrl<T> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <asterisk>		: "\xc3\x85"	Aring
++Ctrl<T> <asterisk> <A>		: "\xc3\x85"	Aring
++Ctrl<T> <A> <E>			: "\xc3\x86"	AE
++Ctrl<T> <a> <grave>		: "\xc3\xa0"	agrave
++Ctrl<T> <grave> <a>		: "\xc3\xa0"	agrave
++Ctrl<T> <a> <acute>		: "\xc3\xa1"	aacute
++Ctrl<T> <acute> <a>		: "\xc3\xa1"	aacute
++Ctrl<T> <a> <apostrophe>	: "\xc3\xa1"	aacute
++Ctrl<T> <apostrophe> <a>	: "\xc3\xa1"	aacute
++Ctrl<T> <a> <asciicircum>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <asciicircum> <a>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <greater>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <greater> <a>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <asciitilde>	: "\xc3\xa3"	atilde
++Ctrl<T> <asciitilde> <a>	: "\xc3\xa3"	atilde
++Ctrl<T> <a> <minus>		: "\xc3\xa3"	atilde
++Ctrl<T> <minus> <a>		: "\xc3\xa3"	atilde
++Ctrl<T> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <asterisk>		: "\xc3\xa5"	aring
++Ctrl<T> <asterisk> <a>		: "\xc3\xa5"	aring
++Ctrl<T> <a> <e>			: "\xc3\xa6"	ae
++Ctrl<T> <C> <comma>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <comma> <C>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <c> <comma>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <comma> <c>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++Ctrl<T> <D> <minus>		: "\xc3\x90"	ETH
++Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <d> <minus>		: "\xc3\xb0"	eth
++Ctrl<T> <E> <grave>		: "\xc3\x88"	Egrave
++Ctrl<T> <grave> <E>		: "\xc3\x88"	Egrave
++Ctrl<T> <E> <acute>		: "\xc3\x89"	Eacute
++Ctrl<T> <acute> <E>		: "\xc3\x89"	Eacute
++Ctrl<T> <E> <apostrophe>	: "\xc3\x89"	Eacute
++Ctrl<T> <apostrophe> <E>	: "\xc3\x89"	Eacute
++Ctrl<T> <E> <asciicircum>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <asciicircum> <E>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <e> <grave>		: "\xc3\xa8"	egrave
++Ctrl<T> <grave> <e>		: "\xc3\xa8"	egrave
++Ctrl<T> <e> <acute>		: "\xc3\xa9"	eacute
++Ctrl<T> <acute> <e>		: "\xc3\xa9"	eacute
++Ctrl<T> <e> <apostrophe>	: "\xc3\xa9"	eacute
++Ctrl<T> <apostrophe> <e>	: "\xc3\xa9"	eacute
++Ctrl<T> <e> <asciicircum>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <asciicircum> <e>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <greater>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <greater> <e>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <I> <grave>		: "\xc3\x8c"	Igrave
++Ctrl<T> <grave> <I>		: "\xc3\x8c"	Igrave
++Ctrl<T> <I> <acute>		: "\xc3\x8d"	Iacute
++Ctrl<T> <acute> <I>		: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <apostrophe>	: "\xc3\x8d"	Iacute
++Ctrl<T> <apostrophe> <I>	: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <asciicircum>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <asciicircum> <I>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <greater>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <greater> <I>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <i> <grave>		: "\xc3\xac"	igrave
++Ctrl<T> <grave> <i>		: "\xc3\xac"	igrave
++Ctrl<T> <i> <acute>		: "\xc3\xad"	iacute
++Ctrl<T> <acute> <i>		: "\xc3\xad"	iacute
++Ctrl<T> <i> <apostrophe>	: "\xc3\xad"	iacute
++Ctrl<T> <apostrophe> <i>	: "\xc3\xad"	iacute
++Ctrl<T> <i> <asciicircum>	: "\xc3\xae"	icircumflex
++Ctrl<T> <asciicircum> <i>	: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <greater>		: "\xc3\xae"	icircumflex
++Ctrl<T> <greater> <i>		: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <N> <asciitilde>	: "\xc3\x91"	Ntilde
++Ctrl<T> <asciitilde> <N>	: "\xc3\x91"	Ntilde
++Ctrl<T> <N> <minus>		: "\xc3\x91"	Ntilde
++Ctrl<T> <minus> <N>		: "\xc3\x91"	Ntilde
++Ctrl<T> <n> <asciitilde>	: "\xc3\xb1"	ntilde
++Ctrl<T> <asciitilde> <n>	: "\xc3\xb1"	ntilde
++Ctrl<T> <n> <minus>		: "\xc3\xb1"	ntilde
++Ctrl<T> <minus> <n>		: "\xc3\xb1"	ntilde
++Ctrl<T> <O> <grave>		: "\xc3\x92"	Ograve
++Ctrl<T> <grave> <O>		: "\xc3\x92"	Ograve
++Ctrl<T> <O> <acute>		: "\xc3\x93"	Oacute
++Ctrl<T> <acute> <O>		: "\xc3\x93"	Oacute
++Ctrl<T> <O> <apostrophe>	: "\xc3\x93"	Oacute
++Ctrl<T> <apostrophe> <O>	: "\xc3\x93"	Oacute
++Ctrl<T> <O> <asciicircum>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <asciicircum> <O>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <greater>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <greater> <O>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <asciitilde>	: "\xc3\x95"	Otilde
++Ctrl<T> <asciitilde> <O>	: "\xc3\x95"	Otilde
++Ctrl<T> <O> <minus>		: "\xc3\x95"	Otilde
++Ctrl<T> <minus> <O>		: "\xc3\x95"	Otilde
++Ctrl<T> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <slash>		: "\xc3\x98"	Ooblique
++Ctrl<T> <slash> <O>		: "\xc3\x98"	Ooblique
++Ctrl<T> <o> <grave>		: "\xc3\xb2"	ograve
++Ctrl<T> <grave> <o>		: "\xc3\xb2"	ograve
++Ctrl<T> <o> <acute>		: "\xc3\xb3"	oacute
++Ctrl<T> <acute> <o>		: "\xc3\xb3"	oacute
++Ctrl<T> <o> <apostrophe>	: "\xc3\xb3"	oacute
++Ctrl<T> <apostrophe> <o>	: "\xc3\xb3"	oacute
++Ctrl<T> <o> <asciicircum>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <asciicircum> <o>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <greater>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <greater> <o>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <asciitilde>	: "\xc3\xb5"	otilde
++Ctrl<T> <asciitilde> <o>	: "\xc3\xb5"	otilde
++Ctrl<T> <o> <minus>		: "\xc3\xb5"	otilde
++Ctrl<T> <minus> <o>		: "\xc3\xb5"	otilde
++Ctrl<T> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <slash>		: "\xc3\xb8"	oslash
++Ctrl<T> <slash> <o>		: "\xc3\xb8"	oslash
++Ctrl<T> <U> <grave>		: "\xc3\x99"	Ugrave
++Ctrl<T> <grave> <U>		: "\xc3\x99"	Ugrave
++Ctrl<T> <U> <acute>		: "\xc3\x9a"	Uacute
++Ctrl<T> <acute> <U>		: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <apostrophe>	: "\xc3\x9a"	Uacute
++Ctrl<T> <apostrophe> <U>	: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <asciicircum>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <asciicircum> <U>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <u> <grave>		: "\xc3\xb9"	ugrave
++Ctrl<T> <grave> <u>		: "\xc3\xb9"	ugrave
++Ctrl<T> <u> <acute>		: "\xc3\xba"	uacute
++Ctrl<T> <acute> <u>		: "\xc3\xba"	uacute
++Ctrl<T> <u> <apostrophe>	: "\xc3\xba"	uacute
++Ctrl<T> <apostrophe> <u>	: "\xc3\xba"	uacute
++Ctrl<T> <u> <asciicircum>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <asciicircum> <u>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <greater>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <greater> <u>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <s> <s>			: "\xc3\x9f"	ssharp
++Ctrl<T> <T> <H>			: "\xc3\x9e"	THORN
++Ctrl<T> <t> <h>			: "\xc3\xbe"	thorn
++Ctrl<T> <Y> <acute>		: "\xc3\x9d"	Yacute
++Ctrl<T> <acute> <Y>		: "\xc3\x9d"	Yacute
++Ctrl<T> <Y> <apostrophe>	: "\xc3\x9d"	Yacute
++Ctrl<T> <apostrophe> <Y>	: "\xc3\x9d"	Yacute
++Ctrl<T> <y> <acute>		: "\xc3\xbd"	yacute
++Ctrl<T> <acute> <y>		: "\xc3\xbd"	yacute
++Ctrl<T> <y> <apostrophe>	: "\xc3\xbd"	yacute
++Ctrl<T> <apostrophe> <y>	: "\xc3\xbd"	yacute
++Ctrl<T> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++XCOMM turkish
++<Multi_key> <G> <u>		: "\xc4\x9e"	Gbreve
++<Multi_key> <u> <G>		: "\xc4\x9e"	Gbreve
++<Multi_key> <g> <u>		: "\xc4\x9f"	gbreve
++<Multi_key> <u> <g>		: "\xc4\x9f"	gbreve
++<Multi_key> <I> <period>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <period> <I>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <i> <period>	: "\xc4\xb1"	idotless
++<Multi_key> <period> <i>	: "\xc4\xb1"	idotless
++XCOMM polish
++<Multi_key> <space> <breve>	: "\xcb\x98"	breve
++<Multi_key> <space> <degree>	: "\xc2\xb0"	degree
++<Multi_key> <space> <ogonek>	: "\xcb\x9b"	ogonek
++<Multi_key> <space> <caron>	: "\xcb\x87"	caron
++<Multi_key> <space> <v>		: "\xcb\x87"	caron
++<Multi_key> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++<Multi_key> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++<Multi_key> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++<Multi_key> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++<Multi_key> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++<Multi_key> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++<Multi_key> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++<Multi_key> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++<Multi_key> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++<Multi_key> <acute> <R>		: "\xc5\x94"	Racute
++<Multi_key> <R> <acute> 	: "\xc5\x94"	Racute
++<Multi_key> <acute> <S>		: "\xc5\x9a"	Sacute
++<Multi_key> <S> <acute> 	: "\xc5\x9a"	Sacute
++<Multi_key> <acute> <Z>		: "\xc4\xbe"	Zacute
++<Multi_key> <Z> <acute> 	: "\xc4\xbe"	Zacute
++<Multi_key> <acute> <n>		: "\xc5\x84"	nacute
++<Multi_key> <n> <acute> 	: "\xc5\x84"	nacute
++<Multi_key> <acute> <r>		: "\xc5\x95"	racute
++<Multi_key> <r> <acute> 	: "\xc5\x95"	racute
++<Multi_key> <acute> <s>		: "\xc5\x9b"	sacute
++<Multi_key> <s> <acute> 	: "\xc5\x9b"	sacute
++<Multi_key> <acute> <z>		: "\xc5\xba"	zacute
++<Multi_key> <z> <acute> 	: "\xc5\xba"	zacute
++<Multi_key> <0> <O>		: "\xc2\xb0"	degree
++<Multi_key> <o> <o> 		: "\xc2\xb0"	degree
++<Multi_key> <comma> <S>		: "\xc5\x9e"	Scedilla
++<Multi_key> <S> <comma> 	: "\xc5\x9e"	Scedilla
++<Multi_key> <comma> <T>		: "\xc5\xa2"	Tcedilla
++<Multi_key> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++<Multi_key> <comma> <s>		: "\xc5\x9f"	scedilla
++<Multi_key> <s> <comma> 	: "\xc5\x9f"	scedilla
++<Multi_key> <comma> <t>		: "\xc5\xa3"	tcedilla
++<Multi_key> <t> <comma> 	: "\xc5\xa3"	tcedilla
++<Multi_key> <caron> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <caron> 	: "\xc4\x8c"	Ccaron
++<Multi_key> <caron> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <caron> 	: "\xc4\x8e"	Dcaron
++<Multi_key> <caron> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <caron> 	: "\xc4\x9a"	Ecaron
++<Multi_key> <caron> <L>		: "\xc4\xbd"	Lcaron
++<Multi_key> <L> <caron> 	: "\xc4\xbd"	Lcaron
++<Multi_key> <caron> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <caron>		: "\xc5\x87" 	Ncaron
++<Multi_key> <caron> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <caron> 	: "\xc5\x98"	Rcaron
++<Multi_key> <caron> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <caron> 	: "\xc5\xa0"	Scaron
++<Multi_key> <caron> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <caron> 	: "\xc5\xa4"	Tcaron
++<Multi_key> <caron> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <caron> 	: "\xc5\xae"	Uring
++<Multi_key> <caron> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <caron> 	: "\xc4\x8d"	ccaron
++<Multi_key> <caron> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <caron> 	: "\xc4\x8f"	dcaron
++<Multi_key> <caron> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <caron> 	: "\xc4\x9b"	ecaron
++<Multi_key> <caron> <l>		: "\xc4\xbe"	lcaron
++<Multi_key> <l> <caron> 	: "\xc4\xbe"	lcaron
++<Multi_key> <caron> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <caron> 	: "\xc5\x88"	ncaron
++<Multi_key> <caron> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <caron> 	: "\xc5\x99"	rcaron
++<Multi_key> <caron> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <caron> 	: "\xc5\xa1"	scaron
++<Multi_key> <caron> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <caron> 	: "\xc5\xa5"	tcaron
++<Multi_key> <caron> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <caron> 	: "\xc5\xaf"	uring
++<Multi_key> <v> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <v> 		: "\xc4\x8c"	Ccaron
++<Multi_key> <v> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <v> 		: "\xc4\x8e"	Dcaron
++<Multi_key> <v> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <v> 		: "\xc4\x9a"	Ecaron
++<Multi_key> <v> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <v>		: "\xc5\x87" 	Ncaron
++<Multi_key> <v> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <v> 		: "\xc5\x98"	Rcaron
++<Multi_key> <v> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <v> 		: "\xc5\xa4"	Tcaron
++<Multi_key> <v> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <v> 		: "\xc5\xae"	Uring
++<Multi_key> <v> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <v> 		: "\xc4\x8d"	ccaron
++<Multi_key> <v> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <v> 		: "\xc4\x8f"	dcaron
++<Multi_key> <v> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <v> 		: "\xc4\x9b"	ecaron
++<Multi_key> <v> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <v> 		: "\xc5\x88"	ncaron
++<Multi_key> <v> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <v> 		: "\xc5\x99"	rcaron
++<Multi_key> <v> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <v> 		: "\xc5\xa5"	tcaron
++<Multi_key> <v> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <v> 		: "\xc5\xaf"	uring
++<Multi_key> <breve> <A>		: "\xc4\x82"	Abreve
++<Multi_key> <A> <breve> 	: "\xc4\x82"	Abreve
++<Multi_key> <breve> <a>		: "\xc4\x83"	abreve
++<Multi_key> <a> <breve> 	: "\xc4\x83"	abreve
++<Multi_key> <ogonek> <A>	: "\xc4\x84"	Aogonek
++<Multi_key> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++<Multi_key> <ogonek> <E>	: "\xc4\x98"	Eogonek
++<Multi_key> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++<Multi_key> <ogonek> <a> 	: "\xc4\x85"	aogonek
++<Multi_key> <a> <ogonek> 	: "\xc4\x85"	aogonek
++<Multi_key> <ogonek> <e> 	: "\xc4\x99"	eogonek
++<Multi_key> <e> <ogonek> 	: "\xc4\x99"	eogonek
++<Multi_key> <E> <a> 		: "\xc4\x98"	Eogonek
++<Multi_key> <e> <a> 		: "\xc4\x99"	eogonek
++<Multi_key> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++<Multi_key> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++<Multi_key> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++<Multi_key> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++<Multi_key> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++<Multi_key> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++<Multi_key> <period> <U>	: "\xc5\xae"	Uring
++<Multi_key> <U> <period> 	: "\xc5\xae"	Uring
++<Multi_key> <period> <u>	: "\xc5\xaf"	uring
++<Multi_key> <u> <period> 	: "\xc5\xaf"	uring
++<Multi_key> <period> <z>	: "\xc5\xbc"	zabovedot
++<Multi_key> <z> <period> 	: "\xc5\xbc"	zabovedot
++<Multi_key> <period> <Z>	: "\xc5\xbb"	Zabovedot
++<Multi_key> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++<acute> <A>		: "\xc3\x81"	Aacute
++<acute> <C>		: "\xc4\x86"	Cacute
++<acute> <E>		: "\xc3\x89"	Eacute
++<acute> <I>		: "\xc3\x8d"	Iacute
++<acute> <L>		: "\xc4\xb9"	Lacute
++<acute> <N>		: "\xc5\x83"	Nacute
++<acute> <O>		: "\xc3\x93"	Oacute
++<acute> <R>		: "\xc5\x94"	Racute
++<acute> <S>		: "\xc5\x9a"	Sacute
++<acute> <U>		: "\xc3\x9a"	Uacute
++<acute> <Y>		: "\xc3\x9d"	Yacute
++<acute> <Z>		: "\xc4\xbe"	Zacute
++<acute> <a>		: "\xc3\xa1"	aacute
++<acute> <c>		: "\xc4\x87"	cacute
++<acute> <e>		: "\xc3\xa9"	eacute
++<acute> <i>		: "\xc3\xad"	iacute
++<acute> <l>		: "\xc4\xba"	lacute
++<acute> <n>		: "\xc5\x84"	nacute
++<acute> <o>		: "\xc3\xb3"	oacute
++<acute> <r>		: "\xc5\x95"	racute
++<acute> <s>		: "\xc5\x9b"	sacute
++<acute> <u>		: "\xc3\xba"	uacute
++<acute> <y>		: "\xc3\xbd"	yacute
++<acute> <z>		: "\xc5\xba"	zacute
++<diaeresis> <A>		: "\xc3\x84" 	Adiaeresis
++<diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<diaeresis> <a>		: "\xc3\xa4" 	adiaeresis
++<diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++XCOMM
++XCOMM Additional latin-2 sequences
++<Multi_key> <a> <space>		: "\xcb\x9b"	ogonek
++<Multi_key> <u> <space>		: "\xcb\x98"	breve
++<Multi_key> <v> <space>		: "\xcb\x87"	caron
++<Multi_key> <quotedbl> <space>	: "\xcb\x9d"	doubleacute
++<Multi_key> <A> <u>		: "\xc4\x82"	Abreve
++<Multi_key> <C> <apostrophe>	: "\xc4\x86"	Cacute
++<Multi_key> <L> <apostrophe>	: "\xc4\xb9"	Lacute
++<Multi_key> <L> <slash>		: "\xc5\x81"	Lstroke
++<Multi_key> <L> <greater>	: "\xc4\xbd"	Lcaron
++<Multi_key> <N> <apostrophe>	: "\xc5\x83"	Nacute
++<Multi_key> <S> <apostrophe>	: "\xc5\x9a"	Sacute
++<Multi_key> <R> <apostrophe>	: "\xc5\x94"	Racute
++<Multi_key> <U> <asterisk>	: "\xc5\xae"	Uring
++<Multi_key> <Z> <apostrophe>	: "\xc5\xb9"	Zacute
++<Multi_key> <a> <u>		: "\xc4\x83"	abreve
++<Multi_key> <c> <apostrophe>	: "\xc4\x87"	cacute
++<Multi_key> <l> <apostrophe>	: "\xc4\xba"	lacute
++<Multi_key> <l> <slash>		: "\xc5\x82"	lstroke
++<Multi_key> <l> <greater>	: "\xc4\xbe"	lcaron
++<Multi_key> <n> <apostrophe>	: "\xc5\x84"	nacute
++<Multi_key> <s> <apostrophe>	: "\xc5\x9b"	sacute
++<Multi_key> <r> <apostrophe>	: "\xc5\x95"	racute
++<Multi_key> <u> <asterisk>	: "\xc5\xaf"	uring
++<Multi_key> <z> <apostrophe>	: "\xc5\xba"	zacute
++XCOMM
++XCOMM Latin-2 dead key compose sequences and keysyms for division and multiply:
++<dead_abovedot> <C>	: "\xc4\x8a"	Cabovedot
++<dead_abovedot> <c>	: "\xc4\x8b"	cabovedot
++<dead_abovedot> <E>	: "\xc4\x96"	Eabovedot
++<dead_abovedot> <e>	: "\xc4\x97"	eabovedot
++<dead_abovedot> <G>	: "\xc4\xa0"	Gabovedot
++<dead_abovedot> <g>	: "\xc4\xa1"	gabovedot
++<dead_abovedot> <I>	: "\xc4\xb0"	Iabovedot
++<dead_abovedot> <Z>	: "\xc5\xbb"	Zabovedot
++<dead_abovedot> <z>	: "\xc5\xbc"	zabovedot
++<dead_abovering> <A>	: "\xc3\x85"	Aring
++<dead_abovering> <a>	: "\xc3\xa5"	aring
++<dead_abovering> <U>	: "\xc5\xae"	Uring
++<dead_abovering> <u>	: "\xc5\xaf"	uring
++<dead_breve> <A>	: "\xc4\x82"	Abreve
++<dead_breve> <a>	: "\xc4\x83"	abreve 
++<dead_caron> <C>	: "\xc4\x8c"	Ccaron
++<dead_caron> <c>	: "\xc4\x8d"	ccaron
++<dead_caron> <D>	: "\xc4\x8e"	Dcaron
++<dead_caron> <d>	: "\xc4\x8f"	dcaron
++<dead_caron> <E>	: "\xc4\x9a"	Ecaron
++<dead_caron> <e>	: "\xc4\x9b"	ecaron
++<dead_caron> <L>	: "\xc4\xbd"	Lcaron
++<dead_caron> <l>	: "\xc4\xbe"	lcaron
++<dead_caron> <N>	: "\xc5\x87"	Ncaron
++<dead_caron> <n>	: "\xc5\x88"	ncaron
++<dead_caron> <R>	: "\xc5\x98"	Rcaron
++<dead_caron> <r>	: "\xc5\x99"	rcaron
++<dead_caron> <S>	: "\xc5\xa0"	Scaron
++<dead_caron> <s>	: "\xc5\xa1"	scaron
++<dead_caron> <T>	: "\xc5\xa4"	Tcaron
++<dead_caron> <t>	: "\xc5\xa5"	tcaron
++<dead_caron> <Z>	: "\xc5\xbd"	Zcaron
++<dead_caron> <z>	: "\xc5\xbe"	zcaron
++<dead_doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++<dead_doubleacute> <o>	: "\xc5\x91"	odoubleacute 
++<dead_doubleacute> <U>	: "\xc5\xb0"	Udoubleacute 
++<dead_doubleacute> <u>	: "\xc5\xb1"	udoubleacute 
++<dead_ogonek> <A>	: "\xc4\x84"	Aogonek
++<dead_ogonek> <a>	: "\xc4\x85"	aogonek 
++<dead_ogonek> <E>	: "\xc4\x98"	Eogonek 
++<dead_ogonek> <e>	: "\xc4\x99"	eogonek 
++<division>		: "\xc3\xb7"	division
++<multiply>		: "\xc3\x97"	multiply
++XCOMM
++XCOMM Latin-3 sequences
++<Multi_key> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <C> <greater>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <greater> <C>	: "\xc4\x88"	Ccircumflex
++
++<Multi_key> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++<Multi_key> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++<Multi_key> <c> <greater>	: "\xc4\x89"	ccircumflex
++<Multi_key> <greater> <c>	: "\xc4\x89"	ccircumflex
++
++<Multi_key> <period> <C>	: "\xc4\x8a"	Cabovedot
++<Multi_key> <C> <period> 	: "\xc4\x8a"	Cabovedot
++
++<Multi_key> <period> <c>	: "\xc4\x8b"	cabovedot
++<Multi_key> <c> <period> 	: "\xc4\x8b"	cabovedot
++
++<Multi_key> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <G> <greater>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <greater> <G>	: "\xc4\x9c"	Gcircumflex
++
++<Multi_key> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <g> <greater>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <greater> <g>	: "\xc4\x9d"	gcircumflex
++
++<Multi_key> <period> <G>	: "\xc4\xa0"	Gabovedot
++<Multi_key> <G> <period> 	: "\xc4\xa0"	Gabovedot
++
++<Multi_key> <period> <g>	: "\xc4\xa1"	gabovedot
++<Multi_key> <g> <period> 	: "\xc4\xa1"	gabovedot
++
++<Multi_key> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <H> <greater>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <greater> <H>	: "\xc4\xa4"	Hcircumflex
++
++<Multi_key> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <h> <greater>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <greater> <h>	: "\xc4\xa5"	hcircumflex
++
++<Multi_key> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <J> <greater>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <greater> <J>	: "\xc4\xb4"	Jcircumflex
++
++<Multi_key> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <j> <greater>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <greater> <j>	: "\xc4\xb5"	jcircumflex
++
++<Multi_key> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <S> <greater>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <greater> <S>	: "\xc5\x9c"	Scircumflex
++
++<Multi_key> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++<Multi_key> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++<Multi_key> <s> <greater>	: "\xc5\x9d"	scircumflex
++<Multi_key> <greater> <s>	: "\xc5\x9d"	scircumflex
++
++<Multi_key> <U> <breve>		: "\xc5\xac"	Ubreve
++<Multi_key> <breve> <U>		: "\xc5\xac"	Ubreve
++<Multi_key> <U> <u>		: "\xc5\xac"	Ubreve
++<Multi_key> <u> <U>		: "\xc5\xac"	Ubreve
++
++<Multi_key> <u> <breve>		: "\xc5\xad"	ubreve
++<Multi_key> <breve> <u>		: "\xc5\xad"	ubreve
++<Multi_key> <u> <u>		: "\xc5\xad"	ubreve
++XCOMM
++XCOMM Additional Latin-3 keysyms and compose sequences:
++<cabovedot>		: "\xc4\x8b"	cabovedot
++<Cabovedot>		: "\xc4\x8a"	Cabovedot
++<gabovedot>		: "\xc4\xa1"	gabovedot
++<Gabovedot>		: "\xc4\xa0"	Gabovedot
++<hstroke>		: "\xc4\xa7"	hstroke
++<Hstroke>		: "\xc4\xa6"	Hstroke
++<Multi_key> <h> <bar>	: "\xc4\xa7"	hstroke
++<Multi_key> <bar> <h>	: "\xc4\xa7"	hstroke
++<Multi_key> <h> <slash>	: "\xc4\xa7"	hstroke
++<Multi_key> <slash> <h>	: "\xc4\xa7"	hstroke
++<Multi_key> <H> <bar>	: "\xc4\xa6"	Hstroke
++<Multi_key> <bar> <H>	: "\xc4\xa6"	Hstroke
++<Multi_key> <H> <slash>	: "\xc4\xa6"	Hstroke
++<Multi_key> <slash> <H>	: "\xc4\xa6"	Hstroke
++Ctrl<T> <h> <bar>	: "\xc4\xa7"	hstroke
++Ctrl<T> <bar> <h>	: "\xc4\xa7"	hstroke
++Ctrl<T> <h> <slash>	: "\xc4\xa7"	hstroke
++Ctrl<T> <slash> <h>	: "\xc4\xa7"	hstroke
++Ctrl<T> <H> <bar>	: "\xc4\xa6"	Hstroke
++Ctrl<T> <bar> <H>	: "\xc4\xa6"	Hstroke
++Ctrl<T> <H> <slash>	: "\xc4\xa6"	Hstroke
++Ctrl<T> <slash> <H>	: "\xc4\xa6"	Hstroke
++<zabovedot>		: "\xc5\xbc"	zabovedot
++<Zabovedot>		: "\xc5\xbb"	Zabovedot
++XCOMM Latin-4 sequences
++<Multi_key> <N> <N>		: "\xc5\x8a"	ENG
++<Multi_key> <U> <a>		: "\xc5\xb2"	Uogonek
++<Multi_key> <u> <a>		: "\xc5\xb3"	uogonek
++<Multi_key> <k> <k>		: "\xc4\xb8"	kra
++<Multi_key> <R> <comma>		: "\xc5\x96"	Rcedilla
++<Multi_key> <comma> <R>		: "\xc5\x96"	Rcedilla
++<Multi_key> <r> <comma>		: "\xc5\x97"	rcedilla
++<Multi_key> <comma> <r>		: "\xc5\x97"	rcedilla
++<Multi_key> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++<Multi_key> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++<Multi_key> <i> <asciitilde>	: "\xc4\xa9"	itilde
++<Multi_key> <asciitilde> <i>	: "\xc4\xa9"	itilde
++<Multi_key> <L> <comma>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <comma> <L>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <l> <comma>		: "\xc4\xbc"	lcedilla
++<Multi_key> <comma> <l>		: "\xc4\xbc"	lcedilla
++<diaeresis>			: "\xc2\xa8"	diaeresis
++<Multi_key> <S> <v>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <V>		: "\xc5\xa0"	Scaron
++<Multi_key> <v> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <V> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <s> <v>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <V>		: "\xc5\xa1"	scaron
++<Multi_key> <v> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <V> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <E> <underscore>	: "\xc4\x92"	Emacron
++<Multi_key> <underscore> <E>	: "\xc4\x92"	Emacron
++<Multi_key> <e> <underscore>	: "\xc4\x93"	emacron
++<Multi_key> <underscore> <e>	: "\xc4\x93"	emacron
++<Multi_key> <G> <comma>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <comma> <G>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <g> <comma>		: "\xc4\xa3"	gcedilla
++<Multi_key> <comma> <g>		: "\xc4\xa3"	gcedilla
++<Multi_key> <T> <bar>		: "\xc5\xa6"	Tslash
++<Multi_key> <bar> <T>		: "\xc5\xa6"	Tslash
++<Multi_key> <t> <bar>		: "\xc5\xa7"	tslash
++<Multi_key> <bar> <t>		: "\xc5\xa7"	tslash
++<Multi_key> <n> <n>		: "\xc5\x8b" 	eng
++<Multi_key> <A> <underscore>	: "\xc4\x80"	Amacron
++<Multi_key> <underscore> <A>	: "\xc4\x80"	Amacron
++<Multi_key> <a> <underscore>	: "\xc4\x81"	amacron
++<Multi_key> <underscore> <a>	: "\xc4\x81"	amacron
++<Multi_key> <d> <underscore>	: "\xc4\x91"
++<Multi_key> <underscore> <d> 	: "\xc4\x91"
++<Multi_key> <N> <comma>		: "\xc5\x85"	Ncedilla
++<Multi_key> <comma> <N>		: "\xc5\x85"	Ncedilla
++<Multi_key> <n> <comma>		: "\xc5\x86"	ncedilla
++<Multi_key> <comma> <n>		: "\xc5\x86"	ncedilla
++<Multi_key> <O> <underscore>	: "\xc5\x8c"	Omacron
++<Multi_key> <underscore> <O>	: "\xc5\x8c"	Omacron
++<Multi_key> <o> <underscore>	: "\xc5\x8d"	omacron
++<Multi_key> <underscore> <o>	: "\xc5\x8d"	omacron
++<Multi_key> <K> <comma>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <comma> <K>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <k> <comma>		: "\xc4\xb7"	kcedilla
++<Multi_key> <comma> <k>		: "\xc4\xb7"	kcedilla
++<Multi_key> <I> <a>		: "\xc4\xae"	Iogonek
++<Multi_key> <a> <I>		: "\xc4\xae"	Iogonek
++<Multi_key> <i> <a>		: "\xc4\xaf"	iogonek
++<Multi_key> <a> <i>		: "\xc4\xaf"	iogonek
++<Multi_key> <E> <period>	: "\xc4\x96"	Eabovedot
++<Multi_key> <e> <period>	: "\xc4\x97"	eabovedot
++<Multi_key> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++<Multi_key> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++<Multi_key> <u> <asciitilde>	: "\xc5\xa9"	utilde
++<Multi_key> <asciitilde> <u>	: "\xc5\xa9"	utilde
++<Multi_key> <U> <underscore>	: "\xc5\xaa"	Umacron
++<Multi_key> <underscore> <U>	: "\xc5\xaa"	Umacron
++<Multi_key> <u> <underscore>	: "\xc5\xab"	umacron
++<Multi_key> <underscore> <u>	: "\xc5\xab"	umacron
++<Multi_key> <I> <underscore>	: "\xc4\xaa"	Imacron
++<Multi_key> <underscore> <I> 	: "\xc4\xaa"	Imacron
++<Multi_key> <i> <underscore>	: "\xc4\xab"	imacron
++<Multi_key> <underscore> <i> 	: "\xc4\xab"	imacron
++
++XCOMM Ctrl<T> combo
++Ctrl<T> <a> <A>			: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <a> 			: "\xc4\x84"	Aogonek
++Ctrl<T> <a> <a> 			: "\xc4\x85"	aogonek
++Ctrl<T> <C> <acute> 		: "\xc4\x86"	Cacute
++Ctrl<T> <c> <acute> 		: "\xc4\x87"	cacute
++Ctrl<T> <acute> <C>			: "\xc4\x86"	Cacute
++Ctrl<T> <acute> <c>			: "\xc4\x87"	cacute
++Ctrl<T> <acute> <N>			: "\xc5\x83"	Nacute
++Ctrl<T> <N> <acute> 		: "\xc5\x83"	Nacute
++XCOMM Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <slash> <D>			: "\xc4\x90"	Dstroke
++Ctrl<T> <slash> <d>			: "\xc4\x91"	dstroke
++Ctrl<T> <caron> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++Ctrl<T> <v> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <v>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <caron> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <caron> 	: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <v>		: "\xc5\xbe"	zcaron
++Ctrl<T> <v> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <G> <u>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <u> <G>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <g> <u>		: "\xc4\x9f"	gbreve
++Ctrl<T> <u> <g>		: "\xc4\x9f"	gbreve
++Ctrl<T> <I> <period>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <period> <I>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <i> <period>	: "\xc4\xb1"	idotless
++Ctrl<T> <period> <i>	: "\xc4\xb1"	idotless
++Ctrl<T> <space> <breve>	: "\xcb\x98"	breve
++Ctrl<T> <space> <degree>	: "\xc2\xb0"	degree
++Ctrl<T> <space> <ogonek>	: "\xcb\x9b"	ogonek
++Ctrl<T> <space> <caron>	: "\xcb\x87"	caron
++Ctrl<T> <space> <v>		: "\xcb\x87"	caron
++Ctrl<T> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++Ctrl<T> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++Ctrl<T> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++Ctrl<T> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <acute> <R>		: "\xc5\x94"	Racute
++Ctrl<T> <R> <acute> 	: "\xc5\x94"	Racute
++Ctrl<T> <acute> <S>		: "\xc5\x9a"	Sacute
++Ctrl<T> <S> <acute> 	: "\xc5\x9a"	Sacute
++Ctrl<T> <acute> <Z>		: "\xc4\xbe"	Zacute
++Ctrl<T> <Z> <acute> 	: "\xc4\xbe"	Zacute
++Ctrl<T> <acute> <n>		: "\xc5\x84"	nacute
++Ctrl<T> <n> <acute> 	: "\xc5\x84"	nacute
++Ctrl<T> <acute> <r>		: "\xc5\x95"	racute
++Ctrl<T> <r> <acute> 	: "\xc5\x95"	racute
++Ctrl<T> <acute> <s>		: "\xc5\x9b"	sacute
++Ctrl<T> <s> <acute> 	: "\xc5\x9b"	sacute
++Ctrl<T> <acute> <z>		: "\xc5\xba"	zacute
++Ctrl<T> <z> <acute> 	: "\xc5\xba"	zacute
++Ctrl<T> <0> <O>		: "\xc2\xb0"	degree
++Ctrl<T> <o> <o> 		: "\xc2\xb0"	degree
++Ctrl<T> <comma> <S>		: "\xc5\x9e"	Scedilla
++Ctrl<T> <S> <comma> 	: "\xc5\x9e"	Scedilla
++Ctrl<T> <comma> <T>		: "\xc5\xa2"	Tcedilla
++Ctrl<T> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++Ctrl<T> <comma> <s>		: "\xc5\x9f"	scedilla
++Ctrl<T> <s> <comma> 	: "\xc5\x9f"	scedilla
++Ctrl<T> <comma> <t>		: "\xc5\xa3"	tcedilla
++Ctrl<T> <t> <comma> 	: "\xc5\xa3"	tcedilla
++Ctrl<T> <caron> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <caron> 	: "\xc4\x8c"	Ccaron
++Ctrl<T> <caron> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <caron> 	: "\xc4\x8e"	Dcaron
++Ctrl<T> <caron> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <caron> 	: "\xc4\x9a"	Ecaron
++Ctrl<T> <caron> <L>		: "\xc4\xbd"	Lcaron
++Ctrl<T> <L> <caron> 	: "\xc4\xbd"	Lcaron
++Ctrl<T> <caron> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <caron>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <caron> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <caron> 	: "\xc5\x98"	Rcaron
++Ctrl<T> <caron> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <caron> 	: "\xc5\xa0"	Scaron
++Ctrl<T> <caron> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <caron> 	: "\xc5\xa4"	Tcaron
++Ctrl<T> <caron> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <caron> 	: "\xc5\xae"	Uring
++Ctrl<T> <caron> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <caron> 	: "\xc4\x8d"	ccaron
++Ctrl<T> <caron> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <caron> 	: "\xc4\x8f"	dcaron
++Ctrl<T> <caron> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <caron> 	: "\xc4\x9b"	ecaron
++Ctrl<T> <caron> <l>		: "\xc4\xbe"	lcaron
++Ctrl<T> <l> <caron> 	: "\xc4\xbe"	lcaron
++Ctrl<T> <caron> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <caron> 	: "\xc5\x88"	ncaron
++Ctrl<T> <caron> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <caron> 	: "\xc5\x99"	rcaron
++Ctrl<T> <caron> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <caron> 	: "\xc5\xa1"	scaron
++Ctrl<T> <caron> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <caron> 	: "\xc5\xa5"	tcaron
++Ctrl<T> <caron> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <caron> 	: "\xc5\xaf"	uring
++Ctrl<T> <v> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <v> 		: "\xc4\x8c"	Ccaron
++Ctrl<T> <v> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <v> 		: "\xc4\x8e"	Dcaron
++Ctrl<T> <v> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <v> 		: "\xc4\x9a"	Ecaron
++Ctrl<T> <v> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <v>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <v> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <v> 		: "\xc5\x98"	Rcaron
++Ctrl<T> <v> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <v> 		: "\xc5\xa4"	Tcaron
++Ctrl<T> <v> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <v> 		: "\xc5\xae"	Uring
++Ctrl<T> <v> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <v> 		: "\xc4\x8d"	ccaron
++Ctrl<T> <v> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <v> 		: "\xc4\x8f"	dcaron
++Ctrl<T> <v> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <v> 		: "\xc4\x9b"	ecaron
++Ctrl<T> <v> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <v> 		: "\xc5\x88"	ncaron
++Ctrl<T> <v> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <v> 		: "\xc5\x99"	rcaron
++Ctrl<T> <v> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <v> 		: "\xc5\xa5"	tcaron
++Ctrl<T> <v> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <v> 		: "\xc5\xaf"	uring
++Ctrl<T> <breve> <A>		: "\xc4\x82"	Abreve
++Ctrl<T> <A> <breve> 	: "\xc4\x82"	Abreve
++Ctrl<T> <breve> <a>		: "\xc4\x83"	abreve
++Ctrl<T> <a> <breve> 	: "\xc4\x83"	abreve
++Ctrl<T> <ogonek> <A>	: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++Ctrl<T> <ogonek> <E>	: "\xc4\x98"	Eogonek
++Ctrl<T> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++Ctrl<T> <ogonek> <a> 	: "\xc4\x85"	aogonek
++Ctrl<T> <a> <ogonek> 	: "\xc4\x85"	aogonek
++Ctrl<T> <ogonek> <e> 	: "\xc4\x99"	eogonek
++Ctrl<T> <e> <ogonek> 	: "\xc4\x99"	eogonek
++Ctrl<T> <E> <a> 		: "\xc4\x98"	Eogonek
++Ctrl<T> <e> <a> 		: "\xc4\x99"	eogonek
++Ctrl<T> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++Ctrl<T> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++Ctrl<T> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <period> <U>	: "\xc5\xae"	Uring
++Ctrl<T> <U> <period> 	: "\xc5\xae"	Uring
++Ctrl<T> <period> <u>	: "\xc5\xaf"	uring
++Ctrl<T> <u> <period> 	: "\xc5\xaf"	uring
++Ctrl<T> <period> <z>	: "\xc5\xbc"	zabovedot
++Ctrl<T> <z> <period> 	: "\xc5\xbc"	zabovedot
++Ctrl<T> <period> <Z>	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <a> <space>	: "\xcb\x9b"	ogonek
++Ctrl<T> <u> <space>	: "\xcb\x98"	breve
++Ctrl<T> <v> <space>	: "\xcb\x87"	caron
++Ctrl<T> <quotedbl> <space>	: "\xcb\x9d"	doubleacute
++Ctrl<T> <A> <u>			: "\xc4\x82"	Abreve
++Ctrl<T> <C> <apostrophe>	: "\xc4\x86"	Cacute
++Ctrl<T> <L> <apostrophe>	: "\xc4\xb9"	Lacute
++Ctrl<T> <L> <slash>		: "\xc5\x81"	Lstroke
++Ctrl<T> <L> <greater>		: "\xc4\xbd"	Lcaron
++Ctrl<T> <N> <apostrophe>	: "\xc5\x83"	Nacute
++Ctrl<T> <S> <apostrophe>	: "\xc5\x9a"	Sacute
++Ctrl<T> <R> <apostrophe>	: "\xc5\x94"	Racute
++Ctrl<T> <U> <asterisk>		: "\xc5\xae"	Uring
++Ctrl<T> <Z> <apostrophe>	: "\xc5\xb9"	Zacute
++Ctrl<T> <a> <u>			: "\xc4\x83"	abreve
++Ctrl<T> <c> <apostrophe>	: "\xc4\x87"	cacute
++Ctrl<T> <l> <apostrophe>	: "\xc4\xba"	lacute
++Ctrl<T> <l> <slash>		: "\xc5\x82"	lstroke
++Ctrl<T> <l> <greater>		: "\xc4\xbe"	lcaron
++Ctrl<T> <n> <apostrophe>	: "\xc5\x84"	nacute
++Ctrl<T> <s> <apostrophe>	: "\xc5\x9b"	sacute
++Ctrl<T> <r> <apostrophe>	: "\xc5\x95"	racute
++Ctrl<T> <u> <asterisk>		: "\xc5\xaf"	uring
++Ctrl<T> <z> <apostrophe>	: "\xc5\xba"	zacute
++XCOMM
++XCOMM Latin-3 sequences
++Ctrl<T> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <C> <greater>		: "\xc4\x88"	Ccircumflex
++Ctrl<T> <greater> <C>		: "\xc4\x88"	Ccircumflex
++
++Ctrl<T> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <c> <greater>		: "\xc4\x89"	ccircumflex
++Ctrl<T> <greater> <c>		: "\xc4\x89"	ccircumflex
++
++Ctrl<T> <period> <C>		: "\xc4\x8a"	Cabovedot
++Ctrl<T> <C> <period> 		: "\xc4\x8a"	Cabovedot
++
++Ctrl<T> <period> <c>		: "\xc4\x8b"	cabovedot
++Ctrl<T> <c> <period> 		: "\xc4\x8b"	cabovedot
++
++Ctrl<T> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <G> <greater>		: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <greater> <G>		: "\xc4\x9c"	Gcircumflex
++
++Ctrl<T> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <g> <greater>		: "\xc4\x9d"	gcircumflex
++Ctrl<T> <greater> <g>		: "\xc4\x9d"	gcircumflex
++
++Ctrl<T> <period> <G>		: "\xc4\xa0"	Gabovedot
++Ctrl<T> <G> <period> 		: "\xc4\xa0"	Gabovedot
++
++Ctrl<T> <period> <g>		: "\xc4\xa1"	gabovedot
++Ctrl<T> <g> <period> 		: "\xc4\xa1"	gabovedot
++
++Ctrl<T> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <H> <greater>		: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <greater> <H>		: "\xc4\xa4"	Hcircumflex
++
++Ctrl<T> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <h> <greater>		: "\xc4\xa5"	hcircumflex
++Ctrl<T> <greater> <h>		: "\xc4\xa5"	hcircumflex
++
++Ctrl<T> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <J> <greater>		: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <greater> <J>		: "\xc4\xb4"	Jcircumflex
++
++Ctrl<T> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <j> <greater>		: "\xc4\xb5"	jcircumflex
++Ctrl<T> <greater> <j>		: "\xc4\xb5"	jcircumflex
++
++Ctrl<T> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <S> <greater>		: "\xc5\x9c"	Scircumflex
++Ctrl<T> <greater> <S>		: "\xc5\x9c"	Scircumflex
++
++Ctrl<T> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <s> <greater>		: "\xc5\x9d"	scircumflex
++Ctrl<T> <greater> <s>		: "\xc5\x9d"	scircumflex
++
++Ctrl<T> <U> <breve>		: "\xc5\xac"	Ubreve
++Ctrl<T> <breve> <U>		: "\xc5\xac"	Ubreve
++Ctrl<T> <U> <u>			: "\xc5\xac"	Ubreve
++Ctrl<T> <u> <U>			: "\xc5\xac"	Ubreve
++
++Ctrl<T> <u> <breve>		: "\xc5\xad"	ubreve
++Ctrl<T> <breve> <u>		: "\xc5\xad"	ubreve
++Ctrl<T> <u> <u>			: "\xc5\xad"	ubreve
++XCOMM
++XCOMM Latin-4 sequences
++Ctrl<T> <N> <N>		: "\xc5\x8a"	ENG
++Ctrl<T> <U> <a>		: "\xc5\xb2"	Uogonek
++Ctrl<T> <u> <a>		: "\xc5\xb3"	uogonek
++Ctrl<T> <k> <k>		: "\xc4\xb8"	kra
++Ctrl<T> <R> <comma>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <comma> <R>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <r> <comma>		: "\xc5\x97"	rcedilla
++Ctrl<T> <comma> <r>		: "\xc5\x97"	rcedilla
++Ctrl<T> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++Ctrl<T> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++Ctrl<T> <i> <asciitilde>	: "\xc4\xa9"	itilde
++Ctrl<T> <asciitilde> <i>	: "\xc4\xa9"	itilde
++Ctrl<T> <L> <comma>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <comma> <L>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <l> <comma>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <comma> <l>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <S> <v>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <V>		: "\xc5\xa0"	Scaron
++Ctrl<T> <v> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <V> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <s> <v>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <V>		: "\xc5\xa1"	scaron
++Ctrl<T> <v> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <V> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <E> <underscore>	: "\xc4\x92"	Emacron
++Ctrl<T> <underscore> <E>	: "\xc4\x92"	Emacron
++Ctrl<T> <e> <underscore>	: "\xc4\x93"	emacron
++Ctrl<T> <underscore> <e>	: "\xc4\x93"	emacron
++Ctrl<T> <G> <comma>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <comma> <G>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <g> <comma>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <comma> <g>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <T> <bar>		: "\xc5\xa6"	Tslash
++Ctrl<T> <bar> <T>		: "\xc5\xa6"	Tslash
++Ctrl<T> <t> <bar>		: "\xc5\xa7"	tslash
++Ctrl<T> <bar> <t>		: "\xc5\xa7"	tslash
++Ctrl<T> <n> <n>		: "\xc5\x8b" 	eng
++Ctrl<T> <d> <underscore>	: "\xc4\x91"
++Ctrl<T> <underscore> <d> 	: "\xc4\x91"
++Ctrl<T> <N> <comma>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <comma> <N>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <n> <comma>		: "\xc5\x86"	ncedilla
++Ctrl<T> <comma> <n>		: "\xc5\x86"	ncedilla
++Ctrl<T> <K> <comma>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <comma> <K>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <k> <comma>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <comma> <k>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <I> <a>		: "\xc4\xae"	Iogonek
++Ctrl<T> <a> <I>		: "\xc4\xae"	Iogonek
++Ctrl<T> <i> <a>		: "\xc4\xaf"	iogonek
++Ctrl<T> <a> <i>		: "\xc4\xaf"	iogonek
++Ctrl<T> <E> <period>	: "\xc4\x96"	Eabovedot
++Ctrl<T> <e> <period>	: "\xc4\x97"	eabovedot
++Ctrl<T> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++Ctrl<T> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++Ctrl<T> <u> <asciitilde>	: "\xc5\xa9"	utilde
++Ctrl<T> <asciitilde> <u>	: "\xc5\xa9"	utilde
++Ctrl<T> <U> <underscore>	: "\xc5\xaa"	Umacron
++Ctrl<T> <underscore> <U>	: "\xc5\xaa"	Umacron
++Ctrl<T> <u> <underscore>	: "\xc5\xab"	umacron
++Ctrl<T> <underscore> <u>	: "\xc5\xab"	umacron
++Ctrl<T> <I> <underscore>	: "\xc4\xaa"	Imacron
++Ctrl<T> <underscore> <I> 	: "\xc4\xaa"	Imacron
++Ctrl<T> <i> <underscore>	: "\xc4\xab"	imacron
++Ctrl<T> <underscore> <i> 	: "\xc4\xab"	imacron
++XCOMM
++XCOMM Latin-9 input sequences:
++<Multi_key> <o> <e> 		: "\xc5\x93"
++<Multi_key> <O> <E> 		: "\xc5\x92"
++<Multi_key> <Y> <quotedbl> 	: "\xc5\xb8"
++<Multi_key> <quotedbl> <Y> 	: "\xc5\xb8"
++Ctrl<T> <o> <e> 		: "\xc5\x93"
++Ctrl<T> <O> <E> 		: "\xc5\x92"
++Ctrl<T> <Y> <quotedbl> 		: "\xc5\xb8"
++Ctrl<T> <quotedbl> <Y>		: "\xc5\xb8"
++XCOMM
++XCOMM Rules for SunXK_FA_* keysyms:
++<SunFA_Acute> <apostrophe>	: "\xc2\xb4"
++<SunFA_Acute> <A>		: "\xc3\x81"
++<SunFA_Acute> <a>		: "\xc3\xa1"
++<SunFA_Acute> <C>		: "\xc4\x86"
++<SunFA_Acute> <c>		: "\xc4\x87"
++<SunFA_Acute> <E>		: "\xc3\x89"
++<SunFA_Acute> <e>		: "\xc3\xa9"
++<SunFA_Acute> <I>		: "\xc3\x8d"
++<SunFA_Acute> <i>		: "\xc3\xad"
++<SunFA_Acute> <L>		: "\xc4\xb9"
++<SunFA_Acute> <l>		: "\xc4\xba"
++<SunFA_Acute> <N>		: "\xc5\x83"
++<SunFA_Acute> <n>		: "\xc5\x84"
++<SunFA_Acute> <O>		: "\xc3\x93"
++<SunFA_Acute> <o>		: "\xc3\xb3"
++<SunFA_Acute> <R>		: "\xc5\x94"
++<SunFA_Acute> <r>		: "\xc5\x95"
++<SunFA_Acute> <space>		: "\x27"
++<SunFA_Acute> <S>		: "\xc5\x9a"
++<SunFA_Acute> <s>		: "\xc5\x9b"
++<SunFA_Acute> <U>		: "\xc3\x9a"
++<SunFA_Acute> <u>		: "\xc3\xba"
++<SunFA_Acute> <Y>		: "\xc3\x9d"
++<SunFA_Acute> <y>		: "\xc3\xbd"
++<SunFA_Acute> <Z>		: "\xc4\xbe"
++<SunFA_Acute> <z>		: "\xc5\xba"
++<SunFA_Cedilla> <comma>		: "\xc2\xb8"
++<SunFA_Cedilla> <C>		: "\xc3\x87"
++<SunFA_Cedilla> <c>		: "\xc3\xa7"
++<SunFA_Cedilla> <G>		: "\xc4\xa2"
++<SunFA_Cedilla> <g>		: "\xc4\xa3"
++<SunFA_Cedilla> <K>		: "\xc4\xb6"
++<SunFA_Cedilla> <k>		: "\xc4\xb7"
++<SunFA_Cedilla> <L>		: "\xc4\xbb"
++<SunFA_Cedilla> <l>		: "\xc4\xbc"
++<SunFA_Cedilla> <minus>		: "\xc2\xac"
++<SunFA_Cedilla> <N>		: "\xc5\x85"
++<SunFA_Cedilla> <n>		: "\xc5\x86"
++<SunFA_Cedilla> <R>		: "\xc5\x96"
++<SunFA_Cedilla> <r>		: "\xc5\x97"
++<SunFA_Cedilla> <S>		: "\xc5\x9e"
++<SunFA_Cedilla> <s>		: "\xc5\x9f"
++<SunFA_Cedilla> <T>		: "\xc5\xa2"
++<SunFA_Cedilla> <t>		: "\xc5\xa3"
++<SunFA_Circum> <0>		: "\xc2\xb0"
++<SunFA_Circum> <1>		: "\xc2\xb9"
++<SunFA_Circum> <2>		: "\xc2\xb2"
++<SunFA_Circum> <3>		: "\xc2\xb3"
++<SunFA_Circum> <A>		: "\xc3\x82"
++<SunFA_Circum> <a>		: "\xc3\xa2"
++<SunFA_Circum> <C>		: "\xc4\x88"
++<SunFA_Circum> <c>		: "\xc4\x89"
++<SunFA_Circum> <E>		: "\xc3\x8a"
++<SunFA_Circum> <e>		: "\xc3\xaa"
++<SunFA_Circum> <exclam>		: "\xc2\xa6"
++<SunFA_Circum> <G>		: "\xc4\x9c"
++<SunFA_Circum> <g>		: "\xc4\x9d"
++<SunFA_Circum> <H>		: "\xc4\xa4"
++<SunFA_Circum> <h>		: "\xc4\xa5"
++<SunFA_Circum> <I>		: "\xc3\x8e"
++<SunFA_Circum> <i>		: "\xc3\xae"
++<SunFA_Circum> <J>		: "\xc4\xb4"
++<SunFA_Circum> <j>		: "\xc4\xb5"
++<SunFA_Circum> <minus>		: "\xc2\xaf"
++<SunFA_Circum> <O>		: "\xc3\x94"
++<SunFA_Circum> <o>		: "\xc3\xb4"
++<SunFA_Circum> <period>		: "\xc2\xb7"
++<SunFA_Circum> <slash>		: "\x7c"
++<SunFA_Circum> <space>		: "\x5e"
++<SunFA_Circum> <S>		: "\xc5\x9c"
++<SunFA_Circum> <s>		: "\xc5\x9d"
++<SunFA_Circum> <underscore>	: "\xc2\xaf"
++<SunFA_Circum> <U>		: "\xc3\x9b"
++<SunFA_Circum> <u>		: "\xc3\xbb"
++<SunFA_Diaeresis> <A>		: "\xc3\x84"
++<SunFA_Diaeresis> <a>		: "\xc3\xa4"
++<SunFA_Diaeresis> <E>		: "\xc3\x8b"
++<SunFA_Diaeresis> <e>		: "\xc3\xab"
++<SunFA_Diaeresis> <I>		: "\xc3\x8f"
++<SunFA_Diaeresis> <i>		: "\xc3\xaf"
++<SunFA_Diaeresis> <O>		: "\xc3\x96"
++<SunFA_Diaeresis> <o>		: "\xc3\xb6"
++<SunFA_Diaeresis> <quotedbl>	: "\xc2\xa8"
++<SunFA_Diaeresis> <space>	: "\xc2\xa8"
++<SunFA_Diaeresis> <U>		: "\xc3\x9c"
++<SunFA_Diaeresis> <u>		: "\xc3\xbc"
++<SunFA_Diaeresis> <y>		: "\xc3\xbf"
++<SunFA_Diaeresis> <Y>		: "\xc5\xb8"
++<SunFA_Grave> <A>		: "\xc3\x80"
++<SunFA_Grave> <a>		: "\xc3\xa0"
++<SunFA_Grave> <E>		: "\xc3\x88"
++<SunFA_Grave> <e>		: "\xc3\xa8"
++<SunFA_Grave> <I>		: "\xc3\x8c"
++<SunFA_Grave> <i>		: "\xc3\xac"
++<SunFA_Grave> <O>		: "\xc3\x92"
++<SunFA_Grave> <o>		: "\xc3\xb2"
++<SunFA_Grave> <space>		: "\x60"
++<SunFA_Grave> <U>		: "\xc3\x99"
++<SunFA_Grave> <u>		: "\xc3\xb9"
++<SunFA_Tilde> <A>		: "\xc3\x83"
++<SunFA_Tilde> <a>		: "\xc3\xa3"
++<SunFA_Tilde> <N>		: "\xc3\x91"
++<SunFA_Tilde> <n>		: "\xc3\xb1"
++<SunFA_Tilde> <O>		: "\xc3\x95"
++<SunFA_Tilde> <o>		: "\xc3\xb5"
++<SunFA_Tilde> <space>		: "\x7e"
++XCOMM
++XCOMM Cyrillic keysyms:
++<Byelorussian_shortu>	: "\xd1\x9e"	Byelorussian_shortu
++<Byelorussian_SHORTU>	: "\xd0\x8e"	Byelorussian_SHORTU
++<Macedonia_dse>		: "\xd1\x95"	Macedonia_dse
++<Macedonia_DSE>		: "\xd0\x85"	Macedonia_DSE
++<Macedonia_kje>		: "\xd1\x9c"	Macedonia_kje
++<Macedonia_KJE>		: "\xd0\x8c"	Macedonia_KJE
++<Macedonia_gje>		: "\xd1\x93"	Macedonia_gje
++<Macedonia_GJE>		: "\xd0\x83"	Macedonia_GJE
++<Serbian_dje>		: "\xd1\x92"	Serbian_dje
++<Serbian_DJE>		: "\xd0\x82"	Serbian_DJE
++<Serbian_tshe>		: "\xd1\x9b"	Serbian_tshe
++<Serbian_TSHE>		: "\xd0\x8b"	Serbian_TSHE
++<Ukrainian_yi>		: "\xd1\x97"	Ukrainian_yi
++<Ukrainian_YI>		: "\xd0\x87"	Ukrainian_YI
++<Ukrainian_ghe_with_upturn>	: "\xd2\x91"	Ukrainian_ghe_with_upturn
++<Ukrainian_GHE_WITH_UPTURN>	: "\xd2\x90"	Ukrainian_GHE_WITH_UPTURN
++<Ukrainian_i>		: "\xd1\x96"	Ukrainian_i
++<Ukrainian_I>		: "\xd0\x86"	Ukrainian_I
++<Ukrainian_ie>		: "\xd1\x94"	Ukrainian_ie
++<Ukrainian_IE>		: "\xd0\x84"	Ukrainian_IE
++END_STATE
++
++STATE "[ Cyrillic ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++<at>		: "\x22"	quotedbl
++<numbersign>	: "\xe2\x84\x96"	numerosign
++<dollar>	: "\x25"	percent
++<percent>	: "\x3a"	colon
++<asciicircum>	: "\x2c"	comma
++<ampersand>	: "\x2e"	period
++<asterisk>	: "\x3b"	semicolon
++<numerosign>	: "\xe2\x84\x96" numerosign
++<q>		: "\xd0\xb9"	Cyrillic_shorti
++<w>		: "\xd1\x86"	Cyrillic_tse
++<e>		: "\xd1\x83"	Cyrillic_u
++<r>		: "\xd0\xba"	Cyrillic_ka
++<t>		: "\xd0\xb5"	Cyrillic_ie
++<y>		: "\xd0\xbd"	Cyrillic_en
++<u>		: "\xd0\xb3"	Cyrillic_ghe
++<i>		: "\xd1\x88"	Cyrillic_sha
++<o>		: "\xd1\x89"	Cyrillic_shcha
++<p>		: "\xd0\xb7"	Cyrillic_ze
++<bracketleft>	: "\xd1\x85"	Cyrillic_ha
++<bracketright>	: "\xd1\x8a"	Cyrillic_hardsign
++<Q>		: "\xd0\x99"	Cyrillic_SHORTI
++<W>		: "\xd0\xa6"	Cyrillic_TSE
++<E>		: "\xd0\xa3"	Cyrillic_U
++<R>		: "\xd0\x9a"	Cyrillic_KA
++<T>		: "\xd0\x95"	Cyrillic_IE
++<Y>		: "\xd0\x9d"	Cyrillic_EN
++<U>		: "\xd0\x93"	Cyrillic_GHE
++<I>		: "\xd0\xa8"	Cyrillic_SHA
++<O>		: "\xd0\xa9"	Cyrillic_SHCHA
++<P>		: "\xd0\x97"	Cyrillic_ZE
++Lock<bracketleft> 	: "\xd0\xa5"	Cyrillic_HA
++Lock<bracketright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<braceleft> 	: "\xd0\xa5"	Cyrillic_HA
++<braceright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<a>		: "\xd1\x84"	Cyrillic_ef
++<s>		: "\xd1\x8b"	Cyrillic_yeru
++<d>		: "\xd0\xb2"	Cyrillic_ve
++<f>		: "\xd0\xb0"	Cyrillic_a
++<g>		: "\xd0\xbf"	Cyrillic_pe
++<h>		: "\xd1\x80"	Cyrillic_er
++<j>		: "\xd0\xbe"	Cyrillic_o
++<k>		: "\xd0\xbb"	Cyrillic_el
++<l>		: "\xd0\xb4"	Cyrillic_de
++<semicolon>	: "\xd0\xb6"	Cyrillic_zhe
++<quoteright>	: "\xd1\x8d"	Cyrillic_e
++<A>		: "\xd0\xa4"	Cyrillic_EF
++<S>		: "\xd0\xab"	Cyrillic_YERU
++<D>		: "\xd0\x92"	Cyrillic_VE
++<F>		: "\xd0\x90"	Cyrillic_A
++<G>		: "\xd0\x9f"	Cyrillic_PE
++<H>		: "\xd0\xa0"	Cyrillic_ER
++<J>		: "\xd0\x9e"	Cyrillic_O
++<K>		: "\xd0\x9b"	Cyrillic_EL
++<L>		: "\xd0\x94"	Cyrillic_DE
++<colon>		: "\xd0\x96"	Cyrillic_ZHE
++<quotedbl>	: "\xd0\xad"	Cyrillic_E
++<z>		: "\xd1\x8f"	Cyrillic_ya
++<x>		: "\xd1\x87"	Cyrillic_che
++<c>		: "\xd1\x81"	Cyrillic_es
++<v>		: "\xd0\xbc"	Cyrillic_em
++<b>		: "\xd0\xb8"	Cyrillic_i
++<n>		: "\xd1\x82"	Cyrillic_te
++<m>		: "\xd1\x8c"	Cyrillic_softsign
++<comma>		: "\xd0\xb1"	Cyrillic_be
++<period>	: "\xd1\x8e"	Cyrillic_yu
++<slash>		: "\xd1\x91"	Cyrillic_io
++<Z>		: "\xd0\xaf"	Cyrillic_YA
++<X>		: "\xd0\xa7"	Cyrillic_CHE
++<C>		: "\xd0\xa1"	Cyrillic_ES
++<V>		: "\xd0\x9c"	Cyrillic_EM
++<B>		: "\xd0\x98"	Cyrillic_I
++<N>		: "\xd0\xa2"	Cyrillic_TE
++<M>		: "\xd0\xac"	Cyrillic_SOFTSIGN
++<less>		: "\xd0\x91"	Cyrillic_BE
++<greater>	: "\xd0\xae"	Cyrillic_YU
++<question>	: "\xd0\x81"	Cyrillic_IO
++XCOMM
++XCOMM Cyrillic keysyms:
++<Byelorussian_shortu>	: "\xd1\x9e"	Byelorussian_shortu
++<Byelorussian_SHORTU>	: "\xd0\x8e"	Byelorussian_SHORTU
++<Macedonia_dse>		: "\xd1\x95"	Macedonia_dse
++<Macedonia_DSE>		: "\xd0\x85"	Macedonia_DSE
++<Macedonia_kje>		: "\xd1\x9c"	Macedonia_kje
++<Macedonia_KJE>		: "\xd0\x8c"	Macedonia_KJE
++<Macedonia_gje>		: "\xd1\x93"	Macedonia_gje
++<Macedonia_GJE>		: "\xd0\x83"	Macedonia_GJE
++<Serbian_dje>		: "\xd1\x92"	Serbian_dje
++<Serbian_DJE>		: "\xd0\x82"	Serbian_DJE
++<Serbian_tshe>		: "\xd1\x9b"	Serbian_tshe
++<Serbian_TSHE>		: "\xd0\x8b"	Serbian_TSHE
++<Ukrainian_yi>		: "\xd1\x97"	Ukrainian_yi
++<Ukrainian_YI>		: "\xd0\x87"	Ukrainian_YI
++<Ukrainian_ghe_with_upturn>	: "\xd2\x91"	Ukrainian_ghe_with_upturn
++<Ukrainian_GHE_WITH_UPTURN>	: "\xd2\x90"	Ukrainian_GHE_WITH_UPTURN
++<Ukrainian_i>		: "\xd1\x96"	Ukrainian_i
++<Ukrainian_I>		: "\xd0\x86"	Ukrainian_I
++<Ukrainian_ie>		: "\xd1\x94"	Ukrainian_ie
++<Ukrainian_IE>		: "\xd0\x84"	Ukrainian_IE
++END_STATE
++
++STATE "[ Greek ]"
++Ctrl<space> 		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++XCOMM
++XCOMM Key sequences for euro sign:
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<Multi_key> <e> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <e>	: "\xe2\x82\xac"
++<Multi_key> <E> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <E>	: "\xe2\x82\xac"
++Ctrl<T> <e> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <e>	: "\xe2\x82\xac"
++Ctrl<T> <E> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <E>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
+ 
+-XCOMM Part 1 - Manual definitions
++XCOMM
++XCOMM The following seven mappings are not appropriate here; this kind of mappings
++XCOMM should be done at the keytable level at /usr/openwin/share/etc/keytables,
++XCOMM not in the Compose file.
++XCOMM<at>		: "\x22"	quotedbl
++XCOMM<numbersign>	: "\xcf\x80"	numerosign
++XCOMM<dollar>	: "\x25"	percent
++XCOMM<percent>	: "\x3a"	colon
++XCOMM<asciicircum>	: "\x2c"	comma
++XCOMM<ampersand>	: "\x2e"	period
++XCOMM<asterisk>	: "\x3b"	semicolon
++
++<q>		: "\x3b"	semicolon
++<w>		: "\xcf\x82"	Greek_sigma
++<e>		: "\xce\xb5"	Greek_epsilon
++<r>		: "\xcf\x81"	Greek_rho
++<t>		: "\xcf\x84"	Greek_tau
++<y>		: "\xcf\x85"	Greek_upsilon
++<u>		: "\xce\xb8"	Greek_theta
++<i>		: "\xce\xb9"	Greek_iota
++<o>		: "\xce\xbf"	Greek_omicron
++<p>		: "\xcf\x80"	Greek_pi
++<Greek_sigma>	: "\xcf\x82"	Greek_sigma
++<Greek_epsilon>	: "\xce\xb5"	Greek_epsilon
++<Greek_rho>	: "\xcf\x81"	Greek_rho
++<Greek_tau>	: "\xcf\x84"	Greek_tau
++<Greek_upsilon>	: "\xcf\x85"	Greek_upsilon
++<Greek_theta>	: "\xce\xb8"	Greek_theta
++<Greek_iota>	: "\xce\xb9"	Greek_iota
++<Greek_omicron>	: "\xce\xbf"	Greek_omicron
++<Greek_pi>	: "\xcf\x80"	Greek_pi
++<Q>		: "\x3a"	colon
++<W>		: "\xce\xa3"	Greek_SIGMA
++<E>		: "\xce\x95"	Greek_EPSILON
++<R>		: "\xce\xa1"	Greek_RHO
++<T>		: "\xce\xa4"	Greek_TAU
++<Y>		: "\xce\xa5"	Greek_UPSILON
++<U>		: "\xce\x98"	Greek_THETA
++<I>		: "\xce\x99"	Greek_IOTA
++<O>		: "\xce\x9f"	Greek_OMICRON
++<P>		: "\xce\xa0"	Greek_PI
++<Greek_SIGMA>	: "\xce\xa3"	Greek_SIGMA
++<Greek_EPSILON>	: "\xce\x95"	Greek_EPSILON
++<Greek_RHO>	: "\xce\xa1"	Greek_RHO
++<Greek_TAU>	: "\xce\xa4"	Greek_TAU
++<Greek_UPSILON>	: "\xce\xa5"	Greek_UPSILON
++<Greek_THETA>	: "\xce\x98"	Greek_THETA
++<Greek_IOTA>	: "\xce\x99"	Greek_IOTA
++<Greek_OMICRON>	: "\xce\x9f"	Greek_OMICRON
++<Greek_PI>	: "\xce\xa0"	Greek_PI
++<a>		: "\xce\xb1"	Greek_alpha
++<s>		: "\xcf\x83"	Greek_finalsmallsigma
++<d>		: "\xce\xb4"	Greek_delta
++<f>		: "\xcf\x86"	Greek_phi
++<g>		: "\xce\xb3"	Greek_gamma
++<h>		: "\xce\xb7"	Greek_eta
++<j>		: "\xce\xbe"	Greek_xi
++<k>		: "\xce\xba"	Greek_kappa
++<l>		: "\xce\xbb"	Greek_lamda
++<Greek_alpha>	: "\xce\xb1"	Greek_alpha
++<Greek_finalsmallsigma>	: "\xcf\x83"	Greek_finalsmallsigma
++<Greek_delta>	: "\xce\xb4"	Greek_delta
++<Greek_phi>	: "\xcf\x86"	Greek_phi
++<Greek_gamma>	: "\xce\xb3"	Greek_gamma
++<Greek_eta>	: "\xce\xb7"	Greek_eta
++<Greek_xi>	: "\xce\xbe"	Greek_xi
++<Greek_kappa>	: "\xce\xba"	Greek_kappa
++<Greek_lamda>	: "\xce\xbb"	Greek_lamda
++<A>		: "\xce\x91"	Greek_ALPHA
++<S>		: "\xce\xa3"	Greek_SIGMA
++<D>		: "\xce\x94"	Greek_DELTA
++<F>		: "\xce\xa6"	Greek_PHI
++<G>		: "\xce\x93"	Greek_GAMMA
++<H>		: "\xce\x97"	Greek_ETA
++<J>		: "\xce\x9e"	Greek_XI
++<K>		: "\xce\x9a"	Greek_KAPPA
++<L>		: "\xce\x9b"	Greek_LAMDA
++<Greek_ALPHA>	: "\xce\x91"	Greek_ALPHA
++<Greek_DELTA>	: "\xce\x94"	Greek_DELTA
++<Greek_PHI>	: "\xce\xa6"	Greek_PHI
++<Greek_GAMMA>	: "\xce\x93"	Greek_GAMMA
++<Greek_ETA>	: "\xce\x97"	Greek_ETA
++<Greek_XI>	: "\xce\x9e"	Greek_XI
++<Greek_KAPPA>	: "\xce\x9a"	Greek_KAPPA
++<Greek_LAMDA>	: "\xce\x9b"	Greek_LAMDA
++<z>		: "\xce\xb6"	Greek_zeta
++<x>		: "\xcf\x87"	Greek_chi
++<c>		: "\xcf\x88"	Greek_psi
++<v>		: "\xcf\x89"	Greek_omega
++<b>		: "\xce\xb2"	Greek_beta
++<n>		: "\xce\xbd"	Greek_nu
++<m>		: "\xce\xbc"	Greek_mu
++<Greek_zeta>	: "\xc2\x98"	Greek_zeta
++<Greek_chi>	: "\xcf\x87"	Greek_chi
++<Greek_psi>	: "\xcf\x88"	Greek_psi
++<Greek_omega>	: "\xcf\x89"	Greek_omega
++<Greek_beta>	: "\xce\xb2"	Greek_beta
++<Greek_nu>	: "\xce\xbd"	Greek_nu
++<Greek_mu>	: "\xce\xbc"	Greek_mu
++<Z>		: "\xce\x96"	Greek_ZETA
++<X>		: "\xce\xa7"	Greek_CHI
++<C>		: "\xce\xa8"	Greek_PSI
++<V>		: "\xce\xa9"	Greek_OMEGA
++<B>		: "\xce\x92"	Greek_BETA
++<N>		: "\xce\x9d"	Greek_NU
++<M>		: "\xce\x9c"	Greek_MU
++<less>		: "\x3b"	semicolon
++<greater>	: "\x3a"	colon
++<question>	: "\xc2\xb7"	periodcentered
++<Greek_ZETA>	: "\xce\x96"	Greek_ZETA
++<Greek_CHI>	: "\xce\xa7"	Greek_CHI
++<Greek_PSI>	: "\xce\xa8"	Greek_PSI
++<Greek_OMEGA>	: "\xce\xa9"	Greek_OMEGA
++<Greek_BETA>	: "\xce\x92"	Greek_BETA
++<Greek_NU>	: "\xce\x9d"	Greek_NU
++<Greek_MU>	: "\xce\x9c"	Greek_MU
++<periodcentered> : "\xc2\xb7"	periodcentered
+ 
+-XCOMM Spacing versions of dead accents
+-<dead_tilde> <space>             	: "~"   asciitilde # TILDE
+-<dead_tilde> <dead_tilde>        	: "~"   asciitilde # TILDE
+-<dead_acute> <space>             	: "'"   apostrophe # APOSTROPHE
+-<dead_acute> <dead_acute>        	: "´"   acute # ACUTE ACCENT
+-<dead_grave> <space>             	: "`"   grave # GRAVE ACCENT
+-<dead_grave> <dead_grave>        	: "`"   grave # GRAVE ACCENT
+-<dead_circumflex> <space>        	: "^"   asciicircum # CIRCUMFLEX ACCENT
+-<dead_circumflex> <dead_circumflex> 	: "^"   asciicircum # CIRCUMFLEX ACCENT
+-<dead_abovering> <space>         	: "°"   degree # DEGREE SIGN
+-<dead_abovering> <dead_abovering> 	: "°"   degree # DEGREE SIGN
+-<dead_macron> <space>            	: "¯"   macron # MACRON
+-<dead_macron> <dead_macron>      	: "¯"   macron # MACRON
+-<dead_breve> <space>             	: "˘"   breve # BREVE
+-<dead_breve> <dead_breve>        	: "˘"   breve # BREVE
+-<dead_abovedot> <space>          	: "˙"   abovedot # DOT ABOVE
+-<dead_abovedot> <dead_abovedot>  	: "˙"   abovedot # DOT ABOVE
+-<dead_diaeresis> <dead_diaeresis> 	: "¨"   diaeresis # DIAERESIS
+-<dead_diaeresis> <space>         	: "\""   quotedbl # REVERSE SOLIDUS
+-<dead_doubleacute> <space>       	: "˝"   U2dd # DOUBLE ACUTE ACCENT
+-<dead_doubleacute> <dead_doubleacute> 	: "˝"   U2dd # DOUBLE ACUTE ACCENT
+-<dead_caron> <space>             	: "ˇ"   caron # CARON
+-<dead_caron> <dead_caron>        	: "ˇ"   caron # CARON
+-<dead_cedilla> <space>           	: "¸"   cedilla # CEDILLA
+-<dead_cedilla> <dead_cedilla>    	: "¸"   cedilla # CEDILLA
+-<dead_ogonek> <space>            	: "˛"   ogonek # OGONEK
+-<dead_ogonek> <dead_ogonek>      	: "˛"   ogonek # OGONEK
+-<dead_iota> <space>              	: "ͺ"   U37a # GREEK YPOGEGRAMMENI
+-<dead_iota> <dead_iota>          	: "ͺ"   U37a # GREEK YPOGEGRAMMENI
+-
+-XCOMM ASCII characters that may be difficult to access
+-XCOMM on some keyboards.
+-<Multi_key> <plus> <plus>        	: "#"   numbersign # NUMBER SIGN
+-<Multi_key> <apostrophe> <space> 	: "'"   apostrophe # APOSTROPHE
+-<Multi_key> <space> <apostrophe> 	: "'"   apostrophe # APOSTROPHE
+-<Multi_key> <A> <T>              	: "@"   at # COMMERCIAL AT
+-<Multi_key> <parenleft> <parenleft> 	: "["   bracketleft # LEFT SQUARE BRACKET
+-<Multi_key> <slash> <slash>      	: "\\"   backslash # REVERSE SOLIDUS
+-<Multi_key> <slash> <less>       	: "\\"   backslash # REVERSE SOLIDUS
+-<Multi_key> <less> <slash>       	: "\\"   backslash # REVERSE SOLIDUS
+-<Multi_key> <parenright> <parenright> 	: "]"   bracketright # RIGHT SQUARE BRACKET
+-
+-<Multi_key> <asciicircum> <space> 	: "^"   asciicircum # CIRCUMFLEX ACCENT
+-<Multi_key> <space> <asciicircum> 	: "^"   asciicircum # CIRCUMFLEX ACCENT
+-<Multi_key> <greater> <space>    	: "^"   asciicircum # CIRCUMFLEX ACCENT
+-<Multi_key> <space> <greater>    	: "^"   asciicircum # CIRCUMFLEX ACCENT
+-
+-<Multi_key> <grave> <space>      	: "`"   grave # GRAVE ACCENT
+-<Multi_key> <space> <grave>      	: "`"   grave # GRAVE ACCENT
+-
+-<Multi_key> <comma> <space>      	: "¸"   cedilla # CEDILLA
+-<Multi_key> <space> <comma>      	: "¸"   cedilla # CEDILLA
+-
+-<Multi_key> <parenleft> <minus>  	: "{"   braceleft # LEFT CURLY BRACKET
+-<Multi_key> <minus> <parenleft>  	: "{"   braceleft # LEFT CURLY BRACKET
+-
+-<Multi_key> <slash> <asciicircum> 	: "|"   bar # VERTICAL LINE
+-<Multi_key> <asciicircum> <slash> 	: "|"   bar # VERTICAL LINE
+-<Multi_key> <V> <L>              	: "|"   bar # VERTICAL LINE
+-<Multi_key> <L> <V>              	: "|"   bar # VERTICAL LINE
+-<Multi_key> <v> <l>              	: "|"   bar # VERTICAL LINE
+-<Multi_key> <l> <v>              	: "|"   bar # VERTICAL LINE
+-
+-<Multi_key> <parenright> <minus> 	: "}"   braceright # RIGHT CURLY BRACKET
+-<Multi_key> <minus> <parenright> 	: "}"   braceright # RIGHT CURLY BRACKET
+-
+-<Multi_key> <asciitilde> <space> 	: "~"   asciitilde # TILDE
+-<Multi_key> <space> <asciitilde> 	: "~"   asciitilde # TILDE
+-<Multi_key> <minus> <space>      	: "~"   asciitilde # TILDE
+-<Multi_key> <space> <minus>      	: "~"   asciitilde # TILDE
+-
+-XCOMM Spaces
+-<Multi_key> <space> <space>      	: " "   nobreakspace # NO-BREAK SPACE
+-<Multi_key> <space> <period>     	: " "   U2008 # PUNCTUATION SPACE
+-
+-<Multi_key> <o> <c>              	: "©"   copyright # COPYRIGHT SIGN
+-<Multi_key> <o> <C>              	: "©"   copyright # COPYRIGHT SIGN
+-<Multi_key> <O> <c>              	: "©"   copyright # COPYRIGHT SIGN
+-<Multi_key> <O> <C>              	: "©"   copyright # COPYRIGHT SIGN
+-
+-<Multi_key> <o> <r>              	: "®"   registered # REGISTERED SIGN
+-<Multi_key> <o> <R>              	: "®"   registered # REGISTERED SIGN
+-<Multi_key> <O> <r>              	: "®"   registered # REGISTERED SIGN
+-<Multi_key> <O> <R>              	: "®"   registered # REGISTERED SIGN
+-
+-<Multi_key> <period> <greater>   	: "›"   U203a # SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
+-<Multi_key> <period> <less>      	: "‹"   U2039 # SINGLE LEFT-POINTING ANGLE QUOTATION MARK
+-<Multi_key> <period> <period>    	: "·"   U00B7 # MIDDLE DOT
+-<Multi_key> <exclam> <asciicircum> 	: "¦"   brokenbar # BROKEN BAR
+-<Multi_key> <exclam> <exclam>    	: "¡"   exclamdown # INVERTED EXCLAMATION MARK
+-<Multi_key> <p> <exclam>         	: "¶"   paragraph # PILCROW SIGN
+-<Multi_key> <P> <exclam>         	: "¶"   paragraph # PILCROW SIGN
+-<Multi_key> <plus> <minus>       	: "±"   plusminus # PLUS-MINUS SIGN
+-<Multi_key> <question> <question> 	: "¿"   questiondown # INVERTED QUESTION MARK
+-<Multi_key> <minus> <d>          	: "đ"   dstroke # LATIN SMALL LETTER D WITH STROKE
+-<Multi_key> <minus> <D>          	: "Đ"   Dstroke # LATIN CAPITAL LETTER D WITH STROKE
+-<Multi_key> <s> <s>              	: "ß"   ssharp # LATIN SMALL LETTER SHARP S
+-
+-<Multi_key> <o> <e>              	: "œ"   oe # LATIN SMALL LIGATURE OE
+-<Multi_key> <O> <E>              	: "Œ"   OE # LATIN CAPITAL LIGATURE OE
+-<Multi_key> <a> <e>              	: "æ"   ae # LATIN SMALL LETTER AE
+-<Multi_key> <A> <E>              	: "Æ"   AE # LATIN CAPITAL LETTER AE
+-
+-<Multi_key> <o> <o>              	: "°"   degree # DEGREE SIGN
+-
+-XCOMM Quotation marks
+-<Multi_key> <quotedbl> <backslash> 	: "〝"   U301d # REVERSED DOUBLE PRIME QUOTATION MARK
+-<Multi_key> <quotedbl> <slash>   	: "〞"   U301e # DOUBLE PRIME QUOTATION MARK
+-<Multi_key> <less> <less>        	: "«"   guillemotleft # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+-<Multi_key> <greater> <greater>  	: "»"   guillemotright # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+-<Multi_key> <less> <apostrophe>  	: "‘"   U2018 # LEFT SINGLE QUOTATION MARK
+-<Multi_key> <apostrophe> <less>  	: "‘"   U2018 # LEFT SINGLE QUOTATION MARK
+-<Multi_key> <greater> <apostrophe> 	: "’"   U2019 # RIGHT SINGLE QUOTATION MARK
+-<Multi_key> <apostrophe> <greater> 	: "’"   U2019 # RIGHT SINGLE QUOTATION MARK
+-<Multi_key> <comma> <apostrophe> 	: "‚"   U201a # SINGLE LOW-9 QUOTATION MARK
+-<Multi_key> <apostrophe> <comma> 	: "‚"   U201a # SINGLE LOW-9 QUOTATION MARK
+-<Multi_key> <less> <quotedbl>    	: "“"   U201c # LEFT DOUBLE QUOTATION MARK
+-<Multi_key> <quotedbl> <less>    	: "“"   U201c # LEFT DOUBLE QUOTATION MARK
+-<Multi_key> <greater> <quotedbl> 	: "”"   U201d # RIGHT DOUBLE QUOTATION MARK
+-<Multi_key> <quotedbl> <greater> 	: "”"   U201d # RIGHT DOUBLE QUOTATION MARK
+-<Multi_key> <comma> <quotedbl>   	: "„"   U201e # DOUBLE LOW-9 QUOTATION MARK
+-<Multi_key> <quotedbl> <comma>   	: "„"   U201e # DOUBLE LOW-9 QUOTATION MARK
+-
+-XCOMM Per xxx
+-<Multi_key> <percent> <o>        	: "‰"   U2030 # PER MILLE SIGN
+-
+-XCOMM Currencies
+-<Multi_key> <C> <E>              	: "₠"   U20a0 # EURO-CURRENCY SIGN
+-<Multi_key> <C> <slash>          	: "₡"   U20a1 # COLON SIGN
+-<Multi_key> <slash> <C>          	: "₡"   U20a1 # COLON SIGN
+-<Multi_key> <C> <r>              	: "₢"   U20a2 # CRUZEIRO SIGN
+-<Multi_key> <F> <r>              	: "₣"   U20a3 # FRENCH FRANC SIGN
+-<Multi_key> <L> <equal>          	: "₤"   U20a4 # LIRA SIGN
+-<Multi_key> <equal> <L>          	: "₤"   U20a4 # LIRA SIGN
+-<Multi_key> <m> <slash>          	: "₥"   U20a5 # MILL SIGN
+-<Multi_key> <slash> <m>          	: "₥"   U20a5 # MILL SIGN
+-<Multi_key> <N> <equal>          	: "₦"   U20a6 # NAIRA SIGN
+-<Multi_key> <equal> <N>          	: "₦"   U20a6 # NAIRA SIGN
+-<Multi_key> <P> <t>              	: "₧"   U20a7 # PESETA SIGN
+-<Multi_key> <R> <s>              	: "₨"   U20a8 # RUPEE SIGN
+-<Multi_key> <W> <equal>          	: "₩"   U20a9 # WON SIGN
+-<Multi_key> <equal> <W>          	: "₩"   U20a9 # WON SIGN
+-XCOMM "₪" U20aa NEW SHEQEL SIGN
+-<Multi_key> <d> <minus>          	: "₫"   U20ab # DONG SIGN
+-<Multi_key> <C> <equal>          	: "€"   EuroSign # EURO SIGN
+-<Multi_key> <equal> <C>          	: "€"   EuroSign # EURO SIGN
+-<Multi_key> <c> <equal>          	: "€"   EuroSign # EURO SIGN
+-<Multi_key> <equal> <c>          	: "€"   EuroSign # EURO SIGN
+-<Multi_key> <E> <equal>          	: "€"   EuroSign # EURO SIGN
+-<Multi_key> <equal> <E>          	: "€"   EuroSign # EURO SIGN
+-
+-<Multi_key> <bar> <c>            	: "¢"   U00A2 # CENT SIGN
+-<Multi_key> <c> <bar>            	: "¢"   U00A2 # CENT SIGN
+-<Multi_key> <c> <slash>          	: "¢"   U00A2 # CENT SIGN
+-<Multi_key> <slash> <c>          	: "¢"   U00A2 # CENT SIGN
+-<Multi_key> <L> <minus>          	: "£"   U00a3 # POUND SIGN
+-<Multi_key> <minus> <L>          	: "£"   U00a3 # POUND SIGN
+-<Multi_key> <Y> <equal>          	: "¥"   yen # YEN SIGN
+-<Multi_key> <equal> <Y>          	: "¥"   yen # YEN SIGN
+-
+-XCOMM Long S
+-<Multi_key> <f> <s>              	: "ſ"   U017f # LATIN SMALL LETTER LONG S
+-<Multi_key> <f> <S>              	: "ſ"   U017f # LATIN SMALL LETTER LONG S
+-
+-XCOMM Dashes
+-<Multi_key> <minus> <minus> <period> 	: "–"   U2013 # EN DASH
+-<Multi_key> <minus> <minus> <minus> 	: "—"   U2014 # EM DASH
+-
+-XCOMM Musical alterations
+-<Multi_key> <numbersign> <b>     	: "♭"   U266d # MUSIC FLAT SIGN
+-<Multi_key> <numbersign> <f>     	: "♮"   U266e # MUSIC NATURAL SIGN
+-<Multi_key> <numbersign> <numbersign> 	: "♯"   U266f # MUSIC SHARP SIGN
+-
+-XCOMM Other symbols
+-<Multi_key> <s> <o>              	: "§"   section # SECTION SIGN
+-<Multi_key> <o> <s>              	: "§"   section # SECTION SIGN
+-
+-<Multi_key> <o> <x>              	: "¤"   currency # CURRENCY SIGN
+-<Multi_key> <x> <o>              	: "¤"   currency # CURRENCY SIGN
+-
+-<Multi_key> <P> <P>              	: "¶"   paragraph # PILCROW SIGN
+-
+-XCOMM Part 2
+-
+-XCOMM Compose map for Korean Hangul(Choseongul) Conjoining Jamos  automatically
+-XCOMM generated  from UnicodeData-2.0.14.txt at
+-XCOMM    ftp://ftp.unicode.org/Public/2.0-Update/UnicodeData-2.0.14.txt
+-XCOMM   by Jungshik Shin <[email protected]>  2002-10-17
+-XCOMM There are some conflicts among sequences, but I left them alone.
+ XCOMM
+-XCOMM group 1: cluster jamos made of three basic jamos
++XCOMM XK_dead_acute and XK_dead_diaeresis defined in Greece*.kt keytable files.
++XCOMM XK_Greek_* are not defined in Greece*.kt keytable files. Nonetheless, we 
++XCOMM keep them here for user-defined keytable file possibility.
++<dead_acute> <Greek_alpha>	:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <Greek_epsilon>	:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <Greek_eta>	:"\xce\xae"	Greek_etaaccent
++<dead_acute> <Greek_iota>	:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <Greek_omicron>	:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <Greek_upsilon>	:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <Greek_omega>	:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <Greek_ALPHA>	:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <Greek_EPSILON>	:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <Greek_ETA>	:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <Greek_IOTA>	:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <Greek_OMICRON>	:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Greek_UPSILON>	:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <Greek_OMEGA>	:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_acute> <a>		:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <e>		:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <h>		:"\xce\xae"	Greek_etaaccent
++<dead_acute> <i>		:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <o>		:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <y>		:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <v>		:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <A>		:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <E>		:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <H>		:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <I>		:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <O>		:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Y>		:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <V>		:"\xce\x8f"	Greek_OMEGAaccent
++
++<semicolon> <a>			:"\xce\xac"	Greek_alphaaccent
++<semicolon> <e>			:"\xce\xad"	Greek_epsilonaccent
++<semicolon> <h>			:"\xce\xae"	Greek_etaaccent
++<semicolon> <i>			:"\xce\xaf"	Greek_iotaaccent
++<semicolon> <o>			:"\xcf\x8c"	Greek_omicronaccent
++<semicolon> <y>			:"\xcf\x8d"	Greek_upsilonaccent
++<semicolon> <v>			:"\xcf\x8e"	Greek_omegaaccent
++<semicolon> <A>			:"\xce\x86"	Greek_ALPHAaccent
++<semicolon> <E>			:"\xce\x88"	Greek_EPSILONaccent
++<semicolon> <H>			:"\xce\x89"	Greek_ETAaccent
++<semicolon> <I>			:"\xce\x8a"	Greek_IOTAaccent
++<semicolon> <O>			:"\xce\x8c"	Greek_OMICRONaccent
++<semicolon> <Y>			:"\xce\x8e"	Greek_UPSILONaccent
++<semicolon> <V>			:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_diaeresis> <Greek_iota>	:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <Greek_upsilon> :"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <Greek_IOTA>	:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Greek_UPSILON> :"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_diaeresis> <i>		:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <y>		:"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <I>		:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Y>		:"\xce\xab"	Greek_UPSILONdieresis
++
++<colon> <i>			:"\xcf\x8a"	Greek_iotadieresis
++<colon> <y>			:"\xcf\x8b"	Greek_upsilondieresis
++<colon> <I>			:"\xce\xaa"	Greek_IOTAdiaeresis
++<colon> <Y>			:"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_acute> <dead_diaeresis> <Greek_upsilon>	:"\xce\xb0"
++<dead_diaeresis> <dead_acute> <Greek_upsilon>	:"\xce\xb0"
++<dead_acute> <dead_diaeresis> <Greek_iota>	:"\xce\x90"
++<dead_diaeresis> <dead_acute> <Greek_iota>	:"\xce\x90"
++
++<dead_acute> <dead_diaeresis> <y> :"\xce\xb0"
++<dead_diaeresis> <dead_acute> <y> :"\xce\xb0"
++<dead_acute> <dead_diaeresis> <i> :"\xce\x90"
++<dead_diaeresis> <dead_acute> <i> :"\xce\x90"
++
++<semicolon> <colon> <y>		:"\xce\xb0"
++<colon> <semicolon> <y>		:"\xce\xb0"
++<semicolon> <colon> <i>		:"\xce\x90"
++<colon> <semicolon> <i>		:"\xce\x90"
+ 
+-## The follwing block gets overridden by later shorter compositions
+-##<Multi_key> <U10001107> <U10001109> <U10001100> 	: "ᄢ"   U1122 # HANGUL CHOSEONG PIEUP-SIOS-KIYEOK
+-##<Multi_key> <U10001107> <U10001109> <U10001103> 	: "ᄣ"   U1123 # HANGUL CHOSEONG PIEUP-SIOS-TIKEUT
+-##<Multi_key> <U10001107> <U10001109> <U10001107> 	: "ᄤ"   U1124 # HANGUL CHOSEONG PIEUP-SIOS-PIEUP
+-##<Multi_key> <U10001107> <U10001109> <U10001109> 	: "ᄥ"   U1125 # HANGUL CHOSEONG PIEUP-SSANGSIOS
+-##<Multi_key> <U10001107> <U10001109> <U1000110C> 	: "ᄦ"   U1126 # HANGUL CHOSEONG PIEUP-SIOS-CIEUC
+-##<Multi_key> <U10001107> <U10001107> <U1000110B> 	: "ᄬ"   U112c # HANGUL CHOSEONG KAPYEOUNSSANGPIEUP
+-##<Multi_key> <U10001109> <U10001107> <U10001100> 	: "ᄳ"   U1133 # HANGUL CHOSEONG SIOS-PIEUP-KIYEOK
+-##<Multi_key> <U10001109> <U10001109> <U10001109> 	: "ᄴ"   U1134 # HANGUL CHOSEONG SIOS-SSANGSIOS
+-##<Multi_key> <U10001169> <U10001161> <U10001175> 	: "ᅫ"   U116b # HANGUL JUNGSEONG WAE
+-##<Multi_key> <U1000116E> <U10001165> <U10001175> 	: "ᅰ"   U1170 # HANGUL JUNGSEONG WE
+-##<Multi_key> <U1000116E> <U10001165> <U10001173> 	: "ᆋ"   U118b # HANGUL JUNGSEONG U-EO-EU
+-##<Multi_key> <U100011A8> <U100011BA> <U100011A8> 	: "ᇄ"   U11c4 # HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK
+-##<Multi_key> <U100011AF> <U100011A8> <U100011BA> 	: "ᇌ"   U11cc # HANGUL JONGSEONG RIEUL-KIYEOK-SIOS
+-##<Multi_key> <U100011AF> <U100011AE> <U100011C2> 	: "ᇏ"   U11cf # HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH
+-##<Multi_key> <U100011AF> <U100011B7> <U100011A8> 	: "ᇑ"   U11d1 # HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK
+-##<Multi_key> <U100011AF> <U100011B7> <U100011BA> 	: "ᇒ"   U11d2 # HANGUL JONGSEONG RIEUL-MIEUM-SIOS
+-##<Multi_key> <U100011AF> <U100011B8> <U100011BA> 	: "ᇓ"   U11d3 # HANGUL JONGSEONG RIEUL-PIEUP-SIOS
+-##<Multi_key> <U100011AF> <U100011B8> <U100011C2> 	: "ᇔ"   U11d4 # HANGUL JONGSEONG RIEUL-PIEUP-HIEUH
+-##<Multi_key> <U100011AF> <U100011B8> <U100011BC> 	: "ᇕ"   U11d5 # HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP
+-##<Multi_key> <U100011AF> <U100011BA> <U100011BA> 	: "ᇖ"   U11d6 # HANGUL JONGSEONG RIEUL-SSANGSIOS
+-##<Multi_key> <U100011B7> <U100011BA> <U100011BA> 	: "ᇞ"   U11de # HANGUL JONGSEONG MIEUM-SSANGSIOS
+-##<Multi_key> <U100011BC> <U100011A8> <U100011A8> 	: "ᇭ"   U11ed # HANGUL JONGSEONG IEUNG-SSANGKIYEOK
+-<Multi_key> <U10001100> <U10001100> 	: "ᄁ"   U1101 # HANGUL CHOSEONG SSANGKIYEOK
+-<Multi_key> <U10001103> <U10001103> 	: "ᄄ"   U1104 # HANGUL CHOSEONG SSANGTIKEUT
+-<Multi_key> <U10001107> <U10001107> 	: "ᄈ"   U1108 # HANGUL CHOSEONG SSANGPIEUP
+-<Multi_key> <U10001109> <U10001109> 	: "ᄊ"   U110a # HANGUL CHOSEONG SSANGSIOS
+-<Multi_key> <U1000110C> <U1000110C> 	: "ᄍ"   U110d # HANGUL CHOSEONG SSANGCIEUC
+-<Multi_key> <U10001102> <U10001100> 	: "ᄓ"   U1113 # HANGUL CHOSEONG NIEUN-KIYEOK
+-<Multi_key> <U10001102> <U10001102> 	: "ᄔ"   U1114 # HANGUL CHOSEONG SSANGNIEUN
+-<Multi_key> <U10001102> <U10001103> 	: "ᄕ"   U1115 # HANGUL CHOSEONG NIEUN-TIKEUT
+-<Multi_key> <U10001102> <U10001107> 	: "ᄖ"   U1116 # HANGUL CHOSEONG NIEUN-PIEUP
+-<Multi_key> <U10001103> <U10001100> 	: "ᄗ"   U1117 # HANGUL CHOSEONG TIKEUT-KIYEOK
+-<Multi_key> <U10001105> <U10001102> 	: "ᄘ"   U1118 # HANGUL CHOSEONG RIEUL-NIEUN
+-<Multi_key> <U10001105> <U10001105> 	: "ᄙ"   U1119 # HANGUL CHOSEONG SSANGRIEUL
+-<Multi_key> <U10001105> <U10001112> 	: "ᄚ"   U111a # HANGUL CHOSEONG RIEUL-HIEUH
+-<Multi_key> <U10001105> <U1000110B> 	: "ᄛ"   U111b # HANGUL CHOSEONG KAPYEOUNRIEUL
+-<Multi_key> <U10001106> <U10001107> 	: "ᄜ"   U111c # HANGUL CHOSEONG MIEUM-PIEUP
+-<Multi_key> <U10001106> <U1000110B> 	: "ᄝ"   U111d # HANGUL CHOSEONG KAPYEOUNMIEUM
+-<Multi_key> <U10001107> <U10001100> 	: "ᄞ"   U111e # HANGUL CHOSEONG PIEUP-KIYEOK
+-<Multi_key> <U10001107> <U10001102> 	: "ᄟ"   U111f # HANGUL CHOSEONG PIEUP-NIEUN
+-<Multi_key> <U10001107> <U10001103> 	: "ᄠ"   U1120 # HANGUL CHOSEONG PIEUP-TIKEUT
+-<Multi_key> <U10001107> <U10001109> 	: "ᄡ"   U1121 # HANGUL CHOSEONG PIEUP-SIOS
+-<Multi_key> <U10001107> <U1000110C> 	: "ᄧ"   U1127 # HANGUL CHOSEONG PIEUP-CIEUC
+-<Multi_key> <U10001107> <U1000110E> 	: "ᄨ"   U1128 # HANGUL CHOSEONG PIEUP-CHIEUCH
+-<Multi_key> <U10001107> <U10001110> 	: "ᄩ"   U1129 # HANGUL CHOSEONG PIEUP-THIEUTH
+-<Multi_key> <U10001107> <U10001111> 	: "ᄪ"   U112a # HANGUL CHOSEONG PIEUP-PHIEUPH
+-<Multi_key> <U10001107> <U1000110B> 	: "ᄫ"   U112b # HANGUL CHOSEONG KAPYEOUNPIEUP
+-<Multi_key> <U10001109> <U10001100> 	: "ᄭ"   U112d # HANGUL CHOSEONG SIOS-KIYEOK
+-<Multi_key> <U10001109> <U10001102> 	: "ᄮ"   U112e # HANGUL CHOSEONG SIOS-NIEUN
+-<Multi_key> <U10001109> <U10001103> 	: "ᄯ"   U112f # HANGUL CHOSEONG SIOS-TIKEUT
+-<Multi_key> <U10001109> <U10001105> 	: "ᄰ"   U1130 # HANGUL CHOSEONG SIOS-RIEUL
+-<Multi_key> <U10001109> <U10001106> 	: "ᄱ"   U1131 # HANGUL CHOSEONG SIOS-MIEUM
+-<Multi_key> <U10001109> <U10001107> 	: "ᄲ"   U1132 # HANGUL CHOSEONG SIOS-PIEUP
+-<Multi_key> <U10001109> <U1000110B> 	: "ᄵ"   U1135 # HANGUL CHOSEONG SIOS-IEUNG
+-<Multi_key> <U10001109> <U1000110C> 	: "ᄶ"   U1136 # HANGUL CHOSEONG SIOS-CIEUC
+-<Multi_key> <U10001109> <U1000110E> 	: "ᄷ"   U1137 # HANGUL CHOSEONG SIOS-CHIEUCH
+-<Multi_key> <U10001109> <U1000110F> 	: "ᄸ"   U1138 # HANGUL CHOSEONG SIOS-KHIEUKH
+-<Multi_key> <U10001109> <U10001110> 	: "ᄹ"   U1139 # HANGUL CHOSEONG SIOS-THIEUTH
+-<Multi_key> <U10001109> <U10001111> 	: "ᄺ"   U113a # HANGUL CHOSEONG SIOS-PHIEUPH
+-<Multi_key> <U10001109> <U10001112> 	: "ᄻ"   U113b # HANGUL CHOSEONG SIOS-HIEUH
+-<Multi_key> <U1000113C> <U1000113C> 	: "ᄽ"   U113d # HANGUL CHOSEONG CHITUEUMSSANGSIOS
+-<Multi_key> <U1000113E> <U1000113E> 	: "ᄿ"   U113f # HANGUL CHOSEONG CEONGCHIEUMSSANGSIOS
+-<Multi_key> <U1000110B> <U10001100> 	: "ᅁ"   U1141 # HANGUL CHOSEONG IEUNG-KIYEOK
+-<Multi_key> <U1000110B> <U10001103> 	: "ᅂ"   U1142 # HANGUL CHOSEONG IEUNG-TIKEUT
+-<Multi_key> <U1000110B> <U10001106> 	: "ᅃ"   U1143 # HANGUL CHOSEONG IEUNG-MIEUM
+-<Multi_key> <U1000110B> <U10001107> 	: "ᅄ"   U1144 # HANGUL CHOSEONG IEUNG-PIEUP
+-<Multi_key> <U1000110B> <U10001109> 	: "ᅅ"   U1145 # HANGUL CHOSEONG IEUNG-SIOS
+-<Multi_key> <U1000110B> <U10001140> 	: "ᅆ"   U1146 # HANGUL CHOSEONG IEUNG-PANSIOS
+-<Multi_key> <U1000110B> <U1000110B> 	: "ᅇ"   U1147 # HANGUL CHOSEONG SSANGIEUNG
+-<Multi_key> <U1000110B> <U1000110C> 	: "ᅈ"   U1148 # HANGUL CHOSEONG IEUNG-CIEUC
+-<Multi_key> <U1000110B> <U1000110E> 	: "ᅉ"   U1149 # HANGUL CHOSEONG IEUNG-CHIEUCH
+-<Multi_key> <U1000110B> <U10001110> 	: "ᅊ"   U114a # HANGUL CHOSEONG IEUNG-THIEUTH
+-<Multi_key> <U1000110B> <U10001111> 	: "ᅋ"   U114b # HANGUL CHOSEONG IEUNG-PHIEUPH
+-<Multi_key> <U1000110C> <U1000110B> 	: "ᅍ"   U114d # HANGUL CHOSEONG CIEUC-IEUNG
+-<Multi_key> <U1000114E> <U1000114E> 	: "ᅏ"   U114f # HANGUL CHOSEONG CHITUEUMSSANGCIEUC
+-<Multi_key> <U10001150> <U10001150> 	: "ᅑ"   U1151 # HANGUL CHOSEONG CEONGCHIEUMSSANGCIEUC
+-<Multi_key> <U1000110E> <U1000110F> 	: "ᅒ"   U1152 # HANGUL CHOSEONG CHIEUCH-KHIEUKH
+-<Multi_key> <U1000110E> <U10001112> 	: "ᅓ"   U1153 # HANGUL CHOSEONG CHIEUCH-HIEUH
+-<Multi_key> <U10001111> <U10001107> 	: "ᅖ"   U1156 # HANGUL CHOSEONG PHIEUPH-PIEUP
+-<Multi_key> <U10001111> <U1000110B> 	: "ᅗ"   U1157 # HANGUL CHOSEONG KAPYEOUNPHIEUPH
+-<Multi_key> <U10001112> <U10001112> 	: "ᅘ"   U1158 # HANGUL CHOSEONG SSANGHIEUH
+-<Multi_key> <U10001161> <U10001175> 	: "ᅢ"   U1162 # HANGUL JUNGSEONG AE
+-<Multi_key> <U10001163> <U10001175> 	: "ᅤ"   U1164 # HANGUL JUNGSEONG YAE
+-<Multi_key> <U10001165> <U10001175> 	: "ᅦ"   U1166 # HANGUL JUNGSEONG E
+-<Multi_key> <U10001167> <U10001175> 	: "ᅨ"   U1168 # HANGUL JUNGSEONG YE
+-<Multi_key> <U10001169> <U10001161> 	: "ᅪ"   U116a # HANGUL JUNGSEONG WA
+-<Multi_key> <U10001169> <U10001175> 	: "ᅬ"   U116c # HANGUL JUNGSEONG OE
+-<Multi_key> <U1000116E> <U10001165> 	: "ᅯ"   U116f # HANGUL JUNGSEONG WEO
+-<Multi_key> <U1000116E> <U10001175> 	: "ᅱ"   U1171 # HANGUL JUNGSEONG WI
+-<Multi_key> <U10001173> <U10001175> 	: "ᅴ"   U1174 # HANGUL JUNGSEONG YI
+-<Multi_key> <U10001161> <U10001169> 	: "ᅶ"   U1176 # HANGUL JUNGSEONG A-O
+-<Multi_key> <U10001161> <U1000116E> 	: "ᅷ"   U1177 # HANGUL JUNGSEONG A-U
+-<Multi_key> <U10001163> <U10001169> 	: "ᅸ"   U1178 # HANGUL JUNGSEONG YA-O
+-<Multi_key> <U10001163> <U1000116D> 	: "ᅹ"   U1179 # HANGUL JUNGSEONG YA-YO
+-<Multi_key> <U10001165> <U10001169> 	: "ᅺ"   U117a # HANGUL JUNGSEONG EO-O
+-<Multi_key> <U10001165> <U1000116E> 	: "ᅻ"   U117b # HANGUL JUNGSEONG EO-U
+-<Multi_key> <U10001165> <U10001173> 	: "ᅼ"   U117c # HANGUL JUNGSEONG EO-EU
+-<Multi_key> <U10001167> <U10001169> 	: "ᅽ"   U117d # HANGUL JUNGSEONG YEO-O
+-<Multi_key> <U10001167> <U1000116E> 	: "ᅾ"   U117e # HANGUL JUNGSEONG YEO-U
+-<Multi_key> <U10001169> <U10001165> 	: "ᅿ"   U117f # HANGUL JUNGSEONG O-EO
+-<Multi_key> <U10001169> <U10001166> 	: "ᆀ"   U1180 # HANGUL JUNGSEONG O-E
+-<Multi_key> <U10001169> <U10001168> 	: "ᆁ"   U1181 # HANGUL JUNGSEONG O-YE
+-<Multi_key> <U10001169> <U10001169> 	: "ᆂ"   U1182 # HANGUL JUNGSEONG O-O
+-<Multi_key> <U10001169> <U1000116E> 	: "ᆃ"   U1183 # HANGUL JUNGSEONG O-U
+-<Multi_key> <U1000116D> <U10001163> 	: "ᆄ"   U1184 # HANGUL JUNGSEONG YO-YA
+-<Multi_key> <U1000116D> <U10001164> 	: "ᆅ"   U1185 # HANGUL JUNGSEONG YO-YAE
+-<Multi_key> <U1000116D> <U10001167> 	: "ᆆ"   U1186 # HANGUL JUNGSEONG YO-YEO
+-<Multi_key> <U1000116D> <U10001169> 	: "ᆇ"   U1187 # HANGUL JUNGSEONG YO-O
+-<Multi_key> <U1000116D> <U10001175> 	: "ᆈ"   U1188 # HANGUL JUNGSEONG YO-I
+-<Multi_key> <U1000116E> <U10001161> 	: "ᆉ"   U1189 # HANGUL JUNGSEONG U-A
+-<Multi_key> <U1000116E> <U10001162> 	: "ᆊ"   U118a # HANGUL JUNGSEONG U-AE
+-<Multi_key> <U1000116E> <U10001168> 	: "ᆌ"   U118c # HANGUL JUNGSEONG U-YE
+-<Multi_key> <U1000116E> <U1000116E> 	: "ᆍ"   U118d # HANGUL JUNGSEONG U-U
+-<Multi_key> <U10001172> <U10001161> 	: "ᆎ"   U118e # HANGUL JUNGSEONG YU-A
+-<Multi_key> <U10001172> <U10001165> 	: "ᆏ"   U118f # HANGUL JUNGSEONG YU-EO
+-<Multi_key> <U10001172> <U10001166> 	: "ᆐ"   U1190 # HANGUL JUNGSEONG YU-E
+-<Multi_key> <U10001172> <U10001167> 	: "ᆑ"   U1191 # HANGUL JUNGSEONG YU-YEO
+-<Multi_key> <U10001172> <U10001168> 	: "ᆒ"   U1192 # HANGUL JUNGSEONG YU-YE
+-<Multi_key> <U10001172> <U1000116E> 	: "ᆓ"   U1193 # HANGUL JUNGSEONG YU-U
+-<Multi_key> <U10001172> <U10001175> 	: "ᆔ"   U1194 # HANGUL JUNGSEONG YU-I
+-<Multi_key> <U10001173> <U1000116E> 	: "ᆕ"   U1195 # HANGUL JUNGSEONG EU-U
+-<Multi_key> <U10001173> <U10001173> 	: "ᆖ"   U1196 # HANGUL JUNGSEONG EU-EU
+-<Multi_key> <U10001174> <U1000116E> 	: "ᆗ"   U1197 # HANGUL JUNGSEONG YI-U
+-<Multi_key> <U10001175> <U10001161> 	: "ᆘ"   U1198 # HANGUL JUNGSEONG I-A
+-<Multi_key> <U10001175> <U10001163> 	: "ᆙ"   U1199 # HANGUL JUNGSEONG I-YA
+-<Multi_key> <U10001175> <U10001169> 	: "ᆚ"   U119a # HANGUL JUNGSEONG I-O
+-<Multi_key> <U10001175> <U1000116E> 	: "ᆛ"   U119b # HANGUL JUNGSEONG I-U
+-<Multi_key> <U10001175> <U10001173> 	: "ᆜ"   U119c # HANGUL JUNGSEONG I-EU
+-<Multi_key> <U10001175> <U1000119E> 	: "ᆝ"   U119d # HANGUL JUNGSEONG I-ARAEA
+-<Multi_key> <U1000119E> <U10001165> 	: "ᆟ"   U119f # HANGUL JUNGSEONG ARAEA-EO
+-<Multi_key> <U1000119E> <U1000116E> 	: "ᆠ"   U11a0 # HANGUL JUNGSEONG ARAEA-U
+-<Multi_key> <U1000119E> <U10001175> 	: "ᆡ"   U11a1 # HANGUL JUNGSEONG ARAEA-I
+-<Multi_key> <U1000119E> <U1000119E> 	: "ᆢ"   U11a2 # HANGUL JUNGSEONG SSANGARAEA
+-<Multi_key> <U100011A8> <U100011A8> 	: "ᆩ"   U11a9 # HANGUL JONGSEONG SSANGKIYEOK
+-<Multi_key> <U100011A8> <U100011BA> 	: "ᆪ"   U11aa # HANGUL JONGSEONG KIYEOK-SIOS
+-<Multi_key> <U100011AB> <U100011BD> 	: "ᆬ"   U11ac # HANGUL JONGSEONG NIEUN-CIEUC
+-<Multi_key> <U100011AB> <U100011C2> 	: "ᆭ"   U11ad # HANGUL JONGSEONG NIEUN-HIEUH
+-<Multi_key> <U100011AF> <U100011A8> 	: "ᆰ"   U11b0 # HANGUL JONGSEONG RIEUL-KIYEOK
+-<Multi_key> <U100011AF> <U100011B7> 	: "ᆱ"   U11b1 # HANGUL JONGSEONG RIEUL-MIEUM
+-<Multi_key> <U100011AF> <U100011B8> 	: "ᆲ"   U11b2 # HANGUL JONGSEONG RIEUL-PIEUP
+-<Multi_key> <U100011AF> <U100011BA> 	: "ᆳ"   U11b3 # HANGUL JONGSEONG RIEUL-SIOS
+-<Multi_key> <U100011AF> <U100011C0> 	: "ᆴ"   U11b4 # HANGUL JONGSEONG RIEUL-THIEUTH
+-<Multi_key> <U100011AF> <U100011C1> 	: "ᆵ"   U11b5 # HANGUL JONGSEONG RIEUL-PHIEUPH
+-<Multi_key> <U100011AF> <U100011C2> 	: "ᆶ"   U11b6 # HANGUL JONGSEONG RIEUL-HIEUH
+-<Multi_key> <U100011B8> <U100011BA> 	: "ᆹ"   U11b9 # HANGUL JONGSEONG PIEUP-SIOS
+-<Multi_key> <U100011BA> <U100011BA> 	: "ᆻ"   U11bb # HANGUL JONGSEONG SSANGSIOS
+-<Multi_key> <U100011A8> <U100011AF> 	: "ᇃ"   U11c3 # HANGUL JONGSEONG KIYEOK-RIEUL
+-<Multi_key> <U100011AB> <U100011A8> 	: "ᇅ"   U11c5 # HANGUL JONGSEONG NIEUN-KIYEOK
+-<Multi_key> <U100011AB> <U100011AE> 	: "ᇆ"   U11c6 # HANGUL JONGSEONG NIEUN-TIKEUT
+-<Multi_key> <U100011AB> <U100011BA> 	: "ᇇ"   U11c7 # HANGUL JONGSEONG NIEUN-SIOS
+-<Multi_key> <U100011AB> <U100011EB> 	: "ᇈ"   U11c8 # HANGUL JONGSEONG NIEUN-PANSIOS
+-<Multi_key> <U100011AB> <U100011C0> 	: "ᇉ"   U11c9 # HANGUL JONGSEONG NIEUN-THIEUTH
+-<Multi_key> <U100011AE> <U100011A8> 	: "ᇊ"   U11ca # HANGUL JONGSEONG TIKEUT-KIYEOK
+-<Multi_key> <U100011AE> <U100011AF> 	: "ᇋ"   U11cb # HANGUL JONGSEONG TIKEUT-RIEUL
+-<Multi_key> <U100011AF> <U100011AB> 	: "ᇍ"   U11cd # HANGUL JONGSEONG RIEUL-NIEUN
+-<Multi_key> <U100011AF> <U100011AE> 	: "ᇎ"   U11ce # HANGUL JONGSEONG RIEUL-TIKEUT
+-<Multi_key> <U100011AF> <U100011AF> 	: "ᇐ"   U11d0 # HANGUL JONGSEONG SSANGRIEUL
+-<Multi_key> <U100011AF> <U100011EB> 	: "ᇗ"   U11d7 # HANGUL JONGSEONG RIEUL-PANSIOS
+-<Multi_key> <U100011AF> <U100011BF> 	: "ᇘ"   U11d8 # HANGUL JONGSEONG RIEUL-KHIEUKH
+-<Multi_key> <U100011AF> <U100011F9> 	: "ᇙ"   U11d9 # HANGUL JONGSEONG RIEUL-YEORINHIEUH
+-<Multi_key> <U100011B7> <U100011A8> 	: "ᇚ"   U11da # HANGUL JONGSEONG MIEUM-KIYEOK
+-<Multi_key> <U100011B7> <U100011AF> 	: "ᇛ"   U11db # HANGUL JONGSEONG MIEUM-RIEUL
+-<Multi_key> <U100011B7> <U100011B8> 	: "ᇜ"   U11dc # HANGUL JONGSEONG MIEUM-PIEUP
+-<Multi_key> <U100011B7> <U100011BA> 	: "ᇝ"   U11dd # HANGUL JONGSEONG MIEUM-SIOS
+-<Multi_key> <U100011B7> <U100011EB> 	: "ᇟ"   U11df # HANGUL JONGSEONG MIEUM-PANSIOS
+-<Multi_key> <U100011B7> <U100011BE> 	: "ᇠ"   U11e0 # HANGUL JONGSEONG MIEUM-CHIEUCH
+-<Multi_key> <U100011B7> <U100011C2> 	: "ᇡ"   U11e1 # HANGUL JONGSEONG MIEUM-HIEUH
+-<Multi_key> <U100011B7> <U100011BC> 	: "ᇢ"   U11e2 # HANGUL JONGSEONG KAPYEOUNMIEUM
+-<Multi_key> <U100011B8> <U100011AF> 	: "ᇣ"   U11e3 # HANGUL JONGSEONG PIEUP-RIEUL
+-<Multi_key> <U100011B8> <U100011C1> 	: "ᇤ"   U11e4 # HANGUL JONGSEONG PIEUP-PHIEUPH
+-<Multi_key> <U100011B8> <U100011C2> 	: "ᇥ"   U11e5 # HANGUL JONGSEONG PIEUP-HIEUH
+-<Multi_key> <U100011B8> <U100011BC> 	: "ᇦ"   U11e6 # HANGUL JONGSEONG KAPYEOUNPIEUP
+-<Multi_key> <U100011BA> <U100011A8> 	: "ᇧ"   U11e7 # HANGUL JONGSEONG SIOS-KIYEOK
+-<Multi_key> <U100011BA> <U100011AE> 	: "ᇨ"   U11e8 # HANGUL JONGSEONG SIOS-TIKEUT
+-<Multi_key> <U100011BA> <U100011AF> 	: "ᇩ"   U11e9 # HANGUL JONGSEONG SIOS-RIEUL
+-<Multi_key> <U100011BA> <U100011B8> 	: "ᇪ"   U11ea # HANGUL JONGSEONG SIOS-PIEUP
+-<Multi_key> <U100011BC> <U100011A8> 	: "ᇬ"   U11ec # HANGUL JONGSEONG IEUNG-KIYEOK
+-<Multi_key> <U100011BC> <U100011BC> 	: "ᇮ"   U11ee # HANGUL JONGSEONG SSANGIEUNG
+-<Multi_key> <U100011BC> <U100011BF> 	: "ᇯ"   U11ef # HANGUL JONGSEONG IEUNG-KHIEUKH
+-<Multi_key> <U100011F0> <U100011BA> 	: "ᇱ"   U11f1 # HANGUL JONGSEONG YESIEUNG-SIOS
+-<Multi_key> <U100011F0> <U100011EB> 	: "ᇲ"   U11f2 # HANGUL JONGSEONG YESIEUNG-PANSIOS
+-<Multi_key> <U100011C1> <U100011B8> 	: "ᇳ"   U11f3 # HANGUL JONGSEONG PHIEUPH-PIEUP
+-<Multi_key> <U100011C1> <U100011BC> 	: "ᇴ"   U11f4 # HANGUL JONGSEONG KAPYEOUNPHIEUPH
+-<Multi_key> <U100011C2> <U100011AB> 	: "ᇵ"   U11f5 # HANGUL JONGSEONG HIEUH-NIEUN
+-<Multi_key> <U100011C2> <U100011AF> 	: "ᇶ"   U11f6 # HANGUL JONGSEONG HIEUH-RIEUL
+-<Multi_key> <U100011C2> <U100011B7> 	: "ᇷ"   U11f7 # HANGUL JONGSEONG HIEUH-MIEUM
+-<Multi_key> <U100011C2> <U100011B8> 	: "ᇸ"   U11f8 # HANGUL JONGSEONG HIEUH-PIEUP
+-<Multi_key> <U10001121> <U10001100> 	: "ᄢ"   U1122 # HANGUL CHOSEONG PIEUP-SIOS-KIYEOK
+-<Multi_key> <U10001121> <U10001103> 	: "ᄣ"   U1123 # HANGUL CHOSEONG PIEUP-SIOS-TIKEUT
+-<Multi_key> <U10001121> <U10001107> 	: "ᄤ"   U1124 # HANGUL CHOSEONG PIEUP-SIOS-PIEUP
+-<Multi_key> <U10001121> <U10001109> 	: "ᄥ"   U1125 # HANGUL CHOSEONG PIEUP-SSANGSIOS
+-<Multi_key> <U10001121> <U1000110C> 	: "ᄦ"   U1126 # HANGUL CHOSEONG PIEUP-SIOS-CIEUC
+-<Multi_key> <U10001108> <U1000110B> 	: "ᄬ"   U112c # HANGUL CHOSEONG KAPYEOUNSSANGPIEUP
+-<Multi_key> <U10001132> <U10001100> 	: "ᄳ"   U1133 # HANGUL CHOSEONG SIOS-PIEUP-KIYEOK
+-<Multi_key> <U1000110A> <U10001109> 	: "ᄴ"   U1134 # HANGUL CHOSEONG SIOS-SSANGSIOS
+-<Multi_key> <U1000116A> <U10001175> 	: "ᅫ"   U116b # HANGUL JUNGSEONG WAE
+-<Multi_key> <U1000116F> <U10001175> 	: "ᅰ"   U1170 # HANGUL JUNGSEONG WE
+-<Multi_key> <U1000116F> <U10001173> 	: "ᆋ"   U118b # HANGUL JUNGSEONG U-EO-EU
+-<Multi_key> <U100011AA> <U100011A8> 	: "ᇄ"   U11c4 # HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK
+-<Multi_key> <U100011B0> <U100011BA> 	: "ᇌ"   U11cc # HANGUL JONGSEONG RIEUL-KIYEOK-SIOS
+-<Multi_key> <U100011CE> <U100011C2> 	: "ᇏ"   U11cf # HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH
+-<Multi_key> <U100011B1> <U100011A8> 	: "ᇑ"   U11d1 # HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK
+-<Multi_key> <U100011B1> <U100011BA> 	: "ᇒ"   U11d2 # HANGUL JONGSEONG RIEUL-MIEUM-SIOS
+-<Multi_key> <U100011B2> <U100011BA> 	: "ᇓ"   U11d3 # HANGUL JONGSEONG RIEUL-PIEUP-SIOS
+-<Multi_key> <U100011B2> <U100011C2> 	: "ᇔ"   U11d4 # HANGUL JONGSEONG RIEUL-PIEUP-HIEUH
+-<Multi_key> <U100011B2> <U100011BC> 	: "ᇕ"   U11d5 # HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP
+-<Multi_key> <U100011B3> <U100011BA> 	: "ᇖ"   U11d6 # HANGUL JONGSEONG RIEUL-SSANGSIOS
+-<Multi_key> <U100011DD> <U100011BA> 	: "ᇞ"   U11de # HANGUL JONGSEONG MIEUM-SSANGSIOS
+-<Multi_key> <U100011EC> <U100011A8> 	: "ᇭ"   U11ed # HANGUL JONGSEONG IEUNG-SSANGKIYEOK
+-<Multi_key> <U10001107> <U1000112D> 	: "ᄢ"   U1122 # HANGUL CHOSEONG PIEUP-SIOS-KIYEOK
+-<Multi_key> <U10001107> <U1000112F> 	: "ᄣ"   U1123 # HANGUL CHOSEONG PIEUP-SIOS-TIKEUT
+-<Multi_key> <U10001107> <U10001132> 	: "ᄤ"   U1124 # HANGUL CHOSEONG PIEUP-SIOS-PIEUP
+-<Multi_key> <U10001107> <U1000110A> 	: "ᄥ"   U1125 # HANGUL CHOSEONG PIEUP-SSANGSIOS
+-<Multi_key> <U10001107> <U10001136> 	: "ᄦ"   U1126 # HANGUL CHOSEONG PIEUP-SIOS-CIEUC
+-<Multi_key> <U10001107> <U1000112B> 	: "ᄬ"   U112c # HANGUL CHOSEONG KAPYEOUNSSANGPIEUP
+-<Multi_key> <U10001109> <U1000111E> 	: "ᄳ"   U1133 # HANGUL CHOSEONG SIOS-PIEUP-KIYEOK
+-<Multi_key> <U10001109> <U1000110A> 	: "ᄴ"   U1134 # HANGUL CHOSEONG SIOS-SSANGSIOS
+-<Multi_key> <U10001169> <U10001162> 	: "ᅫ"   U116b # HANGUL JUNGSEONG WAE
+-<Multi_key> <U1000116E> <U10001166> 	: "ᅰ"   U1170 # HANGUL JUNGSEONG WE
+-<Multi_key> <U1000116E> <U1000117C> 	: "ᆋ"   U118b # HANGUL JUNGSEONG U-EO-EU
+-<Multi_key> <U100011A8> <U100011E7> 	: "ᇄ"   U11c4 # HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK
+-<Multi_key> <U100011AF> <U100011AA> 	: "ᇌ"   U11cc # HANGUL JONGSEONG RIEUL-KIYEOK-SIOS
+-<Multi_key> <U100011AF> <U100011DA> 	: "ᇑ"   U11d1 # HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK
+-<Multi_key> <U100011AF> <U100011DD> 	: "ᇒ"   U11d2 # HANGUL JONGSEONG RIEUL-MIEUM-SIOS
+-<Multi_key> <U100011AF> <U100011B9> 	: "ᇓ"   U11d3 # HANGUL JONGSEONG RIEUL-PIEUP-SIOS
+-<Multi_key> <U100011AF> <U100011E5> 	: "ᇔ"   U11d4 # HANGUL JONGSEONG RIEUL-PIEUP-HIEUH
+-<Multi_key> <U100011AF> <U100011E6> 	: "ᇕ"   U11d5 # HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP
+-<Multi_key> <U100011AF> <U100011BB> 	: "ᇖ"   U11d6 # HANGUL JONGSEONG RIEUL-SSANGSIOS
+-<Multi_key> <U100011B7> <U100011BB> 	: "ᇞ"   U11de # HANGUL JONGSEONG MIEUM-SSANGSIOS
+-<Multi_key> <U100011BC> <U100011A9> 	: "ᇭ"   U11ed # HANGUL JONGSEONG IEUNG-SSANGKIYEOK
+-
+-<Multi_key> <comma> <minus>      	: "¬"   U00AC # NOT SIGN
+-<Multi_key> <minus> <comma>      	: "¬"   U00AC # NOT SIGN
+-<dead_circumflex> <Multi_key> <underscore> <a> 	: "ª"   U00AA # FEMININE ORDINAL INDICATOR
+-<Multi_key> <asciicircum> <underscore> <a> 	: "ª"   U00AA # FEMININE ORDINAL INDICATOR
+-<dead_circumflex> <Multi_key> <underbar> <a> 	: "ª"   U00AA # FEMININE ORDINAL INDICATOR
+-<Multi_key> <asciicircum> <underbar> <a> 	: "ª"   U00AA # FEMININE ORDINAL INDICATOR
+-<dead_circumflex> <2>            	: "²"   U00B2 # SUPERSCRIPT TWO
+-<Multi_key> <asciicircum> <2>    	: "²"   U00B2 # SUPERSCRIPT TWO
+-<dead_circumflex> <KP_Space>     	: "²"   U00B2 # SUPERSCRIPT TWO
+-<Multi_key> <asciicircum> <KP_Space> 	: "²"   U00B2 # SUPERSCRIPT TWO
+-<dead_circumflex> <KP_2>         	: "²"   U00B2 # SUPERSCRIPT TWO
+-<Multi_key> <asciicircum> <KP_2> 	: "²"   U00B2 # SUPERSCRIPT TWO
+-<dead_circumflex> <3>            	: "³"   U00B3 # SUPERSCRIPT THREE
+-<Multi_key> <asciicircum> <3>    	: "³"   U00B3 # SUPERSCRIPT THREE
+-<dead_circumflex> <KP_3>         	: "³"   U00B3 # SUPERSCRIPT THREE
+-<Multi_key> <asciicircum> <KP_3> 	: "³"   U00B3 # SUPERSCRIPT THREE
+-<Multi_key> <m> <u>              	: "µ"   U00B5 # MICRO SIGN
+-<dead_circumflex> <1>            	: "¹"   U00B9 # SUPERSCRIPT ONE
+-<Multi_key> <asciicircum> <1>    	: "¹"   U00B9 # SUPERSCRIPT ONE
+-<dead_circumflex> <KP_1>         	: "¹"   U00B9 # SUPERSCRIPT ONE
+-<Multi_key> <asciicircum> <KP_1> 	: "¹"   U00B9 # SUPERSCRIPT ONE
+-<dead_circumflex> <Multi_key> <underscore> <o> 	: "º"   U00BA # MASCULINE ORDINAL INDICATOR
+-<Multi_key> <asciicircum> <underscore> <o> 	: "º"   U00BA # MASCULINE ORDINAL INDICATOR
+-<dead_circumflex> <Multi_key> <underbar> <o> 	: "º"   U00BA # MASCULINE ORDINAL INDICATOR
+-<Multi_key> <asciicircum> <underbar> <o> 	: "º"   U00BA # MASCULINE ORDINAL INDICATOR
+-<Multi_key> <1> <4>              	: "¼"   U00BC # VULGAR FRACTION ONE QUARTER
+-<Multi_key> <1> <2>              	: "½"   U00BD # VULGAR FRACTION ONE HALF
+-<Multi_key> <3> <4>              	: "¾"   U00BE # VULGAR FRACTION THREE QUARTERS
+-<dead_grave> <A>                 	: "À"   U00C0 # LATIN CAPITAL LETTER A WITH GRAVE
+-<Multi_key> <grave> <A>          	: "À"   U00C0 # LATIN CAPITAL LETTER A WITH GRAVE
+-<combining_grave> <A>            	: "À"   U00C0 # LATIN CAPITAL LETTER A WITH GRAVE
+-<dead_acute> <A>                 	: "Á"   U00C1 # LATIN CAPITAL LETTER A WITH ACUTE
+-<Multi_key> <acute> <A>          	: "Á"   U00C1 # LATIN CAPITAL LETTER A WITH ACUTE
+-<Multi_key> <apostrophe> <A>     	: "Á"   U00C1 # LATIN CAPITAL LETTER A WITH ACUTE
+-<combining_acute> <A>            	: "Á"   U00C1 # LATIN CAPITAL LETTER A WITH ACUTE
+-<dead_circumflex> <A>            	: "Â"   U00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <A>    	: "Â"   U00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+-<dead_tilde> <A>                 	: "Ã"   U00C3 # LATIN CAPITAL LETTER A WITH TILDE
+-<Multi_key> <asciitilde> <A>     	: "Ã"   U00C3 # LATIN CAPITAL LETTER A WITH TILDE
+-<combining_tilde> <A>            	: "Ã"   U00C3 # LATIN CAPITAL LETTER A WITH TILDE
+-<dead_diaeresis> <A>             	: "Ä"   U00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
+-<Multi_key> <quotedbl> <A>       	: "Ä"   U00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
+-<dead_abovering> <A>             	: "Å"   U00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE
+-<Multi_key> <o> <A>              	: "Å"   U00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE
+-<dead_cedilla> <C>               	: "Ç"   U00C7 # LATIN CAPITAL LETTER C WITH CEDILLA
+-<Multi_key> <comma> <C>          	: "Ç"   U00C7 # LATIN CAPITAL LETTER C WITH CEDILLA
+-<dead_grave> <E>                 	: "È"   U00C8 # LATIN CAPITAL LETTER E WITH GRAVE
+-<Multi_key> <grave> <E>          	: "È"   U00C8 # LATIN CAPITAL LETTER E WITH GRAVE
+-<combining_grave> <E>            	: "È"   U00C8 # LATIN CAPITAL LETTER E WITH GRAVE
+-<dead_acute> <E>                 	: "É"   U00C9 # LATIN CAPITAL LETTER E WITH ACUTE
+-<Multi_key> <acute> <E>          	: "É"   U00C9 # LATIN CAPITAL LETTER E WITH ACUTE
+-<Multi_key> <apostrophe> <E>     	: "É"   U00C9 # LATIN CAPITAL LETTER E WITH ACUTE
+-<combining_acute> <E>            	: "É"   U00C9 # LATIN CAPITAL LETTER E WITH ACUTE
+-<dead_circumflex> <E>            	: "Ê"   U00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <E>    	: "Ê"   U00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+-<dead_diaeresis> <E>             	: "Ë"   U00CB # LATIN CAPITAL LETTER E WITH DIAERESIS
+-<Multi_key> <quotedbl> <E>       	: "Ë"   U00CB # LATIN CAPITAL LETTER E WITH DIAERESIS
+-<dead_grave> <I>                 	: "Ì"   U00CC # LATIN CAPITAL LETTER I WITH GRAVE
+-<Multi_key> <grave> <I>          	: "Ì"   U00CC # LATIN CAPITAL LETTER I WITH GRAVE
+-<combining_grave> <I>            	: "Ì"   U00CC # LATIN CAPITAL LETTER I WITH GRAVE
+-<dead_acute> <I>                 	: "Í"   U00CD # LATIN CAPITAL LETTER I WITH ACUTE
+-<Multi_key> <acute> <I>          	: "Í"   U00CD # LATIN CAPITAL LETTER I WITH ACUTE
+-<Multi_key> <apostrophe> <I>     	: "Í"   U00CD # LATIN CAPITAL LETTER I WITH ACUTE
+-<combining_acute> <I>            	: "Í"   U00CD # LATIN CAPITAL LETTER I WITH ACUTE
+-<dead_circumflex> <I>            	: "Î"   U00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <I>    	: "Î"   U00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+-<dead_diaeresis> <I>             	: "Ï"   U00CF # LATIN CAPITAL LETTER I WITH DIAERESIS
+-<Multi_key> <quotedbl> <I>       	: "Ï"   U00CF # LATIN CAPITAL LETTER I WITH DIAERESIS
+-<Multi_key> <D> <H>              	: "Ð"   U00D0 # LATIN CAPITAL LETTER ETH
+-<dead_tilde> <N>                 	: "Ñ"   U00D1 # LATIN CAPITAL LETTER N WITH TILDE
+-<Multi_key> <asciitilde> <N>     	: "Ñ"   U00D1 # LATIN CAPITAL LETTER N WITH TILDE
+-<combining_tilde> <N>            	: "Ñ"   U00D1 # LATIN CAPITAL LETTER N WITH TILDE
+-<dead_grave> <O>                 	: "Ò"   U00D2 # LATIN CAPITAL LETTER O WITH GRAVE
+-<Multi_key> <grave> <O>          	: "Ò"   U00D2 # LATIN CAPITAL LETTER O WITH GRAVE
+-<combining_grave> <O>            	: "Ò"   U00D2 # LATIN CAPITAL LETTER O WITH GRAVE
+-<dead_acute> <O>                 	: "Ó"   U00D3 # LATIN CAPITAL LETTER O WITH ACUTE
+-<Multi_key> <acute> <O>          	: "Ó"   U00D3 # LATIN CAPITAL LETTER O WITH ACUTE
+-<Multi_key> <apostrophe> <O>     	: "Ó"   U00D3 # LATIN CAPITAL LETTER O WITH ACUTE
+-<combining_acute> <O>            	: "Ó"   U00D3 # LATIN CAPITAL LETTER O WITH ACUTE
+-<dead_circumflex> <O>            	: "Ô"   U00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <O>    	: "Ô"   U00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+-<dead_tilde> <O>                 	: "Õ"   U00D5 # LATIN CAPITAL LETTER O WITH TILDE
+-<Multi_key> <asciitilde> <O>     	: "Õ"   U00D5 # LATIN CAPITAL LETTER O WITH TILDE
+-<combining_tilde> <O>            	: "Õ"   U00D5 # LATIN CAPITAL LETTER O WITH TILDE
+-<dead_diaeresis> <O>             	: "Ö"   U00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS
+-<Multi_key> <quotedbl> <O>       	: "Ö"   U00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS
+-<Multi_key> <x> <x>              	: "×"   U00D7 # MULTIPLICATION SIGN
+-<Multi_key> <slash> <O>          	: "Ø"   U00D8 # LATIN CAPITAL LETTER O WITH STROKE
+-<Multi_key> <KP_Divide> <O>      	: "Ø"   U00D8 # LATIN CAPITAL LETTER O WITH STROKE
+-<dead_grave> <U>                 	: "Ù"   U00D9 # LATIN CAPITAL LETTER U WITH GRAVE
+-<Multi_key> <grave> <U>          	: "Ù"   U00D9 # LATIN CAPITAL LETTER U WITH GRAVE
+-<combining_grave> <U>            	: "Ù"   U00D9 # LATIN CAPITAL LETTER U WITH GRAVE
+-<dead_acute> <U>                 	: "Ú"   U00DA # LATIN CAPITAL LETTER U WITH ACUTE
+-<Multi_key> <acute> <U>          	: "Ú"   U00DA # LATIN CAPITAL LETTER U WITH ACUTE
+-<Multi_key> <apostrophe> <U>     	: "Ú"   U00DA # LATIN CAPITAL LETTER U WITH ACUTE
+-<combining_acute> <U>            	: "Ú"   U00DA # LATIN CAPITAL LETTER U WITH ACUTE
+-<dead_circumflex> <U>            	: "Û"   U00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <U>    	: "Û"   U00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+-<dead_diaeresis> <U>             	: "Ü"   U00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
+-<Multi_key> <quotedbl> <U>       	: "Ü"   U00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
+-<dead_acute> <Y>                 	: "Ý"   U00DD # LATIN CAPITAL LETTER Y WITH ACUTE
+-<Multi_key> <acute> <Y>          	: "Ý"   U00DD # LATIN CAPITAL LETTER Y WITH ACUTE
+-<Multi_key> <apostrophe> <Y>     	: "Ý"   U00DD # LATIN CAPITAL LETTER Y WITH ACUTE
+-<combining_acute> <Y>            	: "Ý"   U00DD # LATIN CAPITAL LETTER Y WITH ACUTE
+-<Multi_key> <T> <H>              	: "Þ"   U00DE # LATIN CAPITAL LETTER THORN
+-<dead_grave> <a>                 	: "à"   U00E0 # LATIN SMALL LETTER A WITH GRAVE
+-<Multi_key> <grave> <a>          	: "à"   U00E0 # LATIN SMALL LETTER A WITH GRAVE
+-<combining_grave> <a>            	: "à"   U00E0 # LATIN SMALL LETTER A WITH GRAVE
+-<dead_acute> <a>                 	: "á"   U00E1 # LATIN SMALL LETTER A WITH ACUTE
+-<Multi_key> <acute> <a>          	: "á"   U00E1 # LATIN SMALL LETTER A WITH ACUTE
+-<Multi_key> <apostrophe> <a>     	: "á"   U00E1 # LATIN SMALL LETTER A WITH ACUTE
+-<combining_acute> <a>            	: "á"   U00E1 # LATIN SMALL LETTER A WITH ACUTE
+-<dead_circumflex> <a>            	: "â"   U00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <a>    	: "â"   U00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX
+-<dead_tilde> <a>                 	: "ã"   U00E3 # LATIN SMALL LETTER A WITH TILDE
+-<Multi_key> <asciitilde> <a>     	: "ã"   U00E3 # LATIN SMALL LETTER A WITH TILDE
+-<combining_tilde> <a>            	: "ã"   U00E3 # LATIN SMALL LETTER A WITH TILDE
+-<dead_diaeresis> <a>             	: "ä"   U00E4 # LATIN SMALL LETTER A WITH DIAERESIS
+-<Multi_key> <quotedbl> <a>       	: "ä"   U00E4 # LATIN SMALL LETTER A WITH DIAERESIS
+-<dead_abovering> <a>             	: "å"   U00E5 # LATIN SMALL LETTER A WITH RING ABOVE
+-<Multi_key> <o> <a>              	: "å"   U00E5 # LATIN SMALL LETTER A WITH RING ABOVE
+-<dead_cedilla> <c>               	: "ç"   U00E7 # LATIN SMALL LETTER C WITH CEDILLA
+-<Multi_key> <comma> <c>          	: "ç"   U00E7 # LATIN SMALL LETTER C WITH CEDILLA
+-<dead_grave> <e>                 	: "è"   U00E8 # LATIN SMALL LETTER E WITH GRAVE
+-<Multi_key> <grave> <e>          	: "è"   U00E8 # LATIN SMALL LETTER E WITH GRAVE
+-<combining_grave> <e>            	: "è"   U00E8 # LATIN SMALL LETTER E WITH GRAVE
+-<dead_acute> <e>                 	: "é"   U00E9 # LATIN SMALL LETTER E WITH ACUTE
+-<Multi_key> <acute> <e>          	: "é"   U00E9 # LATIN SMALL LETTER E WITH ACUTE
+-<Multi_key> <apostrophe> <e>     	: "é"   U00E9 # LATIN SMALL LETTER E WITH ACUTE
+-<combining_acute> <e>            	: "é"   U00E9 # LATIN SMALL LETTER E WITH ACUTE
+-<dead_circumflex> <e>            	: "ê"   U00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <e>    	: "ê"   U00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX
+-<dead_diaeresis> <e>             	: "ë"   U00EB # LATIN SMALL LETTER E WITH DIAERESIS
+-<Multi_key> <quotedbl> <e>       	: "ë"   U00EB # LATIN SMALL LETTER E WITH DIAERESIS
+-<dead_grave> <i>                 	: "ì"   U00EC # LATIN SMALL LETTER I WITH GRAVE
+-<Multi_key> <grave> <i>          	: "ì"   U00EC # LATIN SMALL LETTER I WITH GRAVE
+-<combining_grave> <i>            	: "ì"   U00EC # LATIN SMALL LETTER I WITH GRAVE
+-<dead_acute> <i>                 	: "í"   U00ED # LATIN SMALL LETTER I WITH ACUTE
+-<Multi_key> <acute> <i>          	: "í"   U00ED # LATIN SMALL LETTER I WITH ACUTE
+-<Multi_key> <apostrophe> <i>     	: "í"   U00ED # LATIN SMALL LETTER I WITH ACUTE
+-<combining_acute> <i>            	: "í"   U00ED # LATIN SMALL LETTER I WITH ACUTE
+-<dead_circumflex> <i>            	: "î"   U00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <i>    	: "î"   U00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX
+-<dead_diaeresis> <i>             	: "ï"   U00EF # LATIN SMALL LETTER I WITH DIAERESIS
+-<Multi_key> <quotedbl> <i>       	: "ï"   U00EF # LATIN SMALL LETTER I WITH DIAERESIS
+-<Multi_key> <d> <h>              	: "ð"   U00F0 # LATIN SMALL LETTER ETH
+-<dead_tilde> <n>                 	: "ñ"   U00F1 # LATIN SMALL LETTER N WITH TILDE
+-<Multi_key> <asciitilde> <n>     	: "ñ"   U00F1 # LATIN SMALL LETTER N WITH TILDE
+-<combining_tilde> <n>            	: "ñ"   U00F1 # LATIN SMALL LETTER N WITH TILDE
+-<dead_grave> <o>                 	: "ò"   U00F2 # LATIN SMALL LETTER O WITH GRAVE
+-<Multi_key> <grave> <o>          	: "ò"   U00F2 # LATIN SMALL LETTER O WITH GRAVE
+-<combining_grave> <o>            	: "ò"   U00F2 # LATIN SMALL LETTER O WITH GRAVE
+-<dead_acute> <o>                 	: "ó"   U00F3 # LATIN SMALL LETTER O WITH ACUTE
+-<Multi_key> <acute> <o>          	: "ó"   U00F3 # LATIN SMALL LETTER O WITH ACUTE
+-<Multi_key> <apostrophe> <o>     	: "ó"   U00F3 # LATIN SMALL LETTER O WITH ACUTE
+-<combining_acute> <o>            	: "ó"   U00F3 # LATIN SMALL LETTER O WITH ACUTE
+-<dead_circumflex> <o>            	: "ô"   U00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <o>    	: "ô"   U00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
+-<dead_tilde> <o>                 	: "õ"   U00F5 # LATIN SMALL LETTER O WITH TILDE
+-<Multi_key> <asciitilde> <o>     	: "õ"   U00F5 # LATIN SMALL LETTER O WITH TILDE
+-<combining_tilde> <o>            	: "õ"   U00F5 # LATIN SMALL LETTER O WITH TILDE
+-<dead_diaeresis> <o>             	: "ö"   U00F6 # LATIN SMALL LETTER O WITH DIAERESIS
+-<Multi_key> <quotedbl> <o>       	: "ö"   U00F6 # LATIN SMALL LETTER O WITH DIAERESIS
+-<Multi_key> <colon> <minus>      	: "÷"   U00F7 # DIVISION SIGN
+-<Multi_key> <minus> <colon>      	: "÷"   U00F7 # DIVISION SIGN
+-<Multi_key> <slash> <o>          	: "ø"   U00F8 # LATIN SMALL LETTER O WITH STROKE
+-<Multi_key> <KP_Divide> <o>      	: "ø"   U00F8 # LATIN SMALL LETTER O WITH STROKE
+-<dead_grave> <u>                 	: "ù"   U00F9 # LATIN SMALL LETTER U WITH GRAVE
+-<Multi_key> <grave> <u>          	: "ù"   U00F9 # LATIN SMALL LETTER U WITH GRAVE
+-<combining_grave> <u>            	: "ù"   U00F9 # LATIN SMALL LETTER U WITH GRAVE
+-<dead_acute> <u>                 	: "ú"   U00FA # LATIN SMALL LETTER U WITH ACUTE
+-<Multi_key> <acute> <u>          	: "ú"   U00FA # LATIN SMALL LETTER U WITH ACUTE
+-<Multi_key> <apostrophe> <u>     	: "ú"   U00FA # LATIN SMALL LETTER U WITH ACUTE
+-<combining_acute> <u>            	: "ú"   U00FA # LATIN SMALL LETTER U WITH ACUTE
+-<dead_circumflex> <u>            	: "û"   U00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <u>    	: "û"   U00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX
+-<dead_diaeresis> <u>             	: "ü"   U00FC # LATIN SMALL LETTER U WITH DIAERESIS
+-<Multi_key> <quotedbl> <u>       	: "ü"   U00FC # LATIN SMALL LETTER U WITH DIAERESIS
+-<dead_acute> <y>                 	: "ý"   U00FD # LATIN SMALL LETTER Y WITH ACUTE
+-<Multi_key> <acute> <y>          	: "ý"   U00FD # LATIN SMALL LETTER Y WITH ACUTE
+-<Multi_key> <apostrophe> <y>     	: "ý"   U00FD # LATIN SMALL LETTER Y WITH ACUTE
+-<combining_acute> <y>            	: "ý"   U00FD # LATIN SMALL LETTER Y WITH ACUTE
+-<Multi_key> <t> <h>              	: "þ"   U00FE # LATIN SMALL LETTER THORN
+-<dead_diaeresis> <y>             	: "ÿ"   U00FF # LATIN SMALL LETTER Y WITH DIAERESIS
+-<Multi_key> <quotedbl> <y>       	: "ÿ"   U00FF # LATIN SMALL LETTER Y WITH DIAERESIS
+-<dead_macron> <A>                	: "Ā"   U0100 # LATIN CAPITAL LETTER A WITH MACRON
+-<Multi_key> <macron> <A>         	: "Ā"   U0100 # LATIN CAPITAL LETTER A WITH MACRON
+-<Multi_key> <underscore> <A>     	: "Ā"   U0100 # LATIN CAPITAL LETTER A WITH MACRON
+-<dead_macron> <a>                	: "ā"   U0101 # LATIN SMALL LETTER A WITH MACRON
+-<Multi_key> <macron> <a>         	: "ā"   U0101 # LATIN SMALL LETTER A WITH MACRON
+-<Multi_key> <underscore> <a>     	: "ā"   U0101 # LATIN SMALL LETTER A WITH MACRON
+-<dead_breve> <A>                 	: "Ă"   U0102 # LATIN CAPITAL LETTER A WITH BREVE
+-<Multi_key> <U> <A>              	: "Ă"   U0102 # LATIN CAPITAL LETTER A WITH BREVE
+-<Multi_key> <b> <A>              	: "Ă"   U0102 # LATIN CAPITAL LETTER A WITH BREVE
+-<dead_breve> <a>                 	: "ă"   U0103 # LATIN SMALL LETTER A WITH BREVE
+-<Multi_key> <U> <a>              	: "ă"   U0103 # LATIN SMALL LETTER A WITH BREVE
+-<Multi_key> <b> <a>              	: "ă"   U0103 # LATIN SMALL LETTER A WITH BREVE
+-<dead_ogonek> <A>                	: "Ą"   U0104 # LATIN CAPITAL LETTER A WITH OGONEK
+-<Multi_key> <semicolon> <A>      	: "Ą"   U0104 # LATIN CAPITAL LETTER A WITH OGONEK
+-<dead_ogonek> <a>                	: "ą"   U0105 # LATIN SMALL LETTER A WITH OGONEK
+-<Multi_key> <semicolon> <a>      	: "ą"   U0105 # LATIN SMALL LETTER A WITH OGONEK
+-<dead_acute> <C>                 	: "Ć"   U0106 # LATIN CAPITAL LETTER C WITH ACUTE
+-<Multi_key> <acute> <C>          	: "Ć"   U0106 # LATIN CAPITAL LETTER C WITH ACUTE
+-<Multi_key> <apostrophe> <C>     	: "Ć"   U0106 # LATIN CAPITAL LETTER C WITH ACUTE
+-<combining_acute> <C>            	: "Ć"   U0106 # LATIN CAPITAL LETTER C WITH ACUTE
+-<dead_acute> <c>                 	: "ć"   U0107 # LATIN SMALL LETTER C WITH ACUTE
+-<Multi_key> <acute> <c>          	: "ć"   U0107 # LATIN SMALL LETTER C WITH ACUTE
+-<Multi_key> <apostrophe> <c>     	: "ć"   U0107 # LATIN SMALL LETTER C WITH ACUTE
+-<combining_acute> <c>            	: "ć"   U0107 # LATIN SMALL LETTER C WITH ACUTE
+-<dead_circumflex> <C>            	: "Ĉ"   U0108 # LATIN CAPITAL LETTER C WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <C>    	: "Ĉ"   U0108 # LATIN CAPITAL LETTER C WITH CIRCUMFLEX
+-<dead_circumflex> <c>            	: "ĉ"   U0109 # LATIN SMALL LETTER C WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <c>    	: "ĉ"   U0109 # LATIN SMALL LETTER C WITH CIRCUMFLEX
+-<dead_abovedot> <C>              	: "Ċ"   U010A # LATIN CAPITAL LETTER C WITH DOT ABOVE
+-<Multi_key> <period> <C>         	: "Ċ"   U010A # LATIN CAPITAL LETTER C WITH DOT ABOVE
+-<dead_abovedot> <c>              	: "ċ"   U010B # LATIN SMALL LETTER C WITH DOT ABOVE
+-<Multi_key> <period> <c>         	: "ċ"   U010B # LATIN SMALL LETTER C WITH DOT ABOVE
+-<dead_caron> <C>                 	: "Č"   U010C # LATIN CAPITAL LETTER C WITH CARON
+-<Multi_key> <c> <C>              	: "Č"   U010C # LATIN CAPITAL LETTER C WITH CARON
+-<dead_caron> <c>                 	: "č"   U010D # LATIN SMALL LETTER C WITH CARON
+-<Multi_key> <c> <c>              	: "č"   U010D # LATIN SMALL LETTER C WITH CARON
+-<dead_caron> <D>                 	: "Ď"   U010E # LATIN CAPITAL LETTER D WITH CARON
+-<Multi_key> <c> <D>              	: "Ď"   U010E # LATIN CAPITAL LETTER D WITH CARON
+-<dead_caron> <d>                 	: "ď"   U010F # LATIN SMALL LETTER D WITH CARON
+-<Multi_key> <c> <d>              	: "ď"   U010F # LATIN SMALL LETTER D WITH CARON
+-<Multi_key> <slash> <D>          	: "Đ"   U0110 # LATIN CAPITAL LETTER D WITH STROKE
+-<Multi_key> <KP_Divide> <D>      	: "Đ"   U0110 # LATIN CAPITAL LETTER D WITH STROKE
+-<Multi_key> <slash> <d>          	: "đ"   U0111 # LATIN SMALL LETTER D WITH STROKE
+-<Multi_key> <KP_Divide> <d>      	: "đ"   U0111 # LATIN SMALL LETTER D WITH STROKE
+-<dead_macron> <E>                	: "Ē"   U0112 # LATIN CAPITAL LETTER E WITH MACRON
+-<Multi_key> <macron> <E>         	: "Ē"   U0112 # LATIN CAPITAL LETTER E WITH MACRON
+-<Multi_key> <underscore> <E>     	: "Ē"   U0112 # LATIN CAPITAL LETTER E WITH MACRON
+-<dead_macron> <e>                	: "ē"   U0113 # LATIN SMALL LETTER E WITH MACRON
+-<Multi_key> <macron> <e>         	: "ē"   U0113 # LATIN SMALL LETTER E WITH MACRON
+-<Multi_key> <underscore> <e>     	: "ē"   U0113 # LATIN SMALL LETTER E WITH MACRON
+-<dead_breve> <E>                 	: "Ĕ"   U0114 # LATIN CAPITAL LETTER E WITH BREVE
+-<Multi_key> <U> <E>              	: "Ĕ"   U0114 # LATIN CAPITAL LETTER E WITH BREVE
+-<Multi_key> <b> <E>              	: "Ĕ"   U0114 # LATIN CAPITAL LETTER E WITH BREVE
+-<dead_breve> <e>                 	: "ĕ"   U0115 # LATIN SMALL LETTER E WITH BREVE
+-<Multi_key> <U> <e>              	: "ĕ"   U0115 # LATIN SMALL LETTER E WITH BREVE
+-<Multi_key> <b> <e>              	: "ĕ"   U0115 # LATIN SMALL LETTER E WITH BREVE
+-<dead_abovedot> <E>              	: "Ė"   U0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE
+-<Multi_key> <period> <E>         	: "Ė"   U0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE
+-<dead_abovedot> <e>              	: "ė"   U0117 # LATIN SMALL LETTER E WITH DOT ABOVE
+-<Multi_key> <period> <e>         	: "ė"   U0117 # LATIN SMALL LETTER E WITH DOT ABOVE
+-<dead_ogonek> <E>                	: "Ę"   U0118 # LATIN CAPITAL LETTER E WITH OGONEK
+-<Multi_key> <semicolon> <E>      	: "Ę"   U0118 # LATIN CAPITAL LETTER E WITH OGONEK
+-<dead_ogonek> <e>                	: "ę"   U0119 # LATIN SMALL LETTER E WITH OGONEK
+-<Multi_key> <semicolon> <e>      	: "ę"   U0119 # LATIN SMALL LETTER E WITH OGONEK
+-<dead_caron> <E>                 	: "Ě"   U011A # LATIN CAPITAL LETTER E WITH CARON
+-<Multi_key> <c> <E>              	: "Ě"   U011A # LATIN CAPITAL LETTER E WITH CARON
+-<dead_caron> <e>                 	: "ě"   U011B # LATIN SMALL LETTER E WITH CARON
+-<Multi_key> <c> <e>              	: "ě"   U011B # LATIN SMALL LETTER E WITH CARON
+-<dead_circumflex> <G>            	: "Ĝ"   U011C # LATIN CAPITAL LETTER G WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <G>    	: "Ĝ"   U011C # LATIN CAPITAL LETTER G WITH CIRCUMFLEX
+-<dead_circumflex> <g>            	: "ĝ"   U011D # LATIN SMALL LETTER G WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <g>    	: "ĝ"   U011D # LATIN SMALL LETTER G WITH CIRCUMFLEX
+-<dead_breve> <G>                 	: "Ğ"   U011E # LATIN CAPITAL LETTER G WITH BREVE
+-<Multi_key> <U> <G>              	: "Ğ"   U011E # LATIN CAPITAL LETTER G WITH BREVE
+-<Multi_key> <b> <G>              	: "Ğ"   U011E # LATIN CAPITAL LETTER G WITH BREVE
+-<dead_breve> <g>                 	: "ğ"   U011F # LATIN SMALL LETTER G WITH BREVE
+-<Multi_key> <U> <g>              	: "ğ"   U011F # LATIN SMALL LETTER G WITH BREVE
+-<Multi_key> <b> <g>              	: "ğ"   U011F # LATIN SMALL LETTER G WITH BREVE
+-<dead_abovedot> <G>              	: "Ġ"   U0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE
+-<Multi_key> <period> <G>         	: "Ġ"   U0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE
+-<dead_abovedot> <g>              	: "ġ"   U0121 # LATIN SMALL LETTER G WITH DOT ABOVE
+-<Multi_key> <period> <g>         	: "ġ"   U0121 # LATIN SMALL LETTER G WITH DOT ABOVE
+-<dead_cedilla> <G>               	: "Ģ"   U0122 # LATIN CAPITAL LETTER G WITH CEDILLA
+-<Multi_key> <comma> <G>          	: "Ģ"   U0122 # LATIN CAPITAL LETTER G WITH CEDILLA
+-<dead_cedilla> <g>               	: "ģ"   U0123 # LATIN SMALL LETTER G WITH CEDILLA
+-<Multi_key> <comma> <g>          	: "ģ"   U0123 # LATIN SMALL LETTER G WITH CEDILLA
+-<dead_circumflex> <H>            	: "Ĥ"   U0124 # LATIN CAPITAL LETTER H WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <H>    	: "Ĥ"   U0124 # LATIN CAPITAL LETTER H WITH CIRCUMFLEX
+-<dead_circumflex> <h>            	: "ĥ"   U0125 # LATIN SMALL LETTER H WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <h>    	: "ĥ"   U0125 # LATIN SMALL LETTER H WITH CIRCUMFLEX
+-<Multi_key> <slash> <H>          	: "Ħ"   U0126 # LATIN CAPITAL LETTER H WITH STROKE
+-<Multi_key> <KP_Divide> <H>      	: "Ħ"   U0126 # LATIN CAPITAL LETTER H WITH STROKE
+-<Multi_key> <slash> <h>          	: "ħ"   U0127 # LATIN SMALL LETTER H WITH STROKE
+-<Multi_key> <KP_Divide> <h>      	: "ħ"   U0127 # LATIN SMALL LETTER H WITH STROKE
+-<dead_tilde> <I>                 	: "Ĩ"   U0128 # LATIN CAPITAL LETTER I WITH TILDE
+-<Multi_key> <asciitilde> <I>     	: "Ĩ"   U0128 # LATIN CAPITAL LETTER I WITH TILDE
+-<combining_tilde> <I>            	: "Ĩ"   U0128 # LATIN CAPITAL LETTER I WITH TILDE
+-<dead_tilde> <i>                 	: "ĩ"   U0129 # LATIN SMALL LETTER I WITH TILDE
+-<Multi_key> <asciitilde> <i>     	: "ĩ"   U0129 # LATIN SMALL LETTER I WITH TILDE
+-<combining_tilde> <i>            	: "ĩ"   U0129 # LATIN SMALL LETTER I WITH TILDE
+-<dead_macron> <I>                	: "Ī"   U012A # LATIN CAPITAL LETTER I WITH MACRON
+-<Multi_key> <macron> <I>         	: "Ī"   U012A # LATIN CAPITAL LETTER I WITH MACRON
+-<Multi_key> <underscore> <I>     	: "Ī"   U012A # LATIN CAPITAL LETTER I WITH MACRON
+-<dead_macron> <i>                	: "ī"   U012B # LATIN SMALL LETTER I WITH MACRON
+-<Multi_key> <macron> <i>         	: "ī"   U012B # LATIN SMALL LETTER I WITH MACRON
+-<Multi_key> <underscore> <i>     	: "ī"   U012B # LATIN SMALL LETTER I WITH MACRON
+-<dead_breve> <I>                 	: "Ĭ"   U012C # LATIN CAPITAL LETTER I WITH BREVE
+-<Multi_key> <U> <I>              	: "Ĭ"   U012C # LATIN CAPITAL LETTER I WITH BREVE
+-<Multi_key> <b> <I>              	: "Ĭ"   U012C # LATIN CAPITAL LETTER I WITH BREVE
+-<dead_breve> <i>                 	: "ĭ"   U012D # LATIN SMALL LETTER I WITH BREVE
+-<Multi_key> <U> <i>              	: "ĭ"   U012D # LATIN SMALL LETTER I WITH BREVE
+-<Multi_key> <b> <i>              	: "ĭ"   U012D # LATIN SMALL LETTER I WITH BREVE
+-<dead_ogonek> <I>                	: "Į"   U012E # LATIN CAPITAL LETTER I WITH OGONEK
+-<Multi_key> <semicolon> <I>      	: "Į"   U012E # LATIN CAPITAL LETTER I WITH OGONEK
+-<dead_ogonek> <i>                	: "į"   U012F # LATIN SMALL LETTER I WITH OGONEK
+-<Multi_key> <semicolon> <i>      	: "į"   U012F # LATIN SMALL LETTER I WITH OGONEK
+-<dead_abovedot> <I>              	: "İ"   U0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE
+-<Multi_key> <period> <I>         	: "İ"   U0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE
+-<dead_abovedot> <i>              	: "ı"   U0131 # LATIN SMALL LETTER DOTLESS I
+-<Multi_key> <i> <period>         	: "ı"   U0131 # LATIN SMALL LETTER DOTLESS I
+-<dead_circumflex> <J>            	: "Ĵ"   U0134 # LATIN CAPITAL LETTER J WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <J>    	: "Ĵ"   U0134 # LATIN CAPITAL LETTER J WITH CIRCUMFLEX
+-<dead_circumflex> <j>            	: "ĵ"   U0135 # LATIN SMALL LETTER J WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <j>    	: "ĵ"   U0135 # LATIN SMALL LETTER J WITH CIRCUMFLEX
+-<dead_cedilla> <K>               	: "Ķ"   U0136 # LATIN CAPITAL LETTER K WITH CEDILLA
+-<Multi_key> <comma> <K>          	: "Ķ"   U0136 # LATIN CAPITAL LETTER K WITH CEDILLA
+-<dead_cedilla> <k>               	: "ķ"   U0137 # LATIN SMALL LETTER K WITH CEDILLA
+-<Multi_key> <comma> <k>          	: "ķ"   U0137 # LATIN SMALL LETTER K WITH CEDILLA
+-<Multi_key> <k> <k>              	: "ĸ"   U0138 # LATIN SMALL LETTER KRA
+-<dead_acute> <L>                 	: "Ĺ"   U0139 # LATIN CAPITAL LETTER L WITH ACUTE
+-<Multi_key> <acute> <L>          	: "Ĺ"   U0139 # LATIN CAPITAL LETTER L WITH ACUTE
+-<Multi_key> <apostrophe> <L>     	: "Ĺ"   U0139 # LATIN CAPITAL LETTER L WITH ACUTE
+-<combining_acute> <L>            	: "Ĺ"   U0139 # LATIN CAPITAL LETTER L WITH ACUTE
+-<dead_acute> <l>                 	: "ĺ"   U013A # LATIN SMALL LETTER L WITH ACUTE
+-<Multi_key> <acute> <l>          	: "ĺ"   U013A # LATIN SMALL LETTER L WITH ACUTE
+-<Multi_key> <apostrophe> <l>     	: "ĺ"   U013A # LATIN SMALL LETTER L WITH ACUTE
+-<combining_acute> <l>            	: "ĺ"   U013A # LATIN SMALL LETTER L WITH ACUTE
+-<dead_cedilla> <L>               	: "Ļ"   U013B # LATIN CAPITAL LETTER L WITH CEDILLA
+-<Multi_key> <comma> <L>          	: "Ļ"   U013B # LATIN CAPITAL LETTER L WITH CEDILLA
+-<dead_cedilla> <l>               	: "ļ"   U013C # LATIN SMALL LETTER L WITH CEDILLA
+-<Multi_key> <comma> <l>          	: "ļ"   U013C # LATIN SMALL LETTER L WITH CEDILLA
+-<dead_caron> <L>                 	: "Ľ"   U013D # LATIN CAPITAL LETTER L WITH CARON
+-<Multi_key> <c> <L>              	: "Ľ"   U013D # LATIN CAPITAL LETTER L WITH CARON
+-<dead_caron> <l>                 	: "ľ"   U013E # LATIN SMALL LETTER L WITH CARON
+-<Multi_key> <c> <l>              	: "ľ"   U013E # LATIN SMALL LETTER L WITH CARON
+-<Multi_key> <slash> <L>          	: "Ł"   U0141 # LATIN CAPITAL LETTER L WITH STROKE
+-<Multi_key> <KP_Divide> <L>      	: "Ł"   U0141 # LATIN CAPITAL LETTER L WITH STROKE
+-<Multi_key> <slash> <l>          	: "ł"   U0142 # LATIN SMALL LETTER L WITH STROKE
+-<Multi_key> <KP_Divide> <l>      	: "ł"   U0142 # LATIN SMALL LETTER L WITH STROKE
+-<dead_acute> <N>                 	: "Ń"   U0143 # LATIN CAPITAL LETTER N WITH ACUTE
+-<Multi_key> <acute> <N>          	: "Ń"   U0143 # LATIN CAPITAL LETTER N WITH ACUTE
+-<Multi_key> <apostrophe> <N>     	: "Ń"   U0143 # LATIN CAPITAL LETTER N WITH ACUTE
+-<combining_acute> <N>            	: "Ń"   U0143 # LATIN CAPITAL LETTER N WITH ACUTE
+-<dead_acute> <n>                 	: "ń"   U0144 # LATIN SMALL LETTER N WITH ACUTE
+-<Multi_key> <acute> <n>          	: "ń"   U0144 # LATIN SMALL LETTER N WITH ACUTE
+-<Multi_key> <apostrophe> <n>     	: "ń"   U0144 # LATIN SMALL LETTER N WITH ACUTE
+-<combining_acute> <n>            	: "ń"   U0144 # LATIN SMALL LETTER N WITH ACUTE
+-<dead_cedilla> <N>               	: "Ņ"   U0145 # LATIN CAPITAL LETTER N WITH CEDILLA
+-<Multi_key> <comma> <N>          	: "Ņ"   U0145 # LATIN CAPITAL LETTER N WITH CEDILLA
+-<dead_cedilla> <n>               	: "ņ"   U0146 # LATIN SMALL LETTER N WITH CEDILLA
+-<Multi_key> <comma> <n>          	: "ņ"   U0146 # LATIN SMALL LETTER N WITH CEDILLA
+-<dead_caron> <N>                 	: "Ň"   U0147 # LATIN CAPITAL LETTER N WITH CARON
+-<Multi_key> <c> <N>              	: "Ň"   U0147 # LATIN CAPITAL LETTER N WITH CARON
+-<dead_caron> <n>                 	: "ň"   U0148 # LATIN SMALL LETTER N WITH CARON
+-<Multi_key> <c> <n>              	: "ň"   U0148 # LATIN SMALL LETTER N WITH CARON
+-<Multi_key> <N> <G>              	: "Ŋ"   U014A # LATIN CAPITAL LETTER ENG
+-<Multi_key> <n> <g>              	: "ŋ"   U014B # LATIN SMALL LETTER ENG
+-<dead_macron> <O>                	: "Ō"   U014C # LATIN CAPITAL LETTER O WITH MACRON
+-<Multi_key> <macron> <O>         	: "Ō"   U014C # LATIN CAPITAL LETTER O WITH MACRON
+-<Multi_key> <underscore> <O>     	: "Ō"   U014C # LATIN CAPITAL LETTER O WITH MACRON
+-<dead_macron> <o>                	: "ō"   U014D # LATIN SMALL LETTER O WITH MACRON
+-<Multi_key> <macron> <o>         	: "ō"   U014D # LATIN SMALL LETTER O WITH MACRON
+-<Multi_key> <underscore> <o>     	: "ō"   U014D # LATIN SMALL LETTER O WITH MACRON
+-<dead_breve> <O>                 	: "Ŏ"   U014E # LATIN CAPITAL LETTER O WITH BREVE
+-<Multi_key> <U> <O>              	: "Ŏ"   U014E # LATIN CAPITAL LETTER O WITH BREVE
+-<Multi_key> <b> <O>              	: "Ŏ"   U014E # LATIN CAPITAL LETTER O WITH BREVE
+-<dead_breve> <o>                 	: "ŏ"   U014F # LATIN SMALL LETTER O WITH BREVE
+-<Multi_key> <U> <o>              	: "ŏ"   U014F # LATIN SMALL LETTER O WITH BREVE
+-<Multi_key> <b> <o>              	: "ŏ"   U014F # LATIN SMALL LETTER O WITH BREVE
+-<dead_doubleacute> <O>           	: "Ő"   U0150 # LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
+-<Multi_key> <equal> <O>          	: "Ő"   U0150 # LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
+-<dead_doubleacute> <o>           	: "ő"   U0151 # LATIN SMALL LETTER O WITH DOUBLE ACUTE
+-<Multi_key> <equal> <o>          	: "ő"   U0151 # LATIN SMALL LETTER O WITH DOUBLE ACUTE
+-<dead_acute> <R>                 	: "Ŕ"   U0154 # LATIN CAPITAL LETTER R WITH ACUTE
+-<Multi_key> <acute> <R>          	: "Ŕ"   U0154 # LATIN CAPITAL LETTER R WITH ACUTE
+-<Multi_key> <apostrophe> <R>     	: "Ŕ"   U0154 # LATIN CAPITAL LETTER R WITH ACUTE
+-<combining_acute> <R>            	: "Ŕ"   U0154 # LATIN CAPITAL LETTER R WITH ACUTE
+-<dead_acute> <r>                 	: "ŕ"   U0155 # LATIN SMALL LETTER R WITH ACUTE
+-<Multi_key> <acute> <r>          	: "ŕ"   U0155 # LATIN SMALL LETTER R WITH ACUTE
+-<Multi_key> <apostrophe> <r>     	: "ŕ"   U0155 # LATIN SMALL LETTER R WITH ACUTE
+-<combining_acute> <r>            	: "ŕ"   U0155 # LATIN SMALL LETTER R WITH ACUTE
+-<dead_cedilla> <R>               	: "Ŗ"   U0156 # LATIN CAPITAL LETTER R WITH CEDILLA
+-<Multi_key> <comma> <R>          	: "Ŗ"   U0156 # LATIN CAPITAL LETTER R WITH CEDILLA
+-<dead_cedilla> <r>               	: "ŗ"   U0157 # LATIN SMALL LETTER R WITH CEDILLA
+-<Multi_key> <comma> <r>          	: "ŗ"   U0157 # LATIN SMALL LETTER R WITH CEDILLA
+-<dead_caron> <R>                 	: "Ř"   U0158 # LATIN CAPITAL LETTER R WITH CARON
+-<Multi_key> <c> <R>              	: "Ř"   U0158 # LATIN CAPITAL LETTER R WITH CARON
+-<dead_caron> <r>                 	: "ř"   U0159 # LATIN SMALL LETTER R WITH CARON
+-<Multi_key> <c> <r>              	: "ř"   U0159 # LATIN SMALL LETTER R WITH CARON
+-<dead_acute> <S>                 	: "Ś"   U015A # LATIN CAPITAL LETTER S WITH ACUTE
+-<Multi_key> <acute> <S>          	: "Ś"   U015A # LATIN CAPITAL LETTER S WITH ACUTE
+-<Multi_key> <apostrophe> <S>     	: "Ś"   U015A # LATIN CAPITAL LETTER S WITH ACUTE
+-<combining_acute> <S>            	: "Ś"   U015A # LATIN CAPITAL LETTER S WITH ACUTE
+-<dead_acute> <s>                 	: "ś"   U015B # LATIN SMALL LETTER S WITH ACUTE
+-<Multi_key> <acute> <s>          	: "ś"   U015B # LATIN SMALL LETTER S WITH ACUTE
+-<Multi_key> <apostrophe> <s>     	: "ś"   U015B # LATIN SMALL LETTER S WITH ACUTE
+-<combining_acute> <s>            	: "ś"   U015B # LATIN SMALL LETTER S WITH ACUTE
+-<dead_circumflex> <S>            	: "Ŝ"   U015C # LATIN CAPITAL LETTER S WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <S>    	: "Ŝ"   U015C # LATIN CAPITAL LETTER S WITH CIRCUMFLEX
+-<dead_circumflex> <s>            	: "ŝ"   U015D # LATIN SMALL LETTER S WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <s>    	: "ŝ"   U015D # LATIN SMALL LETTER S WITH CIRCUMFLEX
+-<dead_cedilla> <S>               	: "Ş"   U015E # LATIN CAPITAL LETTER S WITH CEDILLA
+-<Multi_key> <comma> <S>          	: "Ş"   U015E # LATIN CAPITAL LETTER S WITH CEDILLA
+-<dead_cedilla> <s>               	: "ş"   U015F # LATIN SMALL LETTER S WITH CEDILLA
+-<Multi_key> <comma> <s>          	: "ş"   U015F # LATIN SMALL LETTER S WITH CEDILLA
+-<dead_caron> <S>                 	: "Š"   U0160 # LATIN CAPITAL LETTER S WITH CARON
+-<Multi_key> <c> <S>              	: "Š"   U0160 # LATIN CAPITAL LETTER S WITH CARON
+-<dead_caron> <s>                 	: "š"   U0161 # LATIN SMALL LETTER S WITH CARON
+-<Multi_key> <c> <s>              	: "š"   U0161 # LATIN SMALL LETTER S WITH CARON
+-<dead_cedilla> <T>               	: "Ţ"   U0162 # LATIN CAPITAL LETTER T WITH CEDILLA
+-<Multi_key> <comma> <T>          	: "Ţ"   U0162 # LATIN CAPITAL LETTER T WITH CEDILLA
+-<dead_cedilla> <t>               	: "ţ"   U0163 # LATIN SMALL LETTER T WITH CEDILLA
+-<Multi_key> <comma> <t>          	: "ţ"   U0163 # LATIN SMALL LETTER T WITH CEDILLA
+-<dead_caron> <T>                 	: "Ť"   U0164 # LATIN CAPITAL LETTER T WITH CARON
+-<Multi_key> <c> <T>              	: "Ť"   U0164 # LATIN CAPITAL LETTER T WITH CARON
+-<dead_caron> <t>                 	: "ť"   U0165 # LATIN SMALL LETTER T WITH CARON
+-<Multi_key> <c> <t>              	: "ť"   U0165 # LATIN SMALL LETTER T WITH CARON
+-<Multi_key> <slash> <T>          	: "Ŧ"   U0166 # LATIN CAPITAL LETTER T WITH STROKE
+-<Multi_key> <KP_Divide> <T>      	: "Ŧ"   U0166 # LATIN CAPITAL LETTER T WITH STROKE
+-<Multi_key> <slash> <t>          	: "ŧ"   U0167 # LATIN SMALL LETTER T WITH STROKE
+-<Multi_key> <KP_Divide> <t>      	: "ŧ"   U0167 # LATIN SMALL LETTER T WITH STROKE
+-<dead_tilde> <U>                 	: "Ũ"   U0168 # LATIN CAPITAL LETTER U WITH TILDE
+-<Multi_key> <asciitilde> <U>     	: "Ũ"   U0168 # LATIN CAPITAL LETTER U WITH TILDE
+-<combining_tilde> <U>            	: "Ũ"   U0168 # LATIN CAPITAL LETTER U WITH TILDE
+-<dead_tilde> <u>                 	: "ũ"   U0169 # LATIN SMALL LETTER U WITH TILDE
+-<Multi_key> <asciitilde> <u>     	: "ũ"   U0169 # LATIN SMALL LETTER U WITH TILDE
+-<combining_tilde> <u>            	: "ũ"   U0169 # LATIN SMALL LETTER U WITH TILDE
+-<dead_macron> <U>                	: "Ū"   U016A # LATIN CAPITAL LETTER U WITH MACRON
+-<Multi_key> <macron> <U>         	: "Ū"   U016A # LATIN CAPITAL LETTER U WITH MACRON
+-<Multi_key> <underscore> <U>     	: "Ū"   U016A # LATIN CAPITAL LETTER U WITH MACRON
+-<dead_macron> <u>                	: "ū"   U016B # LATIN SMALL LETTER U WITH MACRON
+-<Multi_key> <macron> <u>         	: "ū"   U016B # LATIN SMALL LETTER U WITH MACRON
+-<Multi_key> <underscore> <u>     	: "ū"   U016B # LATIN SMALL LETTER U WITH MACRON
+-<dead_breve> <U>                 	: "Ŭ"   U016C # LATIN CAPITAL LETTER U WITH BREVE
+-<Multi_key> <U> <U>              	: "Ŭ"   U016C # LATIN CAPITAL LETTER U WITH BREVE
+-<Multi_key> <b> <U>              	: "Ŭ"   U016C # LATIN CAPITAL LETTER U WITH BREVE
+-<dead_breve> <u>                 	: "ŭ"   U016D # LATIN SMALL LETTER U WITH BREVE
+-<Multi_key> <U> <u>              	: "ŭ"   U016D # LATIN SMALL LETTER U WITH BREVE
+-<Multi_key> <u> <u>              	: "ŭ"   U016D # LATIN SMALL LETTER U WITH BREVE
+-<Multi_key> <b> <u>              	: "ŭ"   U016D # LATIN SMALL LETTER U WITH BREVE
+-<dead_abovering> <U>             	: "Ů"   U016E # LATIN CAPITAL LETTER U WITH RING ABOVE
+-<Multi_key> <o> <U>              	: "Ů"   U016E # LATIN CAPITAL LETTER U WITH RING ABOVE
+-<dead_abovering> <u>             	: "ů"   U016F # LATIN SMALL LETTER U WITH RING ABOVE
+-<Multi_key> <o> <u>              	: "ů"   U016F # LATIN SMALL LETTER U WITH RING ABOVE
+-<dead_doubleacute> <U>           	: "Ű"   U0170 # LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
+-<Multi_key> <equal> <U>          	: "Ű"   U0170 # LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
+-<dead_doubleacute> <u>           	: "ű"   U0171 # LATIN SMALL LETTER U WITH DOUBLE ACUTE
+-<Multi_key> <equal> <u>          	: "ű"   U0171 # LATIN SMALL LETTER U WITH DOUBLE ACUTE
+-<dead_ogonek> <U>                	: "Ų"   U0172 # LATIN CAPITAL LETTER U WITH OGONEK
+-<Multi_key> <semicolon> <U>      	: "Ų"   U0172 # LATIN CAPITAL LETTER U WITH OGONEK
+-<dead_ogonek> <u>                	: "ų"   U0173 # LATIN SMALL LETTER U WITH OGONEK
+-<Multi_key> <semicolon> <u>      	: "ų"   U0173 # LATIN SMALL LETTER U WITH OGONEK
+-<dead_circumflex> <W>            	: "Ŵ"   U0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <W>    	: "Ŵ"   U0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX
+-<dead_circumflex> <w>            	: "ŵ"   U0175 # LATIN SMALL LETTER W WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <w>    	: "ŵ"   U0175 # LATIN SMALL LETTER W WITH CIRCUMFLEX
+-<dead_circumflex> <Y>            	: "Ŷ"   U0176 # LATIN CAPITAL LETTER Y WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <Y>    	: "Ŷ"   U0176 # LATIN CAPITAL LETTER Y WITH CIRCUMFLEX
+-<dead_circumflex> <y>            	: "ŷ"   U0177 # LATIN SMALL LETTER Y WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <y>    	: "ŷ"   U0177 # LATIN SMALL LETTER Y WITH CIRCUMFLEX
+-<dead_diaeresis> <Y>             	: "Ÿ"   U0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS
+-<Multi_key> <quotedbl> <Y>       	: "Ÿ"   U0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS
+-<dead_acute> <Z>                 	: "Ź"   U0179 # LATIN CAPITAL LETTER Z WITH ACUTE
+-<Multi_key> <acute> <Z>          	: "Ź"   U0179 # LATIN CAPITAL LETTER Z WITH ACUTE
+-<Multi_key> <apostrophe> <Z>     	: "Ź"   U0179 # LATIN CAPITAL LETTER Z WITH ACUTE
+-<combining_acute> <Z>            	: "Ź"   U0179 # LATIN CAPITAL LETTER Z WITH ACUTE
+-<dead_acute> <z>                 	: "ź"   U017A # LATIN SMALL LETTER Z WITH ACUTE
+-<Multi_key> <acute> <z>          	: "ź"   U017A # LATIN SMALL LETTER Z WITH ACUTE
+-<Multi_key> <apostrophe> <z>     	: "ź"   U017A # LATIN SMALL LETTER Z WITH ACUTE
+-<combining_acute> <z>            	: "ź"   U017A # LATIN SMALL LETTER Z WITH ACUTE
+-<dead_abovedot> <Z>              	: "Ż"   U017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE
+-<Multi_key> <period> <Z>         	: "Ż"   U017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE
+-<dead_abovedot> <z>              	: "ż"   U017C # LATIN SMALL LETTER Z WITH DOT ABOVE
+-<Multi_key> <period> <z>         	: "ż"   U017C # LATIN SMALL LETTER Z WITH DOT ABOVE
+-<dead_caron> <Z>                 	: "Ž"   U017D # LATIN CAPITAL LETTER Z WITH CARON
+-<Multi_key> <c> <Z>              	: "Ž"   U017D # LATIN CAPITAL LETTER Z WITH CARON
+-<dead_caron> <z>                 	: "ž"   U017E # LATIN SMALL LETTER Z WITH CARON
+-<Multi_key> <c> <z>              	: "ž"   U017E # LATIN SMALL LETTER Z WITH CARON
+-<Multi_key> <slash> <b>          	: "ƀ"   U0180 # LATIN SMALL LETTER B WITH STROKE
+-<Multi_key> <KP_Divide> <b>      	: "ƀ"   U0180 # LATIN SMALL LETTER B WITH STROKE
+-<Multi_key> <slash> <I>          	: "Ɨ"   U0197 # LATIN CAPITAL LETTER I WITH STROKE
+-<Multi_key> <KP_Divide> <I>      	: "Ɨ"   U0197 # LATIN CAPITAL LETTER I WITH STROKE
+-<dead_horn> <O>                  	: "Ơ"   U01A0 # LATIN CAPITAL LETTER O WITH HORN
+-<Multi_key> <plus> <O>           	: "Ơ"   U01A0 # LATIN CAPITAL LETTER O WITH HORN
+-<dead_horn> <o>                  	: "ơ"   U01A1 # LATIN SMALL LETTER O WITH HORN
+-<Multi_key> <plus> <o>           	: "ơ"   U01A1 # LATIN SMALL LETTER O WITH HORN
+-<dead_horn> <U>                  	: "Ư"   U01AF # LATIN CAPITAL LETTER U WITH HORN
+-<Multi_key> <plus> <U>           	: "Ư"   U01AF # LATIN CAPITAL LETTER U WITH HORN
+-<dead_horn> <u>                  	: "ư"   U01B0 # LATIN SMALL LETTER U WITH HORN
+-<Multi_key> <plus> <u>           	: "ư"   U01B0 # LATIN SMALL LETTER U WITH HORN
+-<Multi_key> <slash> <Z>          	: "Ƶ"   U01B5 # LATIN CAPITAL LETTER Z WITH STROKE
+-<Multi_key> <KP_Divide> <Z>      	: "Ƶ"   U01B5 # LATIN CAPITAL LETTER Z WITH STROKE
+-<Multi_key> <slash> <z>          	: "ƶ"   U01B6 # LATIN SMALL LETTER Z WITH STROKE
+-<Multi_key> <KP_Divide> <z>      	: "ƶ"   U01B6 # LATIN SMALL LETTER Z WITH STROKE
+-<dead_caron> <A>                 	: "Ǎ"   U01CD # LATIN CAPITAL LETTER A WITH CARON
+-<Multi_key> <c> <A>              	: "Ǎ"   U01CD # LATIN CAPITAL LETTER A WITH CARON
+-<dead_caron> <a>                 	: "ǎ"   U01CE # LATIN SMALL LETTER A WITH CARON
+-<Multi_key> <c> <a>              	: "ǎ"   U01CE # LATIN SMALL LETTER A WITH CARON
+-<dead_caron> <I>                 	: "Ǐ"   U01CF # LATIN CAPITAL LETTER I WITH CARON
+-<Multi_key> <c> <I>              	: "Ǐ"   U01CF # LATIN CAPITAL LETTER I WITH CARON
+-<dead_caron> <i>                 	: "ǐ"   U01D0 # LATIN SMALL LETTER I WITH CARON
+-<Multi_key> <c> <i>              	: "ǐ"   U01D0 # LATIN SMALL LETTER I WITH CARON
+-<dead_caron> <O>                 	: "Ǒ"   U01D1 # LATIN CAPITAL LETTER O WITH CARON
+-<Multi_key> <c> <O>              	: "Ǒ"   U01D1 # LATIN CAPITAL LETTER O WITH CARON
+-<dead_caron> <o>                 	: "ǒ"   U01D2 # LATIN SMALL LETTER O WITH CARON
+-<Multi_key> <c> <o>              	: "ǒ"   U01D2 # LATIN SMALL LETTER O WITH CARON
+-<dead_caron> <U>                 	: "Ǔ"   U01D3 # LATIN CAPITAL LETTER U WITH CARON
+-<Multi_key> <c> <U>              	: "Ǔ"   U01D3 # LATIN CAPITAL LETTER U WITH CARON
+-<dead_caron> <u>                 	: "ǔ"   U01D4 # LATIN SMALL LETTER U WITH CARON
+-<Multi_key> <c> <u>              	: "ǔ"   U01D4 # LATIN SMALL LETTER U WITH CARON
+-<dead_macron> <U1000000D>        	: "Ǖ"   U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <U1000000D> 	: "Ǖ"   U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <U1000000D> 	: "Ǖ"   U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON
+-<dead_macron> <dead_diaeresis> <U> 	: "Ǖ"   U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON
+-<dead_macron> <Multi_key> <quotedbl> <U> 	: "Ǖ"   U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <dead_diaeresis> <U> 	: "Ǖ"   U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <quotedbl> <U> 	: "Ǖ"   U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <dead_diaeresis> <U> 	: "Ǖ"   U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <quotedbl> <U> 	: "Ǖ"   U01D5 # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON
+-<dead_macron> <udiaeresis>       	: "ǖ"   U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <udiaeresis> 	: "ǖ"   U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <udiaeresis> 	: "ǖ"   U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON
+-<dead_macron> <dead_diaeresis> <u> 	: "ǖ"   U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON
+-<dead_macron> <Multi_key> <quotedbl> <u> 	: "ǖ"   U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <dead_diaeresis> <u> 	: "ǖ"   U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <quotedbl> <u> 	: "ǖ"   U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <dead_diaeresis> <u> 	: "ǖ"   U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <quotedbl> <u> 	: "ǖ"   U01D6 # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON
+-<dead_acute> <U1000000D>         	: "Ǘ"   U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+-<Multi_key> <acute> <U1000000D>  	: "Ǘ"   U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+-<Multi_key> <apostrophe> <U1000000D> 	: "Ǘ"   U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+-<dead_acute> <dead_diaeresis> <U> 	: "Ǘ"   U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+-<dead_acute> <Multi_key> <quotedbl> <U> 	: "Ǘ"   U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+-<Multi_key> <acute> <dead_diaeresis> <U> 	: "Ǘ"   U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+-<Multi_key> <acute> <quotedbl> <U> 	: "Ǘ"   U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+-<Multi_key> <apostrophe> <dead_diaeresis> <U> 	: "Ǘ"   U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+-<Multi_key> <apostrophe> <quotedbl> <U> 	: "Ǘ"   U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+-<combining_acute> <U1000000D>    	: "Ǘ"   U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+-<combining_acute> <dead_diaeresis> <U> 	: "Ǘ"   U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+-<combining_acute> <Multi_key> <quotedbl> <U> 	: "Ǘ"   U01D7 # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+-<dead_acute> <udiaeresis>        	: "ǘ"   U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+-<Multi_key> <acute> <udiaeresis> 	: "ǘ"   U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+-<Multi_key> <apostrophe> <udiaeresis> 	: "ǘ"   U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+-<dead_acute> <dead_diaeresis> <u> 	: "ǘ"   U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+-<dead_acute> <Multi_key> <quotedbl> <u> 	: "ǘ"   U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+-<Multi_key> <acute> <dead_diaeresis> <u> 	: "ǘ"   U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+-<Multi_key> <acute> <quotedbl> <u> 	: "ǘ"   U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+-<Multi_key> <apostrophe> <dead_diaeresis> <u> 	: "ǘ"   U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+-<Multi_key> <apostrophe> <quotedbl> <u> 	: "ǘ"   U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+-<combining_acute> <udiaeresis>   	: "ǘ"   U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+-<combining_acute> <dead_diaeresis> <u> 	: "ǘ"   U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+-<combining_acute> <Multi_key> <quotedbl> <u> 	: "ǘ"   U01D8 # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+-<dead_caron> <U1000000D>         	: "Ǚ"   U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON
+-<Multi_key> <c> <U1000000D>      	: "Ǚ"   U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON
+-<dead_caron> <dead_diaeresis> <U> 	: "Ǚ"   U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON
+-<dead_caron> <Multi_key> <quotedbl> <U> 	: "Ǚ"   U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON
+-<Multi_key> <c> <dead_diaeresis> <U> 	: "Ǚ"   U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON
+-<Multi_key> <c> <quotedbl> <U>   	: "Ǚ"   U01D9 # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON
+-<dead_caron> <udiaeresis>        	: "ǚ"   U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON
+-<Multi_key> <c> <udiaeresis>     	: "ǚ"   U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON
+-<dead_caron> <dead_diaeresis> <u> 	: "ǚ"   U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON
+-<dead_caron> <Multi_key> <quotedbl> <u> 	: "ǚ"   U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON
+-<Multi_key> <c> <dead_diaeresis> <u> 	: "ǚ"   U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON
+-<Multi_key> <c> <quotedbl> <u>   	: "ǚ"   U01DA # LATIN SMALL LETTER U WITH DIAERESIS AND CARON
+-<dead_grave> <U1000000D>         	: "Ǜ"   U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE
+-<Multi_key> <grave> <U1000000D>  	: "Ǜ"   U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE
+-<dead_grave> <dead_diaeresis> <U> 	: "Ǜ"   U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE
+-<dead_grave> <Multi_key> <quotedbl> <U> 	: "Ǜ"   U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE
+-<Multi_key> <grave> <dead_diaeresis> <U> 	: "Ǜ"   U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE
+-<Multi_key> <grave> <quotedbl> <U> 	: "Ǜ"   U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE
+-<combining_grave> <U1000000D>    	: "Ǜ"   U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE
+-<combining_grave> <dead_diaeresis> <U> 	: "Ǜ"   U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE
+-<combining_grave> <Multi_key> <quotedbl> <U> 	: "Ǜ"   U01DB # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE
+-<dead_grave> <udiaeresis>        	: "ǜ"   U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE
+-<Multi_key> <grave> <udiaeresis> 	: "ǜ"   U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE
+-<dead_grave> <dead_diaeresis> <u> 	: "ǜ"   U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE
+-<dead_grave> <Multi_key> <quotedbl> <u> 	: "ǜ"   U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE
+-<Multi_key> <grave> <dead_diaeresis> <u> 	: "ǜ"   U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE
+-<Multi_key> <grave> <quotedbl> <u> 	: "ǜ"   U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE
+-<combining_grave> <udiaeresis>   	: "ǜ"   U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE
+-<combining_grave> <dead_diaeresis> <u> 	: "ǜ"   U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE
+-<combining_grave> <Multi_key> <quotedbl> <u> 	: "ǜ"   U01DC # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE
+-<dead_macron> <Adiaeresis>       	: "Ǟ"   U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <Adiaeresis> 	: "Ǟ"   U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <Adiaeresis> 	: "Ǟ"   U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON
+-<dead_macron> <dead_diaeresis> <A> 	: "Ǟ"   U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON
+-<dead_macron> <Multi_key> <quotedbl> <A> 	: "Ǟ"   U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <dead_diaeresis> <A> 	: "Ǟ"   U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <quotedbl> <A> 	: "Ǟ"   U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <dead_diaeresis> <A> 	: "Ǟ"   U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <quotedbl> <A> 	: "Ǟ"   U01DE # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON
+-<dead_macron> <adiaeresis>       	: "ǟ"   U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <adiaeresis> 	: "ǟ"   U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <adiaeresis> 	: "ǟ"   U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
+-<dead_macron> <dead_diaeresis> <a> 	: "ǟ"   U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
+-<dead_macron> <Multi_key> <quotedbl> <a> 	: "ǟ"   U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <dead_diaeresis> <a> 	: "ǟ"   U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <quotedbl> <a> 	: "ǟ"   U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <dead_diaeresis> <a> 	: "ǟ"   U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <quotedbl> <a> 	: "ǟ"   U01DF # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
+-<dead_macron> <U10000226>        	: "Ǡ"   U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON
+-<Multi_key> <macron> <U10000226> 	: "Ǡ"   U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON
+-<Multi_key> <underscore> <U10000226> 	: "Ǡ"   U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON
+-<dead_macron> <dead_abovedot> <A> 	: "Ǡ"   U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON
+-<dead_macron> <Multi_key> <period> <A> 	: "Ǡ"   U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON
+-<Multi_key> <macron> <dead_abovedot> <A> 	: "Ǡ"   U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON
+-<Multi_key> <macron> <period> <A> 	: "Ǡ"   U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON
+-<Multi_key> <underscore> <dead_abovedot> <A> 	: "Ǡ"   U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON
+-<Multi_key> <underscore> <period> <A> 	: "Ǡ"   U01E0 # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON
+-<dead_macron> <U10000227>        	: "ǡ"   U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
+-<Multi_key> <macron> <U10000227> 	: "ǡ"   U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
+-<Multi_key> <underscore> <U10000227> 	: "ǡ"   U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
+-<dead_macron> <dead_abovedot> <a> 	: "ǡ"   U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
+-<dead_macron> <Multi_key> <period> <a> 	: "ǡ"   U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
+-<Multi_key> <macron> <dead_abovedot> <a> 	: "ǡ"   U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
+-<Multi_key> <macron> <period> <a> 	: "ǡ"   U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
+-<Multi_key> <underscore> <dead_abovedot> <a> 	: "ǡ"   U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
+-<Multi_key> <underscore> <period> <a> 	: "ǡ"   U01E1 # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
+-<dead_macron> <AE>               	: "Ǣ"   U01E2 # LATIN CAPITAL LETTER AE WITH MACRON
+-<Multi_key> <macron> <AE>        	: "Ǣ"   U01E2 # LATIN CAPITAL LETTER AE WITH MACRON
+-<Multi_key> <underscore> <AE>    	: "Ǣ"   U01E2 # LATIN CAPITAL LETTER AE WITH MACRON
+-<dead_macron> <ae>               	: "ǣ"   U01E3 # LATIN SMALL LETTER AE WITH MACRON
+-<Multi_key> <macron> <ae>        	: "ǣ"   U01E3 # LATIN SMALL LETTER AE WITH MACRON
+-<Multi_key> <underscore> <ae>    	: "ǣ"   U01E3 # LATIN SMALL LETTER AE WITH MACRON
+-<Multi_key> <slash> <G>          	: "Ǥ"   U01E4 # LATIN CAPITAL LETTER G WITH STROKE
+-<Multi_key> <KP_Divide> <G>      	: "Ǥ"   U01E4 # LATIN CAPITAL LETTER G WITH STROKE
+-<Multi_key> <slash> <g>          	: "ǥ"   U01E5 # LATIN SMALL LETTER G WITH STROKE
+-<Multi_key> <KP_Divide> <g>      	: "ǥ"   U01E5 # LATIN SMALL LETTER G WITH STROKE
+-<dead_caron> <G>                 	: "Ǧ"   U01E6 # LATIN CAPITAL LETTER G WITH CARON
+-<Multi_key> <c> <G>              	: "Ǧ"   U01E6 # LATIN CAPITAL LETTER G WITH CARON
+-<dead_caron> <g>                 	: "ǧ"   U01E7 # LATIN SMALL LETTER G WITH CARON
+-<Multi_key> <c> <g>              	: "ǧ"   U01E7 # LATIN SMALL LETTER G WITH CARON
+-<dead_caron> <K>                 	: "Ǩ"   U01E8 # LATIN CAPITAL LETTER K WITH CARON
+-<Multi_key> <c> <K>              	: "Ǩ"   U01E8 # LATIN CAPITAL LETTER K WITH CARON
+-<dead_caron> <k>                 	: "ǩ"   U01E9 # LATIN SMALL LETTER K WITH CARON
+-<Multi_key> <c> <k>              	: "ǩ"   U01E9 # LATIN SMALL LETTER K WITH CARON
+-<dead_ogonek> <O>                	: "Ǫ"   U01EA # LATIN CAPITAL LETTER O WITH OGONEK
+-<Multi_key> <semicolon> <O>      	: "Ǫ"   U01EA # LATIN CAPITAL LETTER O WITH OGONEK
+-<dead_ogonek> <o>                	: "ǫ"   U01EB # LATIN SMALL LETTER O WITH OGONEK
+-<Multi_key> <semicolon> <o>      	: "ǫ"   U01EB # LATIN SMALL LETTER O WITH OGONEK
+-<dead_macron> <U100001EA>        	: "Ǭ"   U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON
+-<Multi_key> <macron> <U100001EA> 	: "Ǭ"   U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON
+-<Multi_key> <underscore> <U100001EA> 	: "Ǭ"   U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON
+-<dead_macron> <dead_ogonek> <O>  	: "Ǭ"   U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON
+-<dead_macron> <Multi_key> <semicolon> <O> 	: "Ǭ"   U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON
+-<Multi_key> <macron> <dead_ogonek> <O> 	: "Ǭ"   U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON
+-<Multi_key> <macron> <semicolon> <O> 	: "Ǭ"   U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON
+-<Multi_key> <underscore> <dead_ogonek> <O> 	: "Ǭ"   U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON
+-<Multi_key> <underscore> <semicolon> <O> 	: "Ǭ"   U01EC # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON
+-<dead_macron> <U100001EB>        	: "ǭ"   U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON
+-<Multi_key> <macron> <U100001EB> 	: "ǭ"   U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON
+-<Multi_key> <underscore> <U100001EB> 	: "ǭ"   U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON
+-<dead_macron> <dead_ogonek> <o>  	: "ǭ"   U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON
+-<dead_macron> <Multi_key> <semicolon> <o> 	: "ǭ"   U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON
+-<Multi_key> <macron> <dead_ogonek> <o> 	: "ǭ"   U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON
+-<Multi_key> <macron> <semicolon> <o> 	: "ǭ"   U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON
+-<Multi_key> <underscore> <dead_ogonek> <o> 	: "ǭ"   U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON
+-<Multi_key> <underscore> <semicolon> <o> 	: "ǭ"   U01ED # LATIN SMALL LETTER O WITH OGONEK AND MACRON
+-<dead_caron> <U100001B7>         	: "Ǯ"   U01EE # LATIN CAPITAL LETTER EZH WITH CARON
+-<Multi_key> <c> <U100001B7>      	: "Ǯ"   U01EE # LATIN CAPITAL LETTER EZH WITH CARON
+-<dead_caron> <U10000292>         	: "ǯ"   U01EF # LATIN SMALL LETTER EZH WITH CARON
+-<Multi_key> <c> <U10000292>      	: "ǯ"   U01EF # LATIN SMALL LETTER EZH WITH CARON
+-<dead_caron> <j>                 	: "ǰ"   U01F0 # LATIN SMALL LETTER J WITH CARON
+-<Multi_key> <c> <j>              	: "ǰ"   U01F0 # LATIN SMALL LETTER J WITH CARON
+-<dead_acute> <G>                 	: "Ǵ"   U01F4 # LATIN CAPITAL LETTER G WITH ACUTE
+-<Multi_key> <acute> <G>          	: "Ǵ"   U01F4 # LATIN CAPITAL LETTER G WITH ACUTE
+-<Multi_key> <apostrophe> <G>     	: "Ǵ"   U01F4 # LATIN CAPITAL LETTER G WITH ACUTE
+-<combining_acute> <G>            	: "Ǵ"   U01F4 # LATIN CAPITAL LETTER G WITH ACUTE
+-<dead_acute> <g>                 	: "ǵ"   U01F5 # LATIN SMALL LETTER G WITH ACUTE
+-<Multi_key> <acute> <g>          	: "ǵ"   U01F5 # LATIN SMALL LETTER G WITH ACUTE
+-<Multi_key> <apostrophe> <g>     	: "ǵ"   U01F5 # LATIN SMALL LETTER G WITH ACUTE
+-<combining_acute> <g>            	: "ǵ"   U01F5 # LATIN SMALL LETTER G WITH ACUTE
+-<dead_grave> <N>                 	: "Ǹ"   U01F8 # LATIN CAPITAL LETTER N WITH GRAVE
+-<Multi_key> <grave> <N>          	: "Ǹ"   U01F8 # LATIN CAPITAL LETTER N WITH GRAVE
+-<combining_grave> <N>            	: "Ǹ"   U01F8 # LATIN CAPITAL LETTER N WITH GRAVE
+-<dead_grave> <n>                 	: "ǹ"   U01F9 # LATIN SMALL LETTER N WITH GRAVE
+-<Multi_key> <grave> <n>          	: "ǹ"   U01F9 # LATIN SMALL LETTER N WITH GRAVE
+-<combining_grave> <n>            	: "ǹ"   U01F9 # LATIN SMALL LETTER N WITH GRAVE
+-<dead_acute> <Aring>             	: "Ǻ"   U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE
+-<Multi_key> <acute> <Aring>      	: "Ǻ"   U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE
+-<Multi_key> <apostrophe> <Aring> 	: "Ǻ"   U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE
+-<dead_acute> <dead_abovering> <A> 	: "Ǻ"   U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE
+-<dead_acute> <Multi_key> <o> <A> 	: "Ǻ"   U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE
+-<Multi_key> <acute> <dead_abovering> <A> 	: "Ǻ"   U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE
+-<Multi_key> <apostrophe> <dead_abovering> <A> 	: "Ǻ"   U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE
+-<Multi_key> <o> <apostrophe> <A> 	: "Ǻ"   U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE
+-<combining_acute> <Aring>        	: "Ǻ"   U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE
+-<combining_acute> <dead_abovering> <A> 	: "Ǻ"   U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE
+-<combining_acute> <Multi_key> <o> <A> 	: "Ǻ"   U01FA # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE
+-<dead_acute> <aring>             	: "ǻ"   U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
+-<Multi_key> <acute> <aring>      	: "ǻ"   U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
+-<Multi_key> <apostrophe> <aring> 	: "ǻ"   U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
+-<dead_acute> <dead_abovering> <a> 	: "ǻ"   U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
+-<dead_acute> <Multi_key> <o> <a> 	: "ǻ"   U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
+-<Multi_key> <acute> <dead_abovering> <a> 	: "ǻ"   U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
+-<Multi_key> <apostrophe> <dead_abovering> <a> 	: "ǻ"   U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
+-<Multi_key> <o> <apostrophe> <a> 	: "ǻ"   U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
+-<combining_acute> <aring>        	: "ǻ"   U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
+-<combining_acute> <dead_abovering> <a> 	: "ǻ"   U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
+-<combining_acute> <Multi_key> <o> <a> 	: "ǻ"   U01FB # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
+-<dead_acute> <AE>                	: "Ǽ"   U01FC # LATIN CAPITAL LETTER AE WITH ACUTE
+-<Multi_key> <acute> <AE>         	: "Ǽ"   U01FC # LATIN CAPITAL LETTER AE WITH ACUTE
+-<Multi_key> <apostrophe> <AE>    	: "Ǽ"   U01FC # LATIN CAPITAL LETTER AE WITH ACUTE
+-<combining_acute> <AE>           	: "Ǽ"   U01FC # LATIN CAPITAL LETTER AE WITH ACUTE
+-<dead_acute> <ae>                	: "ǽ"   U01FD # LATIN SMALL LETTER AE WITH ACUTE
+-<Multi_key> <acute> <ae>         	: "ǽ"   U01FD # LATIN SMALL LETTER AE WITH ACUTE
+-<Multi_key> <apostrophe> <ae>    	: "ǽ"   U01FD # LATIN SMALL LETTER AE WITH ACUTE
+-<combining_acute> <ae>           	: "ǽ"   U01FD # LATIN SMALL LETTER AE WITH ACUTE
+-<dead_acute> <Ooblique>          	: "Ǿ"   U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
+-<Multi_key> <acute> <Ooblique>   	: "Ǿ"   U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
+-<Multi_key> <apostrophe> <Ooblique> 	: "Ǿ"   U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
+-<dead_acute> <Multi_key> <slash> <O> 	: "Ǿ"   U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
+-<Multi_key> <acute> <slash> <O>  	: "Ǿ"   U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
+-<Multi_key> <apostrophe> <slash> <O> 	: "Ǿ"   U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
+-<dead_acute> <Multi_key> <KP_Divide> <O> 	: "Ǿ"   U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
+-<Multi_key> <acute> <KP_Divide> <O> 	: "Ǿ"   U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
+-<Multi_key> <apostrophe> <KP_Divide> <O> 	: "Ǿ"   U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
+-<combining_acute> <Ooblique>     	: "Ǿ"   U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
+-<combining_acute> <Multi_key> <slash> <O> 	: "Ǿ"   U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
+-<combining_acute> <Multi_key> <KP_Divide> <O> 	: "Ǿ"   U01FE # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
+-<dead_acute> <oslash>            	: "ǿ"   U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE
+-<Multi_key> <acute> <oslash>     	: "ǿ"   U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE
+-<Multi_key> <apostrophe> <oslash> 	: "ǿ"   U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE
+-<dead_acute> <Multi_key> <slash> <o> 	: "ǿ"   U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE
+-<Multi_key> <acute> <slash> <o>  	: "ǿ"   U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE
+-<Multi_key> <apostrophe> <slash> <o> 	: "ǿ"   U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE
+-<dead_acute> <Multi_key> <KP_Divide> <o> 	: "ǿ"   U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE
+-<Multi_key> <acute> <KP_Divide> <o> 	: "ǿ"   U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE
+-<Multi_key> <apostrophe> <KP_Divide> <o> 	: "ǿ"   U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE
+-<combining_acute> <oslash>       	: "ǿ"   U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE
+-<combining_acute> <Multi_key> <slash> <o> 	: "ǿ"   U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE
+-<combining_acute> <Multi_key> <KP_Divide> <o> 	: "ǿ"   U01FF # LATIN SMALL LETTER O WITH STROKE AND ACUTE
+-<U1000030F> <A>                  	: "Ȁ"   U0200 # LATIN CAPITAL LETTER A WITH DOUBLE GRAVE
+-<U1000030F> <a>                  	: "ȁ"   U0201 # LATIN SMALL LETTER A WITH DOUBLE GRAVE
+-<U10000311> <A>                  	: "Ȃ"   U0202 # LATIN CAPITAL LETTER A WITH INVERTED BREVE
+-<U10000311> <a>                  	: "ȃ"   U0203 # LATIN SMALL LETTER A WITH INVERTED BREVE
+-<U1000030F> <E>                  	: "Ȅ"   U0204 # LATIN CAPITAL LETTER E WITH DOUBLE GRAVE
+-<U1000030F> <e>                  	: "ȅ"   U0205 # LATIN SMALL LETTER E WITH DOUBLE GRAVE
+-<U10000311> <E>                  	: "Ȇ"   U0206 # LATIN CAPITAL LETTER E WITH INVERTED BREVE
+-<U10000311> <e>                  	: "ȇ"   U0207 # LATIN SMALL LETTER E WITH INVERTED BREVE
+-<U1000030F> <I>                  	: "Ȉ"   U0208 # LATIN CAPITAL LETTER I WITH DOUBLE GRAVE
+-<U1000030F> <i>                  	: "ȉ"   U0209 # LATIN SMALL LETTER I WITH DOUBLE GRAVE
+-<U10000311> <I>                  	: "Ȋ"   U020A # LATIN CAPITAL LETTER I WITH INVERTED BREVE
+-<U10000311> <i>                  	: "ȋ"   U020B # LATIN SMALL LETTER I WITH INVERTED BREVE
+-<U1000030F> <O>                  	: "Ȍ"   U020C # LATIN CAPITAL LETTER O WITH DOUBLE GRAVE
+-<U1000030F> <o>                  	: "ȍ"   U020D # LATIN SMALL LETTER O WITH DOUBLE GRAVE
+-<U10000311> <O>                  	: "Ȏ"   U020E # LATIN CAPITAL LETTER O WITH INVERTED BREVE
+-<U10000311> <o>                  	: "ȏ"   U020F # LATIN SMALL LETTER O WITH INVERTED BREVE
+-<U1000030F> <R>                  	: "Ȑ"   U0210 # LATIN CAPITAL LETTER R WITH DOUBLE GRAVE
+-<U1000030F> <r>                  	: "ȑ"   U0211 # LATIN SMALL LETTER R WITH DOUBLE GRAVE
+-<U10000311> <R>                  	: "Ȓ"   U0212 # LATIN CAPITAL LETTER R WITH INVERTED BREVE
+-<U10000311> <r>                  	: "ȓ"   U0213 # LATIN SMALL LETTER R WITH INVERTED BREVE
+-<U1000030F> <U>                  	: "Ȕ"   U0214 # LATIN CAPITAL LETTER U WITH DOUBLE GRAVE
+-<U1000030F> <u>                  	: "ȕ"   U0215 # LATIN SMALL LETTER U WITH DOUBLE GRAVE
+-<U10000311> <U>                  	: "Ȗ"   U0216 # LATIN CAPITAL LETTER U WITH INVERTED BREVE
+-<U10000311> <u>                  	: "ȗ"   U0217 # LATIN SMALL LETTER U WITH INVERTED BREVE
+-<U10000326> <S>                  	: "Ș"   U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW
+-<U10000326> <s>                  	: "ș"   U0219 # LATIN SMALL LETTER S WITH COMMA BELOW
+-<U10000326> <T>                  	: "Ț"   U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW
+-<U10000326> <t>                  	: "ț"   U021B # LATIN SMALL LETTER T WITH COMMA BELOW
+-<dead_caron> <H>                 	: "Ȟ"   U021E # LATIN CAPITAL LETTER H WITH CARON
+-<Multi_key> <c> <H>              	: "Ȟ"   U021E # LATIN CAPITAL LETTER H WITH CARON
+-<dead_caron> <h>                 	: "ȟ"   U021F # LATIN SMALL LETTER H WITH CARON
+-<Multi_key> <c> <h>              	: "ȟ"   U021F # LATIN SMALL LETTER H WITH CARON
+-<dead_abovedot> <A>              	: "Ȧ"   U0226 # LATIN CAPITAL LETTER A WITH DOT ABOVE
+-<Multi_key> <period> <A>         	: "Ȧ"   U0226 # LATIN CAPITAL LETTER A WITH DOT ABOVE
+-<dead_abovedot> <a>              	: "ȧ"   U0227 # LATIN SMALL LETTER A WITH DOT ABOVE
+-<Multi_key> <period> <a>         	: "ȧ"   U0227 # LATIN SMALL LETTER A WITH DOT ABOVE
+-<dead_cedilla> <E>               	: "Ȩ"   U0228 # LATIN CAPITAL LETTER E WITH CEDILLA
+-<Multi_key> <comma> <E>          	: "Ȩ"   U0228 # LATIN CAPITAL LETTER E WITH CEDILLA
+-<dead_cedilla> <e>               	: "ȩ"   U0229 # LATIN SMALL LETTER E WITH CEDILLA
+-<Multi_key> <comma> <e>          	: "ȩ"   U0229 # LATIN SMALL LETTER E WITH CEDILLA
+-<dead_macron> <Odiaeresis>       	: "Ȫ"   U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <Odiaeresis> 	: "Ȫ"   U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <Odiaeresis> 	: "Ȫ"   U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON
+-<dead_macron> <dead_diaeresis> <O> 	: "Ȫ"   U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON
+-<dead_macron> <Multi_key> <quotedbl> <O> 	: "Ȫ"   U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <dead_diaeresis> <O> 	: "Ȫ"   U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <quotedbl> <O> 	: "Ȫ"   U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <dead_diaeresis> <O> 	: "Ȫ"   U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <quotedbl> <O> 	: "Ȫ"   U022A # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON
+-<dead_macron> <odiaeresis>       	: "ȫ"   U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <odiaeresis> 	: "ȫ"   U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <odiaeresis> 	: "ȫ"   U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON
+-<dead_macron> <dead_diaeresis> <o> 	: "ȫ"   U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON
+-<dead_macron> <Multi_key> <quotedbl> <o> 	: "ȫ"   U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <dead_diaeresis> <o> 	: "ȫ"   U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON
+-<Multi_key> <macron> <quotedbl> <o> 	: "ȫ"   U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <dead_diaeresis> <o> 	: "ȫ"   U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON
+-<Multi_key> <underscore> <quotedbl> <o> 	: "ȫ"   U022B # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON
+-<dead_macron> <Otilde>           	: "Ȭ"   U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <macron> <Otilde>    	: "Ȭ"   U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <underscore> <Otilde> 	: "Ȭ"   U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON
+-<dead_macron> <dead_tilde> <O>   	: "Ȭ"   U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON
+-<dead_macron> <Multi_key> <asciitilde> <O> 	: "Ȭ"   U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <macron> <dead_tilde> <O> 	: "Ȭ"   U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <macron> <asciitilde> <O> 	: "Ȭ"   U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <underscore> <dead_tilde> <O> 	: "Ȭ"   U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <underscore> <asciitilde> <O> 	: "Ȭ"   U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON
+-<dead_macron> <combining_tilde> <O> 	: "Ȭ"   U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <macron> <combining_tilde> <O> 	: "Ȭ"   U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <underscore> <combining_tilde> <O> 	: "Ȭ"   U022C # LATIN CAPITAL LETTER O WITH TILDE AND MACRON
+-<dead_macron> <otilde>           	: "ȭ"   U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <macron> <otilde>    	: "ȭ"   U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <underscore> <otilde> 	: "ȭ"   U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON
+-<dead_macron> <dead_tilde> <o>   	: "ȭ"   U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON
+-<dead_macron> <Multi_key> <asciitilde> <o> 	: "ȭ"   U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <macron> <dead_tilde> <o> 	: "ȭ"   U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <macron> <asciitilde> <o> 	: "ȭ"   U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <underscore> <dead_tilde> <o> 	: "ȭ"   U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <underscore> <asciitilde> <o> 	: "ȭ"   U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON
+-<dead_macron> <combining_tilde> <o> 	: "ȭ"   U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <macron> <combining_tilde> <o> 	: "ȭ"   U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON
+-<Multi_key> <underscore> <combining_tilde> <o> 	: "ȭ"   U022D # LATIN SMALL LETTER O WITH TILDE AND MACRON
+-<dead_abovedot> <O>              	: "Ȯ"   U022E # LATIN CAPITAL LETTER O WITH DOT ABOVE
+-<Multi_key> <period> <O>         	: "Ȯ"   U022E # LATIN CAPITAL LETTER O WITH DOT ABOVE
+-<dead_abovedot> <o>              	: "ȯ"   U022F # LATIN SMALL LETTER O WITH DOT ABOVE
+-<Multi_key> <period> <o>         	: "ȯ"   U022F # LATIN SMALL LETTER O WITH DOT ABOVE
+-<dead_macron> <U1000022E>        	: "Ȱ"   U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON
+-<Multi_key> <macron> <U1000022E> 	: "Ȱ"   U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON
+-<Multi_key> <underscore> <U1000022E> 	: "Ȱ"   U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON
+-<dead_macron> <dead_abovedot> <O> 	: "Ȱ"   U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON
+-<dead_macron> <Multi_key> <period> <O> 	: "Ȱ"   U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON
+-<Multi_key> <macron> <dead_abovedot> <O> 	: "Ȱ"   U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON
+-<Multi_key> <macron> <period> <O> 	: "Ȱ"   U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON
+-<Multi_key> <underscore> <dead_abovedot> <O> 	: "Ȱ"   U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON
+-<Multi_key> <underscore> <period> <O> 	: "Ȱ"   U0230 # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON
+-<dead_macron> <U1000022F>        	: "ȱ"   U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON
+-<Multi_key> <macron> <U1000022F> 	: "ȱ"   U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON
+-<Multi_key> <underscore> <U1000022F> 	: "ȱ"   U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON
+-<dead_macron> <dead_abovedot> <o> 	: "ȱ"   U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON
+-<dead_macron> <Multi_key> <period> <o> 	: "ȱ"   U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON
+-<Multi_key> <macron> <dead_abovedot> <o> 	: "ȱ"   U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON
+-<Multi_key> <macron> <period> <o> 	: "ȱ"   U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON
+-<Multi_key> <underscore> <dead_abovedot> <o> 	: "ȱ"   U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON
+-<Multi_key> <underscore> <period> <o> 	: "ȱ"   U0231 # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON
+-<dead_macron> <Y>                	: "Ȳ"   U0232 # LATIN CAPITAL LETTER Y WITH MACRON
+-<Multi_key> <macron> <Y>         	: "Ȳ"   U0232 # LATIN CAPITAL LETTER Y WITH MACRON
+-<Multi_key> <underscore> <Y>     	: "Ȳ"   U0232 # LATIN CAPITAL LETTER Y WITH MACRON
+-<dead_macron> <y>                	: "ȳ"   U0233 # LATIN SMALL LETTER Y WITH MACRON
+-<Multi_key> <macron> <y>         	: "ȳ"   U0233 # LATIN SMALL LETTER Y WITH MACRON
+-<Multi_key> <underscore> <y>     	: "ȳ"   U0233 # LATIN SMALL LETTER Y WITH MACRON
+-<Multi_key> <e> <e>              	: "ə"   U0259 # LATIN SMALL LETTER SCHWA
+-<Multi_key> <slash> <i>          	: "ɨ"   U0268 # LATIN SMALL LETTER I WITH STROKE
+-<Multi_key> <KP_Divide> <i>      	: "ɨ"   U0268 # LATIN SMALL LETTER I WITH STROKE
+-<Multi_key> <slash> <U10000294>  	: "ʡ"   U02A1 # LATIN LETTER GLOTTAL STOP WITH STROKE
+-<Multi_key> <KP_Divide> <U10000294> 	: "ʡ"   U02A1 # LATIN LETTER GLOTTAL STOP WITH STROKE
+-<dead_circumflex> <Multi_key> <underscore> <h> 	: "ʰ"   U02B0 # MODIFIER LETTER SMALL H
+-<Multi_key> <asciicircum> <underscore> <h> 	: "ʰ"   U02B0 # MODIFIER LETTER SMALL H
+-<dead_circumflex> <Multi_key> <underbar> <h> 	: "ʰ"   U02B0 # MODIFIER LETTER SMALL H
+-<Multi_key> <asciicircum> <underbar> <h> 	: "ʰ"   U02B0 # MODIFIER LETTER SMALL H
+-<dead_circumflex> <Multi_key> <underscore> <U10000266> 	: "ʱ"   U02B1 # MODIFIER LETTER SMALL H WITH HOOK
+-<Multi_key> <asciicircum> <underscore> <U10000266> 	: "ʱ"   U02B1 # MODIFIER LETTER SMALL H WITH HOOK
+-<dead_circumflex> <Multi_key> <underbar> <U10000266> 	: "ʱ"   U02B1 # MODIFIER LETTER SMALL H WITH HOOK
+-<Multi_key> <asciicircum> <underbar> <U10000266> 	: "ʱ"   U02B1 # MODIFIER LETTER SMALL H WITH HOOK
+-<dead_circumflex> <Multi_key> <underscore> <j> 	: "ʲ"   U02B2 # MODIFIER LETTER SMALL J
+-<Multi_key> <asciicircum> <underscore> <j> 	: "ʲ"   U02B2 # MODIFIER LETTER SMALL J
+-<dead_circumflex> <Multi_key> <underbar> <j> 	: "ʲ"   U02B2 # MODIFIER LETTER SMALL J
+-<Multi_key> <asciicircum> <underbar> <j> 	: "ʲ"   U02B2 # MODIFIER LETTER SMALL J
+-<dead_circumflex> <Multi_key> <underscore> <r> 	: "ʳ"   U02B3 # MODIFIER LETTER SMALL R
+-<Multi_key> <asciicircum> <underscore> <r> 	: "ʳ"   U02B3 # MODIFIER LETTER SMALL R
+-<dead_circumflex> <Multi_key> <underbar> <r> 	: "ʳ"   U02B3 # MODIFIER LETTER SMALL R
+-<Multi_key> <asciicircum> <underbar> <r> 	: "ʳ"   U02B3 # MODIFIER LETTER SMALL R
+-<dead_circumflex> <Multi_key> <underscore> <U10000279> 	: "ʴ"   U02B4 # MODIFIER LETTER SMALL TURNED R
+-<Multi_key> <asciicircum> <underscore> <U10000279> 	: "ʴ"   U02B4 # MODIFIER LETTER SMALL TURNED R
+-<dead_circumflex> <Multi_key> <underbar> <U10000279> 	: "ʴ"   U02B4 # MODIFIER LETTER SMALL TURNED R
+-<Multi_key> <asciicircum> <underbar> <U10000279> 	: "ʴ"   U02B4 # MODIFIER LETTER SMALL TURNED R
+-<dead_circumflex> <Multi_key> <underscore> <U1000027B> 	: "ʵ"   U02B5 # MODIFIER LETTER SMALL TURNED R WITH HOOK
+-<Multi_key> <asciicircum> <underscore> <U1000027B> 	: "ʵ"   U02B5 # MODIFIER LETTER SMALL TURNED R WITH HOOK
+-<dead_circumflex> <Multi_key> <underbar> <U1000027B> 	: "ʵ"   U02B5 # MODIFIER LETTER SMALL TURNED R WITH HOOK
+-<Multi_key> <asciicircum> <underbar> <U1000027B> 	: "ʵ"   U02B5 # MODIFIER LETTER SMALL TURNED R WITH HOOK
+-<dead_circumflex> <Multi_key> <underscore> <U10000281> 	: "ʶ"   U02B6 # MODIFIER LETTER SMALL CAPITAL INVERTED R
+-<Multi_key> <asciicircum> <underscore> <U10000281> 	: "ʶ"   U02B6 # MODIFIER LETTER SMALL CAPITAL INVERTED R
+-<dead_circumflex> <Multi_key> <underbar> <U10000281> 	: "ʶ"   U02B6 # MODIFIER LETTER SMALL CAPITAL INVERTED R
+-<Multi_key> <asciicircum> <underbar> <U10000281> 	: "ʶ"   U02B6 # MODIFIER LETTER SMALL CAPITAL INVERTED R
+-<dead_circumflex> <Multi_key> <underscore> <w> 	: "ʷ"   U02B7 # MODIFIER LETTER SMALL W
+-<Multi_key> <asciicircum> <underscore> <w> 	: "ʷ"   U02B7 # MODIFIER LETTER SMALL W
+-<dead_circumflex> <Multi_key> <underbar> <w> 	: "ʷ"   U02B7 # MODIFIER LETTER SMALL W
+-<Multi_key> <asciicircum> <underbar> <w> 	: "ʷ"   U02B7 # MODIFIER LETTER SMALL W
+-<dead_circumflex> <Multi_key> <underscore> <y> 	: "ʸ"   U02B8 # MODIFIER LETTER SMALL Y
+-<Multi_key> <asciicircum> <underscore> <y> 	: "ʸ"   U02B8 # MODIFIER LETTER SMALL Y
+-<dead_circumflex> <Multi_key> <underbar> <y> 	: "ʸ"   U02B8 # MODIFIER LETTER SMALL Y
+-<Multi_key> <asciicircum> <underbar> <y> 	: "ʸ"   U02B8 # MODIFIER LETTER SMALL Y
+-<dead_circumflex> <Multi_key> <underscore> <U10000263> 	: "ˠ"   U02E0 # MODIFIER LETTER SMALL GAMMA
+-<Multi_key> <asciicircum> <underscore> <U10000263> 	: "ˠ"   U02E0 # MODIFIER LETTER SMALL GAMMA
+-<dead_circumflex> <Multi_key> <underbar> <U10000263> 	: "ˠ"   U02E0 # MODIFIER LETTER SMALL GAMMA
+-<Multi_key> <asciicircum> <underbar> <U10000263> 	: "ˠ"   U02E0 # MODIFIER LETTER SMALL GAMMA
+-<dead_circumflex> <Multi_key> <underscore> <l> 	: "ˡ"   U02E1 # MODIFIER LETTER SMALL L
+-<Multi_key> <asciicircum> <underscore> <l> 	: "ˡ"   U02E1 # MODIFIER LETTER SMALL L
+-<dead_circumflex> <Multi_key> <underbar> <l> 	: "ˡ"   U02E1 # MODIFIER LETTER SMALL L
+-<Multi_key> <asciicircum> <underbar> <l> 	: "ˡ"   U02E1 # MODIFIER LETTER SMALL L
+-<dead_circumflex> <Multi_key> <underscore> <s> 	: "ˢ"   U02E2 # MODIFIER LETTER SMALL S
+-<Multi_key> <asciicircum> <underscore> <s> 	: "ˢ"   U02E2 # MODIFIER LETTER SMALL S
+-<dead_circumflex> <Multi_key> <underbar> <s> 	: "ˢ"   U02E2 # MODIFIER LETTER SMALL S
+-<Multi_key> <asciicircum> <underbar> <s> 	: "ˢ"   U02E2 # MODIFIER LETTER SMALL S
+-<dead_circumflex> <Multi_key> <underscore> <x> 	: "ˣ"   U02E3 # MODIFIER LETTER SMALL X
+-<Multi_key> <asciicircum> <underscore> <x> 	: "ˣ"   U02E3 # MODIFIER LETTER SMALL X
+-<dead_circumflex> <Multi_key> <underbar> <x> 	: "ˣ"   U02E3 # MODIFIER LETTER SMALL X
+-<Multi_key> <asciicircum> <underbar> <x> 	: "ˣ"   U02E3 # MODIFIER LETTER SMALL X
+-<dead_circumflex> <Multi_key> <underscore> <U10000295> 	: "ˤ"   U02E4 # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP
+-<Multi_key> <asciicircum> <underscore> <U10000295> 	: "ˤ"   U02E4 # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP
+-<dead_circumflex> <Multi_key> <underbar> <U10000295> 	: "ˤ"   U02E4 # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP
+-<Multi_key> <asciicircum> <underbar> <U10000295> 	: "ˤ"   U02E4 # MODIFIER LETTER SMALL REVERSED GLOTTAL STOP
+-<dead_diaeresis> <acute>         	: "̈́"   U0344 # COMBINING GREEK DIALYTIKA TONOS
+-<dead_diaeresis> <apostrophe>    	: "̈́"   U0344 # COMBINING GREEK DIALYTIKA TONOS
+-<Multi_key> <quotedbl> <dead_acute> 	: "̈́"   U0344 # COMBINING GREEK DIALYTIKA TONOS
+-<Multi_key> <quotedbl> <acute>   	: "̈́"   U0344 # COMBINING GREEK DIALYTIKA TONOS
+-<Multi_key> <quotedbl> <apostrophe> 	: "̈́"   U0344 # COMBINING GREEK DIALYTIKA TONOS
+-<Multi_key> <quotedbl> <combining_acute> 	: "̈́"   U0344 # COMBINING GREEK DIALYTIKA TONOS
+-<Multi_key> <diaeresis> <dead_acute> 	: "΅"   U0385 # GREEK DIALYTIKA TONOS
+-<Multi_key> <diaeresis> <acute>  	: "΅"   U0385 # GREEK DIALYTIKA TONOS
+-<Multi_key> <diaeresis> <apostrophe> 	: "΅"   U0385 # GREEK DIALYTIKA TONOS
+-<Multi_key> <diaeresis> <combining_acute> 	: "΅"   U0385 # GREEK DIALYTIKA TONOS
+-<dead_acute> <Greek_ALPHA>       	: "Ά"   U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS
+-<Multi_key> <acute> <Greek_ALPHA> 	: "Ά"   U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS
+-<Multi_key> <apostrophe> <Greek_ALPHA> 	: "Ά"   U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS
+-<combining_acute> <Greek_ALPHA>  	: "Ά"   U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS
+-<dead_acute> <Greek_EPSILON>     	: "Έ"   U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS
+-<Multi_key> <acute> <Greek_EPSILON> 	: "Έ"   U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS
+-<Multi_key> <apostrophe> <Greek_EPSILON> 	: "Έ"   U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS
+-<combining_acute> <Greek_EPSILON> 	: "Έ"   U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS
+-<dead_acute> <Greek_ETA>         	: "Ή"   U0389 # GREEK CAPITAL LETTER ETA WITH TONOS
+-<Multi_key> <acute> <Greek_ETA>  	: "Ή"   U0389 # GREEK CAPITAL LETTER ETA WITH TONOS
+-<Multi_key> <apostrophe> <Greek_ETA> 	: "Ή"   U0389 # GREEK CAPITAL LETTER ETA WITH TONOS
+-<combining_acute> <Greek_ETA>    	: "Ή"   U0389 # GREEK CAPITAL LETTER ETA WITH TONOS
+-<dead_acute> <Greek_IOTA>        	: "Ί"   U038A # GREEK CAPITAL LETTER IOTA WITH TONOS
+-<Multi_key> <acute> <Greek_IOTA> 	: "Ί"   U038A # GREEK CAPITAL LETTER IOTA WITH TONOS
+-<Multi_key> <apostrophe> <Greek_IOTA> 	: "Ί"   U038A # GREEK CAPITAL LETTER IOTA WITH TONOS
+-<combining_acute> <Greek_IOTA>   	: "Ί"   U038A # GREEK CAPITAL LETTER IOTA WITH TONOS
+-<dead_acute> <Greek_OMICRON>     	: "Ό"   U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS
+-<Multi_key> <acute> <Greek_OMICRON> 	: "Ό"   U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS
+-<Multi_key> <apostrophe> <Greek_OMICRON> 	: "Ό"   U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS
+-<combining_acute> <Greek_OMICRON> 	: "Ό"   U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS
+-<dead_acute> <Greek_UPSILON>     	: "Ύ"   U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS
+-<Multi_key> <acute> <Greek_UPSILON> 	: "Ύ"   U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS
+-<Multi_key> <apostrophe> <Greek_UPSILON> 	: "Ύ"   U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS
+-<combining_acute> <Greek_UPSILON> 	: "Ύ"   U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS
+-<dead_acute> <Greek_OMEGA>       	: "Ώ"   U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS
+-<Multi_key> <acute> <Greek_OMEGA> 	: "Ώ"   U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS
+-<Multi_key> <apostrophe> <Greek_OMEGA> 	: "Ώ"   U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS
+-<combining_acute> <Greek_OMEGA>  	: "Ώ"   U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS
+-<dead_acute> <Greek_iotadieresis> 	: "ΐ"   U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+-<Multi_key> <acute> <Greek_iotadieresis> 	: "ΐ"   U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+-<Multi_key> <apostrophe> <Greek_iotadieresis> 	: "ΐ"   U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+-<dead_acute> <dead_diaeresis> <Greek_iota> 	: "ΐ"   U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+-<dead_acute> <Multi_key> <quotedbl> <Greek_iota> 	: "ΐ"   U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+-<Multi_key> <acute> <dead_diaeresis> <Greek_iota> 	: "ΐ"   U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+-<Multi_key> <acute> <quotedbl> <Greek_iota> 	: "ΐ"   U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+-<Multi_key> <apostrophe> <dead_diaeresis> <Greek_iota> 	: "ΐ"   U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+-<Multi_key> <apostrophe> <quotedbl> <Greek_iota> 	: "ΐ"   U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+-<combining_acute> <Greek_iotadieresis> 	: "ΐ"   U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+-<combining_acute> <dead_diaeresis> <Greek_iota> 	: "ΐ"   U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+-<combining_acute> <Multi_key> <quotedbl> <Greek_iota> 	: "ΐ"   U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+-<dead_diaeresis> <Greek_IOTA>    	: "Ϊ"   U03AA # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
+-<Multi_key> <quotedbl> <Greek_IOTA> 	: "Ϊ"   U03AA # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
+-<dead_diaeresis> <Greek_UPSILON> 	: "Ϋ"   U03AB # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
+-<Multi_key> <quotedbl> <Greek_UPSILON> 	: "Ϋ"   U03AB # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
+-<dead_acute> <Greek_alpha>       	: "ά"   U03AC # GREEK SMALL LETTER ALPHA WITH TONOS
+-<Multi_key> <acute> <Greek_alpha> 	: "ά"   U03AC # GREEK SMALL LETTER ALPHA WITH TONOS
+-<Multi_key> <apostrophe> <Greek_alpha> 	: "ά"   U03AC # GREEK SMALL LETTER ALPHA WITH TONOS
+-<combining_acute> <Greek_alpha>  	: "ά"   U03AC # GREEK SMALL LETTER ALPHA WITH TONOS
+-<dead_acute> <Greek_epsilon>     	: "έ"   U03AD # GREEK SMALL LETTER EPSILON WITH TONOS
+-<Multi_key> <acute> <Greek_epsilon> 	: "έ"   U03AD # GREEK SMALL LETTER EPSILON WITH TONOS
+-<Multi_key> <apostrophe> <Greek_epsilon> 	: "έ"   U03AD # GREEK SMALL LETTER EPSILON WITH TONOS
+-<combining_acute> <Greek_epsilon> 	: "έ"   U03AD # GREEK SMALL LETTER EPSILON WITH TONOS
+-<dead_acute> <Greek_eta>         	: "ή"   U03AE # GREEK SMALL LETTER ETA WITH TONOS
+-<Multi_key> <acute> <Greek_eta>  	: "ή"   U03AE # GREEK SMALL LETTER ETA WITH TONOS
+-<Multi_key> <apostrophe> <Greek_eta> 	: "ή"   U03AE # GREEK SMALL LETTER ETA WITH TONOS
+-<combining_acute> <Greek_eta>    	: "ή"   U03AE # GREEK SMALL LETTER ETA WITH TONOS
+-<dead_acute> <Greek_iota>        	: "ί"   U03AF # GREEK SMALL LETTER IOTA WITH TONOS
+-<Multi_key> <acute> <Greek_iota> 	: "ί"   U03AF # GREEK SMALL LETTER IOTA WITH TONOS
+-<Multi_key> <apostrophe> <Greek_iota> 	: "ί"   U03AF # GREEK SMALL LETTER IOTA WITH TONOS
+-<combining_acute> <Greek_iota>   	: "ί"   U03AF # GREEK SMALL LETTER IOTA WITH TONOS
+-<dead_acute> <Greek_upsilondieresis> 	: "ΰ"   U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+-<Multi_key> <acute> <Greek_upsilondieresis> 	: "ΰ"   U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+-<Multi_key> <apostrophe> <Greek_upsilondieresis> 	: "ΰ"   U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+-<dead_acute> <dead_diaeresis> <Greek_upsilon> 	: "ΰ"   U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+-<dead_acute> <Multi_key> <quotedbl> <Greek_upsilon> 	: "ΰ"   U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+-<Multi_key> <acute> <dead_diaeresis> <Greek_upsilon> 	: "ΰ"   U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+-<Multi_key> <acute> <quotedbl> <Greek_upsilon> 	: "ΰ"   U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+-<Multi_key> <apostrophe> <dead_diaeresis> <Greek_upsilon> 	: "ΰ"   U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+-<Multi_key> <apostrophe> <quotedbl> <Greek_upsilon> 	: "ΰ"   U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+-<combining_acute> <Greek_upsilondieresis> 	: "ΰ"   U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+-<combining_acute> <dead_diaeresis> <Greek_upsilon> 	: "ΰ"   U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+-<combining_acute> <Multi_key> <quotedbl> <Greek_upsilon> 	: "ΰ"   U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+-<dead_diaeresis> <Greek_iota>    	: "ϊ"   U03CA # GREEK SMALL LETTER IOTA WITH DIALYTIKA
+-<Multi_key> <quotedbl> <Greek_iota> 	: "ϊ"   U03CA # GREEK SMALL LETTER IOTA WITH DIALYTIKA
+-<dead_diaeresis> <Greek_upsilon> 	: "ϋ"   U03CB # GREEK SMALL LETTER UPSILON WITH DIALYTIKA
+-<Multi_key> <quotedbl> <Greek_upsilon> 	: "ϋ"   U03CB # GREEK SMALL LETTER UPSILON WITH DIALYTIKA
+-<dead_acute> <Greek_omicron>     	: "ό"   U03CC # GREEK SMALL LETTER OMICRON WITH TONOS
+-<Multi_key> <acute> <Greek_omicron> 	: "ό"   U03CC # GREEK SMALL LETTER OMICRON WITH TONOS
+-<Multi_key> <apostrophe> <Greek_omicron> 	: "ό"   U03CC # GREEK SMALL LETTER OMICRON WITH TONOS
+-<combining_acute> <Greek_omicron> 	: "ό"   U03CC # GREEK SMALL LETTER OMICRON WITH TONOS
+-<dead_acute> <Greek_upsilon>     	: "ύ"   U03CD # GREEK SMALL LETTER UPSILON WITH TONOS
+-<Multi_key> <acute> <Greek_upsilon> 	: "ύ"   U03CD # GREEK SMALL LETTER UPSILON WITH TONOS
+-<Multi_key> <apostrophe> <Greek_upsilon> 	: "ύ"   U03CD # GREEK SMALL LETTER UPSILON WITH TONOS
+-<combining_acute> <Greek_upsilon> 	: "ύ"   U03CD # GREEK SMALL LETTER UPSILON WITH TONOS
+-<dead_acute> <Greek_omega>       	: "ώ"   U03CE # GREEK SMALL LETTER OMEGA WITH TONOS
+-<Multi_key> <acute> <Greek_omega> 	: "ώ"   U03CE # GREEK SMALL LETTER OMEGA WITH TONOS
+-<Multi_key> <apostrophe> <Greek_omega> 	: "ώ"   U03CE # GREEK SMALL LETTER OMEGA WITH TONOS
+-<combining_acute> <Greek_omega>  	: "ώ"   U03CE # GREEK SMALL LETTER OMEGA WITH TONOS
+-<Multi_key> <quotedbl> <U100003D2> 	: "ϔ"   U03D4 # GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL
+-<dead_grave> <Cyrillic_IE>       	: "Ѐ"   U0400 # CYRILLIC CAPITAL LETTER IE WITH GRAVE
+-<Multi_key> <grave> <Cyrillic_IE> 	: "Ѐ"   U0400 # CYRILLIC CAPITAL LETTER IE WITH GRAVE
+-<combining_grave> <Cyrillic_IE>  	: "Ѐ"   U0400 # CYRILLIC CAPITAL LETTER IE WITH GRAVE
+-<dead_diaeresis> <Cyrillic_IE>   	: "Ё"   U0401 # CYRILLIC CAPITAL LETTER IO
+-<Multi_key> <quotedbl> <Cyrillic_IE> 	: "Ё"   U0401 # CYRILLIC CAPITAL LETTER IO
+-<dead_acute> <Cyrillic_GHE>      	: "Ѓ"   U0403 # CYRILLIC CAPITAL LETTER GJE
+-<Multi_key> <acute> <Cyrillic_GHE> 	: "Ѓ"   U0403 # CYRILLIC CAPITAL LETTER GJE
+-<Multi_key> <apostrophe> <Cyrillic_GHE> 	: "Ѓ"   U0403 # CYRILLIC CAPITAL LETTER GJE
+-<combining_acute> <Cyrillic_GHE> 	: "Ѓ"   U0403 # CYRILLIC CAPITAL LETTER GJE
+-<dead_diaeresis> <Ukrainian_I>   	: "Ї"   U0407 # CYRILLIC CAPITAL LETTER YI
+-<Multi_key> <quotedbl> <Ukrainian_I> 	: "Ї"   U0407 # CYRILLIC CAPITAL LETTER YI
+-<dead_acute> <Cyrillic_KA>       	: "Ќ"   U040C # CYRILLIC CAPITAL LETTER KJE
+-<Multi_key> <acute> <Cyrillic_KA> 	: "Ќ"   U040C # CYRILLIC CAPITAL LETTER KJE
+-<Multi_key> <apostrophe> <Cyrillic_KA> 	: "Ќ"   U040C # CYRILLIC CAPITAL LETTER KJE
+-<combining_acute> <Cyrillic_KA>  	: "Ќ"   U040C # CYRILLIC CAPITAL LETTER KJE
+-<dead_grave> <Cyrillic_I>        	: "Ѝ"   U040D # CYRILLIC CAPITAL LETTER I WITH GRAVE
+-<Multi_key> <grave> <Cyrillic_I> 	: "Ѝ"   U040D # CYRILLIC CAPITAL LETTER I WITH GRAVE
+-<combining_grave> <Cyrillic_I>   	: "Ѝ"   U040D # CYRILLIC CAPITAL LETTER I WITH GRAVE
+-<dead_breve> <Cyrillic_U>        	: "Ў"   U040E # CYRILLIC CAPITAL LETTER SHORT U
+-<Multi_key> <U> <Cyrillic_U>     	: "Ў"   U040E # CYRILLIC CAPITAL LETTER SHORT U
+-<Multi_key> <b> <Cyrillic_U>     	: "Ў"   U040E # CYRILLIC CAPITAL LETTER SHORT U
+-<dead_breve> <Cyrillic_I>        	: "Й"   U0419 # CYRILLIC CAPITAL LETTER SHORT I
+-<Multi_key> <U> <Cyrillic_I>     	: "Й"   U0419 # CYRILLIC CAPITAL LETTER SHORT I
+-<Multi_key> <b> <Cyrillic_I>     	: "Й"   U0419 # CYRILLIC CAPITAL LETTER SHORT I
+-<dead_breve> <Cyrillic_i>        	: "й"   U0439 # CYRILLIC SMALL LETTER SHORT I
+-<Multi_key> <U> <Cyrillic_i>     	: "й"   U0439 # CYRILLIC SMALL LETTER SHORT I
+-<Multi_key> <b> <Cyrillic_i>     	: "й"   U0439 # CYRILLIC SMALL LETTER SHORT I
+-<dead_grave> <Cyrillic_ie>       	: "ѐ"   U0450 # CYRILLIC SMALL LETTER IE WITH GRAVE
+-<Multi_key> <grave> <Cyrillic_ie> 	: "ѐ"   U0450 # CYRILLIC SMALL LETTER IE WITH GRAVE
+-<combining_grave> <Cyrillic_ie>  	: "ѐ"   U0450 # CYRILLIC SMALL LETTER IE WITH GRAVE
+-<dead_diaeresis> <Cyrillic_ie>   	: "ё"   U0451 # CYRILLIC SMALL LETTER IO
+-<Multi_key> <quotedbl> <Cyrillic_ie> 	: "ё"   U0451 # CYRILLIC SMALL LETTER IO
+-<dead_acute> <Cyrillic_ghe>      	: "ѓ"   U0453 # CYRILLIC SMALL LETTER GJE
+-<Multi_key> <acute> <Cyrillic_ghe> 	: "ѓ"   U0453 # CYRILLIC SMALL LETTER GJE
+-<Multi_key> <apostrophe> <Cyrillic_ghe> 	: "ѓ"   U0453 # CYRILLIC SMALL LETTER GJE
+-<combining_acute> <Cyrillic_ghe> 	: "ѓ"   U0453 # CYRILLIC SMALL LETTER GJE
+-<dead_diaeresis> <Ukrainian_i>   	: "ї"   U0457 # CYRILLIC SMALL LETTER YI
+-<Multi_key> <quotedbl> <Ukrainian_i> 	: "ї"   U0457 # CYRILLIC SMALL LETTER YI
+-<dead_acute> <Cyrillic_ka>       	: "ќ"   U045C # CYRILLIC SMALL LETTER KJE
+-<Multi_key> <acute> <Cyrillic_ka> 	: "ќ"   U045C # CYRILLIC SMALL LETTER KJE
+-<Multi_key> <apostrophe> <Cyrillic_ka> 	: "ќ"   U045C # CYRILLIC SMALL LETTER KJE
+-<combining_acute> <Cyrillic_ka>  	: "ќ"   U045C # CYRILLIC SMALL LETTER KJE
+-<dead_grave> <Cyrillic_i>        	: "ѝ"   U045D # CYRILLIC SMALL LETTER I WITH GRAVE
+-<Multi_key> <grave> <Cyrillic_i> 	: "ѝ"   U045D # CYRILLIC SMALL LETTER I WITH GRAVE
+-<combining_grave> <Cyrillic_i>   	: "ѝ"   U045D # CYRILLIC SMALL LETTER I WITH GRAVE
+-<dead_breve> <Cyrillic_u>        	: "ў"   U045E # CYRILLIC SMALL LETTER SHORT U
+-<Multi_key> <U> <Cyrillic_u>     	: "ў"   U045E # CYRILLIC SMALL LETTER SHORT U
+-<Multi_key> <b> <Cyrillic_u>     	: "ў"   U045E # CYRILLIC SMALL LETTER SHORT U
+-<U1000030F> <U10000474>          	: "Ѷ"   U0476 # CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT
+-<U1000030F> <U10000475>          	: "ѷ"   U0477 # CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT
+-<Multi_key> <slash> <Cyrillic_GHE> 	: "Ғ"   U0492 # CYRILLIC CAPITAL LETTER GHE WITH STROKE
+-<Multi_key> <KP_Divide> <Cyrillic_GHE> 	: "Ғ"   U0492 # CYRILLIC CAPITAL LETTER GHE WITH STROKE
+-<Multi_key> <slash> <Cyrillic_ghe> 	: "ғ"   U0493 # CYRILLIC SMALL LETTER GHE WITH STROKE
+-<Multi_key> <KP_Divide> <Cyrillic_ghe> 	: "ғ"   U0493 # CYRILLIC SMALL LETTER GHE WITH STROKE
+-<Multi_key> <slash> <Cyrillic_KA> 	: "Ҟ"   U049E # CYRILLIC CAPITAL LETTER KA WITH STROKE
+-<Multi_key> <KP_Divide> <Cyrillic_KA> 	: "Ҟ"   U049E # CYRILLIC CAPITAL LETTER KA WITH STROKE
+-<Multi_key> <slash> <Cyrillic_ka> 	: "ҟ"   U049F # CYRILLIC SMALL LETTER KA WITH STROKE
+-<Multi_key> <KP_Divide> <Cyrillic_ka> 	: "ҟ"   U049F # CYRILLIC SMALL LETTER KA WITH STROKE
+-<Multi_key> <slash> <U100004AE>  	: "Ұ"   U04B0 # CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE
+-<Multi_key> <KP_Divide> <U100004AE> 	: "Ұ"   U04B0 # CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE
+-<Multi_key> <slash> <U100004AF>  	: "ұ"   U04B1 # CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE
+-<Multi_key> <KP_Divide> <U100004AF> 	: "ұ"   U04B1 # CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE
+-<dead_breve> <Cyrillic_ZHE>      	: "Ӂ"   U04C1 # CYRILLIC CAPITAL LETTER ZHE WITH BREVE
+-<Multi_key> <U> <Cyrillic_ZHE>   	: "Ӂ"   U04C1 # CYRILLIC CAPITAL LETTER ZHE WITH BREVE
+-<Multi_key> <b> <Cyrillic_ZHE>   	: "Ӂ"   U04C1 # CYRILLIC CAPITAL LETTER ZHE WITH BREVE
+-<dead_breve> <Cyrillic_zhe>      	: "ӂ"   U04C2 # CYRILLIC SMALL LETTER ZHE WITH BREVE
+-<Multi_key> <U> <Cyrillic_zhe>   	: "ӂ"   U04C2 # CYRILLIC SMALL LETTER ZHE WITH BREVE
+-<Multi_key> <b> <Cyrillic_zhe>   	: "ӂ"   U04C2 # CYRILLIC SMALL LETTER ZHE WITH BREVE
+-<dead_breve> <Cyrillic_A>        	: "Ӑ"   U04D0 # CYRILLIC CAPITAL LETTER A WITH BREVE
+-<Multi_key> <U> <Cyrillic_A>     	: "Ӑ"   U04D0 # CYRILLIC CAPITAL LETTER A WITH BREVE
+-<Multi_key> <b> <Cyrillic_A>     	: "Ӑ"   U04D0 # CYRILLIC CAPITAL LETTER A WITH BREVE
+-<dead_breve> <Cyrillic_a>        	: "ӑ"   U04D1 # CYRILLIC SMALL LETTER A WITH BREVE
+-<Multi_key> <U> <Cyrillic_a>     	: "ӑ"   U04D1 # CYRILLIC SMALL LETTER A WITH BREVE
+-<Multi_key> <b> <Cyrillic_a>     	: "ӑ"   U04D1 # CYRILLIC SMALL LETTER A WITH BREVE
+-<dead_diaeresis> <Cyrillic_A>    	: "Ӓ"   U04D2 # CYRILLIC CAPITAL LETTER A WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_A> 	: "Ӓ"   U04D2 # CYRILLIC CAPITAL LETTER A WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_a>    	: "ӓ"   U04D3 # CYRILLIC SMALL LETTER A WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_a> 	: "ӓ"   U04D3 # CYRILLIC SMALL LETTER A WITH DIAERESIS
+-<dead_breve> <Cyrillic_IE>       	: "Ӗ"   U04D6 # CYRILLIC CAPITAL LETTER IE WITH BREVE
+-<Multi_key> <U> <Cyrillic_IE>    	: "Ӗ"   U04D6 # CYRILLIC CAPITAL LETTER IE WITH BREVE
+-<Multi_key> <b> <Cyrillic_IE>    	: "Ӗ"   U04D6 # CYRILLIC CAPITAL LETTER IE WITH BREVE
+-<dead_breve> <Cyrillic_ie>       	: "ӗ"   U04D7 # CYRILLIC SMALL LETTER IE WITH BREVE
+-<Multi_key> <U> <Cyrillic_ie>    	: "ӗ"   U04D7 # CYRILLIC SMALL LETTER IE WITH BREVE
+-<Multi_key> <b> <Cyrillic_ie>    	: "ӗ"   U04D7 # CYRILLIC SMALL LETTER IE WITH BREVE
+-<dead_diaeresis> <U100004D8>     	: "Ӛ"   U04DA # CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS
+-<Multi_key> <quotedbl> <U100004D8> 	: "Ӛ"   U04DA # CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS
+-<dead_diaeresis> <U100004D9>     	: "ӛ"   U04DB # CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS
+-<Multi_key> <quotedbl> <U100004D9> 	: "ӛ"   U04DB # CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_ZHE>  	: "Ӝ"   U04DC # CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_ZHE> 	: "Ӝ"   U04DC # CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_zhe>  	: "ӝ"   U04DD # CYRILLIC SMALL LETTER ZHE WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_zhe> 	: "ӝ"   U04DD # CYRILLIC SMALL LETTER ZHE WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_ZE>   	: "Ӟ"   U04DE # CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_ZE> 	: "Ӟ"   U04DE # CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_ze>   	: "ӟ"   U04DF # CYRILLIC SMALL LETTER ZE WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_ze> 	: "ӟ"   U04DF # CYRILLIC SMALL LETTER ZE WITH DIAERESIS
+-<dead_macron> <Cyrillic_I>       	: "Ӣ"   U04E2 # CYRILLIC CAPITAL LETTER I WITH MACRON
+-<Multi_key> <macron> <Cyrillic_I> 	: "Ӣ"   U04E2 # CYRILLIC CAPITAL LETTER I WITH MACRON
+-<Multi_key> <underscore> <Cyrillic_I> 	: "Ӣ"   U04E2 # CYRILLIC CAPITAL LETTER I WITH MACRON
+-<dead_macron> <Cyrillic_i>       	: "ӣ"   U04E3 # CYRILLIC SMALL LETTER I WITH MACRON
+-<Multi_key> <macron> <Cyrillic_i> 	: "ӣ"   U04E3 # CYRILLIC SMALL LETTER I WITH MACRON
+-<Multi_key> <underscore> <Cyrillic_i> 	: "ӣ"   U04E3 # CYRILLIC SMALL LETTER I WITH MACRON
+-<dead_diaeresis> <Cyrillic_I>    	: "Ӥ"   U04E4 # CYRILLIC CAPITAL LETTER I WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_I> 	: "Ӥ"   U04E4 # CYRILLIC CAPITAL LETTER I WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_i>    	: "ӥ"   U04E5 # CYRILLIC SMALL LETTER I WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_i> 	: "ӥ"   U04E5 # CYRILLIC SMALL LETTER I WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_O>    	: "Ӧ"   U04E6 # CYRILLIC CAPITAL LETTER O WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_O> 	: "Ӧ"   U04E6 # CYRILLIC CAPITAL LETTER O WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_o>    	: "ӧ"   U04E7 # CYRILLIC SMALL LETTER O WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_o> 	: "ӧ"   U04E7 # CYRILLIC SMALL LETTER O WITH DIAERESIS
+-<dead_diaeresis> <U100004E8>     	: "Ӫ"   U04EA # CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS
+-<Multi_key> <quotedbl> <U100004E8> 	: "Ӫ"   U04EA # CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS
+-<dead_diaeresis> <U100004E9>     	: "ӫ"   U04EB # CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS
+-<Multi_key> <quotedbl> <U100004E9> 	: "ӫ"   U04EB # CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_E>    	: "Ӭ"   U04EC # CYRILLIC CAPITAL LETTER E WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_E> 	: "Ӭ"   U04EC # CYRILLIC CAPITAL LETTER E WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_e>    	: "ӭ"   U04ED # CYRILLIC SMALL LETTER E WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_e> 	: "ӭ"   U04ED # CYRILLIC SMALL LETTER E WITH DIAERESIS
+-<dead_macron> <Cyrillic_U>       	: "Ӯ"   U04EE # CYRILLIC CAPITAL LETTER U WITH MACRON
+-<Multi_key> <macron> <Cyrillic_U> 	: "Ӯ"   U04EE # CYRILLIC CAPITAL LETTER U WITH MACRON
+-<Multi_key> <underscore> <Cyrillic_U> 	: "Ӯ"   U04EE # CYRILLIC CAPITAL LETTER U WITH MACRON
+-<dead_macron> <Cyrillic_u>       	: "ӯ"   U04EF # CYRILLIC SMALL LETTER U WITH MACRON
+-<Multi_key> <macron> <Cyrillic_u> 	: "ӯ"   U04EF # CYRILLIC SMALL LETTER U WITH MACRON
+-<Multi_key> <underscore> <Cyrillic_u> 	: "ӯ"   U04EF # CYRILLIC SMALL LETTER U WITH MACRON
+-<dead_diaeresis> <Cyrillic_U>    	: "Ӱ"   U04F0 # CYRILLIC CAPITAL LETTER U WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_U> 	: "Ӱ"   U04F0 # CYRILLIC CAPITAL LETTER U WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_u>    	: "ӱ"   U04F1 # CYRILLIC SMALL LETTER U WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_u> 	: "ӱ"   U04F1 # CYRILLIC SMALL LETTER U WITH DIAERESIS
+-<dead_doubleacute> <Cyrillic_U>  	: "Ӳ"   U04F2 # CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE
+-<Multi_key> <equal> <Cyrillic_U> 	: "Ӳ"   U04F2 # CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE
+-<dead_doubleacute> <Cyrillic_u>  	: "ӳ"   U04F3 # CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE
+-<Multi_key> <equal> <Cyrillic_u> 	: "ӳ"   U04F3 # CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE
+-<dead_diaeresis> <Cyrillic_CHE>  	: "Ӵ"   U04F4 # CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_CHE> 	: "Ӵ"   U04F4 # CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_che>  	: "ӵ"   U04F5 # CYRILLIC SMALL LETTER CHE WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_che> 	: "ӵ"   U04F5 # CYRILLIC SMALL LETTER CHE WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_YERU> 	: "Ӹ"   U04F8 # CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_YERU> 	: "Ӹ"   U04F8 # CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS
+-<dead_diaeresis> <Cyrillic_yeru> 	: "ӹ"   U04F9 # CYRILLIC SMALL LETTER YERU WITH DIAERESIS
+-<Multi_key> <quotedbl> <Cyrillic_yeru> 	: "ӹ"   U04F9 # CYRILLIC SMALL LETTER YERU WITH DIAERESIS
+-<Multi_key> <U10000653> <Arabic_alef> 	: "آ"   U0622 # ARABIC LETTER ALEF WITH MADDA ABOVE
+-<Multi_key> <U10000654> <Arabic_alef> 	: "أ"   U0623 # ARABIC LETTER ALEF WITH HAMZA ABOVE
+-<Multi_key> <U10000654> <Arabic_waw> 	: "ؤ"   U0624 # ARABIC LETTER WAW WITH HAMZA ABOVE
+-<Multi_key> <U10000655> <Arabic_alef> 	: "إ"   U0625 # ARABIC LETTER ALEF WITH HAMZA BELOW
+-<Multi_key> <U10000654> <Arabic_yeh> 	: "ئ"   U0626 # ARABIC LETTER YEH WITH HAMZA ABOVE
+-<Multi_key> <U10000654> <U100006D5> 	: "ۀ"   U06C0 # ARABIC LETTER HEH WITH YEH ABOVE
+-<Multi_key> <U10000654> <U100006C1> 	: "ۂ"   U06C2 # ARABIC LETTER HEH GOAL WITH HAMZA ABOVE
+-<Multi_key> <U10000654> <U100006D2> 	: "ۓ"   U06D3 # ARABIC LETTER YEH BARREE WITH HAMZA ABOVE
+-<Multi_key> <U1000093C> <U10000928> 	: "ऩ"   U0929 # DEVANAGARI LETTER NNNA
+-<Multi_key> <U1000093C> <U10000930> 	: "ऱ"   U0931 # DEVANAGARI LETTER RRA
+-<Multi_key> <U1000093C> <U10000933> 	: "ऴ"   U0934 # DEVANAGARI LETTER LLLA
+-<Multi_key> <U1000093C> <U10000915> 	: "क़"   U0958 # DEVANAGARI LETTER QA
+-<Multi_key> <U1000093C> <U10000916> 	: "ख़"   U0959 # DEVANAGARI LETTER KHHA
+-<Multi_key> <U1000093C> <U10000917> 	: "ग़"   U095A # DEVANAGARI LETTER GHHA
+-<Multi_key> <U1000093C> <U1000091C> 	: "ज़"   U095B # DEVANAGARI LETTER ZA
+-<Multi_key> <U1000093C> <U10000921> 	: "ड़"   U095C # DEVANAGARI LETTER DDDHA
+-<Multi_key> <U1000093C> <U10000922> 	: "ढ़"   U095D # DEVANAGARI LETTER RHA
+-<Multi_key> <U1000093C> <U1000092B> 	: "फ़"   U095E # DEVANAGARI LETTER FA
+-<Multi_key> <U1000093C> <U1000092F> 	: "य़"   U095F # DEVANAGARI LETTER YYA
+-<Multi_key> <U100009C7> <U100009BE> 	: "ো"   U09CB # BENGALI VOWEL SIGN O
+-<Multi_key> <U100009C7> <U100009D7> 	: "ৌ"   U09CC # BENGALI VOWEL SIGN AU
+-<Multi_key> <U100009BC> <U100009A1> 	: "ড়"   U09DC # BENGALI LETTER RRA
+-<Multi_key> <U100009BC> <U100009A2> 	: "ঢ়"   U09DD # BENGALI LETTER RHA
+-<Multi_key> <U100009BC> <U100009AF> 	: "য়"   U09DF # BENGALI LETTER YYA
+-<Multi_key> <U10000A3C> <U10000A32> 	: "ਲ਼"   U0A33 # GURMUKHI LETTER LLA
+-<Multi_key> <U10000A3C> <U10000A38> 	: "ਸ਼"   U0A36 # GURMUKHI LETTER SHA
+-<Multi_key> <U10000A3C> <U10000A16> 	: "ਖ਼"   U0A59 # GURMUKHI LETTER KHHA
+-<Multi_key> <U10000A3C> <U10000A17> 	: "ਗ਼"   U0A5A # GURMUKHI LETTER GHHA
+-<Multi_key> <U10000A3C> <U10000A1C> 	: "ਜ਼"   U0A5B # GURMUKHI LETTER ZA
+-<Multi_key> <U10000A3C> <U10000A2B> 	: "ਫ਼"   U0A5E # GURMUKHI LETTER FA
+-<Multi_key> <U10000B47> <U10000B56> 	: "ୈ"   U0B48 # ORIYA VOWEL SIGN AI
+-<Multi_key> <U10000B47> <U10000B3E> 	: "ୋ"   U0B4B # ORIYA VOWEL SIGN O
+-<Multi_key> <U10000B47> <U10000B57> 	: "ୌ"   U0B4C # ORIYA VOWEL SIGN AU
+-<Multi_key> <U10000B3C> <U10000B21> 	: "ଡ଼"   U0B5C # ORIYA LETTER RRA
+-<Multi_key> <U10000B3C> <U10000B22> 	: "ଢ଼"   U0B5D # ORIYA LETTER RHA
+-<Multi_key> <U10000BD7> <U10000B92> 	: "ஔ"   U0B94 # TAMIL LETTER AU
+-<Multi_key> <U10000BC6> <U10000BBE> 	: "ொ"   U0BCA # TAMIL VOWEL SIGN O
+-<Multi_key> <U10000BC7> <U10000BBE> 	: "ோ"   U0BCB # TAMIL VOWEL SIGN OO
+-<Multi_key> <U10000BC6> <U10000BD7> 	: "ௌ"   U0BCC # TAMIL VOWEL SIGN AU
+-<Multi_key> <U10000C46> <U10000C56> 	: "ై"   U0C48 # TELUGU VOWEL SIGN AI
+-<Multi_key> <U10000CBF> <U10000CD5> 	: "ೀ"   U0CC0 # KANNADA VOWEL SIGN II
+-<Multi_key> <U10000CC6> <U10000CD5> 	: "ೇ"   U0CC7 # KANNADA VOWEL SIGN EE
+-<Multi_key> <U10000CC6> <U10000CD6> 	: "ೈ"   U0CC8 # KANNADA VOWEL SIGN AI
+-<Multi_key> <U10000CC6> <U10000CC2> 	: "ೊ"   U0CCA # KANNADA VOWEL SIGN O
+-<Multi_key> <U10000CCA> <U10000CD5> 	: "ೋ"   U0CCB # KANNADA VOWEL SIGN OO
+-##<Multi_key> <U10000CC6> <U10000CC2> <U10000CD5> 	: "ೋ"   U0CCB # KANNADA VOWEL SIGN OO
+-<Multi_key> <U10000D46> <U10000D3E> 	: "ൊ"   U0D4A # MALAYALAM VOWEL SIGN O
+-<Multi_key> <U10000D47> <U10000D3E> 	: "ോ"   U0D4B # MALAYALAM VOWEL SIGN OO
+-<Multi_key> <U10000D46> <U10000D57> 	: "ൌ"   U0D4C # MALAYALAM VOWEL SIGN AU
+-<Multi_key> <U10000DD9> <U10000DCA> 	: "ේ"   U0DDA # SINHALA VOWEL SIGN DIGA KOMBUVA
+-<Multi_key> <U10000DD9> <U10000DCF> 	: "ො"   U0DDC # SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA
+-<Multi_key> <U10000DDC> <U10000DCA> 	: "ෝ"   U0DDD # SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA
+-##<Multi_key> <U10000DD9> <U10000DCF> <U10000DCA> 	: "ෝ"   U0DDD # SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA
+-<Multi_key> <U10000DD9> <U10000DDF> 	: "ෞ"   U0DDE # SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA
+-<Multi_key> <U10000FB7> <U10000F42> 	: "གྷ"   U0F43 # TIBETAN LETTER GHA
+-<Multi_key> <U10000FB7> <U10000F4C> 	: "ཌྷ"   U0F4D # TIBETAN LETTER DDHA
+-<Multi_key> <U10000FB7> <U10000F51> 	: "དྷ"   U0F52 # TIBETAN LETTER DHA
+-<Multi_key> <U10000FB7> <U10000F56> 	: "བྷ"   U0F57 # TIBETAN LETTER BHA
+-<Multi_key> <U10000FB7> <U10000F5B> 	: "ཛྷ"   U0F5C # TIBETAN LETTER DZHA
+-<Multi_key> <U10000FB5> <U10000F40> 	: "ཀྵ"   U0F69 # TIBETAN LETTER KSSA
+-<Multi_key> <U10000F71> <U10000F72> 	: "ཱི"   U0F73 # TIBETAN VOWEL SIGN II
+-<Multi_key> <U10000F71> <U10000F74> 	: "ཱུ"   U0F75 # TIBETAN VOWEL SIGN UU
+-<Multi_key> <U10000FB2> <U10000F80> 	: "ྲྀ"   U0F76 # TIBETAN VOWEL SIGN VOCALIC R
+-<Multi_key> <U10000FB3> <U10000F80> 	: "ླྀ"   U0F78 # TIBETAN VOWEL SIGN VOCALIC L
+-<Multi_key> <U10000F71> <U10000F80> 	: "ཱྀ"   U0F81 # TIBETAN VOWEL SIGN REVERSED II
+-<Multi_key> <U10000F92> <U10000FB7> 	: "ྒྷ"   U0F93 # TIBETAN SUBJOINED LETTER GHA
+-<Multi_key> <U10000F9C> <U10000FB7> 	: "ྜྷ"   U0F9D # TIBETAN SUBJOINED LETTER DDHA
+-<Multi_key> <U10000FA1> <U10000FB7> 	: "ྡྷ"   U0FA2 # TIBETAN SUBJOINED LETTER DHA
+-<Multi_key> <U10000FA6> <U10000FB7> 	: "ྦྷ"   U0FA7 # TIBETAN SUBJOINED LETTER BHA
+-<Multi_key> <U10000FAB> <U10000FB7> 	: "ྫྷ"   U0FAC # TIBETAN SUBJOINED LETTER DZHA
+-<Multi_key> <U10000F90> <U10000FB5> 	: "ྐྵ"   U0FB9 # TIBETAN SUBJOINED LETTER KSSA
+-<Multi_key> <U1000102E> <U10001025> 	: "ဦ"   U1026 # MYANMAR LETTER UU
+-<U10000325> <A>                  	: "Ḁ"   U1E00 # LATIN CAPITAL LETTER A WITH RING BELOW
+-<U10000325> <a>                  	: "ḁ"   U1E01 # LATIN SMALL LETTER A WITH RING BELOW
+-<dead_abovedot> <B>              	: "Ḃ"   U1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE
+-<Multi_key> <period> <B>         	: "Ḃ"   U1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE
+-<dead_abovedot> <b>              	: "ḃ"   U1E03 # LATIN SMALL LETTER B WITH DOT ABOVE
+-<Multi_key> <period> <b>         	: "ḃ"   U1E03 # LATIN SMALL LETTER B WITH DOT ABOVE
+-<dead_belowdot> <B>              	: "Ḅ"   U1E04 # LATIN CAPITAL LETTER B WITH DOT BELOW
+-<Multi_key> <exclam> <B>         	: "Ḅ"   U1E04 # LATIN CAPITAL LETTER B WITH DOT BELOW
+-<combining_belowdot> <B>         	: "Ḅ"   U1E04 # LATIN CAPITAL LETTER B WITH DOT BELOW
+-<dead_belowdot> <b>              	: "ḅ"   U1E05 # LATIN SMALL LETTER B WITH DOT BELOW
+-<Multi_key> <exclam> <b>         	: "ḅ"   U1E05 # LATIN SMALL LETTER B WITH DOT BELOW
+-<combining_belowdot> <b>         	: "ḅ"   U1E05 # LATIN SMALL LETTER B WITH DOT BELOW
+-<U10000331> <B>                  	: "Ḇ"   U1E06 # LATIN CAPITAL LETTER B WITH LINE BELOW
+-<U10000331> <b>                  	: "ḇ"   U1E07 # LATIN SMALL LETTER B WITH LINE BELOW
+-<dead_acute> <Ccedilla>          	: "Ḉ"   U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE
+-<Multi_key> <acute> <Ccedilla>   	: "Ḉ"   U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE
+-<Multi_key> <apostrophe> <Ccedilla> 	: "Ḉ"   U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE
+-<dead_acute> <dead_cedilla> <C>  	: "Ḉ"   U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE
+-<dead_acute> <Multi_key> <comma> <C> 	: "Ḉ"   U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE
+-<Multi_key> <acute> <dead_cedilla> <C> 	: "Ḉ"   U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE
+-<Multi_key> <acute> <comma> <C>  	: "Ḉ"   U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE
+-<Multi_key> <apostrophe> <dead_cedilla> <C> 	: "Ḉ"   U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE
+-<combining_acute> <Ccedilla>     	: "Ḉ"   U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE
+-<combining_acute> <dead_cedilla> <C> 	: "Ḉ"   U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE
+-<combining_acute> <Multi_key> <comma> <C> 	: "Ḉ"   U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE
+-<dead_acute> <ccedilla>          	: "ḉ"   U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE
+-<Multi_key> <acute> <ccedilla>   	: "ḉ"   U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE
+-<Multi_key> <apostrophe> <ccedilla> 	: "ḉ"   U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE
+-<dead_acute> <dead_cedilla> <c>  	: "ḉ"   U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE
+-<dead_acute> <Multi_key> <comma> <c> 	: "ḉ"   U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE
+-<Multi_key> <acute> <dead_cedilla> <c> 	: "ḉ"   U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE
+-<Multi_key> <acute> <comma> <c>  	: "ḉ"   U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE
+-<Multi_key> <apostrophe> <dead_cedilla> <c> 	: "ḉ"   U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE
+-<combining_acute> <ccedilla>     	: "ḉ"   U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE
+-<combining_acute> <dead_cedilla> <c> 	: "ḉ"   U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE
+-<combining_acute> <Multi_key> <comma> <c> 	: "ḉ"   U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE
+-<dead_abovedot> <D>              	: "Ḋ"   U1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE
+-<Multi_key> <period> <D>         	: "Ḋ"   U1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE
+-<dead_abovedot> <d>              	: "ḋ"   U1E0B # LATIN SMALL LETTER D WITH DOT ABOVE
+-<Multi_key> <period> <d>         	: "ḋ"   U1E0B # LATIN SMALL LETTER D WITH DOT ABOVE
+-<dead_belowdot> <D>              	: "Ḍ"   U1E0C # LATIN CAPITAL LETTER D WITH DOT BELOW
+-<Multi_key> <exclam> <D>         	: "Ḍ"   U1E0C # LATIN CAPITAL LETTER D WITH DOT BELOW
+-<combining_belowdot> <D>         	: "Ḍ"   U1E0C # LATIN CAPITAL LETTER D WITH DOT BELOW
+-<dead_belowdot> <d>              	: "ḍ"   U1E0D # LATIN SMALL LETTER D WITH DOT BELOW
+-<Multi_key> <exclam> <d>         	: "ḍ"   U1E0D # LATIN SMALL LETTER D WITH DOT BELOW
+-<combining_belowdot> <d>         	: "ḍ"   U1E0D # LATIN SMALL LETTER D WITH DOT BELOW
+-<U10000331> <D>                  	: "Ḏ"   U1E0E # LATIN CAPITAL LETTER D WITH LINE BELOW
+-<U10000331> <d>                  	: "ḏ"   U1E0F # LATIN SMALL LETTER D WITH LINE BELOW
+-<dead_cedilla> <D>               	: "Ḑ"   U1E10 # LATIN CAPITAL LETTER D WITH CEDILLA
+-<Multi_key> <comma> <D>          	: "Ḑ"   U1E10 # LATIN CAPITAL LETTER D WITH CEDILLA
+-<dead_cedilla> <d>               	: "ḑ"   U1E11 # LATIN SMALL LETTER D WITH CEDILLA
+-<Multi_key> <comma> <d>          	: "ḑ"   U1E11 # LATIN SMALL LETTER D WITH CEDILLA
+-<U1000032D> <D>                  	: "Ḓ"   U1E12 # LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW
+-<U1000032D> <d>                  	: "ḓ"   U1E13 # LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW
+-<dead_grave> <Emacron>           	: "Ḕ"   U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE
+-<Multi_key> <grave> <Emacron>    	: "Ḕ"   U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE
+-<dead_grave> <dead_macron> <E>   	: "Ḕ"   U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE
+-<dead_grave> <Multi_key> <macron> <E> 	: "Ḕ"   U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE
+-<dead_grave> <Multi_key> <underscore> <E> 	: "Ḕ"   U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE
+-<Multi_key> <grave> <dead_macron> <E> 	: "Ḕ"   U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE
+-<Multi_key> <grave> <macron> <E> 	: "Ḕ"   U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE
+-<Multi_key> <grave> <underscore> <E> 	: "Ḕ"   U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE
+-<combining_grave> <Emacron>      	: "Ḕ"   U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE
+-<combining_grave> <dead_macron> <E> 	: "Ḕ"   U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE
+-<combining_grave> <Multi_key> <macron> <E> 	: "Ḕ"   U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE
+-<combining_grave> <Multi_key> <underscore> <E> 	: "Ḕ"   U1E14 # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE
+-<dead_grave> <emacron>           	: "ḕ"   U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE
+-<Multi_key> <grave> <emacron>    	: "ḕ"   U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE
+-<dead_grave> <dead_macron> <e>   	: "ḕ"   U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE
+-<dead_grave> <Multi_key> <macron> <e> 	: "ḕ"   U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE
+-<dead_grave> <Multi_key> <underscore> <e> 	: "ḕ"   U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE
+-<Multi_key> <grave> <dead_macron> <e> 	: "ḕ"   U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE
+-<Multi_key> <grave> <macron> <e> 	: "ḕ"   U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE
+-<Multi_key> <grave> <underscore> <e> 	: "ḕ"   U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE
+-<combining_grave> <emacron>      	: "ḕ"   U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE
+-<combining_grave> <dead_macron> <e> 	: "ḕ"   U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE
+-<combining_grave> <Multi_key> <macron> <e> 	: "ḕ"   U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE
+-<combining_grave> <Multi_key> <underscore> <e> 	: "ḕ"   U1E15 # LATIN SMALL LETTER E WITH MACRON AND GRAVE
+-<dead_acute> <Emacron>           	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <acute> <Emacron>    	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <Emacron> 	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<dead_acute> <dead_macron> <E>   	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<dead_acute> <Multi_key> <macron> <E> 	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<dead_acute> <Multi_key> <underscore> <E> 	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <acute> <dead_macron> <E> 	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <acute> <macron> <E> 	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <acute> <underscore> <E> 	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <dead_macron> <E> 	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <macron> <E> 	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <underscore> <E> 	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<combining_acute> <Emacron>      	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<combining_acute> <dead_macron> <E> 	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<combining_acute> <Multi_key> <macron> <E> 	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<combining_acute> <Multi_key> <underscore> <E> 	: "Ḗ"   U1E16 # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE
+-<dead_acute> <emacron>           	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <acute> <emacron>    	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <emacron> 	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<dead_acute> <dead_macron> <e>   	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<dead_acute> <Multi_key> <macron> <e> 	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<dead_acute> <Multi_key> <underscore> <e> 	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <acute> <dead_macron> <e> 	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <acute> <macron> <e> 	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <acute> <underscore> <e> 	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <dead_macron> <e> 	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <macron> <e> 	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <underscore> <e> 	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<combining_acute> <emacron>      	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<combining_acute> <dead_macron> <e> 	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<combining_acute> <Multi_key> <macron> <e> 	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<combining_acute> <Multi_key> <underscore> <e> 	: "ḗ"   U1E17 # LATIN SMALL LETTER E WITH MACRON AND ACUTE
+-<U1000032D> <E>                  	: "Ḙ"   U1E18 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW
+-<U1000032D> <e>                  	: "ḙ"   U1E19 # LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW
+-<U10000330> <E>                  	: "Ḛ"   U1E1A # LATIN CAPITAL LETTER E WITH TILDE BELOW
+-<U10000330> <e>                  	: "ḛ"   U1E1B # LATIN SMALL LETTER E WITH TILDE BELOW
+-<dead_breve> <U10000228>         	: "Ḝ"   U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE
+-<Multi_key> <U> <U10000228>      	: "Ḝ"   U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE
+-<Multi_key> <b> <U10000228>      	: "Ḝ"   U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE
+-<dead_breve> <dead_cedilla> <E>  	: "Ḝ"   U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE
+-<dead_breve> <Multi_key> <comma> <E> 	: "Ḝ"   U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE
+-<Multi_key> <U> <dead_cedilla> <E> 	: "Ḝ"   U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE
+-<Multi_key> <U> <comma> <E>      	: "Ḝ"   U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE
+-<Multi_key> <b> <dead_cedilla> <E> 	: "Ḝ"   U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE
+-<Multi_key> <b> <comma> <E>      	: "Ḝ"   U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE
+-<dead_breve> <U10000229>         	: "ḝ"   U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE
+-<Multi_key> <U> <U10000229>      	: "ḝ"   U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE
+-<Multi_key> <b> <U10000229>      	: "ḝ"   U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE
+-<dead_breve> <dead_cedilla> <e>  	: "ḝ"   U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE
+-<dead_breve> <Multi_key> <comma> <e> 	: "ḝ"   U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE
+-<Multi_key> <U> <dead_cedilla> <e> 	: "ḝ"   U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE
+-<Multi_key> <U> <comma> <e>      	: "ḝ"   U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE
+-<Multi_key> <b> <dead_cedilla> <e> 	: "ḝ"   U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE
+-<Multi_key> <b> <comma> <e>      	: "ḝ"   U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE
+-<dead_abovedot> <F>              	: "Ḟ"   U1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE
+-<Multi_key> <period> <F>         	: "Ḟ"   U1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE
+-<dead_abovedot> <f>              	: "ḟ"   U1E1F # LATIN SMALL LETTER F WITH DOT ABOVE
+-<Multi_key> <period> <f>         	: "ḟ"   U1E1F # LATIN SMALL LETTER F WITH DOT ABOVE
+-<dead_macron> <G>                	: "Ḡ"   U1E20 # LATIN CAPITAL LETTER G WITH MACRON
+-<Multi_key> <macron> <G>         	: "Ḡ"   U1E20 # LATIN CAPITAL LETTER G WITH MACRON
+-<Multi_key> <underscore> <G>     	: "Ḡ"   U1E20 # LATIN CAPITAL LETTER G WITH MACRON
+-<dead_macron> <g>                	: "ḡ"   U1E21 # LATIN SMALL LETTER G WITH MACRON
+-<Multi_key> <macron> <g>         	: "ḡ"   U1E21 # LATIN SMALL LETTER G WITH MACRON
+-<Multi_key> <underscore> <g>     	: "ḡ"   U1E21 # LATIN SMALL LETTER G WITH MACRON
+-<dead_abovedot> <H>              	: "Ḣ"   U1E22 # LATIN CAPITAL LETTER H WITH DOT ABOVE
+-<Multi_key> <period> <H>         	: "Ḣ"   U1E22 # LATIN CAPITAL LETTER H WITH DOT ABOVE
+-<dead_abovedot> <h>              	: "ḣ"   U1E23 # LATIN SMALL LETTER H WITH DOT ABOVE
+-<Multi_key> <period> <h>         	: "ḣ"   U1E23 # LATIN SMALL LETTER H WITH DOT ABOVE
+-<dead_belowdot> <H>              	: "Ḥ"   U1E24 # LATIN CAPITAL LETTER H WITH DOT BELOW
+-<Multi_key> <exclam> <H>         	: "Ḥ"   U1E24 # LATIN CAPITAL LETTER H WITH DOT BELOW
+-<combining_belowdot> <H>         	: "Ḥ"   U1E24 # LATIN CAPITAL LETTER H WITH DOT BELOW
+-<dead_belowdot> <h>              	: "ḥ"   U1E25 # LATIN SMALL LETTER H WITH DOT BELOW
+-<Multi_key> <exclam> <h>         	: "ḥ"   U1E25 # LATIN SMALL LETTER H WITH DOT BELOW
+-<combining_belowdot> <h>         	: "ḥ"   U1E25 # LATIN SMALL LETTER H WITH DOT BELOW
+-<dead_diaeresis> <H>             	: "Ḧ"   U1E26 # LATIN CAPITAL LETTER H WITH DIAERESIS
+-<Multi_key> <quotedbl> <H>       	: "Ḧ"   U1E26 # LATIN CAPITAL LETTER H WITH DIAERESIS
+-<dead_diaeresis> <h>             	: "ḧ"   U1E27 # LATIN SMALL LETTER H WITH DIAERESIS
+-<Multi_key> <quotedbl> <h>       	: "ḧ"   U1E27 # LATIN SMALL LETTER H WITH DIAERESIS
+-<dead_cedilla> <H>               	: "Ḩ"   U1E28 # LATIN CAPITAL LETTER H WITH CEDILLA
+-<Multi_key> <comma> <H>          	: "Ḩ"   U1E28 # LATIN CAPITAL LETTER H WITH CEDILLA
+-<dead_cedilla> <h>               	: "ḩ"   U1E29 # LATIN SMALL LETTER H WITH CEDILLA
+-<Multi_key> <comma> <h>          	: "ḩ"   U1E29 # LATIN SMALL LETTER H WITH CEDILLA
+-<U1000032E> <H>                  	: "Ḫ"   U1E2A # LATIN CAPITAL LETTER H WITH BREVE BELOW
+-<U1000032E> <h>                  	: "ḫ"   U1E2B # LATIN SMALL LETTER H WITH BREVE BELOW
+-<U10000330> <I>                  	: "Ḭ"   U1E2C # LATIN CAPITAL LETTER I WITH TILDE BELOW
+-<U10000330> <i>                  	: "ḭ"   U1E2D # LATIN SMALL LETTER I WITH TILDE BELOW
+-<dead_acute> <Idiaeresis>        	: "Ḯ"   U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE
+-<Multi_key> <acute> <Idiaeresis> 	: "Ḯ"   U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE
+-<Multi_key> <apostrophe> <Idiaeresis> 	: "Ḯ"   U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE
+-<dead_acute> <dead_diaeresis> <I> 	: "Ḯ"   U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE
+-<dead_acute> <Multi_key> <quotedbl> <I> 	: "Ḯ"   U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE
+-<Multi_key> <acute> <dead_diaeresis> <I> 	: "Ḯ"   U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE
+-<Multi_key> <acute> <quotedbl> <I> 	: "Ḯ"   U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE
+-<Multi_key> <apostrophe> <dead_diaeresis> <I> 	: "Ḯ"   U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE
+-<Multi_key> <apostrophe> <quotedbl> <I> 	: "Ḯ"   U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE
+-<combining_acute> <Idiaeresis>   	: "Ḯ"   U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE
+-<combining_acute> <dead_diaeresis> <I> 	: "Ḯ"   U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE
+-<combining_acute> <Multi_key> <quotedbl> <I> 	: "Ḯ"   U1E2E # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE
+-<dead_acute> <idiaeresis>        	: "ḯ"   U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
+-<Multi_key> <acute> <idiaeresis> 	: "ḯ"   U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
+-<Multi_key> <apostrophe> <idiaeresis> 	: "ḯ"   U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
+-<dead_acute> <dead_diaeresis> <i> 	: "ḯ"   U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
+-<dead_acute> <Multi_key> <quotedbl> <i> 	: "ḯ"   U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
+-<Multi_key> <acute> <dead_diaeresis> <i> 	: "ḯ"   U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
+-<Multi_key> <acute> <quotedbl> <i> 	: "ḯ"   U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
+-<Multi_key> <apostrophe> <dead_diaeresis> <i> 	: "ḯ"   U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
+-<Multi_key> <apostrophe> <quotedbl> <i> 	: "ḯ"   U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
+-<combining_acute> <idiaeresis>   	: "ḯ"   U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
+-<combining_acute> <dead_diaeresis> <i> 	: "ḯ"   U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
+-<combining_acute> <Multi_key> <quotedbl> <i> 	: "ḯ"   U1E2F # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE
+-<dead_acute> <K>                 	: "Ḱ"   U1E30 # LATIN CAPITAL LETTER K WITH ACUTE
+-<Multi_key> <acute> <K>          	: "Ḱ"   U1E30 # LATIN CAPITAL LETTER K WITH ACUTE
+-<Multi_key> <apostrophe> <K>     	: "Ḱ"   U1E30 # LATIN CAPITAL LETTER K WITH ACUTE
+-<combining_acute> <K>            	: "Ḱ"   U1E30 # LATIN CAPITAL LETTER K WITH ACUTE
+-<dead_acute> <k>                 	: "ḱ"   U1E31 # LATIN SMALL LETTER K WITH ACUTE
+-<Multi_key> <acute> <k>          	: "ḱ"   U1E31 # LATIN SMALL LETTER K WITH ACUTE
+-<Multi_key> <apostrophe> <k>     	: "ḱ"   U1E31 # LATIN SMALL LETTER K WITH ACUTE
+-<combining_acute> <k>            	: "ḱ"   U1E31 # LATIN SMALL LETTER K WITH ACUTE
+-<dead_belowdot> <K>              	: "Ḳ"   U1E32 # LATIN CAPITAL LETTER K WITH DOT BELOW
+-<Multi_key> <exclam> <K>         	: "Ḳ"   U1E32 # LATIN CAPITAL LETTER K WITH DOT BELOW
+-<combining_belowdot> <K>         	: "Ḳ"   U1E32 # LATIN CAPITAL LETTER K WITH DOT BELOW
+-<dead_belowdot> <k>              	: "ḳ"   U1E33 # LATIN SMALL LETTER K WITH DOT BELOW
+-<Multi_key> <exclam> <k>         	: "ḳ"   U1E33 # LATIN SMALL LETTER K WITH DOT BELOW
+-<combining_belowdot> <k>         	: "ḳ"   U1E33 # LATIN SMALL LETTER K WITH DOT BELOW
+-<U10000331> <K>                  	: "Ḵ"   U1E34 # LATIN CAPITAL LETTER K WITH LINE BELOW
+-<U10000331> <k>                  	: "ḵ"   U1E35 # LATIN SMALL LETTER K WITH LINE BELOW
+-<dead_belowdot> <L>              	: "Ḷ"   U1E36 # LATIN CAPITAL LETTER L WITH DOT BELOW
+-<Multi_key> <exclam> <L>         	: "Ḷ"   U1E36 # LATIN CAPITAL LETTER L WITH DOT BELOW
+-<combining_belowdot> <L>         	: "Ḷ"   U1E36 # LATIN CAPITAL LETTER L WITH DOT BELOW
+-<dead_belowdot> <l>              	: "ḷ"   U1E37 # LATIN SMALL LETTER L WITH DOT BELOW
+-<Multi_key> <exclam> <l>         	: "ḷ"   U1E37 # LATIN SMALL LETTER L WITH DOT BELOW
+-<combining_belowdot> <l>         	: "ḷ"   U1E37 # LATIN SMALL LETTER L WITH DOT BELOW
+-<dead_macron> <U10001E36>        	: "Ḹ"   U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <U10001E36> 	: "Ḹ"   U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <U10001E36> 	: "Ḹ"   U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON
+-<dead_macron> <dead_belowdot> <L> 	: "Ḹ"   U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON
+-<dead_macron> <Multi_key> <exclam> <L> 	: "Ḹ"   U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <dead_belowdot> <L> 	: "Ḹ"   U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <exclam> <L> 	: "Ḹ"   U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <dead_belowdot> <L> 	: "Ḹ"   U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <exclam> <L> 	: "Ḹ"   U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON
+-<dead_macron> <combining_belowdot> <L> 	: "Ḹ"   U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <combining_belowdot> <L> 	: "Ḹ"   U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <combining_belowdot> <L> 	: "Ḹ"   U1E38 # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON
+-<dead_macron> <U10001E37>        	: "ḹ"   U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <U10001E37> 	: "ḹ"   U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <U10001E37> 	: "ḹ"   U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON
+-<dead_macron> <dead_belowdot> <l> 	: "ḹ"   U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON
+-<dead_macron> <Multi_key> <exclam> <l> 	: "ḹ"   U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <dead_belowdot> <l> 	: "ḹ"   U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <exclam> <l> 	: "ḹ"   U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <dead_belowdot> <l> 	: "ḹ"   U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <exclam> <l> 	: "ḹ"   U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON
+-<dead_macron> <combining_belowdot> <l> 	: "ḹ"   U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <combining_belowdot> <l> 	: "ḹ"   U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <combining_belowdot> <l> 	: "ḹ"   U1E39 # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON
+-<U10000331> <L>                  	: "Ḻ"   U1E3A # LATIN CAPITAL LETTER L WITH LINE BELOW
+-<U10000331> <l>                  	: "ḻ"   U1E3B # LATIN SMALL LETTER L WITH LINE BELOW
+-<U1000032D> <L>                  	: "Ḽ"   U1E3C # LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW
+-<U1000032D> <l>                  	: "ḽ"   U1E3D # LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW
+-<dead_acute> <M>                 	: "Ḿ"   U1E3E # LATIN CAPITAL LETTER M WITH ACUTE
+-<Multi_key> <acute> <M>          	: "Ḿ"   U1E3E # LATIN CAPITAL LETTER M WITH ACUTE
+-<Multi_key> <apostrophe> <M>     	: "Ḿ"   U1E3E # LATIN CAPITAL LETTER M WITH ACUTE
+-<combining_acute> <M>            	: "Ḿ"   U1E3E # LATIN CAPITAL LETTER M WITH ACUTE
+-<dead_acute> <m>                 	: "ḿ"   U1E3F # LATIN SMALL LETTER M WITH ACUTE
+-<Multi_key> <acute> <m>          	: "ḿ"   U1E3F # LATIN SMALL LETTER M WITH ACUTE
+-<Multi_key> <apostrophe> <m>     	: "ḿ"   U1E3F # LATIN SMALL LETTER M WITH ACUTE
+-<combining_acute> <m>            	: "ḿ"   U1E3F # LATIN SMALL LETTER M WITH ACUTE
+-<dead_abovedot> <M>              	: "Ṁ"   U1E40 # LATIN CAPITAL LETTER M WITH DOT ABOVE
+-<Multi_key> <period> <M>         	: "Ṁ"   U1E40 # LATIN CAPITAL LETTER M WITH DOT ABOVE
+-<dead_abovedot> <m>              	: "ṁ"   U1E41 # LATIN SMALL LETTER M WITH DOT ABOVE
+-<Multi_key> <period> <m>         	: "ṁ"   U1E41 # LATIN SMALL LETTER M WITH DOT ABOVE
+-<dead_belowdot> <M>              	: "Ṃ"   U1E42 # LATIN CAPITAL LETTER M WITH DOT BELOW
+-<Multi_key> <exclam> <M>         	: "Ṃ"   U1E42 # LATIN CAPITAL LETTER M WITH DOT BELOW
+-<combining_belowdot> <M>         	: "Ṃ"   U1E42 # LATIN CAPITAL LETTER M WITH DOT BELOW
+-<dead_belowdot> <m>              	: "ṃ"   U1E43 # LATIN SMALL LETTER M WITH DOT BELOW
+-<Multi_key> <exclam> <m>         	: "ṃ"   U1E43 # LATIN SMALL LETTER M WITH DOT BELOW
+-<combining_belowdot> <m>         	: "ṃ"   U1E43 # LATIN SMALL LETTER M WITH DOT BELOW
+-<dead_abovedot> <N>              	: "Ṅ"   U1E44 # LATIN CAPITAL LETTER N WITH DOT ABOVE
+-<Multi_key> <period> <N>         	: "Ṅ"   U1E44 # LATIN CAPITAL LETTER N WITH DOT ABOVE
+-<dead_abovedot> <n>              	: "ṅ"   U1E45 # LATIN SMALL LETTER N WITH DOT ABOVE
+-<Multi_key> <period> <n>         	: "ṅ"   U1E45 # LATIN SMALL LETTER N WITH DOT ABOVE
+-<dead_belowdot> <N>              	: "Ṇ"   U1E46 # LATIN CAPITAL LETTER N WITH DOT BELOW
+-<Multi_key> <exclam> <N>         	: "Ṇ"   U1E46 # LATIN CAPITAL LETTER N WITH DOT BELOW
+-<combining_belowdot> <N>         	: "Ṇ"   U1E46 # LATIN CAPITAL LETTER N WITH DOT BELOW
+-<dead_belowdot> <n>              	: "ṇ"   U1E47 # LATIN SMALL LETTER N WITH DOT BELOW
+-<Multi_key> <exclam> <n>         	: "ṇ"   U1E47 # LATIN SMALL LETTER N WITH DOT BELOW
+-<combining_belowdot> <n>         	: "ṇ"   U1E47 # LATIN SMALL LETTER N WITH DOT BELOW
+-<U10000331> <N>                  	: "Ṉ"   U1E48 # LATIN CAPITAL LETTER N WITH LINE BELOW
+-<U10000331> <n>                  	: "ṉ"   U1E49 # LATIN SMALL LETTER N WITH LINE BELOW
+-<U1000032D> <N>                  	: "Ṋ"   U1E4A # LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW
+-<U1000032D> <n>                  	: "ṋ"   U1E4B # LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW
+-<dead_acute> <Otilde>            	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <acute> <Otilde>     	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <Otilde> 	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<dead_acute> <dead_tilde> <O>    	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<dead_acute> <Multi_key> <asciitilde> <O> 	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <acute> <dead_tilde> <O> 	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <acute> <asciitilde> <O> 	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <dead_tilde> <O> 	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <asciitilde> <O> 	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<dead_acute> <combining_tilde> <O> 	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <acute> <combining_tilde> <O> 	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <combining_tilde> <O> 	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<combining_acute> <Otilde>       	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<combining_acute> <dead_tilde> <O> 	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<combining_acute> <Multi_key> <asciitilde> <O> 	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<combining_acute> <combining_tilde> <O> 	: "Ṍ"   U1E4C # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE
+-<dead_acute> <otilde>            	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <acute> <otilde>     	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <otilde> 	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<dead_acute> <dead_tilde> <o>    	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<dead_acute> <Multi_key> <asciitilde> <o> 	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <acute> <dead_tilde> <o> 	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <acute> <asciitilde> <o> 	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <dead_tilde> <o> 	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <asciitilde> <o> 	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<dead_acute> <combining_tilde> <o> 	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <acute> <combining_tilde> <o> 	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <combining_tilde> <o> 	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<combining_acute> <otilde>       	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<combining_acute> <dead_tilde> <o> 	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<combining_acute> <Multi_key> <asciitilde> <o> 	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<combining_acute> <combining_tilde> <o> 	: "ṍ"   U1E4D # LATIN SMALL LETTER O WITH TILDE AND ACUTE
+-<dead_diaeresis> <Otilde>        	: "Ṏ"   U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS
+-<Multi_key> <quotedbl> <Otilde>  	: "Ṏ"   U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS
+-<dead_diaeresis> <dead_tilde> <O> 	: "Ṏ"   U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS
+-<dead_diaeresis> <Multi_key> <asciitilde> <O> 	: "Ṏ"   U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS
+-<Multi_key> <quotedbl> <dead_tilde> <O> 	: "Ṏ"   U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS
+-<Multi_key> <quotedbl> <asciitilde> <O> 	: "Ṏ"   U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS
+-<dead_diaeresis> <combining_tilde> <O> 	: "Ṏ"   U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS
+-<Multi_key> <quotedbl> <combining_tilde> <O> 	: "Ṏ"   U1E4E # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS
+-<dead_diaeresis> <otilde>        	: "ṏ"   U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS
+-<Multi_key> <quotedbl> <otilde>  	: "ṏ"   U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS
+-<dead_diaeresis> <dead_tilde> <o> 	: "ṏ"   U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS
+-<dead_diaeresis> <Multi_key> <asciitilde> <o> 	: "ṏ"   U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS
+-<Multi_key> <quotedbl> <dead_tilde> <o> 	: "ṏ"   U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS
+-<Multi_key> <quotedbl> <asciitilde> <o> 	: "ṏ"   U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS
+-<dead_diaeresis> <combining_tilde> <o> 	: "ṏ"   U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS
+-<Multi_key> <quotedbl> <combining_tilde> <o> 	: "ṏ"   U1E4F # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS
+-<dead_grave> <Omacron>           	: "Ṑ"   U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
+-<Multi_key> <grave> <Omacron>    	: "Ṑ"   U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
+-<dead_grave> <dead_macron> <O>   	: "Ṑ"   U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
+-<dead_grave> <Multi_key> <macron> <O> 	: "Ṑ"   U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
+-<dead_grave> <Multi_key> <underscore> <O> 	: "Ṑ"   U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
+-<Multi_key> <grave> <dead_macron> <O> 	: "Ṑ"   U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
+-<Multi_key> <grave> <macron> <O> 	: "Ṑ"   U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
+-<Multi_key> <grave> <underscore> <O> 	: "Ṑ"   U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
+-<combining_grave> <Omacron>      	: "Ṑ"   U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
+-<combining_grave> <dead_macron> <O> 	: "Ṑ"   U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
+-<combining_grave> <Multi_key> <macron> <O> 	: "Ṑ"   U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
+-<combining_grave> <Multi_key> <underscore> <O> 	: "Ṑ"   U1E50 # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
+-<dead_grave> <omacron>           	: "ṑ"   U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE
+-<Multi_key> <grave> <omacron>    	: "ṑ"   U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE
+-<dead_grave> <dead_macron> <o>   	: "ṑ"   U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE
+-<dead_grave> <Multi_key> <macron> <o> 	: "ṑ"   U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE
+-<dead_grave> <Multi_key> <underscore> <o> 	: "ṑ"   U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE
+-<Multi_key> <grave> <dead_macron> <o> 	: "ṑ"   U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE
+-<Multi_key> <grave> <macron> <o> 	: "ṑ"   U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE
+-<Multi_key> <grave> <underscore> <o> 	: "ṑ"   U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE
+-<combining_grave> <omacron>      	: "ṑ"   U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE
+-<combining_grave> <dead_macron> <o> 	: "ṑ"   U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE
+-<combining_grave> <Multi_key> <macron> <o> 	: "ṑ"   U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE
+-<combining_grave> <Multi_key> <underscore> <o> 	: "ṑ"   U1E51 # LATIN SMALL LETTER O WITH MACRON AND GRAVE
+-<dead_acute> <Omacron>           	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <acute> <Omacron>    	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <Omacron> 	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<dead_acute> <dead_macron> <O>   	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<dead_acute> <Multi_key> <macron> <O> 	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<dead_acute> <Multi_key> <underscore> <O> 	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <acute> <dead_macron> <O> 	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <acute> <macron> <O> 	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <acute> <underscore> <O> 	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <dead_macron> <O> 	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <macron> <O> 	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <underscore> <O> 	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<combining_acute> <Omacron>      	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<combining_acute> <dead_macron> <O> 	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<combining_acute> <Multi_key> <macron> <O> 	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<combining_acute> <Multi_key> <underscore> <O> 	: "Ṓ"   U1E52 # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE
+-<dead_acute> <omacron>           	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <acute> <omacron>    	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <omacron> 	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<dead_acute> <dead_macron> <o>   	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<dead_acute> <Multi_key> <macron> <o> 	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<dead_acute> <Multi_key> <underscore> <o> 	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <acute> <dead_macron> <o> 	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <acute> <macron> <o> 	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <acute> <underscore> <o> 	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <dead_macron> <o> 	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <macron> <o> 	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<Multi_key> <apostrophe> <underscore> <o> 	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<combining_acute> <omacron>      	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<combining_acute> <dead_macron> <o> 	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<combining_acute> <Multi_key> <macron> <o> 	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<combining_acute> <Multi_key> <underscore> <o> 	: "ṓ"   U1E53 # LATIN SMALL LETTER O WITH MACRON AND ACUTE
+-<dead_acute> <P>                 	: "Ṕ"   U1E54 # LATIN CAPITAL LETTER P WITH ACUTE
+-<Multi_key> <acute> <P>          	: "Ṕ"   U1E54 # LATIN CAPITAL LETTER P WITH ACUTE
+-<Multi_key> <apostrophe> <P>     	: "Ṕ"   U1E54 # LATIN CAPITAL LETTER P WITH ACUTE
+-<combining_acute> <P>            	: "Ṕ"   U1E54 # LATIN CAPITAL LETTER P WITH ACUTE
+-<dead_acute> <p>                 	: "ṕ"   U1E55 # LATIN SMALL LETTER P WITH ACUTE
+-<Multi_key> <acute> <p>          	: "ṕ"   U1E55 # LATIN SMALL LETTER P WITH ACUTE
+-<Multi_key> <apostrophe> <p>     	: "ṕ"   U1E55 # LATIN SMALL LETTER P WITH ACUTE
+-<combining_acute> <p>            	: "ṕ"   U1E55 # LATIN SMALL LETTER P WITH ACUTE
+-<dead_abovedot> <P>              	: "Ṗ"   U1E56 # LATIN CAPITAL LETTER P WITH DOT ABOVE
+-<Multi_key> <period> <P>         	: "Ṗ"   U1E56 # LATIN CAPITAL LETTER P WITH DOT ABOVE
+-<dead_abovedot> <p>              	: "ṗ"   U1E57 # LATIN SMALL LETTER P WITH DOT ABOVE
+-<Multi_key> <period> <p>         	: "ṗ"   U1E57 # LATIN SMALL LETTER P WITH DOT ABOVE
+-<dead_abovedot> <R>              	: "Ṙ"   U1E58 # LATIN CAPITAL LETTER R WITH DOT ABOVE
+-<Multi_key> <period> <R>         	: "Ṙ"   U1E58 # LATIN CAPITAL LETTER R WITH DOT ABOVE
+-<dead_abovedot> <r>              	: "ṙ"   U1E59 # LATIN SMALL LETTER R WITH DOT ABOVE
+-<Multi_key> <period> <r>         	: "ṙ"   U1E59 # LATIN SMALL LETTER R WITH DOT ABOVE
+-<dead_belowdot> <R>              	: "Ṛ"   U1E5A # LATIN CAPITAL LETTER R WITH DOT BELOW
+-<Multi_key> <exclam> <R>         	: "Ṛ"   U1E5A # LATIN CAPITAL LETTER R WITH DOT BELOW
+-<combining_belowdot> <R>         	: "Ṛ"   U1E5A # LATIN CAPITAL LETTER R WITH DOT BELOW
+-<dead_belowdot> <r>              	: "ṛ"   U1E5B # LATIN SMALL LETTER R WITH DOT BELOW
+-<Multi_key> <exclam> <r>         	: "ṛ"   U1E5B # LATIN SMALL LETTER R WITH DOT BELOW
+-<combining_belowdot> <r>         	: "ṛ"   U1E5B # LATIN SMALL LETTER R WITH DOT BELOW
+-<dead_macron> <U10001E5A>        	: "Ṝ"   U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <U10001E5A> 	: "Ṝ"   U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <U10001E5A> 	: "Ṝ"   U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON
+-<dead_macron> <dead_belowdot> <R> 	: "Ṝ"   U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON
+-<dead_macron> <Multi_key> <exclam> <R> 	: "Ṝ"   U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <dead_belowdot> <R> 	: "Ṝ"   U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <exclam> <R> 	: "Ṝ"   U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <dead_belowdot> <R> 	: "Ṝ"   U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <exclam> <R> 	: "Ṝ"   U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON
+-<dead_macron> <combining_belowdot> <R> 	: "Ṝ"   U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <combining_belowdot> <R> 	: "Ṝ"   U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <combining_belowdot> <R> 	: "Ṝ"   U1E5C # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON
+-<dead_macron> <U10001E5B>        	: "ṝ"   U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <U10001E5B> 	: "ṝ"   U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <U10001E5B> 	: "ṝ"   U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON
+-<dead_macron> <dead_belowdot> <r> 	: "ṝ"   U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON
+-<dead_macron> <Multi_key> <exclam> <r> 	: "ṝ"   U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <dead_belowdot> <r> 	: "ṝ"   U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <exclam> <r> 	: "ṝ"   U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <dead_belowdot> <r> 	: "ṝ"   U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <exclam> <r> 	: "ṝ"   U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON
+-<dead_macron> <combining_belowdot> <r> 	: "ṝ"   U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <macron> <combining_belowdot> <r> 	: "ṝ"   U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON
+-<Multi_key> <underscore> <combining_belowdot> <r> 	: "ṝ"   U1E5D # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON
+-<U10000331> <R>                  	: "Ṟ"   U1E5E # LATIN CAPITAL LETTER R WITH LINE BELOW
+-<U10000331> <r>                  	: "ṟ"   U1E5F # LATIN SMALL LETTER R WITH LINE BELOW
+-<dead_abovedot> <S>              	: "Ṡ"   U1E60 # LATIN CAPITAL LETTER S WITH DOT ABOVE
+-<Multi_key> <period> <S>         	: "Ṡ"   U1E60 # LATIN CAPITAL LETTER S WITH DOT ABOVE
+-<dead_abovedot> <s>              	: "ṡ"   U1E61 # LATIN SMALL LETTER S WITH DOT ABOVE
+-<Multi_key> <period> <s>         	: "ṡ"   U1E61 # LATIN SMALL LETTER S WITH DOT ABOVE
+-<dead_belowdot> <S>              	: "Ṣ"   U1E62 # LATIN CAPITAL LETTER S WITH DOT BELOW
+-<Multi_key> <exclam> <S>         	: "Ṣ"   U1E62 # LATIN CAPITAL LETTER S WITH DOT BELOW
+-<combining_belowdot> <S>         	: "Ṣ"   U1E62 # LATIN CAPITAL LETTER S WITH DOT BELOW
+-<dead_belowdot> <s>              	: "ṣ"   U1E63 # LATIN SMALL LETTER S WITH DOT BELOW
+-<Multi_key> <exclam> <s>         	: "ṣ"   U1E63 # LATIN SMALL LETTER S WITH DOT BELOW
+-<combining_belowdot> <s>         	: "ṣ"   U1E63 # LATIN SMALL LETTER S WITH DOT BELOW
+-<dead_abovedot> <Sacute>         	: "Ṥ"   U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE
+-<Multi_key> <period> <Sacute>    	: "Ṥ"   U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE
+-<dead_abovedot> <dead_acute> <S> 	: "Ṥ"   U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE
+-<dead_abovedot> <Multi_key> <acute> <S> 	: "Ṥ"   U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE
+-<dead_abovedot> <Multi_key> <apostrophe> <S> 	: "Ṥ"   U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE
+-<Multi_key> <period> <dead_acute> <S> 	: "Ṥ"   U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE
+-<Multi_key> <period> <acute> <S> 	: "Ṥ"   U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE
+-<Multi_key> <period> <apostrophe> <S> 	: "Ṥ"   U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE
+-<dead_abovedot> <combining_acute> <S> 	: "Ṥ"   U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE
+-<Multi_key> <period> <combining_acute> <S> 	: "Ṥ"   U1E64 # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE
+-<dead_abovedot> <sacute>         	: "ṥ"   U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE
+-<Multi_key> <period> <sacute>    	: "ṥ"   U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE
+-<dead_abovedot> <dead_acute> <s> 	: "ṥ"   U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE
+-<dead_abovedot> <Multi_key> <acute> <s> 	: "ṥ"   U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE
+-<dead_abovedot> <Multi_key> <apostrophe> <s> 	: "ṥ"   U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE
+-<Multi_key> <period> <dead_acute> <s> 	: "ṥ"   U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE
+-<Multi_key> <period> <acute> <s> 	: "ṥ"   U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE
+-<Multi_key> <period> <apostrophe> <s> 	: "ṥ"   U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE
+-<dead_abovedot> <combining_acute> <s> 	: "ṥ"   U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE
+-<Multi_key> <period> <combining_acute> <s> 	: "ṥ"   U1E65 # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE
+-<dead_abovedot> <Scaron>         	: "Ṧ"   U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE
+-<Multi_key> <period> <Scaron>    	: "Ṧ"   U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE
+-<dead_abovedot> <dead_caron> <S> 	: "Ṧ"   U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE
+-<dead_abovedot> <Multi_key> <c> <S> 	: "Ṧ"   U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE
+-<Multi_key> <period> <dead_caron> <S> 	: "Ṧ"   U1E66 # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE
+-<dead_abovedot> <scaron>         	: "ṧ"   U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE
+-<Multi_key> <period> <scaron>    	: "ṧ"   U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE
+-<dead_abovedot> <dead_caron> <s> 	: "ṧ"   U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE
+-<dead_abovedot> <Multi_key> <c> <s> 	: "ṧ"   U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE
+-<Multi_key> <period> <dead_caron> <s> 	: "ṧ"   U1E67 # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE
+-<dead_abovedot> <U10001E62>      	: "Ṩ"   U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<Multi_key> <period> <U10001E62> 	: "Ṩ"   U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<dead_abovedot> <dead_belowdot> <S> 	: "Ṩ"   U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<dead_abovedot> <Multi_key> <exclam> <S> 	: "Ṩ"   U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<Multi_key> <period> <dead_belowdot> <S> 	: "Ṩ"   U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<Multi_key> <period> <exclam> <S> 	: "Ṩ"   U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<dead_abovedot> <combining_belowdot> <S> 	: "Ṩ"   U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<Multi_key> <period> <combining_belowdot> <S> 	: "Ṩ"   U1E68 # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<dead_abovedot> <U10001E63>      	: "ṩ"   U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<Multi_key> <period> <U10001E63> 	: "ṩ"   U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<dead_abovedot> <dead_belowdot> <s> 	: "ṩ"   U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<dead_abovedot> <Multi_key> <exclam> <s> 	: "ṩ"   U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<Multi_key> <period> <dead_belowdot> <s> 	: "ṩ"   U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<Multi_key> <period> <exclam> <s> 	: "ṩ"   U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<dead_abovedot> <combining_belowdot> <s> 	: "ṩ"   U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<Multi_key> <period> <combining_belowdot> <s> 	: "ṩ"   U1E69 # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE
+-<dead_abovedot> <T>              	: "Ṫ"   U1E6A # LATIN CAPITAL LETTER T WITH DOT ABOVE
+-<Multi_key> <period> <T>         	: "Ṫ"   U1E6A # LATIN CAPITAL LETTER T WITH DOT ABOVE
+-<dead_abovedot> <t>              	: "ṫ"   U1E6B # LATIN SMALL LETTER T WITH DOT ABOVE
+-<Multi_key> <period> <t>         	: "ṫ"   U1E6B # LATIN SMALL LETTER T WITH DOT ABOVE
+-<dead_belowdot> <T>              	: "Ṭ"   U1E6C # LATIN CAPITAL LETTER T WITH DOT BELOW
+-<Multi_key> <exclam> <T>         	: "Ṭ"   U1E6C # LATIN CAPITAL LETTER T WITH DOT BELOW
+-<combining_belowdot> <T>         	: "Ṭ"   U1E6C # LATIN CAPITAL LETTER T WITH DOT BELOW
+-<dead_belowdot> <t>              	: "ṭ"   U1E6D # LATIN SMALL LETTER T WITH DOT BELOW
+-<Multi_key> <exclam> <t>         	: "ṭ"   U1E6D # LATIN SMALL LETTER T WITH DOT BELOW
+-<combining_belowdot> <t>         	: "ṭ"   U1E6D # LATIN SMALL LETTER T WITH DOT BELOW
+-<U10000331> <T>                  	: "Ṯ"   U1E6E # LATIN CAPITAL LETTER T WITH LINE BELOW
+-<U10000331> <t>                  	: "ṯ"   U1E6F # LATIN SMALL LETTER T WITH LINE BELOW
+-<U1000032D> <T>                  	: "Ṱ"   U1E70 # LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW
+-<U1000032D> <t>                  	: "ṱ"   U1E71 # LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW
+-<U10000324> <U>                  	: "Ṳ"   U1E72 # LATIN CAPITAL LETTER U WITH DIAERESIS BELOW
+-<U10000324> <u>                  	: "ṳ"   U1E73 # LATIN SMALL LETTER U WITH DIAERESIS BELOW
+-<U10000330> <U>                  	: "Ṵ"   U1E74 # LATIN CAPITAL LETTER U WITH TILDE BELOW
+-<U10000330> <u>                  	: "ṵ"   U1E75 # LATIN SMALL LETTER U WITH TILDE BELOW
+-<U1000032D> <U>                  	: "Ṷ"   U1E76 # LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW
+-<U1000032D> <u>                  	: "ṷ"   U1E77 # LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW
+-<dead_acute> <Utilde>            	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <acute> <Utilde>     	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <Utilde> 	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<dead_acute> <dead_tilde> <U>    	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<dead_acute> <Multi_key> <asciitilde> <U> 	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <acute> <dead_tilde> <U> 	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <acute> <asciitilde> <U> 	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <dead_tilde> <U> 	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <asciitilde> <U> 	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<dead_acute> <combining_tilde> <U> 	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <acute> <combining_tilde> <U> 	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <combining_tilde> <U> 	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<combining_acute> <Utilde>       	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<combining_acute> <dead_tilde> <U> 	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<combining_acute> <Multi_key> <asciitilde> <U> 	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<combining_acute> <combining_tilde> <U> 	: "Ṹ"   U1E78 # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE
+-<dead_acute> <utilde>            	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <acute> <utilde>     	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <utilde> 	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<dead_acute> <dead_tilde> <u>    	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<dead_acute> <Multi_key> <asciitilde> <u> 	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <acute> <dead_tilde> <u> 	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <acute> <asciitilde> <u> 	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <dead_tilde> <u> 	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <asciitilde> <u> 	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<dead_acute> <combining_tilde> <u> 	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <acute> <combining_tilde> <u> 	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<Multi_key> <apostrophe> <combining_tilde> <u> 	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<combining_acute> <utilde>       	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<combining_acute> <dead_tilde> <u> 	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<combining_acute> <Multi_key> <asciitilde> <u> 	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<combining_acute> <combining_tilde> <u> 	: "ṹ"   U1E79 # LATIN SMALL LETTER U WITH TILDE AND ACUTE
+-<dead_diaeresis> <Umacron>       	: "Ṻ"   U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS
+-<Multi_key> <quotedbl> <Umacron> 	: "Ṻ"   U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS
+-<dead_diaeresis> <dead_macron> <U> 	: "Ṻ"   U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS
+-<dead_diaeresis> <Multi_key> <macron> <U> 	: "Ṻ"   U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS
+-<dead_diaeresis> <Multi_key> <underscore> <U> 	: "Ṻ"   U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS
+-<Multi_key> <quotedbl> <dead_macron> <U> 	: "Ṻ"   U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS
+-<Multi_key> <quotedbl> <macron> <U> 	: "Ṻ"   U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS
+-<Multi_key> <quotedbl> <underscore> <U> 	: "Ṻ"   U1E7A # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS
+-<dead_diaeresis> <umacron>       	: "ṻ"   U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS
+-<Multi_key> <quotedbl> <umacron> 	: "ṻ"   U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS
+-<dead_diaeresis> <dead_macron> <u> 	: "ṻ"   U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS
+-<dead_diaeresis> <Multi_key> <macron> <u> 	: "ṻ"   U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS
+-<dead_diaeresis> <Multi_key> <underscore> <u> 	: "ṻ"   U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS
+-<Multi_key> <quotedbl> <dead_macron> <u> 	: "ṻ"   U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS
+-<Multi_key> <quotedbl> <macron> <u> 	: "ṻ"   U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS
+-<Multi_key> <quotedbl> <underscore> <u> 	: "ṻ"   U1E7B # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS
+-<dead_tilde> <V>                 	: "Ṽ"   U1E7C # LATIN CAPITAL LETTER V WITH TILDE
+-<Multi_key> <asciitilde> <V>     	: "Ṽ"   U1E7C # LATIN CAPITAL LETTER V WITH TILDE
+-<combining_tilde> <V>            	: "Ṽ"   U1E7C # LATIN CAPITAL LETTER V WITH TILDE
+-<dead_tilde> <v>                 	: "ṽ"   U1E7D # LATIN SMALL LETTER V WITH TILDE
+-<Multi_key> <asciitilde> <v>     	: "ṽ"   U1E7D # LATIN SMALL LETTER V WITH TILDE
+-<combining_tilde> <v>            	: "ṽ"   U1E7D # LATIN SMALL LETTER V WITH TILDE
+-<dead_belowdot> <V>              	: "Ṿ"   U1E7E # LATIN CAPITAL LETTER V WITH DOT BELOW
+-<Multi_key> <exclam> <V>         	: "Ṿ"   U1E7E # LATIN CAPITAL LETTER V WITH DOT BELOW
+-<combining_belowdot> <V>         	: "Ṿ"   U1E7E # LATIN CAPITAL LETTER V WITH DOT BELOW
+-<dead_belowdot> <v>              	: "ṿ"   U1E7F # LATIN SMALL LETTER V WITH DOT BELOW
+-<Multi_key> <exclam> <v>         	: "ṿ"   U1E7F # LATIN SMALL LETTER V WITH DOT BELOW
+-<combining_belowdot> <v>         	: "ṿ"   U1E7F # LATIN SMALL LETTER V WITH DOT BELOW
+-<dead_grave> <W>                 	: "Ẁ"   U1E80 # LATIN CAPITAL LETTER W WITH GRAVE
+-<Multi_key> <grave> <W>          	: "Ẁ"   U1E80 # LATIN CAPITAL LETTER W WITH GRAVE
+-<combining_grave> <W>            	: "Ẁ"   U1E80 # LATIN CAPITAL LETTER W WITH GRAVE
+-<dead_grave> <w>                 	: "ẁ"   U1E81 # LATIN SMALL LETTER W WITH GRAVE
+-<Multi_key> <grave> <w>          	: "ẁ"   U1E81 # LATIN SMALL LETTER W WITH GRAVE
+-<combining_grave> <w>            	: "ẁ"   U1E81 # LATIN SMALL LETTER W WITH GRAVE
+-<dead_acute> <W>                 	: "Ẃ"   U1E82 # LATIN CAPITAL LETTER W WITH ACUTE
+-<Multi_key> <acute> <W>          	: "Ẃ"   U1E82 # LATIN CAPITAL LETTER W WITH ACUTE
+-<Multi_key> <apostrophe> <W>     	: "Ẃ"   U1E82 # LATIN CAPITAL LETTER W WITH ACUTE
+-<combining_acute> <W>            	: "Ẃ"   U1E82 # LATIN CAPITAL LETTER W WITH ACUTE
+-<dead_acute> <w>                 	: "ẃ"   U1E83 # LATIN SMALL LETTER W WITH ACUTE
+-<Multi_key> <acute> <w>          	: "ẃ"   U1E83 # LATIN SMALL LETTER W WITH ACUTE
+-<Multi_key> <apostrophe> <w>     	: "ẃ"   U1E83 # LATIN SMALL LETTER W WITH ACUTE
+-<combining_acute> <w>            	: "ẃ"   U1E83 # LATIN SMALL LETTER W WITH ACUTE
+-<dead_diaeresis> <W>             	: "Ẅ"   U1E84 # LATIN CAPITAL LETTER W WITH DIAERESIS
+-<Multi_key> <quotedbl> <W>       	: "Ẅ"   U1E84 # LATIN CAPITAL LETTER W WITH DIAERESIS
+-<dead_diaeresis> <w>             	: "ẅ"   U1E85 # LATIN SMALL LETTER W WITH DIAERESIS
+-<Multi_key> <quotedbl> <w>       	: "ẅ"   U1E85 # LATIN SMALL LETTER W WITH DIAERESIS
+-<dead_abovedot> <W>              	: "Ẇ"   U1E86 # LATIN CAPITAL LETTER W WITH DOT ABOVE
+-<Multi_key> <period> <W>         	: "Ẇ"   U1E86 # LATIN CAPITAL LETTER W WITH DOT ABOVE
+-<dead_abovedot> <w>              	: "ẇ"   U1E87 # LATIN SMALL LETTER W WITH DOT ABOVE
+-<Multi_key> <period> <w>         	: "ẇ"   U1E87 # LATIN SMALL LETTER W WITH DOT ABOVE
+-<dead_belowdot> <W>              	: "Ẉ"   U1E88 # LATIN CAPITAL LETTER W WITH DOT BELOW
+-<Multi_key> <exclam> <W>         	: "Ẉ"   U1E88 # LATIN CAPITAL LETTER W WITH DOT BELOW
+-<combining_belowdot> <W>         	: "Ẉ"   U1E88 # LATIN CAPITAL LETTER W WITH DOT BELOW
+-<dead_belowdot> <w>              	: "ẉ"   U1E89 # LATIN SMALL LETTER W WITH DOT BELOW
+-<Multi_key> <exclam> <w>         	: "ẉ"   U1E89 # LATIN SMALL LETTER W WITH DOT BELOW
+-<combining_belowdot> <w>         	: "ẉ"   U1E89 # LATIN SMALL LETTER W WITH DOT BELOW
+-<dead_abovedot> <X>              	: "Ẋ"   U1E8A # LATIN CAPITAL LETTER X WITH DOT ABOVE
+-<Multi_key> <period> <X>         	: "Ẋ"   U1E8A # LATIN CAPITAL LETTER X WITH DOT ABOVE
+-<dead_abovedot> <x>              	: "ẋ"   U1E8B # LATIN SMALL LETTER X WITH DOT ABOVE
+-<Multi_key> <period> <x>         	: "ẋ"   U1E8B # LATIN SMALL LETTER X WITH DOT ABOVE
+-<dead_diaeresis> <X>             	: "Ẍ"   U1E8C # LATIN CAPITAL LETTER X WITH DIAERESIS
+-<Multi_key> <quotedbl> <X>       	: "Ẍ"   U1E8C # LATIN CAPITAL LETTER X WITH DIAERESIS
+-<dead_diaeresis> <x>             	: "ẍ"   U1E8D # LATIN SMALL LETTER X WITH DIAERESIS
+-<Multi_key> <quotedbl> <x>       	: "ẍ"   U1E8D # LATIN SMALL LETTER X WITH DIAERESIS
+-<dead_abovedot> <Y>              	: "Ẏ"   U1E8E # LATIN CAPITAL LETTER Y WITH DOT ABOVE
+-<Multi_key> <period> <Y>         	: "Ẏ"   U1E8E # LATIN CAPITAL LETTER Y WITH DOT ABOVE
+-<dead_abovedot> <y>              	: "ẏ"   U1E8F # LATIN SMALL LETTER Y WITH DOT ABOVE
+-<Multi_key> <period> <y>         	: "ẏ"   U1E8F # LATIN SMALL LETTER Y WITH DOT ABOVE
+-<dead_circumflex> <Z>            	: "Ẑ"   U1E90 # LATIN CAPITAL LETTER Z WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <Z>    	: "Ẑ"   U1E90 # LATIN CAPITAL LETTER Z WITH CIRCUMFLEX
+-<dead_circumflex> <z>            	: "ẑ"   U1E91 # LATIN SMALL LETTER Z WITH CIRCUMFLEX
+-<Multi_key> <asciicircum> <z>    	: "ẑ"   U1E91 # LATIN SMALL LETTER Z WITH CIRCUMFLEX
+-<dead_belowdot> <Z>              	: "Ẓ"   U1E92 # LATIN CAPITAL LETTER Z WITH DOT BELOW
+-<Multi_key> <exclam> <Z>         	: "Ẓ"   U1E92 # LATIN CAPITAL LETTER Z WITH DOT BELOW
+-<combining_belowdot> <Z>         	: "Ẓ"   U1E92 # LATIN CAPITAL LETTER Z WITH DOT BELOW
+-<dead_belowdot> <z>              	: "ẓ"   U1E93 # LATIN SMALL LETTER Z WITH DOT BELOW
+-<Multi_key> <exclam> <z>         	: "ẓ"   U1E93 # LATIN SMALL LETTER Z WITH DOT BELOW
+-<combining_belowdot> <z>         	: "ẓ"   U1E93 # LATIN SMALL LETTER Z WITH DOT BELOW
+-<U10000331> <Z>                  	: "Ẕ"   U1E94 # LATIN CAPITAL LETTER Z WITH LINE BELOW
+-<U10000331> <z>                  	: "ẕ"   U1E95 # LATIN SMALL LETTER Z WITH LINE BELOW
+-<U10000331> <h>                  	: "ẖ"   U1E96 # LATIN SMALL LETTER H WITH LINE BELOW
+-<dead_diaeresis> <t>             	: "ẗ"   U1E97 # LATIN SMALL LETTER T WITH DIAERESIS
+-<Multi_key> <quotedbl> <t>       	: "ẗ"   U1E97 # LATIN SMALL LETTER T WITH DIAERESIS
+-<dead_abovering> <w>             	: "ẘ"   U1E98 # LATIN SMALL LETTER W WITH RING ABOVE
+-<Multi_key> <o> <w>              	: "ẘ"   U1E98 # LATIN SMALL LETTER W WITH RING ABOVE
+-<dead_abovering> <y>             	: "ẙ"   U1E99 # LATIN SMALL LETTER Y WITH RING ABOVE
+-<Multi_key> <o> <y>              	: "ẙ"   U1E99 # LATIN SMALL LETTER Y WITH RING ABOVE
+-<dead_abovedot> <U1000017F>      	: "ẛ"   U1E9B # LATIN SMALL LETTER LONG S WITH DOT ABOVE
+-<Multi_key> <period> <U1000017F> 	: "ẛ"   U1E9B # LATIN SMALL LETTER LONG S WITH DOT ABOVE
+-<dead_belowdot> <A>              	: "Ạ"   U1EA0 # LATIN CAPITAL LETTER A WITH DOT BELOW
+-<Multi_key> <exclam> <A>         	: "Ạ"   U1EA0 # LATIN CAPITAL LETTER A WITH DOT BELOW
+-<combining_belowdot> <A>         	: "Ạ"   U1EA0 # LATIN CAPITAL LETTER A WITH DOT BELOW
+-<dead_belowdot> <a>              	: "ạ"   U1EA1 # LATIN SMALL LETTER A WITH DOT BELOW
+-<Multi_key> <exclam> <a>         	: "ạ"   U1EA1 # LATIN SMALL LETTER A WITH DOT BELOW
+-<combining_belowdot> <a>         	: "ạ"   U1EA1 # LATIN SMALL LETTER A WITH DOT BELOW
+-<dead_hook> <A>                  	: "Ả"   U1EA2 # LATIN CAPITAL LETTER A WITH HOOK ABOVE
+-<Multi_key> <question> <A>       	: "Ả"   U1EA2 # LATIN CAPITAL LETTER A WITH HOOK ABOVE
+-<combining_hook> <A>             	: "Ả"   U1EA2 # LATIN CAPITAL LETTER A WITH HOOK ABOVE
+-<dead_hook> <a>                  	: "ả"   U1EA3 # LATIN SMALL LETTER A WITH HOOK ABOVE
+-<Multi_key> <question> <a>       	: "ả"   U1EA3 # LATIN SMALL LETTER A WITH HOOK ABOVE
+-<combining_hook> <a>             	: "ả"   U1EA3 # LATIN SMALL LETTER A WITH HOOK ABOVE
+-<dead_acute> <Acircumflex>       	: "Ấ"   U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <Acircumflex> 	: "Ấ"   U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <Acircumflex> 	: "Ấ"   U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <dead_circumflex> <A> 	: "Ấ"   U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <Multi_key> <asciicircum> <A> 	: "Ấ"   U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <dead_circumflex> <A> 	: "Ấ"   U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <asciicircum> <A> 	: "Ấ"   U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <dead_circumflex> <A> 	: "Ấ"   U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <asciicircum> <A> 	: "Ấ"   U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <Acircumflex>  	: "Ấ"   U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <dead_circumflex> <A> 	: "Ấ"   U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <Multi_key> <asciicircum> <A> 	: "Ấ"   U1EA4 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <acircumflex>       	: "ấ"   U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <acircumflex> 	: "ấ"   U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <acircumflex> 	: "ấ"   U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <dead_circumflex> <a> 	: "ấ"   U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <Multi_key> <asciicircum> <a> 	: "ấ"   U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <dead_circumflex> <a> 	: "ấ"   U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <asciicircum> <a> 	: "ấ"   U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <dead_circumflex> <a> 	: "ấ"   U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <asciicircum> <a> 	: "ấ"   U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <acircumflex>  	: "ấ"   U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <dead_circumflex> <a> 	: "ấ"   U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <Multi_key> <asciicircum> <a> 	: "ấ"   U1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
+-<dead_grave> <Acircumflex>       	: "Ầ"   U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <Acircumflex> 	: "Ầ"   U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <dead_circumflex> <A> 	: "Ầ"   U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <Multi_key> <asciicircum> <A> 	: "Ầ"   U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <dead_circumflex> <A> 	: "Ầ"   U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <asciicircum> <A> 	: "Ầ"   U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <Acircumflex>  	: "Ầ"   U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <dead_circumflex> <A> 	: "Ầ"   U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <Multi_key> <asciicircum> <A> 	: "Ầ"   U1EA6 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <acircumflex>       	: "ầ"   U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <acircumflex> 	: "ầ"   U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <dead_circumflex> <a> 	: "ầ"   U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <Multi_key> <asciicircum> <a> 	: "ầ"   U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <dead_circumflex> <a> 	: "ầ"   U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <asciicircum> <a> 	: "ầ"   U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <acircumflex>  	: "ầ"   U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <dead_circumflex> <a> 	: "ầ"   U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <Multi_key> <asciicircum> <a> 	: "ầ"   U1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
+-<dead_hook> <Acircumflex>        	: "Ẩ"   U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <Acircumflex> 	: "Ẩ"   U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <dead_circumflex> <A> 	: "Ẩ"   U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <Multi_key> <asciicircum> <A> 	: "Ẩ"   U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <dead_circumflex> <A> 	: "Ẩ"   U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <asciicircum> <A> 	: "Ẩ"   U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <Acircumflex>   	: "Ẩ"   U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <dead_circumflex> <A> 	: "Ẩ"   U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <Multi_key> <asciicircum> <A> 	: "Ẩ"   U1EA8 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <acircumflex>        	: "ẩ"   U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <acircumflex> 	: "ẩ"   U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <dead_circumflex> <a> 	: "ẩ"   U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <Multi_key> <asciicircum> <a> 	: "ẩ"   U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <dead_circumflex> <a> 	: "ẩ"   U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <asciicircum> <a> 	: "ẩ"   U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <acircumflex>   	: "ẩ"   U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <dead_circumflex> <a> 	: "ẩ"   U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <Multi_key> <asciicircum> <a> 	: "ẩ"   U1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_tilde> <Acircumflex>       	: "Ẫ"   U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <Acircumflex> 	: "Ẫ"   U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <dead_circumflex> <A> 	: "Ẫ"   U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <Multi_key> <asciicircum> <A> 	: "Ẫ"   U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <dead_circumflex> <A> 	: "Ẫ"   U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <asciicircum> <A> 	: "Ẫ"   U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <Acircumflex>  	: "Ẫ"   U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <dead_circumflex> <A> 	: "Ẫ"   U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <Multi_key> <asciicircum> <A> 	: "Ẫ"   U1EAA # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <acircumflex>       	: "ẫ"   U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <acircumflex> 	: "ẫ"   U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <dead_circumflex> <a> 	: "ẫ"   U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <Multi_key> <asciicircum> <a> 	: "ẫ"   U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <dead_circumflex> <a> 	: "ẫ"   U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <asciicircum> <a> 	: "ẫ"   U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <acircumflex>  	: "ẫ"   U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <dead_circumflex> <a> 	: "ẫ"   U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <Multi_key> <asciicircum> <a> 	: "ẫ"   U1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE
+-<dead_circumflex> <U10001EA0>    	: "Ậ"   U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <U10001EA0> 	: "Ậ"   U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <dead_belowdot> <A> 	: "Ậ"   U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <Multi_key> <exclam> <A> 	: "Ậ"   U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <dead_belowdot> <A> 	: "Ậ"   U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <exclam> <A> 	: "Ậ"   U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <combining_belowdot> <A> 	: "Ậ"   U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <combining_belowdot> <A> 	: "Ậ"   U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<dead_belowdot> <Acircumflex>    	: "Ậ"   U1EAC # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <U10001EA1>    	: "ậ"   U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <U10001EA1> 	: "ậ"   U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <dead_belowdot> <a> 	: "ậ"   U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <Multi_key> <exclam> <a> 	: "ậ"   U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <dead_belowdot> <a> 	: "ậ"   U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <exclam> <a> 	: "ậ"   U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <combining_belowdot> <a> 	: "ậ"   U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <combining_belowdot> <a> 	: "ậ"   U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<dead_belowdot> <acircumflex>    	: "ậ"   U1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW
+-<dead_acute> <Abreve>            	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<Multi_key> <acute> <Abreve>     	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<Multi_key> <apostrophe> <Abreve> 	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<dead_acute> <dead_breve> <A>    	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<dead_acute> <Multi_key> <U> <A> 	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<dead_acute> <Multi_key> <b> <A> 	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<Multi_key> <acute> <dead_breve> <A> 	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<Multi_key> <acute> <b> <A>      	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<Multi_key> <apostrophe> <dead_breve> <A> 	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<Multi_key> <apostrophe> <b> <A> 	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<combining_acute> <Abreve>       	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<combining_acute> <dead_breve> <A> 	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<combining_acute> <Multi_key> <U> <A> 	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<combining_acute> <Multi_key> <b> <A> 	: "Ắ"   U1EAE # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE
+-<dead_acute> <abreve>            	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<Multi_key> <acute> <abreve>     	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<Multi_key> <apostrophe> <abreve> 	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<dead_acute> <dead_breve> <a>    	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<dead_acute> <Multi_key> <U> <a> 	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<dead_acute> <Multi_key> <b> <a> 	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<Multi_key> <acute> <dead_breve> <a> 	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<Multi_key> <acute> <b> <a>      	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<Multi_key> <apostrophe> <dead_breve> <a> 	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<Multi_key> <apostrophe> <b> <a> 	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<combining_acute> <abreve>       	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<combining_acute> <dead_breve> <a> 	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<combining_acute> <Multi_key> <U> <a> 	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<combining_acute> <Multi_key> <b> <a> 	: "ắ"   U1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE
+-<dead_grave> <Abreve>            	: "Ằ"   U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE
+-<Multi_key> <grave> <Abreve>     	: "Ằ"   U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE
+-<dead_grave> <dead_breve> <A>    	: "Ằ"   U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE
+-<dead_grave> <Multi_key> <U> <A> 	: "Ằ"   U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE
+-<dead_grave> <Multi_key> <b> <A> 	: "Ằ"   U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE
+-<Multi_key> <grave> <dead_breve> <A> 	: "Ằ"   U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE
+-<Multi_key> <grave> <b> <A>      	: "Ằ"   U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE
+-<combining_grave> <Abreve>       	: "Ằ"   U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE
+-<combining_grave> <dead_breve> <A> 	: "Ằ"   U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE
+-<combining_grave> <Multi_key> <U> <A> 	: "Ằ"   U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE
+-<combining_grave> <Multi_key> <b> <A> 	: "Ằ"   U1EB0 # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE
+-<dead_grave> <abreve>            	: "ằ"   U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE
+-<Multi_key> <grave> <abreve>     	: "ằ"   U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE
+-<dead_grave> <dead_breve> <a>    	: "ằ"   U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE
+-<dead_grave> <Multi_key> <U> <a> 	: "ằ"   U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE
+-<dead_grave> <Multi_key> <b> <a> 	: "ằ"   U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE
+-<Multi_key> <grave> <dead_breve> <a> 	: "ằ"   U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE
+-<Multi_key> <grave> <b> <a>      	: "ằ"   U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE
+-<combining_grave> <abreve>       	: "ằ"   U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE
+-<combining_grave> <dead_breve> <a> 	: "ằ"   U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE
+-<combining_grave> <Multi_key> <U> <a> 	: "ằ"   U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE
+-<combining_grave> <Multi_key> <b> <a> 	: "ằ"   U1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE
+-<dead_hook> <Abreve>             	: "Ẳ"   U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE
+-<Multi_key> <question> <Abreve>  	: "Ẳ"   U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE
+-<dead_hook> <dead_breve> <A>     	: "Ẳ"   U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE
+-<dead_hook> <Multi_key> <U> <A>  	: "Ẳ"   U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE
+-<dead_hook> <Multi_key> <b> <A>  	: "Ẳ"   U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE
+-<Multi_key> <question> <dead_breve> <A> 	: "Ẳ"   U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE
+-<Multi_key> <question> <b> <A>   	: "Ẳ"   U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE
+-<combining_hook> <Abreve>        	: "Ẳ"   U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE
+-<combining_hook> <dead_breve> <A> 	: "Ẳ"   U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE
+-<combining_hook> <Multi_key> <U> <A> 	: "Ẳ"   U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE
+-<combining_hook> <Multi_key> <b> <A> 	: "Ẳ"   U1EB2 # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE
+-<dead_hook> <abreve>             	: "ẳ"   U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE
+-<Multi_key> <question> <abreve>  	: "ẳ"   U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE
+-<dead_hook> <dead_breve> <a>     	: "ẳ"   U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE
+-<dead_hook> <Multi_key> <U> <a>  	: "ẳ"   U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE
+-<dead_hook> <Multi_key> <b> <a>  	: "ẳ"   U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE
+-<Multi_key> <question> <dead_breve> <a> 	: "ẳ"   U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE
+-<Multi_key> <question> <b> <a>   	: "ẳ"   U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE
+-<combining_hook> <abreve>        	: "ẳ"   U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE
+-<combining_hook> <dead_breve> <a> 	: "ẳ"   U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE
+-<combining_hook> <Multi_key> <U> <a> 	: "ẳ"   U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE
+-<combining_hook> <Multi_key> <b> <a> 	: "ẳ"   U1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE
+-<dead_tilde> <Abreve>            	: "Ẵ"   U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE
+-<Multi_key> <asciitilde> <Abreve> 	: "Ẵ"   U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE
+-<dead_tilde> <dead_breve> <A>    	: "Ẵ"   U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE
+-<dead_tilde> <Multi_key> <U> <A> 	: "Ẵ"   U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE
+-<dead_tilde> <Multi_key> <b> <A> 	: "Ẵ"   U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE
+-<Multi_key> <asciitilde> <dead_breve> <A> 	: "Ẵ"   U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE
+-<Multi_key> <asciitilde> <b> <A> 	: "Ẵ"   U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE
+-<combining_tilde> <Abreve>       	: "Ẵ"   U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE
+-<combining_tilde> <dead_breve> <A> 	: "Ẵ"   U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE
+-<combining_tilde> <Multi_key> <U> <A> 	: "Ẵ"   U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE
+-<combining_tilde> <Multi_key> <b> <A> 	: "Ẵ"   U1EB4 # LATIN CAPITAL LETTER A WITH BREVE AND TILDE
+-<dead_tilde> <abreve>            	: "ẵ"   U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE
+-<Multi_key> <asciitilde> <abreve> 	: "ẵ"   U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE
+-<dead_tilde> <dead_breve> <a>    	: "ẵ"   U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE
+-<dead_tilde> <Multi_key> <U> <a> 	: "ẵ"   U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE
+-<dead_tilde> <Multi_key> <b> <a> 	: "ẵ"   U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE
+-<Multi_key> <asciitilde> <dead_breve> <a> 	: "ẵ"   U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE
+-<Multi_key> <asciitilde> <b> <a> 	: "ẵ"   U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE
+-<combining_tilde> <abreve>       	: "ẵ"   U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE
+-<combining_tilde> <dead_breve> <a> 	: "ẵ"   U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE
+-<combining_tilde> <Multi_key> <U> <a> 	: "ẵ"   U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE
+-<combining_tilde> <Multi_key> <b> <a> 	: "ẵ"   U1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE
+-<dead_breve> <U10001EA0>         	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <U> <U10001EA0>      	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <b> <U10001EA0>      	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<dead_breve> <dead_belowdot> <A> 	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<dead_breve> <Multi_key> <exclam> <A> 	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <U> <dead_belowdot> <A> 	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <U> <exclam> <A>     	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <b> <dead_belowdot> <A> 	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <b> <exclam> <A>     	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<dead_breve> <combining_belowdot> <A> 	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <U> <combining_belowdot> <A> 	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <b> <combining_belowdot> <A> 	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<dead_belowdot> <Abreve>         	: "Ặ"   U1EB6 # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW
+-<dead_breve> <U10001EA1>         	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <U> <U10001EA1>      	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <b> <U10001EA1>      	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<dead_breve> <dead_belowdot> <a> 	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<dead_breve> <Multi_key> <exclam> <a> 	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <U> <dead_belowdot> <a> 	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <U> <exclam> <a>     	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <b> <dead_belowdot> <a> 	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <b> <exclam> <a>     	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<dead_breve> <combining_belowdot> <a> 	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <U> <combining_belowdot> <a> 	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<Multi_key> <b> <combining_belowdot> <a> 	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<dead_belowdot> <abreve>         	: "ặ"   U1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW
+-<dead_belowdot> <E>              	: "Ẹ"   U1EB8 # LATIN CAPITAL LETTER E WITH DOT BELOW
+-<Multi_key> <exclam> <E>         	: "Ẹ"   U1EB8 # LATIN CAPITAL LETTER E WITH DOT BELOW
+-<combining_belowdot> <E>         	: "Ẹ"   U1EB8 # LATIN CAPITAL LETTER E WITH DOT BELOW
+-<dead_belowdot> <e>              	: "ẹ"   U1EB9 # LATIN SMALL LETTER E WITH DOT BELOW
+-<Multi_key> <exclam> <e>         	: "ẹ"   U1EB9 # LATIN SMALL LETTER E WITH DOT BELOW
+-<combining_belowdot> <e>         	: "ẹ"   U1EB9 # LATIN SMALL LETTER E WITH DOT BELOW
+-<dead_hook> <E>                  	: "Ẻ"   U1EBA # LATIN CAPITAL LETTER E WITH HOOK ABOVE
+-<Multi_key> <question> <E>       	: "Ẻ"   U1EBA # LATIN CAPITAL LETTER E WITH HOOK ABOVE
+-<combining_hook> <E>             	: "Ẻ"   U1EBA # LATIN CAPITAL LETTER E WITH HOOK ABOVE
+-<dead_hook> <e>                  	: "ẻ"   U1EBB # LATIN SMALL LETTER E WITH HOOK ABOVE
+-<Multi_key> <question> <e>       	: "ẻ"   U1EBB # LATIN SMALL LETTER E WITH HOOK ABOVE
+-<combining_hook> <e>             	: "ẻ"   U1EBB # LATIN SMALL LETTER E WITH HOOK ABOVE
+-<dead_tilde> <E>                 	: "Ẽ"   U1EBC # LATIN CAPITAL LETTER E WITH TILDE
+-<Multi_key> <asciitilde> <E>     	: "Ẽ"   U1EBC # LATIN CAPITAL LETTER E WITH TILDE
+-<combining_tilde> <E>            	: "Ẽ"   U1EBC # LATIN CAPITAL LETTER E WITH TILDE
+-<dead_tilde> <e>                 	: "ẽ"   U1EBD # LATIN SMALL LETTER E WITH TILDE
+-<Multi_key> <asciitilde> <e>     	: "ẽ"   U1EBD # LATIN SMALL LETTER E WITH TILDE
+-<combining_tilde> <e>            	: "ẽ"   U1EBD # LATIN SMALL LETTER E WITH TILDE
+-<dead_acute> <Ecircumflex>       	: "Ế"   U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <Ecircumflex> 	: "Ế"   U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <Ecircumflex> 	: "Ế"   U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <dead_circumflex> <E> 	: "Ế"   U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <Multi_key> <asciicircum> <E> 	: "Ế"   U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <dead_circumflex> <E> 	: "Ế"   U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <asciicircum> <E> 	: "Ế"   U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <dead_circumflex> <E> 	: "Ế"   U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <asciicircum> <E> 	: "Ế"   U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <Ecircumflex>  	: "Ế"   U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <dead_circumflex> <E> 	: "Ế"   U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <Multi_key> <asciicircum> <E> 	: "Ế"   U1EBE # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <ecircumflex>       	: "ế"   U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <ecircumflex> 	: "ế"   U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <ecircumflex> 	: "ế"   U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <dead_circumflex> <e> 	: "ế"   U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <Multi_key> <asciicircum> <e> 	: "ế"   U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <dead_circumflex> <e> 	: "ế"   U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <asciicircum> <e> 	: "ế"   U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <dead_circumflex> <e> 	: "ế"   U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <asciicircum> <e> 	: "ế"   U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <ecircumflex>  	: "ế"   U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <dead_circumflex> <e> 	: "ế"   U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <Multi_key> <asciicircum> <e> 	: "ế"   U1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE
+-<dead_grave> <Ecircumflex>       	: "Ề"   U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <Ecircumflex> 	: "Ề"   U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <dead_circumflex> <E> 	: "Ề"   U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <Multi_key> <asciicircum> <E> 	: "Ề"   U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <dead_circumflex> <E> 	: "Ề"   U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <asciicircum> <E> 	: "Ề"   U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <Ecircumflex>  	: "Ề"   U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <dead_circumflex> <E> 	: "Ề"   U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <Multi_key> <asciicircum> <E> 	: "Ề"   U1EC0 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <ecircumflex>       	: "ề"   U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <ecircumflex> 	: "ề"   U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <dead_circumflex> <e> 	: "ề"   U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <Multi_key> <asciicircum> <e> 	: "ề"   U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <dead_circumflex> <e> 	: "ề"   U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <asciicircum> <e> 	: "ề"   U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <ecircumflex>  	: "ề"   U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <dead_circumflex> <e> 	: "ề"   U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <Multi_key> <asciicircum> <e> 	: "ề"   U1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE
+-<dead_hook> <Ecircumflex>        	: "Ể"   U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <Ecircumflex> 	: "Ể"   U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <dead_circumflex> <E> 	: "Ể"   U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <Multi_key> <asciicircum> <E> 	: "Ể"   U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <dead_circumflex> <E> 	: "Ể"   U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <asciicircum> <E> 	: "Ể"   U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <Ecircumflex>   	: "Ể"   U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <dead_circumflex> <E> 	: "Ể"   U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <Multi_key> <asciicircum> <E> 	: "Ể"   U1EC2 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <ecircumflex>        	: "ể"   U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <ecircumflex> 	: "ể"   U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <dead_circumflex> <e> 	: "ể"   U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <Multi_key> <asciicircum> <e> 	: "ể"   U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <dead_circumflex> <e> 	: "ể"   U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <asciicircum> <e> 	: "ể"   U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <ecircumflex>   	: "ể"   U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <dead_circumflex> <e> 	: "ể"   U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <Multi_key> <asciicircum> <e> 	: "ể"   U1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_tilde> <Ecircumflex>       	: "Ễ"   U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <Ecircumflex> 	: "Ễ"   U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <dead_circumflex> <E> 	: "Ễ"   U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <Multi_key> <asciicircum> <E> 	: "Ễ"   U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <dead_circumflex> <E> 	: "Ễ"   U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <asciicircum> <E> 	: "Ễ"   U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <Ecircumflex>  	: "Ễ"   U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <dead_circumflex> <E> 	: "Ễ"   U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <Multi_key> <asciicircum> <E> 	: "Ễ"   U1EC4 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <ecircumflex>       	: "ễ"   U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <ecircumflex> 	: "ễ"   U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <dead_circumflex> <e> 	: "ễ"   U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <Multi_key> <asciicircum> <e> 	: "ễ"   U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <dead_circumflex> <e> 	: "ễ"   U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <asciicircum> <e> 	: "ễ"   U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <ecircumflex>  	: "ễ"   U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <dead_circumflex> <e> 	: "ễ"   U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <Multi_key> <asciicircum> <e> 	: "ễ"   U1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE
+-<dead_circumflex> <U10001EB8>    	: "Ệ"   U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <U10001EB8> 	: "Ệ"   U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <dead_belowdot> <E> 	: "Ệ"   U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <Multi_key> <exclam> <E> 	: "Ệ"   U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <dead_belowdot> <E> 	: "Ệ"   U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <exclam> <E> 	: "Ệ"   U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <combining_belowdot> <E> 	: "Ệ"   U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <combining_belowdot> <E> 	: "Ệ"   U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<dead_belowdot> <Ecircumflex>    	: "Ệ"   U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <U10001EB9>    	: "ệ"   U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <U10001EB9> 	: "ệ"   U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <dead_belowdot> <e> 	: "ệ"   U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <Multi_key> <exclam> <e> 	: "ệ"   U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <dead_belowdot> <e> 	: "ệ"   U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <exclam> <e> 	: "ệ"   U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <combining_belowdot> <e> 	: "ệ"   U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <combining_belowdot> <e> 	: "ệ"   U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<dead_belowdot> <ecircumflex>    	: "ệ"   U1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW
+-<dead_hook> <I>                  	: "Ỉ"   U1EC8 # LATIN CAPITAL LETTER I WITH HOOK ABOVE
+-<Multi_key> <question> <I>       	: "Ỉ"   U1EC8 # LATIN CAPITAL LETTER I WITH HOOK ABOVE
+-<combining_hook> <I>             	: "Ỉ"   U1EC8 # LATIN CAPITAL LETTER I WITH HOOK ABOVE
+-<dead_hook> <i>                  	: "ỉ"   U1EC9 # LATIN SMALL LETTER I WITH HOOK ABOVE
+-<Multi_key> <question> <i>       	: "ỉ"   U1EC9 # LATIN SMALL LETTER I WITH HOOK ABOVE
+-<combining_hook> <i>             	: "ỉ"   U1EC9 # LATIN SMALL LETTER I WITH HOOK ABOVE
+-<dead_belowdot> <I>              	: "Ị"   U1ECA # LATIN CAPITAL LETTER I WITH DOT BELOW
+-<Multi_key> <exclam> <I>         	: "Ị"   U1ECA # LATIN CAPITAL LETTER I WITH DOT BELOW
+-<combining_belowdot> <I>         	: "Ị"   U1ECA # LATIN CAPITAL LETTER I WITH DOT BELOW
+-<dead_belowdot> <i>              	: "ị"   U1ECB # LATIN SMALL LETTER I WITH DOT BELOW
+-<Multi_key> <exclam> <i>         	: "ị"   U1ECB # LATIN SMALL LETTER I WITH DOT BELOW
+-<combining_belowdot> <i>         	: "ị"   U1ECB # LATIN SMALL LETTER I WITH DOT BELOW
+-<dead_belowdot> <O>              	: "Ọ"   U1ECC # LATIN CAPITAL LETTER O WITH DOT BELOW
+-<Multi_key> <exclam> <O>         	: "Ọ"   U1ECC # LATIN CAPITAL LETTER O WITH DOT BELOW
+-<combining_belowdot> <O>         	: "Ọ"   U1ECC # LATIN CAPITAL LETTER O WITH DOT BELOW
+-<dead_belowdot> <o>              	: "ọ"   U1ECD # LATIN SMALL LETTER O WITH DOT BELOW
+-<Multi_key> <exclam> <o>         	: "ọ"   U1ECD # LATIN SMALL LETTER O WITH DOT BELOW
+-<combining_belowdot> <o>         	: "ọ"   U1ECD # LATIN SMALL LETTER O WITH DOT BELOW
+-<dead_hook> <O>                  	: "Ỏ"   U1ECE # LATIN CAPITAL LETTER O WITH HOOK ABOVE
+-<Multi_key> <question> <O>       	: "Ỏ"   U1ECE # LATIN CAPITAL LETTER O WITH HOOK ABOVE
+-<combining_hook> <O>             	: "Ỏ"   U1ECE # LATIN CAPITAL LETTER O WITH HOOK ABOVE
+-<dead_hook> <o>                  	: "ỏ"   U1ECF # LATIN SMALL LETTER O WITH HOOK ABOVE
+-<Multi_key> <question> <o>       	: "ỏ"   U1ECF # LATIN SMALL LETTER O WITH HOOK ABOVE
+-<combining_hook> <o>             	: "ỏ"   U1ECF # LATIN SMALL LETTER O WITH HOOK ABOVE
+-<dead_acute> <Ocircumflex>       	: "Ố"   U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <Ocircumflex> 	: "Ố"   U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <Ocircumflex> 	: "Ố"   U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <dead_circumflex> <O> 	: "Ố"   U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <Multi_key> <asciicircum> <O> 	: "Ố"   U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <dead_circumflex> <O> 	: "Ố"   U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <asciicircum> <O> 	: "Ố"   U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <dead_circumflex> <O> 	: "Ố"   U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <asciicircum> <O> 	: "Ố"   U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <Ocircumflex>  	: "Ố"   U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <dead_circumflex> <O> 	: "Ố"   U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <Multi_key> <asciicircum> <O> 	: "Ố"   U1ED0 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <ocircumflex>       	: "ố"   U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <ocircumflex> 	: "ố"   U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <ocircumflex> 	: "ố"   U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <dead_circumflex> <o> 	: "ố"   U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<dead_acute> <Multi_key> <asciicircum> <o> 	: "ố"   U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <dead_circumflex> <o> 	: "ố"   U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <acute> <asciicircum> <o> 	: "ố"   U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <dead_circumflex> <o> 	: "ố"   U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<Multi_key> <apostrophe> <asciicircum> <o> 	: "ố"   U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <ocircumflex>  	: "ố"   U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <dead_circumflex> <o> 	: "ố"   U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<combining_acute> <Multi_key> <asciicircum> <o> 	: "ố"   U1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE
+-<dead_grave> <Ocircumflex>       	: "Ồ"   U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <Ocircumflex> 	: "Ồ"   U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <dead_circumflex> <O> 	: "Ồ"   U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <Multi_key> <asciicircum> <O> 	: "Ồ"   U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <dead_circumflex> <O> 	: "Ồ"   U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <asciicircum> <O> 	: "Ồ"   U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <Ocircumflex>  	: "Ồ"   U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <dead_circumflex> <O> 	: "Ồ"   U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <Multi_key> <asciicircum> <O> 	: "Ồ"   U1ED2 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <ocircumflex>       	: "ồ"   U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <ocircumflex> 	: "ồ"   U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <dead_circumflex> <o> 	: "ồ"   U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<dead_grave> <Multi_key> <asciicircum> <o> 	: "ồ"   U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <dead_circumflex> <o> 	: "ồ"   U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<Multi_key> <grave> <asciicircum> <o> 	: "ồ"   U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <ocircumflex>  	: "ồ"   U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <dead_circumflex> <o> 	: "ồ"   U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<combining_grave> <Multi_key> <asciicircum> <o> 	: "ồ"   U1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE
+-<dead_hook> <Ocircumflex>        	: "Ổ"   U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <Ocircumflex> 	: "Ổ"   U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <dead_circumflex> <O> 	: "Ổ"   U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <Multi_key> <asciicircum> <O> 	: "Ổ"   U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <dead_circumflex> <O> 	: "Ổ"   U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <asciicircum> <O> 	: "Ổ"   U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <Ocircumflex>   	: "Ổ"   U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <dead_circumflex> <O> 	: "Ổ"   U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <Multi_key> <asciicircum> <O> 	: "Ổ"   U1ED4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <ocircumflex>        	: "ổ"   U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <ocircumflex> 	: "ổ"   U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <dead_circumflex> <o> 	: "ổ"   U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_hook> <Multi_key> <asciicircum> <o> 	: "ổ"   U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <dead_circumflex> <o> 	: "ổ"   U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<Multi_key> <question> <asciicircum> <o> 	: "ổ"   U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <ocircumflex>   	: "ổ"   U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <dead_circumflex> <o> 	: "ổ"   U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<combining_hook> <Multi_key> <asciicircum> <o> 	: "ổ"   U1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE
+-<dead_tilde> <Ocircumflex>       	: "Ỗ"   U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <Ocircumflex> 	: "Ỗ"   U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <dead_circumflex> <O> 	: "Ỗ"   U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <Multi_key> <asciicircum> <O> 	: "Ỗ"   U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <dead_circumflex> <O> 	: "Ỗ"   U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <asciicircum> <O> 	: "Ỗ"   U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <Ocircumflex>  	: "Ỗ"   U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <dead_circumflex> <O> 	: "Ỗ"   U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <Multi_key> <asciicircum> <O> 	: "Ỗ"   U1ED6 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <ocircumflex>       	: "ỗ"   U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <ocircumflex> 	: "ỗ"   U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <dead_circumflex> <o> 	: "ỗ"   U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE
+-<dead_tilde> <Multi_key> <asciicircum> <o> 	: "ỗ"   U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <dead_circumflex> <o> 	: "ỗ"   U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE
+-<Multi_key> <asciitilde> <asciicircum> <o> 	: "ỗ"   U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <ocircumflex>  	: "ỗ"   U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <dead_circumflex> <o> 	: "ỗ"   U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE
+-<combining_tilde> <Multi_key> <asciicircum> <o> 	: "ỗ"   U1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE
+-<dead_circumflex> <U10001ECC>    	: "Ộ"   U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <U10001ECC> 	: "Ộ"   U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <dead_belowdot> <O> 	: "Ộ"   U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <Multi_key> <exclam> <O> 	: "Ộ"   U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <dead_belowdot> <O> 	: "Ộ"   U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <exclam> <O> 	: "Ộ"   U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <combining_belowdot> <O> 	: "Ộ"   U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <combining_belowdot> <O> 	: "Ộ"   U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<dead_belowdot> <Ocircumflex>    	: "Ộ"   U1ED8 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <U10001ECD>    	: "ộ"   U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <U10001ECD> 	: "ộ"   U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <dead_belowdot> <o> 	: "ộ"   U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <Multi_key> <exclam> <o> 	: "ộ"   U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <dead_belowdot> <o> 	: "ộ"   U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <exclam> <o> 	: "ộ"   U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<dead_circumflex> <combining_belowdot> <o> 	: "ộ"   U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<Multi_key> <asciicircum> <combining_belowdot> <o> 	: "ộ"   U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<dead_belowdot> <ocircumflex>    	: "ộ"   U1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW
+-<dead_acute> <Ohorn>             	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<dead_acute> <U100001A0>         	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<Multi_key> <acute> <Ohorn>      	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<Multi_key> <apostrophe> <Ohorn> 	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<dead_acute> <dead_horn> <O>     	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<dead_acute> <Multi_key> <plus> <O> 	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<Multi_key> <acute> <dead_horn> <O> 	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<Multi_key> <acute> <plus> <O>   	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<Multi_key> <apostrophe> <dead_horn> <O> 	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<Multi_key> <apostrophe> <plus> <O> 	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<combining_acute> <Ohorn>        	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<combining_acute> <dead_horn> <O> 	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<combining_acute> <Multi_key> <plus> <O> 	: "Ớ"   U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE
+-<dead_acute> <ohorn>             	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<dead_acute> <U100001A1>         	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<Multi_key> <acute> <ohorn>      	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<Multi_key> <apostrophe> <ohorn> 	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<dead_acute> <dead_horn> <o>     	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<dead_acute> <Multi_key> <plus> <o> 	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<Multi_key> <acute> <dead_horn> <o> 	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<Multi_key> <acute> <plus> <o>   	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<Multi_key> <apostrophe> <dead_horn> <o> 	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<Multi_key> <apostrophe> <plus> <o> 	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<combining_acute> <ohorn>        	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<combining_acute> <dead_horn> <o> 	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<combining_acute> <Multi_key> <plus> <o> 	: "ớ"   U1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE
+-<dead_grave> <Ohorn>             	: "Ờ"   U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE
+-<dead_grave> <U100001A0>         	: "Ờ"   U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE
+-<Multi_key> <grave> <Ohorn>      	: "Ờ"   U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE
+-<dead_grave> <dead_horn> <O>     	: "Ờ"   U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE
+-<dead_grave> <Multi_key> <plus> <O> 	: "Ờ"   U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE
+-<Multi_key> <grave> <dead_horn> <O> 	: "Ờ"   U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE
+-<Multi_key> <grave> <plus> <O>   	: "Ờ"   U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE
+-<combining_grave> <Ohorn>        	: "Ờ"   U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE
+-<combining_grave> <dead_horn> <O> 	: "Ờ"   U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE
+-<combining_grave> <Multi_key> <plus> <O> 	: "Ờ"   U1EDC # LATIN CAPITAL LETTER O WITH HORN AND GRAVE
+-<dead_grave> <ohorn>             	: "ờ"   U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE
+-<dead_grave> <U100001A1>         	: "ờ"   U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE
+-<Multi_key> <grave> <ohorn>      	: "ờ"   U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE
+-<dead_grave> <dead_horn> <o>     	: "ờ"   U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE
+-<dead_grave> <Multi_key> <plus> <o> 	: "ờ"   U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE
+-<Multi_key> <grave> <dead_horn> <o> 	: "ờ"   U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE
+-<Multi_key> <grave> <plus> <o>   	: "ờ"   U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE
+-<combining_grave> <ohorn>        	: "ờ"   U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE
+-<combining_grave> <dead_horn> <o> 	: "ờ"   U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE
+-<combining_grave> <Multi_key> <plus> <o> 	: "ờ"   U1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE
+-<dead_hook> <Ohorn>              	: "Ở"   U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE
+-<dead_hook> <U100001A0>          	: "Ở"   U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE
+-<Multi_key> <question> <Ohorn>   	: "Ở"   U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE
+-<dead_hook> <dead_horn> <O>      	: "Ở"   U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE
+-<dead_hook> <Multi_key> <plus> <O> 	: "Ở"   U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE
+-<Multi_key> <question> <dead_horn> <O> 	: "Ở"   U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE
+-<Multi_key> <question> <plus> <O> 	: "Ở"   U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE
+-<combining_hook> <Ohorn>         	: "Ở"   U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE
+-<combining_hook> <dead_horn> <O> 	: "Ở"   U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE
+-<combining_hook> <Multi_key> <plus> <O> 	: "Ở"   U1EDE # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE
+-<dead_hook> <ohorn>              	: "ở"   U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE
+-<dead_hook> <U100001A1>          	: "ở"   U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE
+-<Multi_key> <question> <ohorn>   	: "ở"   U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE
+-<dead_hook> <dead_horn> <o>      	: "ở"   U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE
+-<dead_hook> <Multi_key> <plus> <o> 	: "ở"   U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE
+-<Multi_key> <question> <dead_horn> <o> 	: "ở"   U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE
+-<Multi_key> <question> <plus> <o> 	: "ở"   U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE
+-<combining_hook> <ohorn>         	: "ở"   U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE
+-<combining_hook> <dead_horn> <o> 	: "ở"   U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE
+-<combining_hook> <Multi_key> <plus> <o> 	: "ở"   U1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE
+-<dead_tilde> <Ohorn>             	: "Ỡ"   U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE
+-<dead_tilde> <U100001A0>         	: "Ỡ"   U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE
+-<Multi_key> <asciitilde> <Ohorn> 	: "Ỡ"   U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE
+-<dead_tilde> <dead_horn> <O>     	: "Ỡ"   U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE
+-<dead_tilde> <Multi_key> <plus> <O> 	: "Ỡ"   U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE
+-<Multi_key> <asciitilde> <dead_horn> <O> 	: "Ỡ"   U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE
+-<Multi_key> <asciitilde> <plus> <O> 	: "Ỡ"   U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE
+-<combining_tilde> <Ohorn>        	: "Ỡ"   U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE
+-<combining_tilde> <dead_horn> <O> 	: "Ỡ"   U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE
+-<combining_tilde> <Multi_key> <plus> <O> 	: "Ỡ"   U1EE0 # LATIN CAPITAL LETTER O WITH HORN AND TILDE
+-<dead_tilde> <ohorn>             	: "ỡ"   U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE
+-<dead_tilde> <U100001A1>         	: "ỡ"   U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE
+-<Multi_key> <asciitilde> <ohorn> 	: "ỡ"   U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE
+-<dead_tilde> <dead_horn> <o>     	: "ỡ"   U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE
+-<dead_tilde> <Multi_key> <plus> <o> 	: "ỡ"   U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE
+-<Multi_key> <asciitilde> <dead_horn> <o> 	: "ỡ"   U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE
+-<Multi_key> <asciitilde> <plus> <o> 	: "ỡ"   U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE
+-<combining_tilde> <ohorn>        	: "ỡ"   U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE
+-<combining_tilde> <dead_horn> <o> 	: "ỡ"   U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE
+-<combining_tilde> <Multi_key> <plus> <o> 	: "ỡ"   U1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE
+-<dead_belowdot> <Ohorn>          	: "Ợ"   U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW
+-<dead_belowdot> <U100001A0>      	: "Ợ"   U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW
+-<Multi_key> <exclam> <Ohorn>     	: "Ợ"   U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW
+-<dead_belowdot> <dead_horn> <O>  	: "Ợ"   U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW
+-<dead_belowdot> <Multi_key> <plus> <O> 	: "Ợ"   U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW
+-<Multi_key> <exclam> <dead_horn> <O> 	: "Ợ"   U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW
+-<Multi_key> <exclam> <plus> <O>  	: "Ợ"   U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW
+-<combining_belowdot> <Ohorn>     	: "Ợ"   U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW
+-<combining_belowdot> <dead_horn> <O> 	: "Ợ"   U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW
+-<combining_belowdot> <Multi_key> <plus> <O> 	: "Ợ"   U1EE2 # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW
+-<dead_belowdot> <ohorn>          	: "ợ"   U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW
+-<dead_belowdot> <U100001A1>      	: "ợ"   U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW
+-<Multi_key> <exclam> <ohorn>     	: "ợ"   U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW
+-<dead_belowdot> <dead_horn> <o>  	: "ợ"   U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW
+-<dead_belowdot> <Multi_key> <plus> <o> 	: "ợ"   U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW
+-<Multi_key> <exclam> <dead_horn> <o> 	: "ợ"   U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW
+-<Multi_key> <exclam> <plus> <o>  	: "ợ"   U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW
+-<combining_belowdot> <ohorn>     	: "ợ"   U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW
+-<combining_belowdot> <dead_horn> <o> 	: "ợ"   U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW
+-<combining_belowdot> <Multi_key> <plus> <o> 	: "ợ"   U1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW
+-<dead_belowdot> <U>              	: "Ụ"   U1EE4 # LATIN CAPITAL LETTER U WITH DOT BELOW
+-<Multi_key> <exclam> <U>         	: "Ụ"   U1EE4 # LATIN CAPITAL LETTER U WITH DOT BELOW
+-<combining_belowdot> <U>         	: "Ụ"   U1EE4 # LATIN CAPITAL LETTER U WITH DOT BELOW
+-<dead_belowdot> <u>              	: "ụ"   U1EE5 # LATIN SMALL LETTER U WITH DOT BELOW
+-<Multi_key> <exclam> <u>         	: "ụ"   U1EE5 # LATIN SMALL LETTER U WITH DOT BELOW
+-<combining_belowdot> <u>         	: "ụ"   U1EE5 # LATIN SMALL LETTER U WITH DOT BELOW
+-<dead_hook> <U>                  	: "Ủ"   U1EE6 # LATIN CAPITAL LETTER U WITH HOOK ABOVE
+-<Multi_key> <question> <U>       	: "Ủ"   U1EE6 # LATIN CAPITAL LETTER U WITH HOOK ABOVE
+-<combining_hook> <U>             	: "Ủ"   U1EE6 # LATIN CAPITAL LETTER U WITH HOOK ABOVE
+-<dead_hook> <u>                  	: "ủ"   U1EE7 # LATIN SMALL LETTER U WITH HOOK ABOVE
+-<Multi_key> <question> <u>       	: "ủ"   U1EE7 # LATIN SMALL LETTER U WITH HOOK ABOVE
+-<combining_hook> <u>             	: "ủ"   U1EE7 # LATIN SMALL LETTER U WITH HOOK ABOVE
+-<dead_acute> <Uhorn>             	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<dead_acute> <U100001AF>         	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<Multi_key> <acute> <Uhorn>      	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<Multi_key> <apostrophe> <Uhorn> 	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<dead_acute> <dead_horn> <U>     	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<dead_acute> <Multi_key> <plus> <U> 	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<Multi_key> <acute> <dead_horn> <U> 	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<Multi_key> <acute> <plus> <U>   	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<Multi_key> <apostrophe> <dead_horn> <U> 	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<Multi_key> <apostrophe> <plus> <U> 	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<combining_acute> <Uhorn>        	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<combining_acute> <dead_horn> <U> 	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<combining_acute> <Multi_key> <plus> <U> 	: "Ứ"   U1EE8 # LATIN CAPITAL LETTER U WITH HORN AND ACUTE
+-<dead_acute> <uhorn>             	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<dead_acute> <U100001B0>         	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<Multi_key> <acute> <uhorn>      	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<Multi_key> <apostrophe> <uhorn> 	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<dead_acute> <dead_horn> <u>     	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<dead_acute> <Multi_key> <plus> <u> 	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<Multi_key> <acute> <dead_horn> <u> 	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<Multi_key> <acute> <plus> <u>   	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<Multi_key> <apostrophe> <dead_horn> <u> 	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<Multi_key> <apostrophe> <plus> <u> 	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<combining_acute> <uhorn>        	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<combining_acute> <dead_horn> <u> 	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<combining_acute> <Multi_key> <plus> <u> 	: "ứ"   U1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE
+-<dead_grave> <Uhorn>             	: "Ừ"   U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE
+-<dead_grave> <U100001AF>         	: "Ừ"   U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE
+-<Multi_key> <grave> <Uhorn>      	: "Ừ"   U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE
+-<dead_grave> <dead_horn> <U>     	: "Ừ"   U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE
+-<dead_grave> <Multi_key> <plus> <U> 	: "Ừ"   U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE
+-<Multi_key> <grave> <dead_horn> <U> 	: "Ừ"   U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE
+-<Multi_key> <grave> <plus> <U>   	: "Ừ"   U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE
+-<combining_grave> <Uhorn>        	: "Ừ"   U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE
+-<combining_grave> <dead_horn> <U> 	: "Ừ"   U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE
+-<combining_grave> <Multi_key> <plus> <U> 	: "Ừ"   U1EEA # LATIN CAPITAL LETTER U WITH HORN AND GRAVE
+-<dead_grave> <uhorn>             	: "ừ"   U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE
+-<dead_grave> <U100001B0>         	: "ừ"   U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE
+-<Multi_key> <grave> <uhorn>      	: "ừ"   U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE
+-<dead_grave> <dead_horn> <u>     	: "ừ"   U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE
+-<dead_grave> <Multi_key> <plus> <u> 	: "ừ"   U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE
+-<Multi_key> <grave> <dead_horn> <u> 	: "ừ"   U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE
+-<Multi_key> <grave> <plus> <u>   	: "ừ"   U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE
+-<combining_grave> <uhorn>        	: "ừ"   U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE
+-<combining_grave> <dead_horn> <u> 	: "ừ"   U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE
+-<combining_grave> <Multi_key> <plus> <u> 	: "ừ"   U1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE
+-<dead_hook> <Uhorn>              	: "Ử"   U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE
+-<dead_hook> <U100001AF>          	: "Ử"   U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE
+-<Multi_key> <question> <Uhorn>   	: "Ử"   U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE
+-<dead_hook> <dead_horn> <U>      	: "Ử"   U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE
+-<dead_hook> <Multi_key> <plus> <U> 	: "Ử"   U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE
+-<Multi_key> <question> <dead_horn> <U> 	: "Ử"   U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE
+-<Multi_key> <question> <plus> <U> 	: "Ử"   U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE
+-<combining_hook> <Uhorn>         	: "Ử"   U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE
+-<combining_hook> <dead_horn> <U> 	: "Ử"   U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE
+-<combining_hook> <Multi_key> <plus> <U> 	: "Ử"   U1EEC # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE
+-<dead_hook> <uhorn>              	: "ử"   U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE
+-<dead_hook> <U100001B0>          	: "ử"   U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE
+-<Multi_key> <question> <uhorn>   	: "ử"   U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE
+-<dead_hook> <dead_horn> <u>      	: "ử"   U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE
+-<dead_hook> <Multi_key> <plus> <u> 	: "ử"   U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE
+-<Multi_key> <question> <dead_horn> <u> 	: "ử"   U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE
+-<Multi_key> <question> <plus> <u> 	: "ử"   U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE
+-<combining_hook> <uhorn>         	: "ử"   U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE
+-<combining_hook> <dead_horn> <u> 	: "ử"   U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE
+-<combining_hook> <Multi_key> <plus> <u> 	: "ử"   U1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE
+-<dead_tilde> <Uhorn>             	: "Ữ"   U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE
+-<dead_tilde> <U100001AF>         	: "Ữ"   U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE
+-<Multi_key> <asciitilde> <Uhorn> 	: "Ữ"   U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE
+-<dead_tilde> <dead_horn> <U>     	: "Ữ"   U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE
+-<dead_tilde> <Multi_key> <plus> <U> 	: "Ữ"   U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE
+-<Multi_key> <asciitilde> <dead_horn> <U> 	: "Ữ"   U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE
+-<Multi_key> <asciitilde> <plus> <U> 	: "Ữ"   U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE
+-<combining_tilde> <Uhorn>        	: "Ữ"   U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE
+-<combining_tilde> <dead_horn> <U> 	: "Ữ"   U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE
+-<combining_tilde> <Multi_key> <plus> <U> 	: "Ữ"   U1EEE # LATIN CAPITAL LETTER U WITH HORN AND TILDE
+-<dead_tilde> <uhorn>             	: "ữ"   U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE
+-<dead_tilde> <U100001B0>         	: "ữ"   U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE
+-<Multi_key> <asciitilde> <uhorn> 	: "ữ"   U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE
+-<dead_tilde> <dead_horn> <u>     	: "ữ"   U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE
+-<dead_tilde> <Multi_key> <plus> <u> 	: "ữ"   U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE
+-<Multi_key> <asciitilde> <dead_horn> <u> 	: "ữ"   U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE
+-<Multi_key> <asciitilde> <plus> <u> 	: "ữ"   U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE
+-<combining_tilde> <uhorn>        	: "ữ"   U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE
+-<combining_tilde> <dead_horn> <u> 	: "ữ"   U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE
+-<combining_tilde> <Multi_key> <plus> <u> 	: "ữ"   U1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE
+-<dead_belowdot> <Uhorn>          	: "Ự"   U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW
+-<dead_belowdot> <U100001AF>      	: "Ự"   U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW
+-<Multi_key> <exclam> <Uhorn>     	: "Ự"   U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW
+-<dead_belowdot> <dead_horn> <U>  	: "Ự"   U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW
+-<dead_belowdot> <Multi_key> <plus> <U> 	: "Ự"   U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW
+-<Multi_key> <exclam> <dead_horn> <U> 	: "Ự"   U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW
+-<Multi_key> <exclam> <plus> <U>  	: "Ự"   U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW
+-<combining_belowdot> <Uhorn>     	: "Ự"   U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW
+-<combining_belowdot> <dead_horn> <U> 	: "Ự"   U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW
+-<combining_belowdot> <Multi_key> <plus> <U> 	: "Ự"   U1EF0 # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW
+-<dead_belowdot> <uhorn>          	: "ự"   U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW
+-<dead_belowdot> <U100001B0>      	: "ự"   U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW
+-<Multi_key> <exclam> <uhorn>     	: "ự"   U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW
+-<dead_belowdot> <dead_horn> <u>  	: "ự"   U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW
+-<dead_belowdot> <Multi_key> <plus> <u> 	: "ự"   U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW
+-<Multi_key> <exclam> <dead_horn> <u> 	: "ự"   U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW
+-<Multi_key> <exclam> <plus> <u>  	: "ự"   U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW
+-<combining_belowdot> <uhorn>     	: "ự"   U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW
+-<combining_belowdot> <dead_horn> <u> 	: "ự"   U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW
+-<combining_belowdot> <Multi_key> <plus> <u> 	: "ự"   U1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW
+-<dead_grave> <Y>                 	: "Ỳ"   U1EF2 # LATIN CAPITAL LETTER Y WITH GRAVE
+-<Multi_key> <grave> <Y>          	: "Ỳ"   U1EF2 # LATIN CAPITAL LETTER Y WITH GRAVE
+-<combining_grave> <Y>            	: "Ỳ"   U1EF2 # LATIN CAPITAL LETTER Y WITH GRAVE
+-<dead_grave> <y>                 	: "ỳ"   U1EF3 # LATIN SMALL LETTER Y WITH GRAVE
+-<Multi_key> <grave> <y>          	: "ỳ"   U1EF3 # LATIN SMALL LETTER Y WITH GRAVE
+-<combining_grave> <y>            	: "ỳ"   U1EF3 # LATIN SMALL LETTER Y WITH GRAVE
+-<dead_belowdot> <Y>              	: "Ỵ"   U1EF4 # LATIN CAPITAL LETTER Y WITH DOT BELOW
+-<Multi_key> <exclam> <Y>         	: "Ỵ"   U1EF4 # LATIN CAPITAL LETTER Y WITH DOT BELOW
+-<combining_belowdot> <Y>         	: "Ỵ"   U1EF4 # LATIN CAPITAL LETTER Y WITH DOT BELOW
+-<dead_belowdot> <y>              	: "ỵ"   U1EF5 # LATIN SMALL LETTER Y WITH DOT BELOW
+-<Multi_key> <exclam> <y>         	: "ỵ"   U1EF5 # LATIN SMALL LETTER Y WITH DOT BELOW
+-<combining_belowdot> <y>         	: "ỵ"   U1EF5 # LATIN SMALL LETTER Y WITH DOT BELOW
+-<dead_hook> <Y>                  	: "Ỷ"   U1EF6 # LATIN CAPITAL LETTER Y WITH HOOK ABOVE
+-<Multi_key> <question> <Y>       	: "Ỷ"   U1EF6 # LATIN CAPITAL LETTER Y WITH HOOK ABOVE
+-<combining_hook> <Y>             	: "Ỷ"   U1EF6 # LATIN CAPITAL LETTER Y WITH HOOK ABOVE
+-<dead_hook> <y>                  	: "ỷ"   U1EF7 # LATIN SMALL LETTER Y WITH HOOK ABOVE
+-<Multi_key> <question> <y>       	: "ỷ"   U1EF7 # LATIN SMALL LETTER Y WITH HOOK ABOVE
+-<combining_hook> <y>             	: "ỷ"   U1EF7 # LATIN SMALL LETTER Y WITH HOOK ABOVE
+-<dead_tilde> <Y>                 	: "Ỹ"   U1EF8 # LATIN CAPITAL LETTER Y WITH TILDE
+-<Multi_key> <asciitilde> <Y>     	: "Ỹ"   U1EF8 # LATIN CAPITAL LETTER Y WITH TILDE
+-<combining_tilde> <Y>            	: "Ỹ"   U1EF8 # LATIN CAPITAL LETTER Y WITH TILDE
+-<dead_tilde> <y>                 	: "ỹ"   U1EF9 # LATIN SMALL LETTER Y WITH TILDE
+-<Multi_key> <asciitilde> <y>     	: "ỹ"   U1EF9 # LATIN SMALL LETTER Y WITH TILDE
+-<combining_tilde> <y>            	: "ỹ"   U1EF9 # LATIN SMALL LETTER Y WITH TILDE
+-<U10000313> <Greek_alpha>        	: "ἀ"   U1F00 # GREEK SMALL LETTER ALPHA WITH PSILI
+-<Multi_key> <parenright> <Greek_alpha> 	: "ἀ"   U1F00 # GREEK SMALL LETTER ALPHA WITH PSILI
+-<U10000314> <Greek_alpha>        	: "ἁ"   U1F01 # GREEK SMALL LETTER ALPHA WITH DASIA
+-<Multi_key> <parenleft> <Greek_alpha> 	: "ἁ"   U1F01 # GREEK SMALL LETTER ALPHA WITH DASIA
+-<dead_grave> <U10001F00>         	: "ἂ"   U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F00>  	: "ἂ"   U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_alpha> 	: "ἂ"   U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_alpha> 	: "ἂ"   U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_alpha> 	: "ἂ"   U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_alpha> 	: "ἂ"   U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA
+-<combining_grave> <U10001F00>    	: "ἂ"   U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_alpha> 	: "ἂ"   U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_alpha> 	: "ἂ"   U1F02 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA
+-<dead_grave> <U10001F01>         	: "ἃ"   U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F01>  	: "ἃ"   U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_alpha> 	: "ἃ"   U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_alpha> 	: "ἃ"   U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_alpha> 	: "ἃ"   U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_alpha> 	: "ἃ"   U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA
+-<combining_grave> <U10001F01>    	: "ἃ"   U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_alpha> 	: "ἃ"   U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_alpha> 	: "ἃ"   U1F03 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA
+-<dead_acute> <U10001F00>         	: "ἄ"   U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F00>  	: "ἄ"   U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F00> 	: "ἄ"   U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_alpha> 	: "ἄ"   U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_alpha> 	: "ἄ"   U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_alpha> 	: "ἄ"   U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_alpha> 	: "ἄ"   U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_alpha> 	: "ἄ"   U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_alpha> 	: "ἄ"   U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA
+-<combining_acute> <U10001F00>    	: "ἄ"   U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_alpha> 	: "ἄ"   U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_alpha> 	: "ἄ"   U1F04 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA
+-<dead_acute> <U10001F01>         	: "ἅ"   U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F01>  	: "ἅ"   U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F01> 	: "ἅ"   U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_alpha> 	: "ἅ"   U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_alpha> 	: "ἅ"   U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_alpha> 	: "ἅ"   U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_alpha> 	: "ἅ"   U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_alpha> 	: "ἅ"   U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_alpha> 	: "ἅ"   U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA
+-<combining_acute> <U10001F01>    	: "ἅ"   U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_alpha> 	: "ἅ"   U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_alpha> 	: "ἅ"   U1F05 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA
+-<U10000342> <U10001F00>          	: "ἆ"   U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10001F00>         	: "ἆ"   U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F00> 	: "ἆ"   U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10000313> <Greek_alpha> 	: "ἆ"   U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<U10000342> <Multi_key> <parenright> <Greek_alpha> 	: "ἆ"   U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10000313> <Greek_alpha> 	: "ἆ"   U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenright> <Greek_alpha> 	: "ἆ"   U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000313> <Greek_alpha> 	: "ἆ"   U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenright> <Greek_alpha> 	: "ἆ"   U1F06 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10001F01>          	: "ἇ"   U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10001F01>         	: "ἇ"   U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F01> 	: "ἇ"   U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<U10000342> <U10000314> <Greek_alpha> 	: "ἇ"   U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<U10000342> <Multi_key> <parenleft> <Greek_alpha> 	: "ἇ"   U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10000314> <Greek_alpha> 	: "ἇ"   U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenleft> <Greek_alpha> 	: "ἇ"   U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000314> <Greek_alpha> 	: "ἇ"   U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenleft> <Greek_alpha> 	: "ἇ"   U1F07 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<U10000313> <Greek_ALPHA>        	: "Ἀ"   U1F08 # GREEK CAPITAL LETTER ALPHA WITH PSILI
+-<Multi_key> <parenright> <Greek_ALPHA> 	: "Ἀ"   U1F08 # GREEK CAPITAL LETTER ALPHA WITH PSILI
+-<U10000314> <Greek_ALPHA>        	: "Ἁ"   U1F09 # GREEK CAPITAL LETTER ALPHA WITH DASIA
+-<Multi_key> <parenleft> <Greek_ALPHA> 	: "Ἁ"   U1F09 # GREEK CAPITAL LETTER ALPHA WITH DASIA
+-<dead_grave> <U10001F08>         	: "Ἂ"   U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F08>  	: "Ἂ"   U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_ALPHA> 	: "Ἂ"   U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_ALPHA> 	: "Ἂ"   U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_ALPHA> 	: "Ἂ"   U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_ALPHA> 	: "Ἂ"   U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA
+-<combining_grave> <U10001F08>    	: "Ἂ"   U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_ALPHA> 	: "Ἂ"   U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_ALPHA> 	: "Ἂ"   U1F0A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA
+-<dead_grave> <U10001F09>         	: "Ἃ"   U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F09>  	: "Ἃ"   U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_ALPHA> 	: "Ἃ"   U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_ALPHA> 	: "Ἃ"   U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_ALPHA> 	: "Ἃ"   U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_ALPHA> 	: "Ἃ"   U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA
+-<combining_grave> <U10001F09>    	: "Ἃ"   U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_ALPHA> 	: "Ἃ"   U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_ALPHA> 	: "Ἃ"   U1F0B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA
+-<dead_acute> <U10001F08>         	: "Ἄ"   U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F08>  	: "Ἄ"   U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F08> 	: "Ἄ"   U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_ALPHA> 	: "Ἄ"   U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_ALPHA> 	: "Ἄ"   U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_ALPHA> 	: "Ἄ"   U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_ALPHA> 	: "Ἄ"   U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_ALPHA> 	: "Ἄ"   U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_ALPHA> 	: "Ἄ"   U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA
+-<combining_acute> <U10001F08>    	: "Ἄ"   U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_ALPHA> 	: "Ἄ"   U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_ALPHA> 	: "Ἄ"   U1F0C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA
+-<dead_acute> <U10001F09>         	: "Ἅ"   U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F09>  	: "Ἅ"   U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F09> 	: "Ἅ"   U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_ALPHA> 	: "Ἅ"   U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_ALPHA> 	: "Ἅ"   U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_ALPHA> 	: "Ἅ"   U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_ALPHA> 	: "Ἅ"   U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_ALPHA> 	: "Ἅ"   U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_ALPHA> 	: "Ἅ"   U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA
+-<combining_acute> <U10001F09>    	: "Ἅ"   U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_ALPHA> 	: "Ἅ"   U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_ALPHA> 	: "Ἅ"   U1F0D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA
+-<U10000342> <U10001F08>          	: "Ἆ"   U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10001F08>         	: "Ἆ"   U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F08> 	: "Ἆ"   U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10000313> <Greek_ALPHA> 	: "Ἆ"   U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<U10000342> <Multi_key> <parenright> <Greek_ALPHA> 	: "Ἆ"   U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10000313> <Greek_ALPHA> 	: "Ἆ"   U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenright> <Greek_ALPHA> 	: "Ἆ"   U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000313> <Greek_ALPHA> 	: "Ἆ"   U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenright> <Greek_ALPHA> 	: "Ἆ"   U1F0E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10001F09>          	: "Ἇ"   U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10001F09>         	: "Ἇ"   U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F09> 	: "Ἇ"   U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<U10000342> <U10000314> <Greek_ALPHA> 	: "Ἇ"   U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<U10000342> <Multi_key> <parenleft> <Greek_ALPHA> 	: "Ἇ"   U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10000314> <Greek_ALPHA> 	: "Ἇ"   U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenleft> <Greek_ALPHA> 	: "Ἇ"   U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000314> <Greek_ALPHA> 	: "Ἇ"   U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenleft> <Greek_ALPHA> 	: "Ἇ"   U1F0F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI
+-<U10000313> <Greek_epsilon>      	: "ἐ"   U1F10 # GREEK SMALL LETTER EPSILON WITH PSILI
+-<Multi_key> <parenright> <Greek_epsilon> 	: "ἐ"   U1F10 # GREEK SMALL LETTER EPSILON WITH PSILI
+-<U10000314> <Greek_epsilon>      	: "ἑ"   U1F11 # GREEK SMALL LETTER EPSILON WITH DASIA
+-<Multi_key> <parenleft> <Greek_epsilon> 	: "ἑ"   U1F11 # GREEK SMALL LETTER EPSILON WITH DASIA
+-<dead_grave> <U10001F10>         	: "ἒ"   U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F10>  	: "ἒ"   U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_epsilon> 	: "ἒ"   U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_epsilon> 	: "ἒ"   U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_epsilon> 	: "ἒ"   U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_epsilon> 	: "ἒ"   U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA
+-<combining_grave> <U10001F10>    	: "ἒ"   U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_epsilon> 	: "ἒ"   U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_epsilon> 	: "ἒ"   U1F12 # GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA
+-<dead_grave> <U10001F11>         	: "ἓ"   U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F11>  	: "ἓ"   U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_epsilon> 	: "ἓ"   U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_epsilon> 	: "ἓ"   U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_epsilon> 	: "ἓ"   U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_epsilon> 	: "ἓ"   U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA
+-<combining_grave> <U10001F11>    	: "ἓ"   U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_epsilon> 	: "ἓ"   U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_epsilon> 	: "ἓ"   U1F13 # GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA
+-<dead_acute> <U10001F10>         	: "ἔ"   U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F10>  	: "ἔ"   U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F10> 	: "ἔ"   U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_epsilon> 	: "ἔ"   U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_epsilon> 	: "ἔ"   U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_epsilon> 	: "ἔ"   U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_epsilon> 	: "ἔ"   U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_epsilon> 	: "ἔ"   U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_epsilon> 	: "ἔ"   U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA
+-<combining_acute> <U10001F10>    	: "ἔ"   U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_epsilon> 	: "ἔ"   U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_epsilon> 	: "ἔ"   U1F14 # GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA
+-<dead_acute> <U10001F11>         	: "ἕ"   U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F11>  	: "ἕ"   U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F11> 	: "ἕ"   U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_epsilon> 	: "ἕ"   U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_epsilon> 	: "ἕ"   U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_epsilon> 	: "ἕ"   U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_epsilon> 	: "ἕ"   U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_epsilon> 	: "ἕ"   U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_epsilon> 	: "ἕ"   U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA
+-<combining_acute> <U10001F11>    	: "ἕ"   U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_epsilon> 	: "ἕ"   U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_epsilon> 	: "ἕ"   U1F15 # GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA
+-<U10000313> <Greek_EPSILON>      	: "Ἐ"   U1F18 # GREEK CAPITAL LETTER EPSILON WITH PSILI
+-<Multi_key> <parenright> <Greek_EPSILON> 	: "Ἐ"   U1F18 # GREEK CAPITAL LETTER EPSILON WITH PSILI
+-<U10000314> <Greek_EPSILON>      	: "Ἑ"   U1F19 # GREEK CAPITAL LETTER EPSILON WITH DASIA
+-<Multi_key> <parenleft> <Greek_EPSILON> 	: "Ἑ"   U1F19 # GREEK CAPITAL LETTER EPSILON WITH DASIA
+-<dead_grave> <U10001F18>         	: "Ἒ"   U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F18>  	: "Ἒ"   U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_EPSILON> 	: "Ἒ"   U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_EPSILON> 	: "Ἒ"   U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_EPSILON> 	: "Ἒ"   U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_EPSILON> 	: "Ἒ"   U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA
+-<combining_grave> <U10001F18>    	: "Ἒ"   U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_EPSILON> 	: "Ἒ"   U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_EPSILON> 	: "Ἒ"   U1F1A # GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA
+-<dead_grave> <U10001F19>         	: "Ἓ"   U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F19>  	: "Ἓ"   U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_EPSILON> 	: "Ἓ"   U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_EPSILON> 	: "Ἓ"   U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_EPSILON> 	: "Ἓ"   U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_EPSILON> 	: "Ἓ"   U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA
+-<combining_grave> <U10001F19>    	: "Ἓ"   U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_EPSILON> 	: "Ἓ"   U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_EPSILON> 	: "Ἓ"   U1F1B # GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA
+-<dead_acute> <U10001F18>         	: "Ἔ"   U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F18>  	: "Ἔ"   U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F18> 	: "Ἔ"   U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_EPSILON> 	: "Ἔ"   U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_EPSILON> 	: "Ἔ"   U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_EPSILON> 	: "Ἔ"   U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_EPSILON> 	: "Ἔ"   U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_EPSILON> 	: "Ἔ"   U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_EPSILON> 	: "Ἔ"   U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA
+-<combining_acute> <U10001F18>    	: "Ἔ"   U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_EPSILON> 	: "Ἔ"   U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_EPSILON> 	: "Ἔ"   U1F1C # GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA
+-<dead_acute> <U10001F19>         	: "Ἕ"   U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F19>  	: "Ἕ"   U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F19> 	: "Ἕ"   U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_EPSILON> 	: "Ἕ"   U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_EPSILON> 	: "Ἕ"   U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_EPSILON> 	: "Ἕ"   U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_EPSILON> 	: "Ἕ"   U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_EPSILON> 	: "Ἕ"   U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_EPSILON> 	: "Ἕ"   U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA
+-<combining_acute> <U10001F19>    	: "Ἕ"   U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_EPSILON> 	: "Ἕ"   U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_EPSILON> 	: "Ἕ"   U1F1D # GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA
+-<U10000313> <Greek_eta>          	: "ἠ"   U1F20 # GREEK SMALL LETTER ETA WITH PSILI
+-<Multi_key> <parenright> <Greek_eta> 	: "ἠ"   U1F20 # GREEK SMALL LETTER ETA WITH PSILI
+-<U10000314> <Greek_eta>          	: "ἡ"   U1F21 # GREEK SMALL LETTER ETA WITH DASIA
+-<Multi_key> <parenleft> <Greek_eta> 	: "ἡ"   U1F21 # GREEK SMALL LETTER ETA WITH DASIA
+-<dead_grave> <U10001F20>         	: "ἢ"   U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F20>  	: "ἢ"   U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_eta> 	: "ἢ"   U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_eta> 	: "ἢ"   U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_eta> 	: "ἢ"   U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_eta> 	: "ἢ"   U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA
+-<combining_grave> <U10001F20>    	: "ἢ"   U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_eta> 	: "ἢ"   U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_eta> 	: "ἢ"   U1F22 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA
+-<dead_grave> <U10001F21>         	: "ἣ"   U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F21>  	: "ἣ"   U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_eta> 	: "ἣ"   U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_eta> 	: "ἣ"   U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_eta> 	: "ἣ"   U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_eta> 	: "ἣ"   U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA
+-<combining_grave> <U10001F21>    	: "ἣ"   U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_eta> 	: "ἣ"   U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_eta> 	: "ἣ"   U1F23 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA
+-<dead_acute> <U10001F20>         	: "ἤ"   U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F20>  	: "ἤ"   U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F20> 	: "ἤ"   U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_eta> 	: "ἤ"   U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_eta> 	: "ἤ"   U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_eta> 	: "ἤ"   U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_eta> 	: "ἤ"   U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_eta> 	: "ἤ"   U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_eta> 	: "ἤ"   U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA
+-<combining_acute> <U10001F20>    	: "ἤ"   U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_eta> 	: "ἤ"   U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_eta> 	: "ἤ"   U1F24 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA
+-<dead_acute> <U10001F21>         	: "ἥ"   U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F21>  	: "ἥ"   U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F21> 	: "ἥ"   U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_eta> 	: "ἥ"   U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_eta> 	: "ἥ"   U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_eta> 	: "ἥ"   U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_eta> 	: "ἥ"   U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_eta> 	: "ἥ"   U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_eta> 	: "ἥ"   U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA
+-<combining_acute> <U10001F21>    	: "ἥ"   U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_eta> 	: "ἥ"   U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_eta> 	: "ἥ"   U1F25 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA
+-<U10000342> <U10001F20>          	: "ἦ"   U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10001F20>         	: "ἦ"   U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F20> 	: "ἦ"   U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10000313> <Greek_eta> 	: "ἦ"   U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI
+-<U10000342> <Multi_key> <parenright> <Greek_eta> 	: "ἦ"   U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10000313> <Greek_eta> 	: "ἦ"   U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenright> <Greek_eta> 	: "ἦ"   U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000313> <Greek_eta> 	: "ἦ"   U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenright> <Greek_eta> 	: "ἦ"   U1F26 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10001F21>          	: "ἧ"   U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10001F21>         	: "ἧ"   U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F21> 	: "ἧ"   U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI
+-<U10000342> <U10000314> <Greek_eta> 	: "ἧ"   U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI
+-<U10000342> <Multi_key> <parenleft> <Greek_eta> 	: "ἧ"   U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10000314> <Greek_eta> 	: "ἧ"   U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenleft> <Greek_eta> 	: "ἧ"   U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000314> <Greek_eta> 	: "ἧ"   U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenleft> <Greek_eta> 	: "ἧ"   U1F27 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI
+-<U10000313> <Greek_ETA>          	: "Ἠ"   U1F28 # GREEK CAPITAL LETTER ETA WITH PSILI
+-<Multi_key> <parenright> <Greek_ETA> 	: "Ἠ"   U1F28 # GREEK CAPITAL LETTER ETA WITH PSILI
+-<U10000314> <Greek_ETA>          	: "Ἡ"   U1F29 # GREEK CAPITAL LETTER ETA WITH DASIA
+-<Multi_key> <parenleft> <Greek_ETA> 	: "Ἡ"   U1F29 # GREEK CAPITAL LETTER ETA WITH DASIA
+-<dead_grave> <U10001F28>         	: "Ἢ"   U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F28>  	: "Ἢ"   U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_ETA> 	: "Ἢ"   U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_ETA> 	: "Ἢ"   U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_ETA> 	: "Ἢ"   U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_ETA> 	: "Ἢ"   U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA
+-<combining_grave> <U10001F28>    	: "Ἢ"   U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_ETA> 	: "Ἢ"   U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_ETA> 	: "Ἢ"   U1F2A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA
+-<dead_grave> <U10001F29>         	: "Ἣ"   U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F29>  	: "Ἣ"   U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_ETA> 	: "Ἣ"   U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_ETA> 	: "Ἣ"   U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_ETA> 	: "Ἣ"   U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_ETA> 	: "Ἣ"   U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA
+-<combining_grave> <U10001F29>    	: "Ἣ"   U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_ETA> 	: "Ἣ"   U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_ETA> 	: "Ἣ"   U1F2B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA
+-<dead_acute> <U10001F28>         	: "Ἤ"   U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F28>  	: "Ἤ"   U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F28> 	: "Ἤ"   U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_ETA> 	: "Ἤ"   U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_ETA> 	: "Ἤ"   U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_ETA> 	: "Ἤ"   U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_ETA> 	: "Ἤ"   U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_ETA> 	: "Ἤ"   U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_ETA> 	: "Ἤ"   U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
+-<combining_acute> <U10001F28>    	: "Ἤ"   U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_ETA> 	: "Ἤ"   U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_ETA> 	: "Ἤ"   U1F2C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA
+-<dead_acute> <U10001F29>         	: "Ἥ"   U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F29>  	: "Ἥ"   U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F29> 	: "Ἥ"   U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_ETA> 	: "Ἥ"   U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_ETA> 	: "Ἥ"   U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_ETA> 	: "Ἥ"   U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_ETA> 	: "Ἥ"   U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_ETA> 	: "Ἥ"   U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_ETA> 	: "Ἥ"   U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
+-<combining_acute> <U10001F29>    	: "Ἥ"   U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_ETA> 	: "Ἥ"   U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_ETA> 	: "Ἥ"   U1F2D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA
+-<U10000342> <U10001F28>          	: "Ἦ"   U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10001F28>         	: "Ἦ"   U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F28> 	: "Ἦ"   U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10000313> <Greek_ETA> 	: "Ἦ"   U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI
+-<U10000342> <Multi_key> <parenright> <Greek_ETA> 	: "Ἦ"   U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10000313> <Greek_ETA> 	: "Ἦ"   U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenright> <Greek_ETA> 	: "Ἦ"   U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000313> <Greek_ETA> 	: "Ἦ"   U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenright> <Greek_ETA> 	: "Ἦ"   U1F2E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10001F29>          	: "Ἧ"   U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10001F29>         	: "Ἧ"   U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F29> 	: "Ἧ"   U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI
+-<U10000342> <U10000314> <Greek_ETA> 	: "Ἧ"   U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI
+-<U10000342> <Multi_key> <parenleft> <Greek_ETA> 	: "Ἧ"   U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10000314> <Greek_ETA> 	: "Ἧ"   U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenleft> <Greek_ETA> 	: "Ἧ"   U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000314> <Greek_ETA> 	: "Ἧ"   U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenleft> <Greek_ETA> 	: "Ἧ"   U1F2F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI
+-<U10000313> <Greek_iota>         	: "ἰ"   U1F30 # GREEK SMALL LETTER IOTA WITH PSILI
+-<Multi_key> <parenright> <Greek_iota> 	: "ἰ"   U1F30 # GREEK SMALL LETTER IOTA WITH PSILI
+-<U10000314> <Greek_iota>         	: "ἱ"   U1F31 # GREEK SMALL LETTER IOTA WITH DASIA
+-<Multi_key> <parenleft> <Greek_iota> 	: "ἱ"   U1F31 # GREEK SMALL LETTER IOTA WITH DASIA
+-<dead_grave> <U10001F30>         	: "ἲ"   U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F30>  	: "ἲ"   U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_iota> 	: "ἲ"   U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_iota> 	: "ἲ"   U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_iota> 	: "ἲ"   U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_iota> 	: "ἲ"   U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA
+-<combining_grave> <U10001F30>    	: "ἲ"   U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_iota> 	: "ἲ"   U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_iota> 	: "ἲ"   U1F32 # GREEK SMALL LETTER IOTA WITH PSILI AND VARIA
+-<dead_grave> <U10001F31>         	: "ἳ"   U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F31>  	: "ἳ"   U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_iota> 	: "ἳ"   U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_iota> 	: "ἳ"   U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_iota> 	: "ἳ"   U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_iota> 	: "ἳ"   U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA
+-<combining_grave> <U10001F31>    	: "ἳ"   U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_iota> 	: "ἳ"   U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_iota> 	: "ἳ"   U1F33 # GREEK SMALL LETTER IOTA WITH DASIA AND VARIA
+-<dead_acute> <U10001F30>         	: "ἴ"   U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F30>  	: "ἴ"   U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F30> 	: "ἴ"   U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_iota> 	: "ἴ"   U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_iota> 	: "ἴ"   U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_iota> 	: "ἴ"   U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_iota> 	: "ἴ"   U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_iota> 	: "ἴ"   U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_iota> 	: "ἴ"   U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA
+-<combining_acute> <U10001F30>    	: "ἴ"   U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_iota> 	: "ἴ"   U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_iota> 	: "ἴ"   U1F34 # GREEK SMALL LETTER IOTA WITH PSILI AND OXIA
+-<dead_acute> <U10001F31>         	: "ἵ"   U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F31>  	: "ἵ"   U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F31> 	: "ἵ"   U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_iota> 	: "ἵ"   U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_iota> 	: "ἵ"   U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_iota> 	: "ἵ"   U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_iota> 	: "ἵ"   U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_iota> 	: "ἵ"   U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_iota> 	: "ἵ"   U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA
+-<combining_acute> <U10001F31>    	: "ἵ"   U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_iota> 	: "ἵ"   U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_iota> 	: "ἵ"   U1F35 # GREEK SMALL LETTER IOTA WITH DASIA AND OXIA
+-<U10000342> <U10001F30>          	: "ἶ"   U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10001F30>         	: "ἶ"   U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F30> 	: "ἶ"   U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10000313> <Greek_iota> 	: "ἶ"   U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<U10000342> <Multi_key> <parenright> <Greek_iota> 	: "ἶ"   U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10000313> <Greek_iota> 	: "ἶ"   U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenright> <Greek_iota> 	: "ἶ"   U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000313> <Greek_iota> 	: "ἶ"   U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenright> <Greek_iota> 	: "ἶ"   U1F36 # GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10001F31>          	: "ἷ"   U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10001F31>         	: "ἷ"   U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F31> 	: "ἷ"   U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<U10000342> <U10000314> <Greek_iota> 	: "ἷ"   U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<U10000342> <Multi_key> <parenleft> <Greek_iota> 	: "ἷ"   U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10000314> <Greek_iota> 	: "ἷ"   U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenleft> <Greek_iota> 	: "ἷ"   U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000314> <Greek_iota> 	: "ἷ"   U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenleft> <Greek_iota> 	: "ἷ"   U1F37 # GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<U10000313> <Greek_IOTA>         	: "Ἰ"   U1F38 # GREEK CAPITAL LETTER IOTA WITH PSILI
+-<Multi_key> <parenright> <Greek_IOTA> 	: "Ἰ"   U1F38 # GREEK CAPITAL LETTER IOTA WITH PSILI
+-<U10000314> <Greek_IOTA>         	: "Ἱ"   U1F39 # GREEK CAPITAL LETTER IOTA WITH DASIA
+-<Multi_key> <parenleft> <Greek_IOTA> 	: "Ἱ"   U1F39 # GREEK CAPITAL LETTER IOTA WITH DASIA
+-<dead_grave> <U10001F38>         	: "Ἲ"   U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F38>  	: "Ἲ"   U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_IOTA> 	: "Ἲ"   U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_IOTA> 	: "Ἲ"   U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_IOTA> 	: "Ἲ"   U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_IOTA> 	: "Ἲ"   U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA
+-<combining_grave> <U10001F38>    	: "Ἲ"   U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_IOTA> 	: "Ἲ"   U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_IOTA> 	: "Ἲ"   U1F3A # GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA
+-<dead_grave> <U10001F39>         	: "Ἳ"   U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F39>  	: "Ἳ"   U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_IOTA> 	: "Ἳ"   U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_IOTA> 	: "Ἳ"   U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_IOTA> 	: "Ἳ"   U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_IOTA> 	: "Ἳ"   U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA
+-<combining_grave> <U10001F39>    	: "Ἳ"   U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_IOTA> 	: "Ἳ"   U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_IOTA> 	: "Ἳ"   U1F3B # GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA
+-<dead_acute> <U10001F38>         	: "Ἴ"   U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F38>  	: "Ἴ"   U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F38> 	: "Ἴ"   U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_IOTA> 	: "Ἴ"   U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_IOTA> 	: "Ἴ"   U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_IOTA> 	: "Ἴ"   U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_IOTA> 	: "Ἴ"   U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_IOTA> 	: "Ἴ"   U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_IOTA> 	: "Ἴ"   U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA
+-<combining_acute> <U10001F38>    	: "Ἴ"   U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_IOTA> 	: "Ἴ"   U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_IOTA> 	: "Ἴ"   U1F3C # GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA
+-<dead_acute> <U10001F39>         	: "Ἵ"   U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F39>  	: "Ἵ"   U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F39> 	: "Ἵ"   U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_IOTA> 	: "Ἵ"   U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_IOTA> 	: "Ἵ"   U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_IOTA> 	: "Ἵ"   U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_IOTA> 	: "Ἵ"   U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_IOTA> 	: "Ἵ"   U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_IOTA> 	: "Ἵ"   U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA
+-<combining_acute> <U10001F39>    	: "Ἵ"   U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_IOTA> 	: "Ἵ"   U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_IOTA> 	: "Ἵ"   U1F3D # GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA
+-<U10000342> <U10001F38>          	: "Ἶ"   U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10001F38>         	: "Ἶ"   U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F38> 	: "Ἶ"   U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10000313> <Greek_IOTA> 	: "Ἶ"   U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<U10000342> <Multi_key> <parenright> <Greek_IOTA> 	: "Ἶ"   U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10000313> <Greek_IOTA> 	: "Ἶ"   U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenright> <Greek_IOTA> 	: "Ἶ"   U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000313> <Greek_IOTA> 	: "Ἶ"   U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenright> <Greek_IOTA> 	: "Ἶ"   U1F3E # GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10001F39>          	: "Ἷ"   U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10001F39>         	: "Ἷ"   U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F39> 	: "Ἷ"   U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<U10000342> <U10000314> <Greek_IOTA> 	: "Ἷ"   U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<U10000342> <Multi_key> <parenleft> <Greek_IOTA> 	: "Ἷ"   U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10000314> <Greek_IOTA> 	: "Ἷ"   U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenleft> <Greek_IOTA> 	: "Ἷ"   U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000314> <Greek_IOTA> 	: "Ἷ"   U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenleft> <Greek_IOTA> 	: "Ἷ"   U1F3F # GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI
+-<U10000313> <Greek_omicron>      	: "ὀ"   U1F40 # GREEK SMALL LETTER OMICRON WITH PSILI
+-<Multi_key> <parenright> <Greek_omicron> 	: "ὀ"   U1F40 # GREEK SMALL LETTER OMICRON WITH PSILI
+-<U10000314> <Greek_omicron>      	: "ὁ"   U1F41 # GREEK SMALL LETTER OMICRON WITH DASIA
+-<Multi_key> <parenleft> <Greek_omicron> 	: "ὁ"   U1F41 # GREEK SMALL LETTER OMICRON WITH DASIA
+-<dead_grave> <U10001F40>         	: "ὂ"   U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F40>  	: "ὂ"   U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_omicron> 	: "ὂ"   U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_omicron> 	: "ὂ"   U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_omicron> 	: "ὂ"   U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_omicron> 	: "ὂ"   U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA
+-<combining_grave> <U10001F40>    	: "ὂ"   U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_omicron> 	: "ὂ"   U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_omicron> 	: "ὂ"   U1F42 # GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA
+-<dead_grave> <U10001F41>         	: "ὃ"   U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F41>  	: "ὃ"   U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_omicron> 	: "ὃ"   U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_omicron> 	: "ὃ"   U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_omicron> 	: "ὃ"   U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_omicron> 	: "ὃ"   U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA
+-<combining_grave> <U10001F41>    	: "ὃ"   U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_omicron> 	: "ὃ"   U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_omicron> 	: "ὃ"   U1F43 # GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA
+-<dead_acute> <U10001F40>         	: "ὄ"   U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F40>  	: "ὄ"   U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F40> 	: "ὄ"   U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_omicron> 	: "ὄ"   U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_omicron> 	: "ὄ"   U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_omicron> 	: "ὄ"   U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_omicron> 	: "ὄ"   U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_omicron> 	: "ὄ"   U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_omicron> 	: "ὄ"   U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA
+-<combining_acute> <U10001F40>    	: "ὄ"   U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_omicron> 	: "ὄ"   U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_omicron> 	: "ὄ"   U1F44 # GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA
+-<dead_acute> <U10001F41>         	: "ὅ"   U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F41>  	: "ὅ"   U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F41> 	: "ὅ"   U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_omicron> 	: "ὅ"   U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_omicron> 	: "ὅ"   U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_omicron> 	: "ὅ"   U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_omicron> 	: "ὅ"   U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_omicron> 	: "ὅ"   U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_omicron> 	: "ὅ"   U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA
+-<combining_acute> <U10001F41>    	: "ὅ"   U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_omicron> 	: "ὅ"   U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_omicron> 	: "ὅ"   U1F45 # GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA
+-<U10000313> <Greek_OMICRON>      	: "Ὀ"   U1F48 # GREEK CAPITAL LETTER OMICRON WITH PSILI
+-<Multi_key> <parenright> <Greek_OMICRON> 	: "Ὀ"   U1F48 # GREEK CAPITAL LETTER OMICRON WITH PSILI
+-<U10000314> <Greek_OMICRON>      	: "Ὁ"   U1F49 # GREEK CAPITAL LETTER OMICRON WITH DASIA
+-<Multi_key> <parenleft> <Greek_OMICRON> 	: "Ὁ"   U1F49 # GREEK CAPITAL LETTER OMICRON WITH DASIA
+-<dead_grave> <U10001F48>         	: "Ὂ"   U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F48>  	: "Ὂ"   U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_OMICRON> 	: "Ὂ"   U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_OMICRON> 	: "Ὂ"   U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_OMICRON> 	: "Ὂ"   U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_OMICRON> 	: "Ὂ"   U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA
+-<combining_grave> <U10001F48>    	: "Ὂ"   U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_OMICRON> 	: "Ὂ"   U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_OMICRON> 	: "Ὂ"   U1F4A # GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA
+-<dead_grave> <U10001F49>         	: "Ὃ"   U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F49>  	: "Ὃ"   U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_OMICRON> 	: "Ὃ"   U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_OMICRON> 	: "Ὃ"   U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_OMICRON> 	: "Ὃ"   U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_OMICRON> 	: "Ὃ"   U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA
+-<combining_grave> <U10001F49>    	: "Ὃ"   U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_OMICRON> 	: "Ὃ"   U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_OMICRON> 	: "Ὃ"   U1F4B # GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA
+-<dead_acute> <U10001F48>         	: "Ὄ"   U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F48>  	: "Ὄ"   U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F48> 	: "Ὄ"   U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_OMICRON> 	: "Ὄ"   U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_OMICRON> 	: "Ὄ"   U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_OMICRON> 	: "Ὄ"   U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_OMICRON> 	: "Ὄ"   U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_OMICRON> 	: "Ὄ"   U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_OMICRON> 	: "Ὄ"   U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA
+-<combining_acute> <U10001F48>    	: "Ὄ"   U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_OMICRON> 	: "Ὄ"   U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_OMICRON> 	: "Ὄ"   U1F4C # GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA
+-<dead_acute> <U10001F49>         	: "Ὅ"   U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F49>  	: "Ὅ"   U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F49> 	: "Ὅ"   U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_OMICRON> 	: "Ὅ"   U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_OMICRON> 	: "Ὅ"   U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_OMICRON> 	: "Ὅ"   U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_OMICRON> 	: "Ὅ"   U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_OMICRON> 	: "Ὅ"   U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_OMICRON> 	: "Ὅ"   U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA
+-<combining_acute> <U10001F49>    	: "Ὅ"   U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_OMICRON> 	: "Ὅ"   U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_OMICRON> 	: "Ὅ"   U1F4D # GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA
+-<U10000313> <Greek_upsilon>      	: "ὐ"   U1F50 # GREEK SMALL LETTER UPSILON WITH PSILI
+-<Multi_key> <parenright> <Greek_upsilon> 	: "ὐ"   U1F50 # GREEK SMALL LETTER UPSILON WITH PSILI
+-<U10000314> <Greek_upsilon>      	: "ὑ"   U1F51 # GREEK SMALL LETTER UPSILON WITH DASIA
+-<Multi_key> <parenleft> <Greek_upsilon> 	: "ὑ"   U1F51 # GREEK SMALL LETTER UPSILON WITH DASIA
+-<dead_grave> <U10001F50>         	: "ὒ"   U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F50>  	: "ὒ"   U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_upsilon> 	: "ὒ"   U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_upsilon> 	: "ὒ"   U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_upsilon> 	: "ὒ"   U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_upsilon> 	: "ὒ"   U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA
+-<combining_grave> <U10001F50>    	: "ὒ"   U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_upsilon> 	: "ὒ"   U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_upsilon> 	: "ὒ"   U1F52 # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA
+-<dead_grave> <U10001F51>         	: "ὓ"   U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F51>  	: "ὓ"   U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_upsilon> 	: "ὓ"   U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_upsilon> 	: "ὓ"   U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_upsilon> 	: "ὓ"   U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_upsilon> 	: "ὓ"   U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA
+-<combining_grave> <U10001F51>    	: "ὓ"   U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_upsilon> 	: "ὓ"   U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_upsilon> 	: "ὓ"   U1F53 # GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA
+-<dead_acute> <U10001F50>         	: "ὔ"   U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F50>  	: "ὔ"   U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F50> 	: "ὔ"   U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_upsilon> 	: "ὔ"   U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_upsilon> 	: "ὔ"   U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_upsilon> 	: "ὔ"   U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_upsilon> 	: "ὔ"   U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_upsilon> 	: "ὔ"   U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_upsilon> 	: "ὔ"   U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
+-<combining_acute> <U10001F50>    	: "ὔ"   U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_upsilon> 	: "ὔ"   U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_upsilon> 	: "ὔ"   U1F54 # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA
+-<dead_acute> <U10001F51>         	: "ὕ"   U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F51>  	: "ὕ"   U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F51> 	: "ὕ"   U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_upsilon> 	: "ὕ"   U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_upsilon> 	: "ὕ"   U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_upsilon> 	: "ὕ"   U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_upsilon> 	: "ὕ"   U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_upsilon> 	: "ὕ"   U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_upsilon> 	: "ὕ"   U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA
+-<combining_acute> <U10001F51>    	: "ὕ"   U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_upsilon> 	: "ὕ"   U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_upsilon> 	: "ὕ"   U1F55 # GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA
+-<U10000342> <U10001F50>          	: "ὖ"   U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10001F50>         	: "ὖ"   U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F50> 	: "ὖ"   U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI
+-<U10000342> <U10000313> <Greek_upsilon> 	: "ὖ"   U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI
+-<U10000342> <Multi_key> <parenright> <Greek_upsilon> 	: "ὖ"   U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10000313> <Greek_upsilon> 	: "ὖ"   U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenright> <Greek_upsilon> 	: "ὖ"   U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000313> <Greek_upsilon> 	: "ὖ"   U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenright> <Greek_upsilon> 	: "ὖ"   U1F56 # GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI
+-<U10000342> <U10001F51>          	: "ὗ"   U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10001F51>         	: "ὗ"   U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F51> 	: "ὗ"   U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<U10000342> <U10000314> <Greek_upsilon> 	: "ὗ"   U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<U10000342> <Multi_key> <parenleft> <Greek_upsilon> 	: "ὗ"   U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10000314> <Greek_upsilon> 	: "ὗ"   U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenleft> <Greek_upsilon> 	: "ὗ"   U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000314> <Greek_upsilon> 	: "ὗ"   U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenleft> <Greek_upsilon> 	: "ὗ"   U1F57 # GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<U10000314> <Greek_UPSILON>      	: "Ὑ"   U1F59 # GREEK CAPITAL LETTER UPSILON WITH DASIA
+-<Multi_key> <parenleft> <Greek_UPSILON> 	: "Ὑ"   U1F59 # GREEK CAPITAL LETTER UPSILON WITH DASIA
+-<dead_grave> <U10001F59>         	: "Ὓ"   U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F59>  	: "Ὓ"   U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_UPSILON> 	: "Ὓ"   U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_UPSILON> 	: "Ὓ"   U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_UPSILON> 	: "Ὓ"   U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_UPSILON> 	: "Ὓ"   U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA
+-<combining_grave> <U10001F59>    	: "Ὓ"   U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_UPSILON> 	: "Ὓ"   U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_UPSILON> 	: "Ὓ"   U1F5B # GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA
+-<dead_acute> <U10001F59>         	: "Ὕ"   U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F59>  	: "Ὕ"   U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F59> 	: "Ὕ"   U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_UPSILON> 	: "Ὕ"   U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_UPSILON> 	: "Ὕ"   U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_UPSILON> 	: "Ὕ"   U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_UPSILON> 	: "Ὕ"   U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_UPSILON> 	: "Ὕ"   U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_UPSILON> 	: "Ὕ"   U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA
+-<combining_acute> <U10001F59>    	: "Ὕ"   U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_UPSILON> 	: "Ὕ"   U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_UPSILON> 	: "Ὕ"   U1F5D # GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA
+-<U10000342> <U10001F59>          	: "Ὗ"   U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10001F59>         	: "Ὗ"   U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F59> 	: "Ὗ"   U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<U10000342> <U10000314> <Greek_UPSILON> 	: "Ὗ"   U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<U10000342> <Multi_key> <parenleft> <Greek_UPSILON> 	: "Ὗ"   U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10000314> <Greek_UPSILON> 	: "Ὗ"   U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenleft> <Greek_UPSILON> 	: "Ὗ"   U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000314> <Greek_UPSILON> 	: "Ὗ"   U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenleft> <Greek_UPSILON> 	: "Ὗ"   U1F5F # GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI
+-<U10000313> <Greek_omega>        	: "ὠ"   U1F60 # GREEK SMALL LETTER OMEGA WITH PSILI
+-<Multi_key> <parenright> <Greek_omega> 	: "ὠ"   U1F60 # GREEK SMALL LETTER OMEGA WITH PSILI
+-<U10000314> <Greek_omega>        	: "ὡ"   U1F61 # GREEK SMALL LETTER OMEGA WITH DASIA
+-<Multi_key> <parenleft> <Greek_omega> 	: "ὡ"   U1F61 # GREEK SMALL LETTER OMEGA WITH DASIA
+-<dead_grave> <U10001F60>         	: "ὢ"   U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F60>  	: "ὢ"   U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_omega> 	: "ὢ"   U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_omega> 	: "ὢ"   U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_omega> 	: "ὢ"   U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_omega> 	: "ὢ"   U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA
+-<combining_grave> <U10001F60>    	: "ὢ"   U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_omega> 	: "ὢ"   U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_omega> 	: "ὢ"   U1F62 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA
+-<dead_grave> <U10001F61>         	: "ὣ"   U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F61>  	: "ὣ"   U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_omega> 	: "ὣ"   U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_omega> 	: "ὣ"   U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_omega> 	: "ὣ"   U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_omega> 	: "ὣ"   U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA
+-<combining_grave> <U10001F61>    	: "ὣ"   U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_omega> 	: "ὣ"   U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_omega> 	: "ὣ"   U1F63 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA
+-<dead_acute> <U10001F60>         	: "ὤ"   U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F60>  	: "ὤ"   U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F60> 	: "ὤ"   U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_omega> 	: "ὤ"   U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_omega> 	: "ὤ"   U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_omega> 	: "ὤ"   U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_omega> 	: "ὤ"   U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_omega> 	: "ὤ"   U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_omega> 	: "ὤ"   U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA
+-<combining_acute> <U10001F60>    	: "ὤ"   U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_omega> 	: "ὤ"   U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_omega> 	: "ὤ"   U1F64 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA
+-<dead_acute> <U10001F61>         	: "ὥ"   U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F61>  	: "ὥ"   U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F61> 	: "ὥ"   U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_omega> 	: "ὥ"   U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_omega> 	: "ὥ"   U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_omega> 	: "ὥ"   U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_omega> 	: "ὥ"   U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_omega> 	: "ὥ"   U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_omega> 	: "ὥ"   U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA
+-<combining_acute> <U10001F61>    	: "ὥ"   U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_omega> 	: "ὥ"   U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_omega> 	: "ὥ"   U1F65 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA
+-<U10000342> <U10001F60>          	: "ὦ"   U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10001F60>         	: "ὦ"   U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F60> 	: "ὦ"   U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10000313> <Greek_omega> 	: "ὦ"   U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<U10000342> <Multi_key> <parenright> <Greek_omega> 	: "ὦ"   U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10000313> <Greek_omega> 	: "ὦ"   U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenright> <Greek_omega> 	: "ὦ"   U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000313> <Greek_omega> 	: "ὦ"   U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenright> <Greek_omega> 	: "ὦ"   U1F66 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10001F61>          	: "ὧ"   U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10001F61>         	: "ὧ"   U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F61> 	: "ὧ"   U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<U10000342> <U10000314> <Greek_omega> 	: "ὧ"   U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<U10000342> <Multi_key> <parenleft> <Greek_omega> 	: "ὧ"   U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10000314> <Greek_omega> 	: "ὧ"   U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenleft> <Greek_omega> 	: "ὧ"   U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000314> <Greek_omega> 	: "ὧ"   U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenleft> <Greek_omega> 	: "ὧ"   U1F67 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<U10000313> <Greek_OMEGA>        	: "Ὠ"   U1F68 # GREEK CAPITAL LETTER OMEGA WITH PSILI
+-<Multi_key> <parenright> <Greek_OMEGA> 	: "Ὠ"   U1F68 # GREEK CAPITAL LETTER OMEGA WITH PSILI
+-<U10000314> <Greek_OMEGA>        	: "Ὡ"   U1F69 # GREEK CAPITAL LETTER OMEGA WITH DASIA
+-<Multi_key> <parenleft> <Greek_OMEGA> 	: "Ὡ"   U1F69 # GREEK CAPITAL LETTER OMEGA WITH DASIA
+-<dead_grave> <U10001F68>         	: "Ὢ"   U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10001F68>  	: "Ὢ"   U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA
+-<dead_grave> <U10000313> <Greek_OMEGA> 	: "Ὢ"   U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA
+-<dead_grave> <Multi_key> <parenright> <Greek_OMEGA> 	: "Ὢ"   U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA
+-<Multi_key> <grave> <U10000313> <Greek_OMEGA> 	: "Ὢ"   U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA
+-<Multi_key> <grave> <parenright> <Greek_OMEGA> 	: "Ὢ"   U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA
+-<combining_grave> <U10001F68>    	: "Ὢ"   U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA
+-<combining_grave> <U10000313> <Greek_OMEGA> 	: "Ὢ"   U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA
+-<combining_grave> <Multi_key> <parenright> <Greek_OMEGA> 	: "Ὢ"   U1F6A # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA
+-<dead_grave> <U10001F69>         	: "Ὣ"   U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10001F69>  	: "Ὣ"   U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA
+-<dead_grave> <U10000314> <Greek_OMEGA> 	: "Ὣ"   U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA
+-<dead_grave> <Multi_key> <parenleft> <Greek_OMEGA> 	: "Ὣ"   U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA
+-<Multi_key> <grave> <U10000314> <Greek_OMEGA> 	: "Ὣ"   U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA
+-<Multi_key> <grave> <parenleft> <Greek_OMEGA> 	: "Ὣ"   U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA
+-<combining_grave> <U10001F69>    	: "Ὣ"   U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA
+-<combining_grave> <U10000314> <Greek_OMEGA> 	: "Ὣ"   U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA
+-<combining_grave> <Multi_key> <parenleft> <Greek_OMEGA> 	: "Ὣ"   U1F6B # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA
+-<dead_acute> <U10001F68>         	: "Ὤ"   U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10001F68>  	: "Ὤ"   U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10001F68> 	: "Ὤ"   U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA
+-<dead_acute> <U10000313> <Greek_OMEGA> 	: "Ὤ"   U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA
+-<dead_acute> <Multi_key> <parenright> <Greek_OMEGA> 	: "Ὤ"   U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA
+-<Multi_key> <acute> <U10000313> <Greek_OMEGA> 	: "Ὤ"   U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA
+-<Multi_key> <acute> <parenright> <Greek_OMEGA> 	: "Ὤ"   U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <U10000313> <Greek_OMEGA> 	: "Ὤ"   U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA
+-<Multi_key> <apostrophe> <parenright> <Greek_OMEGA> 	: "Ὤ"   U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA
+-<combining_acute> <U10001F68>    	: "Ὤ"   U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA
+-<combining_acute> <U10000313> <Greek_OMEGA> 	: "Ὤ"   U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA
+-<combining_acute> <Multi_key> <parenright> <Greek_OMEGA> 	: "Ὤ"   U1F6C # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA
+-<dead_acute> <U10001F69>         	: "Ὥ"   U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10001F69>  	: "Ὥ"   U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10001F69> 	: "Ὥ"   U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA
+-<dead_acute> <U10000314> <Greek_OMEGA> 	: "Ὥ"   U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA
+-<dead_acute> <Multi_key> <parenleft> <Greek_OMEGA> 	: "Ὥ"   U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA
+-<Multi_key> <acute> <U10000314> <Greek_OMEGA> 	: "Ὥ"   U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA
+-<Multi_key> <acute> <parenleft> <Greek_OMEGA> 	: "Ὥ"   U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <U10000314> <Greek_OMEGA> 	: "Ὥ"   U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA
+-<Multi_key> <apostrophe> <parenleft> <Greek_OMEGA> 	: "Ὥ"   U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA
+-<combining_acute> <U10001F69>    	: "Ὥ"   U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA
+-<combining_acute> <U10000314> <Greek_OMEGA> 	: "Ὥ"   U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA
+-<combining_acute> <Multi_key> <parenleft> <Greek_OMEGA> 	: "Ὥ"   U1F6D # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA
+-<U10000342> <U10001F68>          	: "Ὦ"   U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10001F68>         	: "Ὦ"   U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F68> 	: "Ὦ"   U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10000313> <Greek_OMEGA> 	: "Ὦ"   U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<U10000342> <Multi_key> <parenright> <Greek_OMEGA> 	: "Ὦ"   U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <U10000313> <Greek_OMEGA> 	: "Ὦ"   U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenright> <Greek_OMEGA> 	: "Ὦ"   U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000313> <Greek_OMEGA> 	: "Ὦ"   U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenright> <Greek_OMEGA> 	: "Ὦ"   U1F6E # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI
+-<U10000342> <U10001F69>          	: "Ὧ"   U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10001F69>         	: "Ὧ"   U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10001F69> 	: "Ὧ"   U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<U10000342> <U10000314> <Greek_OMEGA> 	: "Ὧ"   U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<U10000342> <Multi_key> <parenleft> <Greek_OMEGA> 	: "Ὧ"   U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <U10000314> <Greek_OMEGA> 	: "Ὧ"   U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<dead_tilde> <Multi_key> <parenleft> <Greek_OMEGA> 	: "Ὧ"   U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <U10000314> <Greek_OMEGA> 	: "Ὧ"   U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<Multi_key> <asciitilde> <parenleft> <Greek_OMEGA> 	: "Ὧ"   U1F6F # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI
+-<dead_grave> <Greek_alpha>       	: "ὰ"   U1F70 # GREEK SMALL LETTER ALPHA WITH VARIA
+-<Multi_key> <grave> <Greek_alpha> 	: "ὰ"   U1F70 # GREEK SMALL LETTER ALPHA WITH VARIA
+-<combining_grave> <Greek_alpha>  	: "ὰ"   U1F70 # GREEK SMALL LETTER ALPHA WITH VARIA
+-<dead_grave> <Greek_epsilon>     	: "ὲ"   U1F72 # GREEK SMALL LETTER EPSILON WITH VARIA
+-<Multi_key> <grave> <Greek_epsilon> 	: "ὲ"   U1F72 # GREEK SMALL LETTER EPSILON WITH VARIA
+-<combining_grave> <Greek_epsilon> 	: "ὲ"   U1F72 # GREEK SMALL LETTER EPSILON WITH VARIA
+-<dead_grave> <Greek_eta>         	: "ὴ"   U1F74 # GREEK SMALL LETTER ETA WITH VARIA
+-<Multi_key> <grave> <Greek_eta>  	: "ὴ"   U1F74 # GREEK SMALL LETTER ETA WITH VARIA
+-<combining_grave> <Greek_eta>    	: "ὴ"   U1F74 # GREEK SMALL LETTER ETA WITH VARIA
+-<dead_grave> <Greek_iota>        	: "ὶ"   U1F76 # GREEK SMALL LETTER IOTA WITH VARIA
+-<Multi_key> <grave> <Greek_iota> 	: "ὶ"   U1F76 # GREEK SMALL LETTER IOTA WITH VARIA
+-<combining_grave> <Greek_iota>   	: "ὶ"   U1F76 # GREEK SMALL LETTER IOTA WITH VARIA
+-<dead_grave> <Greek_omicron>     	: "ὸ"   U1F78 # GREEK SMALL LETTER OMICRON WITH VARIA
+-<Multi_key> <grave> <Greek_omicron> 	: "ὸ"   U1F78 # GREEK SMALL LETTER OMICRON WITH VARIA
+-<combining_grave> <Greek_omicron> 	: "ὸ"   U1F78 # GREEK SMALL LETTER OMICRON WITH VARIA
+-<dead_grave> <Greek_upsilon>     	: "ὺ"   U1F7A # GREEK SMALL LETTER UPSILON WITH VARIA
+-<Multi_key> <grave> <Greek_upsilon> 	: "ὺ"   U1F7A # GREEK SMALL LETTER UPSILON WITH VARIA
+-<combining_grave> <Greek_upsilon> 	: "ὺ"   U1F7A # GREEK SMALL LETTER UPSILON WITH VARIA
+-<dead_grave> <Greek_omega>       	: "ὼ"   U1F7C # GREEK SMALL LETTER OMEGA WITH VARIA
+-<Multi_key> <grave> <Greek_omega> 	: "ὼ"   U1F7C # GREEK SMALL LETTER OMEGA WITH VARIA
+-<combining_grave> <Greek_omega>  	: "ὼ"   U1F7C # GREEK SMALL LETTER OMEGA WITH VARIA
+-<dead_iota> <U10001F00>          	: "ᾀ"   U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F00> 	: "ᾀ"   U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI
+-<dead_iota> <U10000313> <Greek_alpha> 	: "ᾀ"   U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <parenright> <Greek_alpha> 	: "ᾀ"   U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000313> <Greek_alpha> 	: "ᾀ"   U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <parenright> <Greek_alpha> 	: "ᾀ"   U1F80 # GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI
+-<dead_iota> <U10001F01>          	: "ᾁ"   U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F01> 	: "ᾁ"   U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI
+-<dead_iota> <U10000314> <Greek_alpha> 	: "ᾁ"   U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <parenleft> <Greek_alpha> 	: "ᾁ"   U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000314> <Greek_alpha> 	: "ᾁ"   U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <parenleft> <Greek_alpha> 	: "ᾁ"   U1F81 # GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F02>          	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F02> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <U10001F00> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10001F00> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10001F00> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10001F00> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <U10000313> <Greek_alpha> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <Multi_key> <parenright> <Greek_alpha> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10000313> <Greek_alpha> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <parenright> <Greek_alpha> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10000313> <Greek_alpha> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <parenright> <Greek_alpha> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10000313> <Greek_alpha> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <parenright> <Greek_alpha> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <U10001F00> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10001F00> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <U10000313> <Greek_alpha> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <Multi_key> <parenright> <Greek_alpha> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10000313> <Greek_alpha> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <parenright> <Greek_alpha> 	: "ᾂ"   U1F82 # GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F03>          	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F03> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <U10001F01> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10001F01> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10001F01> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10001F01> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <U10000314> <Greek_alpha> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <Multi_key> <parenleft> <Greek_alpha> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10000314> <Greek_alpha> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <parenleft> <Greek_alpha> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10000314> <Greek_alpha> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <parenleft> <Greek_alpha> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10000314> <Greek_alpha> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <parenleft> <Greek_alpha> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <U10001F01> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10001F01> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <U10000314> <Greek_alpha> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <Multi_key> <parenleft> <Greek_alpha> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10000314> <Greek_alpha> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <parenleft> <Greek_alpha> 	: "ᾃ"   U1F83 # GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F04>          	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F04> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <U10001F00> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10001F00> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10001F00> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10001F00> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10001F00> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10001F00> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <U10000313> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <Multi_key> <parenright> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10000313> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <parenright> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10000313> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <parenright> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10000313> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <parenright> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10000313> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <parenright> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10000313> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <parenright> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <U10001F00> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10001F00> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <U10000313> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <Multi_key> <parenright> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10000313> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <parenright> <Greek_alpha> 	: "ᾄ"   U1F84 # GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F05>          	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F05> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <U10001F01> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10001F01> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10001F01> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10001F01> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10001F01> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10001F01> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <U10000314> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <Multi_key> <parenleft> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10000314> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <parenleft> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10000314> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <parenleft> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10000314> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <parenleft> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10000314> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <parenleft> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10000314> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <parenleft> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <U10001F01> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10001F01> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <U10000314> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <Multi_key> <parenleft> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10000314> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <parenleft> <Greek_alpha> 	: "ᾅ"   U1F85 # GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F06>          	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F06> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <U10001F00> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10001F00> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10001F00> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10001F00> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10001F00> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10001F00> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <U10000313> <Greek_alpha> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <Multi_key> <parenright> <Greek_alpha> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10000313> <Greek_alpha> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <Multi_key> <parenright> <Greek_alpha> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10000313> <Greek_alpha> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <parenright> <Greek_alpha> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10000313> <Greek_alpha> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <parenright> <Greek_alpha> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10000313> <Greek_alpha> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <parenright> <Greek_alpha> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10000313> <Greek_alpha> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <parenright> <Greek_alpha> 	: "ᾆ"   U1F86 # GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10001F07>          	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F07> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <U10001F01> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10001F01> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10001F01> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10001F01> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10001F01> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10001F01> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <U10000314> <Greek_alpha> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <Multi_key> <parenleft> <Greek_alpha> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10000314> <Greek_alpha> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <Multi_key> <parenleft> <Greek_alpha> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10000314> <Greek_alpha> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <parenleft> <Greek_alpha> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10000314> <Greek_alpha> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <parenleft> <Greek_alpha> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10000314> <Greek_alpha> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <parenleft> <Greek_alpha> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10000314> <Greek_alpha> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <parenleft> <Greek_alpha> 	: "ᾇ"   U1F87 # GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10001F08>          	: "ᾈ"   U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F08> 	: "ᾈ"   U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI
+-<dead_iota> <U10000313> <Greek_ALPHA> 	: "ᾈ"   U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <parenright> <Greek_ALPHA> 	: "ᾈ"   U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000313> <Greek_ALPHA> 	: "ᾈ"   U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <parenright> <Greek_ALPHA> 	: "ᾈ"   U1F88 # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI
+-<dead_iota> <U10001F09>          	: "ᾉ"   U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F09> 	: "ᾉ"   U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI
+-<dead_iota> <U10000314> <Greek_ALPHA> 	: "ᾉ"   U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <parenleft> <Greek_ALPHA> 	: "ᾉ"   U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000314> <Greek_ALPHA> 	: "ᾉ"   U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <parenleft> <Greek_ALPHA> 	: "ᾉ"   U1F89 # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F0A>          	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F0A> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <U10001F08> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10001F08> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10001F08> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10001F08> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <U10000313> <Greek_ALPHA> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <Multi_key> <parenright> <Greek_ALPHA> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10000313> <Greek_ALPHA> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <parenright> <Greek_ALPHA> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10000313> <Greek_ALPHA> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <parenright> <Greek_ALPHA> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10000313> <Greek_ALPHA> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <parenright> <Greek_ALPHA> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <U10001F08> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10001F08> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <U10000313> <Greek_ALPHA> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <Multi_key> <parenright> <Greek_ALPHA> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10000313> <Greek_ALPHA> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <parenright> <Greek_ALPHA> 	: "ᾊ"   U1F8A # GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F0B>          	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F0B> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <U10001F09> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10001F09> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10001F09> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10001F09> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <U10000314> <Greek_ALPHA> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <Multi_key> <parenleft> <Greek_ALPHA> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10000314> <Greek_ALPHA> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <parenleft> <Greek_ALPHA> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10000314> <Greek_ALPHA> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <parenleft> <Greek_ALPHA> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10000314> <Greek_ALPHA> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <parenleft> <Greek_ALPHA> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <U10001F09> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10001F09> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <U10000314> <Greek_ALPHA> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <Multi_key> <parenleft> <Greek_ALPHA> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10000314> <Greek_ALPHA> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <parenleft> <Greek_ALPHA> 	: "ᾋ"   U1F8B # GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F0C>          	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F0C> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <U10001F08> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10001F08> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10001F08> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10001F08> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10001F08> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10001F08> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <U10000313> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <Multi_key> <parenright> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10000313> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <parenright> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10000313> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <parenright> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10000313> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <parenright> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10000313> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <parenright> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10000313> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <parenright> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <U10001F08> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10001F08> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <U10000313> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <Multi_key> <parenright> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10000313> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <parenright> <Greek_ALPHA> 	: "ᾌ"   U1F8C # GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F0D>          	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F0D> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <U10001F09> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10001F09> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10001F09> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10001F09> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10001F09> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10001F09> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <U10000314> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <Multi_key> <parenleft> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10000314> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <parenleft> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10000314> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <parenleft> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10000314> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <parenleft> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10000314> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <parenleft> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10000314> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <parenleft> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <U10001F09> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10001F09> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <U10000314> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <Multi_key> <parenleft> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10000314> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <parenleft> <Greek_ALPHA> 	: "ᾍ"   U1F8D # GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F0E>          	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F0E> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <U10001F08> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10001F08> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10001F08> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10001F08> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10001F08> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10001F08> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <U10000313> <Greek_ALPHA> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <Multi_key> <parenright> <Greek_ALPHA> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10000313> <Greek_ALPHA> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <Multi_key> <parenright> <Greek_ALPHA> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10000313> <Greek_ALPHA> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <parenright> <Greek_ALPHA> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10000313> <Greek_ALPHA> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <parenright> <Greek_ALPHA> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10000313> <Greek_ALPHA> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <parenright> <Greek_ALPHA> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10000313> <Greek_ALPHA> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <parenright> <Greek_ALPHA> 	: "ᾎ"   U1F8E # GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10001F0F>          	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F0F> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <U10001F09> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10001F09> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10001F09> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10001F09> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10001F09> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10001F09> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <U10000314> <Greek_ALPHA> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <Multi_key> <parenleft> <Greek_ALPHA> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10000314> <Greek_ALPHA> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <Multi_key> <parenleft> <Greek_ALPHA> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10000314> <Greek_ALPHA> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <parenleft> <Greek_ALPHA> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10000314> <Greek_ALPHA> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <parenleft> <Greek_ALPHA> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10000314> <Greek_ALPHA> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <parenleft> <Greek_ALPHA> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10000314> <Greek_ALPHA> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <parenleft> <Greek_ALPHA> 	: "ᾏ"   U1F8F # GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10001F20>          	: "ᾐ"   U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F20> 	: "ᾐ"   U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI
+-<dead_iota> <U10000313> <Greek_eta> 	: "ᾐ"   U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <parenright> <Greek_eta> 	: "ᾐ"   U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000313> <Greek_eta> 	: "ᾐ"   U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <parenright> <Greek_eta> 	: "ᾐ"   U1F90 # GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI
+-<dead_iota> <U10001F21>          	: "ᾑ"   U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F21> 	: "ᾑ"   U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI
+-<dead_iota> <U10000314> <Greek_eta> 	: "ᾑ"   U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <parenleft> <Greek_eta> 	: "ᾑ"   U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000314> <Greek_eta> 	: "ᾑ"   U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <parenleft> <Greek_eta> 	: "ᾑ"   U1F91 # GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F22>          	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F22> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <U10001F20> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10001F20> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10001F20> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10001F20> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <U10000313> <Greek_eta> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <Multi_key> <parenright> <Greek_eta> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10000313> <Greek_eta> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <parenright> <Greek_eta> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10000313> <Greek_eta> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <parenright> <Greek_eta> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10000313> <Greek_eta> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <parenright> <Greek_eta> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <U10001F20> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10001F20> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <U10000313> <Greek_eta> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <Multi_key> <parenright> <Greek_eta> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10000313> <Greek_eta> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <parenright> <Greek_eta> 	: "ᾒ"   U1F92 # GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F23>          	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F23> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <U10001F21> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10001F21> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10001F21> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10001F21> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <U10000314> <Greek_eta> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <Multi_key> <parenleft> <Greek_eta> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10000314> <Greek_eta> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <parenleft> <Greek_eta> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10000314> <Greek_eta> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <parenleft> <Greek_eta> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10000314> <Greek_eta> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <parenleft> <Greek_eta> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <U10001F21> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10001F21> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <U10000314> <Greek_eta> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <Multi_key> <parenleft> <Greek_eta> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10000314> <Greek_eta> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <parenleft> <Greek_eta> 	: "ᾓ"   U1F93 # GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F24>          	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F24> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <U10001F20> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10001F20> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10001F20> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10001F20> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10001F20> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10001F20> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <U10000313> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <Multi_key> <parenright> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10000313> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <parenright> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10000313> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <parenright> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10000313> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <parenright> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10000313> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <parenright> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10000313> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <parenright> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <U10001F20> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10001F20> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <U10000313> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <Multi_key> <parenright> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10000313> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <parenright> <Greek_eta> 	: "ᾔ"   U1F94 # GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F25>          	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F25> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <U10001F21> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10001F21> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10001F21> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10001F21> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10001F21> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10001F21> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <U10000314> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <Multi_key> <parenleft> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10000314> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <parenleft> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10000314> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <parenleft> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10000314> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <parenleft> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10000314> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <parenleft> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10000314> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <parenleft> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <U10001F21> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10001F21> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <U10000314> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <Multi_key> <parenleft> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10000314> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <parenleft> <Greek_eta> 	: "ᾕ"   U1F95 # GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F26>          	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F26> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <U10001F20> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10001F20> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10001F20> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10001F20> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10001F20> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10001F20> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <U10000313> <Greek_eta> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <Multi_key> <parenright> <Greek_eta> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10000313> <Greek_eta> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <Multi_key> <parenright> <Greek_eta> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10000313> <Greek_eta> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <parenright> <Greek_eta> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10000313> <Greek_eta> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <parenright> <Greek_eta> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10000313> <Greek_eta> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <parenright> <Greek_eta> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10000313> <Greek_eta> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <parenright> <Greek_eta> 	: "ᾖ"   U1F96 # GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10001F27>          	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F27> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <U10001F21> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10001F21> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10001F21> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10001F21> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10001F21> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10001F21> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <U10000314> <Greek_eta> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <Multi_key> <parenleft> <Greek_eta> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10000314> <Greek_eta> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <Multi_key> <parenleft> <Greek_eta> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10000314> <Greek_eta> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <parenleft> <Greek_eta> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10000314> <Greek_eta> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <parenleft> <Greek_eta> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10000314> <Greek_eta> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <parenleft> <Greek_eta> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10000314> <Greek_eta> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <parenleft> <Greek_eta> 	: "ᾗ"   U1F97 # GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10001F28>          	: "ᾘ"   U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F28> 	: "ᾘ"   U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI
+-<dead_iota> <U10000313> <Greek_ETA> 	: "ᾘ"   U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <parenright> <Greek_ETA> 	: "ᾘ"   U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000313> <Greek_ETA> 	: "ᾘ"   U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <parenright> <Greek_ETA> 	: "ᾘ"   U1F98 # GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI
+-<dead_iota> <U10001F29>          	: "ᾙ"   U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F29> 	: "ᾙ"   U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI
+-<dead_iota> <U10000314> <Greek_ETA> 	: "ᾙ"   U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <parenleft> <Greek_ETA> 	: "ᾙ"   U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000314> <Greek_ETA> 	: "ᾙ"   U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <parenleft> <Greek_ETA> 	: "ᾙ"   U1F99 # GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F2A>          	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F2A> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <U10001F28> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10001F28> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10001F28> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10001F28> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <U10000313> <Greek_ETA> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <Multi_key> <parenright> <Greek_ETA> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10000313> <Greek_ETA> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <parenright> <Greek_ETA> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10000313> <Greek_ETA> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <parenright> <Greek_ETA> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10000313> <Greek_ETA> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <parenright> <Greek_ETA> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <U10001F28> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10001F28> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <U10000313> <Greek_ETA> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <Multi_key> <parenright> <Greek_ETA> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10000313> <Greek_ETA> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <parenright> <Greek_ETA> 	: "ᾚ"   U1F9A # GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F2B>          	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F2B> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <U10001F29> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10001F29> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10001F29> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10001F29> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <U10000314> <Greek_ETA> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <Multi_key> <parenleft> <Greek_ETA> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10000314> <Greek_ETA> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <parenleft> <Greek_ETA> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10000314> <Greek_ETA> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <parenleft> <Greek_ETA> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10000314> <Greek_ETA> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <parenleft> <Greek_ETA> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <U10001F29> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10001F29> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <U10000314> <Greek_ETA> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <Multi_key> <parenleft> <Greek_ETA> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10000314> <Greek_ETA> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <parenleft> <Greek_ETA> 	: "ᾛ"   U1F9B # GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F2C>          	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F2C> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <U10001F28> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10001F28> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10001F28> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10001F28> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10001F28> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10001F28> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <U10000313> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <Multi_key> <parenright> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10000313> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <parenright> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10000313> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <parenright> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10000313> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <parenright> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10000313> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <parenright> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10000313> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <parenright> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <U10001F28> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10001F28> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <U10000313> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <Multi_key> <parenright> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10000313> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <parenright> <Greek_ETA> 	: "ᾜ"   U1F9C # GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F2D>          	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F2D> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <U10001F29> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10001F29> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10001F29> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10001F29> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10001F29> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10001F29> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <U10000314> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <Multi_key> <parenleft> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10000314> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <parenleft> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10000314> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <parenleft> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10000314> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <parenleft> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10000314> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <parenleft> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10000314> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <parenleft> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <U10001F29> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10001F29> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <U10000314> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <Multi_key> <parenleft> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10000314> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <parenleft> <Greek_ETA> 	: "ᾝ"   U1F9D # GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F2E>          	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F2E> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <U10001F28> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10001F28> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10001F28> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10001F28> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10001F28> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10001F28> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <U10000313> <Greek_ETA> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <Multi_key> <parenright> <Greek_ETA> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10000313> <Greek_ETA> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <Multi_key> <parenright> <Greek_ETA> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10000313> <Greek_ETA> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <parenright> <Greek_ETA> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10000313> <Greek_ETA> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <parenright> <Greek_ETA> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10000313> <Greek_ETA> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <parenright> <Greek_ETA> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10000313> <Greek_ETA> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <parenright> <Greek_ETA> 	: "ᾞ"   U1F9E # GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10001F2F>          	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F2F> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <U10001F29> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10001F29> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10001F29> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10001F29> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10001F29> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10001F29> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <U10000314> <Greek_ETA> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <Multi_key> <parenleft> <Greek_ETA> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10000314> <Greek_ETA> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <Multi_key> <parenleft> <Greek_ETA> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10000314> <Greek_ETA> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <parenleft> <Greek_ETA> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10000314> <Greek_ETA> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <parenleft> <Greek_ETA> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10000314> <Greek_ETA> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <parenleft> <Greek_ETA> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10000314> <Greek_ETA> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <parenleft> <Greek_ETA> 	: "ᾟ"   U1F9F # GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10001F60>          	: "ᾠ"   U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F60> 	: "ᾠ"   U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI
+-<dead_iota> <U10000313> <Greek_omega> 	: "ᾠ"   U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <parenright> <Greek_omega> 	: "ᾠ"   U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000313> <Greek_omega> 	: "ᾠ"   U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <parenright> <Greek_omega> 	: "ᾠ"   U1FA0 # GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI
+-<dead_iota> <U10001F61>          	: "ᾡ"   U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F61> 	: "ᾡ"   U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI
+-<dead_iota> <U10000314> <Greek_omega> 	: "ᾡ"   U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <parenleft> <Greek_omega> 	: "ᾡ"   U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000314> <Greek_omega> 	: "ᾡ"   U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <parenleft> <Greek_omega> 	: "ᾡ"   U1FA1 # GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F62>          	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F62> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <U10001F60> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10001F60> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10001F60> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10001F60> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <U10000313> <Greek_omega> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <Multi_key> <parenright> <Greek_omega> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10000313> <Greek_omega> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <parenright> <Greek_omega> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10000313> <Greek_omega> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <parenright> <Greek_omega> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10000313> <Greek_omega> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <parenright> <Greek_omega> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <U10001F60> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10001F60> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <U10000313> <Greek_omega> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <Multi_key> <parenright> <Greek_omega> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10000313> <Greek_omega> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <parenright> <Greek_omega> 	: "ᾢ"   U1FA2 # GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F63>          	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F63> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <U10001F61> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10001F61> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10001F61> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10001F61> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <U10000314> <Greek_omega> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <Multi_key> <parenleft> <Greek_omega> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10000314> <Greek_omega> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <parenleft> <Greek_omega> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10000314> <Greek_omega> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <parenleft> <Greek_omega> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10000314> <Greek_omega> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <parenleft> <Greek_omega> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <U10001F61> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10001F61> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <U10000314> <Greek_omega> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <Multi_key> <parenleft> <Greek_omega> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10000314> <Greek_omega> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <parenleft> <Greek_omega> 	: "ᾣ"   U1FA3 # GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F64>          	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F64> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <U10001F60> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10001F60> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10001F60> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10001F60> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10001F60> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10001F60> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <U10000313> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <Multi_key> <parenright> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10000313> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <parenright> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10000313> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <parenright> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10000313> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <parenright> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10000313> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <parenright> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10000313> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <parenright> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <U10001F60> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10001F60> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <U10000313> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <Multi_key> <parenright> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10000313> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <parenright> <Greek_omega> 	: "ᾤ"   U1FA4 # GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F65>          	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F65> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <U10001F61> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10001F61> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10001F61> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10001F61> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10001F61> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10001F61> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <U10000314> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <Multi_key> <parenleft> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10000314> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <parenleft> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10000314> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <parenleft> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10000314> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <parenleft> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10000314> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <parenleft> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10000314> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <parenleft> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <U10001F61> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10001F61> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <U10000314> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <Multi_key> <parenleft> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10000314> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <parenleft> <Greek_omega> 	: "ᾥ"   U1FA5 # GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI
+-<dead_iota> <U10001F66>          	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F66> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <U10001F60> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10001F60> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10001F60> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10001F60> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10001F60> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10001F60> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <U10000313> <Greek_omega> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <Multi_key> <parenright> <Greek_omega> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10000313> <Greek_omega> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <Multi_key> <parenright> <Greek_omega> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10000313> <Greek_omega> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <parenright> <Greek_omega> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10000313> <Greek_omega> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <parenright> <Greek_omega> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10000313> <Greek_omega> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <parenright> <Greek_omega> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10000313> <Greek_omega> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <parenright> <Greek_omega> 	: "ᾦ"   U1FA6 # GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10001F67>          	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F67> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <U10001F61> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10001F61> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10001F61> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10001F61> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10001F61> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10001F61> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <U10000314> <Greek_omega> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <Multi_key> <parenleft> <Greek_omega> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10000314> <Greek_omega> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <Multi_key> <parenleft> <Greek_omega> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10000314> <Greek_omega> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <parenleft> <Greek_omega> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10000314> <Greek_omega> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <parenleft> <Greek_omega> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10000314> <Greek_omega> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <parenleft> <Greek_omega> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10000314> <Greek_omega> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <parenleft> <Greek_omega> 	: "ᾧ"   U1FA7 # GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10001F68>          	: "ᾨ"   U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F68> 	: "ᾨ"   U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI
+-<dead_iota> <U10000313> <Greek_OMEGA> 	: "ᾨ"   U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <parenright> <Greek_OMEGA> 	: "ᾨ"   U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000313> <Greek_OMEGA> 	: "ᾨ"   U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <parenright> <Greek_OMEGA> 	: "ᾨ"   U1FA8 # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI
+-<dead_iota> <U10001F69>          	: "ᾩ"   U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F69> 	: "ᾩ"   U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI
+-<dead_iota> <U10000314> <Greek_OMEGA> 	: "ᾩ"   U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <parenleft> <Greek_OMEGA> 	: "ᾩ"   U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000314> <Greek_OMEGA> 	: "ᾩ"   U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <parenleft> <Greek_OMEGA> 	: "ᾩ"   U1FA9 # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F6A>          	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F6A> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <U10001F68> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10001F68> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10001F68> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10001F68> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <U10000313> <Greek_OMEGA> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <Multi_key> <parenright> <Greek_OMEGA> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10000313> <Greek_OMEGA> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <parenright> <Greek_OMEGA> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10000313> <Greek_OMEGA> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <parenright> <Greek_OMEGA> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10000313> <Greek_OMEGA> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <parenright> <Greek_OMEGA> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <U10001F68> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10001F68> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <U10000313> <Greek_OMEGA> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <Multi_key> <parenright> <Greek_OMEGA> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10000313> <Greek_OMEGA> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <parenright> <Greek_OMEGA> 	: "ᾪ"   U1FAA # GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F6B>          	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F6B> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <U10001F69> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10001F69> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10001F69> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10001F69> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <U10000314> <Greek_OMEGA> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_grave> <Multi_key> <parenleft> <Greek_OMEGA> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <U10000314> <Greek_OMEGA> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <parenleft> <Greek_OMEGA> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <U10000314> <Greek_OMEGA> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <parenleft> <Greek_OMEGA> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <U10000314> <Greek_OMEGA> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <parenleft> <Greek_OMEGA> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <U10001F69> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10001F69> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <U10000314> <Greek_OMEGA> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_grave> <Multi_key> <parenleft> <Greek_OMEGA> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <U10000314> <Greek_OMEGA> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <parenleft> <Greek_OMEGA> 	: "ᾫ"   U1FAB # GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F6C>          	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F6C> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <U10001F68> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10001F68> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10001F68> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10001F68> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10001F68> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10001F68> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <U10000313> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <Multi_key> <parenright> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10000313> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <parenright> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10000313> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <parenright> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10000313> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <parenright> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10000313> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <parenright> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10000313> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <parenright> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <U10001F68> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10001F68> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <U10000313> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <Multi_key> <parenright> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10000313> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <parenright> <Greek_OMEGA> 	: "ᾬ"   U1FAC # GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F6D>          	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F6D> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <U10001F69> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10001F69> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10001F69> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10001F69> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10001F69> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10001F69> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <U10000314> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <dead_acute> <Multi_key> <parenleft> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <U10000314> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <parenleft> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <U10000314> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <parenleft> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <U10000314> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <parenleft> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <U10000314> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <parenleft> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <U10000314> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <parenleft> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <U10001F69> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10001F69> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <U10000314> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <combining_acute> <Multi_key> <parenleft> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <U10000314> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <parenleft> <Greek_OMEGA> 	: "ᾭ"   U1FAD # GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI
+-<dead_iota> <U10001F6E>          	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F6E> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <U10001F68> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10001F68> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10001F68> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10001F68> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10001F68> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10001F68> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <U10000313> <Greek_OMEGA> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <Multi_key> <parenright> <Greek_OMEGA> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10000313> <Greek_OMEGA> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <Multi_key> <parenright> <Greek_OMEGA> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10000313> <Greek_OMEGA> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <parenright> <Greek_OMEGA> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10000313> <Greek_OMEGA> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <parenright> <Greek_OMEGA> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10000313> <Greek_OMEGA> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <parenright> <Greek_OMEGA> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10000313> <Greek_OMEGA> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <parenright> <Greek_OMEGA> 	: "ᾮ"   U1FAE # GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10001F6F>          	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F6F> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <U10001F69> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10001F69> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10001F69> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10001F69> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10001F69> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10001F69> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <U10000314> <Greek_OMEGA> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <U10000342> <Multi_key> <parenleft> <Greek_OMEGA> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <U10000314> <Greek_OMEGA> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <dead_tilde> <Multi_key> <parenleft> <Greek_OMEGA> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <U10000314> <Greek_OMEGA> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <parenleft> <Greek_OMEGA> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <U10000314> <Greek_OMEGA> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <parenleft> <Greek_OMEGA> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <U10000314> <Greek_OMEGA> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <parenleft> <Greek_OMEGA> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <U10000314> <Greek_OMEGA> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <parenleft> <Greek_OMEGA> 	: "ᾯ"   U1FAF # GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI
+-<dead_breve> <Greek_alpha>       	: "ᾰ"   U1FB0 # GREEK SMALL LETTER ALPHA WITH VRACHY
+-<Multi_key> <U> <Greek_alpha>    	: "ᾰ"   U1FB0 # GREEK SMALL LETTER ALPHA WITH VRACHY
+-<Multi_key> <b> <Greek_alpha>    	: "ᾰ"   U1FB0 # GREEK SMALL LETTER ALPHA WITH VRACHY
+-<dead_macron> <Greek_alpha>      	: "ᾱ"   U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON
+-<Multi_key> <macron> <Greek_alpha> 	: "ᾱ"   U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON
+-<Multi_key> <underscore> <Greek_alpha> 	: "ᾱ"   U1FB1 # GREEK SMALL LETTER ALPHA WITH MACRON
+-<dead_iota> <U10001F70>          	: "ᾲ"   U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F70> 	: "ᾲ"   U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <Greek_alpha> 	: "ᾲ"   U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <Greek_alpha> 	: "ᾲ"   U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <Greek_alpha> 	: "ᾲ"   U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <Greek_alpha> 	: "ᾲ"   U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <Greek_alpha> 	: "ᾲ"   U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <Greek_alpha> 	: "ᾲ"   U1FB2 # GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Greek_alpha>        	: "ᾳ"   U1FB3 # GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <Greek_alpha> 	: "ᾳ"   U1FB3 # GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI
+-<dead_iota> <Greek_alphaaccent>  	: "ᾴ"   U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <Greek_alphaaccent> 	: "ᾴ"   U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <Greek_alpha> 	: "ᾴ"   U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <Greek_alpha> 	: "ᾴ"   U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <Greek_alpha> 	: "ᾴ"   U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <Greek_alpha> 	: "ᾴ"   U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <Greek_alpha> 	: "ᾴ"   U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <Greek_alpha> 	: "ᾴ"   U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <Greek_alpha> 	: "ᾴ"   U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <Greek_alpha> 	: "ᾴ"   U1FB4 # GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI
+-<U10000342> <Greek_alpha>        	: "ᾶ"   U1FB6 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI
+-<dead_tilde> <Greek_alpha>       	: "ᾶ"   U1FB6 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI
+-<Multi_key> <asciitilde> <Greek_alpha> 	: "ᾶ"   U1FB6 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI
+-<dead_iota> <U10001FB6>          	: "ᾷ"   U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001FB6> 	: "ᾷ"   U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <Greek_alpha> 	: "ᾷ"   U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <Greek_alpha> 	: "ᾷ"   U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <Greek_alpha> 	: "ᾷ"   U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <Greek_alpha> 	: "ᾷ"   U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <Greek_alpha> 	: "ᾷ"   U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <Greek_alpha> 	: "ᾷ"   U1FB7 # GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<dead_breve> <Greek_ALPHA>       	: "Ᾰ"   U1FB8 # GREEK CAPITAL LETTER ALPHA WITH VRACHY
+-<Multi_key> <U> <Greek_ALPHA>    	: "Ᾰ"   U1FB8 # GREEK CAPITAL LETTER ALPHA WITH VRACHY
+-<Multi_key> <b> <Greek_ALPHA>    	: "Ᾰ"   U1FB8 # GREEK CAPITAL LETTER ALPHA WITH VRACHY
+-<dead_macron> <Greek_ALPHA>      	: "Ᾱ"   U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON
+-<Multi_key> <macron> <Greek_ALPHA> 	: "Ᾱ"   U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON
+-<Multi_key> <underscore> <Greek_ALPHA> 	: "Ᾱ"   U1FB9 # GREEK CAPITAL LETTER ALPHA WITH MACRON
+-<dead_grave> <Greek_ALPHA>       	: "Ὰ"   U1FBA # GREEK CAPITAL LETTER ALPHA WITH VARIA
+-<Multi_key> <grave> <Greek_ALPHA> 	: "Ὰ"   U1FBA # GREEK CAPITAL LETTER ALPHA WITH VARIA
+-<combining_grave> <Greek_ALPHA>  	: "Ὰ"   U1FBA # GREEK CAPITAL LETTER ALPHA WITH VARIA
+-<dead_iota> <Greek_ALPHA>        	: "ᾼ"   U1FBC # GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <Greek_ALPHA> 	: "ᾼ"   U1FBC # GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI
+-<Multi_key> <diaeresis> <U10000342> 	: "῁"   U1FC1 # GREEK DIALYTIKA AND PERISPOMENI
+-<Multi_key> <diaeresis> <dead_tilde> 	: "῁"   U1FC1 # GREEK DIALYTIKA AND PERISPOMENI
+-<Multi_key> <diaeresis> <asciitilde> 	: "῁"   U1FC1 # GREEK DIALYTIKA AND PERISPOMENI
+-<dead_iota> <U10001F74>          	: "ῂ"   U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F74> 	: "ῂ"   U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <Greek_eta> 	: "ῂ"   U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <Greek_eta> 	: "ῂ"   U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <Greek_eta> 	: "ῂ"   U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <Greek_eta> 	: "ῂ"   U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <Greek_eta> 	: "ῂ"   U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <Greek_eta> 	: "ῂ"   U1FC2 # GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Greek_eta>          	: "ῃ"   U1FC3 # GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <Greek_eta> 	: "ῃ"   U1FC3 # GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI
+-<dead_iota> <Greek_etaaccent>    	: "ῄ"   U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <Greek_etaaccent> 	: "ῄ"   U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <Greek_eta> 	: "ῄ"   U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <Greek_eta> 	: "ῄ"   U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <Greek_eta> 	: "ῄ"   U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <Greek_eta> 	: "ῄ"   U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <Greek_eta> 	: "ῄ"   U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <Greek_eta> 	: "ῄ"   U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <Greek_eta> 	: "ῄ"   U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <Greek_eta> 	: "ῄ"   U1FC4 # GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI
+-<U10000342> <Greek_eta>          	: "ῆ"   U1FC6 # GREEK SMALL LETTER ETA WITH PERISPOMENI
+-<dead_tilde> <Greek_eta>         	: "ῆ"   U1FC6 # GREEK SMALL LETTER ETA WITH PERISPOMENI
+-<Multi_key> <asciitilde> <Greek_eta> 	: "ῆ"   U1FC6 # GREEK SMALL LETTER ETA WITH PERISPOMENI
+-<dead_iota> <U10001FC6>          	: "ῇ"   U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001FC6> 	: "ῇ"   U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <Greek_eta> 	: "ῇ"   U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <Greek_eta> 	: "ῇ"   U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <Greek_eta> 	: "ῇ"   U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <Greek_eta> 	: "ῇ"   U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <Greek_eta> 	: "ῇ"   U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <Greek_eta> 	: "ῇ"   U1FC7 # GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<dead_grave> <Greek_EPSILON>     	: "Ὲ"   U1FC8 # GREEK CAPITAL LETTER EPSILON WITH VARIA
+-<Multi_key> <grave> <Greek_EPSILON> 	: "Ὲ"   U1FC8 # GREEK CAPITAL LETTER EPSILON WITH VARIA
+-<combining_grave> <Greek_EPSILON> 	: "Ὲ"   U1FC8 # GREEK CAPITAL LETTER EPSILON WITH VARIA
+-<dead_grave> <Greek_ETA>         	: "Ὴ"   U1FCA # GREEK CAPITAL LETTER ETA WITH VARIA
+-<Multi_key> <grave> <Greek_ETA>  	: "Ὴ"   U1FCA # GREEK CAPITAL LETTER ETA WITH VARIA
+-<combining_grave> <Greek_ETA>    	: "Ὴ"   U1FCA # GREEK CAPITAL LETTER ETA WITH VARIA
+-<dead_iota> <Greek_ETA>          	: "ῌ"   U1FCC # GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <Greek_ETA> 	: "ῌ"   U1FCC # GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI
+-<Multi_key> <U10001FBF> <dead_grave> 	: "῍"   U1FCD # GREEK PSILI AND VARIA
+-<Multi_key> <U10001FBF> <grave>  	: "῍"   U1FCD # GREEK PSILI AND VARIA
+-<Multi_key> <U10001FBF> <combining_grave> 	: "῍"   U1FCD # GREEK PSILI AND VARIA
+-<Multi_key> <U10001FBF> <dead_acute> 	: "῎"   U1FCE # GREEK PSILI AND OXIA
+-<Multi_key> <U10001FBF> <acute>  	: "῎"   U1FCE # GREEK PSILI AND OXIA
+-<Multi_key> <U10001FBF> <apostrophe> 	: "῎"   U1FCE # GREEK PSILI AND OXIA
+-<Multi_key> <U10001FBF> <combining_acute> 	: "῎"   U1FCE # GREEK PSILI AND OXIA
+-<Multi_key> <U10001FBF> <U10000342> 	: "῏"   U1FCF # GREEK PSILI AND PERISPOMENI
+-<Multi_key> <U10001FBF> <dead_tilde> 	: "῏"   U1FCF # GREEK PSILI AND PERISPOMENI
+-<Multi_key> <U10001FBF> <asciitilde> 	: "῏"   U1FCF # GREEK PSILI AND PERISPOMENI
+-<dead_breve> <Greek_iota>        	: "ῐ"   U1FD0 # GREEK SMALL LETTER IOTA WITH VRACHY
+-<Multi_key> <U> <Greek_iota>     	: "ῐ"   U1FD0 # GREEK SMALL LETTER IOTA WITH VRACHY
+-<Multi_key> <b> <Greek_iota>     	: "ῐ"   U1FD0 # GREEK SMALL LETTER IOTA WITH VRACHY
+-<dead_macron> <Greek_iota>       	: "ῑ"   U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON
+-<Multi_key> <macron> <Greek_iota> 	: "ῑ"   U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON
+-<Multi_key> <underscore> <Greek_iota> 	: "ῑ"   U1FD1 # GREEK SMALL LETTER IOTA WITH MACRON
+-<dead_grave> <Greek_iotadieresis> 	: "ῒ"   U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA
+-<Multi_key> <grave> <Greek_iotadieresis> 	: "ῒ"   U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA
+-<dead_grave> <dead_diaeresis> <Greek_iota> 	: "ῒ"   U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA
+-<dead_grave> <Multi_key> <quotedbl> <Greek_iota> 	: "ῒ"   U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA
+-<Multi_key> <grave> <dead_diaeresis> <Greek_iota> 	: "ῒ"   U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA
+-<Multi_key> <grave> <quotedbl> <Greek_iota> 	: "ῒ"   U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA
+-<combining_grave> <Greek_iotadieresis> 	: "ῒ"   U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA
+-<combining_grave> <dead_diaeresis> <Greek_iota> 	: "ῒ"   U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA
+-<combining_grave> <Multi_key> <quotedbl> <Greek_iota> 	: "ῒ"   U1FD2 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA
+-<U10000342> <Greek_iota>         	: "ῖ"   U1FD6 # GREEK SMALL LETTER IOTA WITH PERISPOMENI
+-<dead_tilde> <Greek_iota>        	: "ῖ"   U1FD6 # GREEK SMALL LETTER IOTA WITH PERISPOMENI
+-<Multi_key> <asciitilde> <Greek_iota> 	: "ῖ"   U1FD6 # GREEK SMALL LETTER IOTA WITH PERISPOMENI
+-<U10000342> <Greek_iotadieresis> 	: "ῗ"   U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI
+-<dead_tilde> <Greek_iotadieresis> 	: "ῗ"   U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI
+-<Multi_key> <asciitilde> <Greek_iotadieresis> 	: "ῗ"   U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI
+-<U10000342> <dead_diaeresis> <Greek_iota> 	: "ῗ"   U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI
+-<U10000342> <Multi_key> <quotedbl> <Greek_iota> 	: "ῗ"   U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI
+-<dead_tilde> <dead_diaeresis> <Greek_iota> 	: "ῗ"   U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI
+-<dead_tilde> <Multi_key> <quotedbl> <Greek_iota> 	: "ῗ"   U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI
+-<Multi_key> <asciitilde> <dead_diaeresis> <Greek_iota> 	: "ῗ"   U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI
+-<Multi_key> <asciitilde> <quotedbl> <Greek_iota> 	: "ῗ"   U1FD7 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI
+-<dead_breve> <Greek_IOTA>        	: "Ῐ"   U1FD8 # GREEK CAPITAL LETTER IOTA WITH VRACHY
+-<Multi_key> <U> <Greek_IOTA>     	: "Ῐ"   U1FD8 # GREEK CAPITAL LETTER IOTA WITH VRACHY
+-<Multi_key> <b> <Greek_IOTA>     	: "Ῐ"   U1FD8 # GREEK CAPITAL LETTER IOTA WITH VRACHY
+-<dead_macron> <Greek_IOTA>       	: "Ῑ"   U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON
+-<Multi_key> <macron> <Greek_IOTA> 	: "Ῑ"   U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON
+-<Multi_key> <underscore> <Greek_IOTA> 	: "Ῑ"   U1FD9 # GREEK CAPITAL LETTER IOTA WITH MACRON
+-<dead_grave> <Greek_IOTA>        	: "Ὶ"   U1FDA # GREEK CAPITAL LETTER IOTA WITH VARIA
+-<Multi_key> <grave> <Greek_IOTA> 	: "Ὶ"   U1FDA # GREEK CAPITAL LETTER IOTA WITH VARIA
+-<combining_grave> <Greek_IOTA>   	: "Ὶ"   U1FDA # GREEK CAPITAL LETTER IOTA WITH VARIA
+-<Multi_key> <U10001FFE> <dead_grave> 	: "῝"   U1FDD # GREEK DASIA AND VARIA
+-<Multi_key> <U10001FFE> <grave>  	: "῝"   U1FDD # GREEK DASIA AND VARIA
+-<Multi_key> <U10001FFE> <combining_grave> 	: "῝"   U1FDD # GREEK DASIA AND VARIA
+-<Multi_key> <U10001FFE> <dead_acute> 	: "῞"   U1FDE # GREEK DASIA AND OXIA
+-<Multi_key> <U10001FFE> <acute>  	: "῞"   U1FDE # GREEK DASIA AND OXIA
+-<Multi_key> <U10001FFE> <apostrophe> 	: "῞"   U1FDE # GREEK DASIA AND OXIA
+-<Multi_key> <U10001FFE> <combining_acute> 	: "῞"   U1FDE # GREEK DASIA AND OXIA
+-<Multi_key> <U10001FFE> <U10000342> 	: "῟"   U1FDF # GREEK DASIA AND PERISPOMENI
+-<Multi_key> <U10001FFE> <dead_tilde> 	: "῟"   U1FDF # GREEK DASIA AND PERISPOMENI
+-<Multi_key> <U10001FFE> <asciitilde> 	: "῟"   U1FDF # GREEK DASIA AND PERISPOMENI
+-<dead_breve> <Greek_upsilon>     	: "ῠ"   U1FE0 # GREEK SMALL LETTER UPSILON WITH VRACHY
+-<Multi_key> <U> <Greek_upsilon>  	: "ῠ"   U1FE0 # GREEK SMALL LETTER UPSILON WITH VRACHY
+-<Multi_key> <b> <Greek_upsilon>  	: "ῠ"   U1FE0 # GREEK SMALL LETTER UPSILON WITH VRACHY
+-<dead_macron> <Greek_upsilon>    	: "ῡ"   U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON
+-<Multi_key> <macron> <Greek_upsilon> 	: "ῡ"   U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON
+-<Multi_key> <underscore> <Greek_upsilon> 	: "ῡ"   U1FE1 # GREEK SMALL LETTER UPSILON WITH MACRON
+-<dead_grave> <Greek_upsilondieresis> 	: "ῢ"   U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA
+-<Multi_key> <grave> <Greek_upsilondieresis> 	: "ῢ"   U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA
+-<dead_grave> <dead_diaeresis> <Greek_upsilon> 	: "ῢ"   U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA
+-<dead_grave> <Multi_key> <quotedbl> <Greek_upsilon> 	: "ῢ"   U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA
+-<Multi_key> <grave> <dead_diaeresis> <Greek_upsilon> 	: "ῢ"   U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA
+-<Multi_key> <grave> <quotedbl> <Greek_upsilon> 	: "ῢ"   U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA
+-<combining_grave> <Greek_upsilondieresis> 	: "ῢ"   U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA
+-<combining_grave> <dead_diaeresis> <Greek_upsilon> 	: "ῢ"   U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA
+-<combining_grave> <Multi_key> <quotedbl> <Greek_upsilon> 	: "ῢ"   U1FE2 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA
+-<U10000313> <Greek_rho>          	: "ῤ"   U1FE4 # GREEK SMALL LETTER RHO WITH PSILI
+-<Multi_key> <parenright> <Greek_rho> 	: "ῤ"   U1FE4 # GREEK SMALL LETTER RHO WITH PSILI
+-<U10000314> <Greek_rho>          	: "ῥ"   U1FE5 # GREEK SMALL LETTER RHO WITH DASIA
+-<Multi_key> <parenleft> <Greek_rho> 	: "ῥ"   U1FE5 # GREEK SMALL LETTER RHO WITH DASIA
+-<U10000342> <Greek_upsilon>      	: "ῦ"   U1FE6 # GREEK SMALL LETTER UPSILON WITH PERISPOMENI
+-<dead_tilde> <Greek_upsilon>     	: "ῦ"   U1FE6 # GREEK SMALL LETTER UPSILON WITH PERISPOMENI
+-<Multi_key> <asciitilde> <Greek_upsilon> 	: "ῦ"   U1FE6 # GREEK SMALL LETTER UPSILON WITH PERISPOMENI
+-<U10000342> <Greek_upsilondieresis> 	: "ῧ"   U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI
+-<dead_tilde> <Greek_upsilondieresis> 	: "ῧ"   U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI
+-<Multi_key> <asciitilde> <Greek_upsilondieresis> 	: "ῧ"   U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI
+-<U10000342> <dead_diaeresis> <Greek_upsilon> 	: "ῧ"   U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI
+-<U10000342> <Multi_key> <quotedbl> <Greek_upsilon> 	: "ῧ"   U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI
+-<dead_tilde> <dead_diaeresis> <Greek_upsilon> 	: "ῧ"   U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI
+-<dead_tilde> <Multi_key> <quotedbl> <Greek_upsilon> 	: "ῧ"   U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI
+-<Multi_key> <asciitilde> <dead_diaeresis> <Greek_upsilon> 	: "ῧ"   U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI
+-<Multi_key> <asciitilde> <quotedbl> <Greek_upsilon> 	: "ῧ"   U1FE7 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI
+-<dead_breve> <Greek_UPSILON>     	: "Ῠ"   U1FE8 # GREEK CAPITAL LETTER UPSILON WITH VRACHY
+-<Multi_key> <U> <Greek_UPSILON>  	: "Ῠ"   U1FE8 # GREEK CAPITAL LETTER UPSILON WITH VRACHY
+-<Multi_key> <b> <Greek_UPSILON>  	: "Ῠ"   U1FE8 # GREEK CAPITAL LETTER UPSILON WITH VRACHY
+-<dead_macron> <Greek_UPSILON>    	: "Ῡ"   U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON
+-<Multi_key> <macron> <Greek_UPSILON> 	: "Ῡ"   U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON
+-<Multi_key> <underscore> <Greek_UPSILON> 	: "Ῡ"   U1FE9 # GREEK CAPITAL LETTER UPSILON WITH MACRON
+-<dead_grave> <Greek_UPSILON>     	: "Ὺ"   U1FEA # GREEK CAPITAL LETTER UPSILON WITH VARIA
+-<Multi_key> <grave> <Greek_UPSILON> 	: "Ὺ"   U1FEA # GREEK CAPITAL LETTER UPSILON WITH VARIA
+-<combining_grave> <Greek_UPSILON> 	: "Ὺ"   U1FEA # GREEK CAPITAL LETTER UPSILON WITH VARIA
+-<U10000314> <Greek_RHO>          	: "Ῥ"   U1FEC # GREEK CAPITAL LETTER RHO WITH DASIA
+-<Multi_key> <parenleft> <Greek_RHO> 	: "Ῥ"   U1FEC # GREEK CAPITAL LETTER RHO WITH DASIA
+-<Multi_key> <diaeresis> <dead_grave> 	: "῭"   U1FED # GREEK DIALYTIKA AND VARIA
+-<Multi_key> <diaeresis> <grave>  	: "῭"   U1FED # GREEK DIALYTIKA AND VARIA
+-<Multi_key> <diaeresis> <combining_grave> 	: "῭"   U1FED # GREEK DIALYTIKA AND VARIA
+-<dead_iota> <U10001F7C>          	: "ῲ"   U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001F7C> 	: "ῲ"   U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_grave> <Greek_omega> 	: "ῲ"   U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <grave> <Greek_omega> 	: "ῲ"   U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_grave> <Greek_omega> 	: "ῲ"   U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <grave> <Greek_omega> 	: "ῲ"   U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_grave> <Greek_omega> 	: "ῲ"   U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_grave> <Greek_omega> 	: "ῲ"   U1FF2 # GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI
+-<dead_iota> <Greek_omega>        	: "ῳ"   U1FF3 # GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <Greek_omega> 	: "ῳ"   U1FF3 # GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI
+-<dead_iota> <Greek_omegaaccent>  	: "ῴ"   U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <Greek_omegaaccent> 	: "ῴ"   U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI
+-<dead_iota> <dead_acute> <Greek_omega> 	: "ῴ"   U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <acute> <Greek_omega> 	: "ῴ"   U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <apostrophe> <Greek_omega> 	: "ῴ"   U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_acute> <Greek_omega> 	: "ῴ"   U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <acute> <Greek_omega> 	: "ῴ"   U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <apostrophe> <Greek_omega> 	: "ῴ"   U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI
+-<dead_iota> <combining_acute> <Greek_omega> 	: "ῴ"   U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <combining_acute> <Greek_omega> 	: "ῴ"   U1FF4 # GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI
+-<U10000342> <Greek_omega>        	: "ῶ"   U1FF6 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI
+-<dead_tilde> <Greek_omega>       	: "ῶ"   U1FF6 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI
+-<Multi_key> <asciitilde> <Greek_omega> 	: "ῶ"   U1FF6 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI
+-<dead_iota> <U10001FF6>          	: "ῷ"   U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10001FF6> 	: "ῷ"   U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <U10000342> <Greek_omega> 	: "ῷ"   U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <dead_tilde> <Greek_omega> 	: "ῷ"   U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<dead_iota> <Multi_key> <asciitilde> <Greek_omega> 	: "ῷ"   U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <U10000342> <Greek_omega> 	: "ῷ"   U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <dead_tilde> <Greek_omega> 	: "ῷ"   U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<Multi_key> <Greek_iota> <asciitilde> <Greek_omega> 	: "ῷ"   U1FF7 # GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI
+-<dead_grave> <Greek_OMICRON>     	: "Ὸ"   U1FF8 # GREEK CAPITAL LETTER OMICRON WITH VARIA
+-<Multi_key> <grave> <Greek_OMICRON> 	: "Ὸ"   U1FF8 # GREEK CAPITAL LETTER OMICRON WITH VARIA
+-<combining_grave> <Greek_OMICRON> 	: "Ὸ"   U1FF8 # GREEK CAPITAL LETTER OMICRON WITH VARIA
+-<dead_grave> <Greek_OMEGA>       	: "Ὼ"   U1FFA # GREEK CAPITAL LETTER OMEGA WITH VARIA
+-<Multi_key> <grave> <Greek_OMEGA> 	: "Ὼ"   U1FFA # GREEK CAPITAL LETTER OMEGA WITH VARIA
+-<combining_grave> <Greek_OMEGA>  	: "Ὼ"   U1FFA # GREEK CAPITAL LETTER OMEGA WITH VARIA
+-<dead_iota> <Greek_OMEGA>        	: "ῼ"   U1FFC # GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI
+-<Multi_key> <Greek_iota> <Greek_OMEGA> 	: "ῼ"   U1FFC # GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI
+-<dead_circumflex> <0>            	: "⁰"   U2070 # SUPERSCRIPT ZERO
+-<Multi_key> <asciicircum> <0>    	: "⁰"   U2070 # SUPERSCRIPT ZERO
+-<dead_circumflex> <KP_0>         	: "⁰"   U2070 # SUPERSCRIPT ZERO
+-<Multi_key> <asciicircum> <KP_0> 	: "⁰"   U2070 # SUPERSCRIPT ZERO
+-<dead_circumflex> <Multi_key> <underscore> <i> 	: "ⁱ"   U2071 # SUPERSCRIPT LATIN SMALL LETTER I
+-<Multi_key> <asciicircum> <underscore> <i> 	: "ⁱ"   U2071 # SUPERSCRIPT LATIN SMALL LETTER I
+-<dead_circumflex> <Multi_key> <underbar> <i> 	: "ⁱ"   U2071 # SUPERSCRIPT LATIN SMALL LETTER I
+-<Multi_key> <asciicircum> <underbar> <i> 	: "ⁱ"   U2071 # SUPERSCRIPT LATIN SMALL LETTER I
+-<dead_circumflex> <4>            	: "⁴"   U2074 # SUPERSCRIPT FOUR
+-<Multi_key> <asciicircum> <4>    	: "⁴"   U2074 # SUPERSCRIPT FOUR
+-<dead_circumflex> <KP_4>         	: "⁴"   U2074 # SUPERSCRIPT FOUR
+-<Multi_key> <asciicircum> <KP_4> 	: "⁴"   U2074 # SUPERSCRIPT FOUR
+-<dead_circumflex> <5>            	: "⁵"   U2075 # SUPERSCRIPT FIVE
+-<Multi_key> <asciicircum> <5>    	: "⁵"   U2075 # SUPERSCRIPT FIVE
+-<dead_circumflex> <KP_5>         	: "⁵"   U2075 # SUPERSCRIPT FIVE
+-<Multi_key> <asciicircum> <KP_5> 	: "⁵"   U2075 # SUPERSCRIPT FIVE
+-<dead_circumflex> <6>            	: "⁶"   U2076 # SUPERSCRIPT SIX
+-<Multi_key> <asciicircum> <6>    	: "⁶"   U2076 # SUPERSCRIPT SIX
+-<dead_circumflex> <KP_6>         	: "⁶"   U2076 # SUPERSCRIPT SIX
+-<Multi_key> <asciicircum> <KP_6> 	: "⁶"   U2076 # SUPERSCRIPT SIX
+-<dead_circumflex> <7>            	: "⁷"   U2077 # SUPERSCRIPT SEVEN
+-<Multi_key> <asciicircum> <7>    	: "⁷"   U2077 # SUPERSCRIPT SEVEN
+-<dead_circumflex> <KP_7>         	: "⁷"   U2077 # SUPERSCRIPT SEVEN
+-<Multi_key> <asciicircum> <KP_7> 	: "⁷"   U2077 # SUPERSCRIPT SEVEN
+-<dead_circumflex> <8>            	: "⁸"   U2078 # SUPERSCRIPT EIGHT
+-<Multi_key> <asciicircum> <8>    	: "⁸"   U2078 # SUPERSCRIPT EIGHT
+-<dead_circumflex> <KP_8>         	: "⁸"   U2078 # SUPERSCRIPT EIGHT
+-<Multi_key> <asciicircum> <KP_8> 	: "⁸"   U2078 # SUPERSCRIPT EIGHT
+-<dead_circumflex> <9>            	: "⁹"   U2079 # SUPERSCRIPT NINE
+-<Multi_key> <asciicircum> <9>    	: "⁹"   U2079 # SUPERSCRIPT NINE
+-<dead_circumflex> <KP_9>         	: "⁹"   U2079 # SUPERSCRIPT NINE
+-<Multi_key> <asciicircum> <KP_9> 	: "⁹"   U2079 # SUPERSCRIPT NINE
+-<dead_circumflex> <plus>         	: "⁺"   U207A # SUPERSCRIPT PLUS SIGN
+-<Multi_key> <asciicircum> <plus> 	: "⁺"   U207A # SUPERSCRIPT PLUS SIGN
+-<dead_circumflex> <KP_Add>       	: "⁺"   U207A # SUPERSCRIPT PLUS SIGN
+-<Multi_key> <asciicircum> <KP_Add> 	: "⁺"   U207A # SUPERSCRIPT PLUS SIGN
+-<dead_circumflex> <U10002212>    	: "⁻"   U207B # SUPERSCRIPT MINUS
+-<Multi_key> <asciicircum> <U10002212> 	: "⁻"   U207B # SUPERSCRIPT MINUS
+-<dead_circumflex> <equal>        	: "⁼"   U207C # SUPERSCRIPT EQUALS SIGN
+-<Multi_key> <asciicircum> <equal> 	: "⁼"   U207C # SUPERSCRIPT EQUALS SIGN
+-<dead_circumflex> <KP_Equal>     	: "⁼"   U207C # SUPERSCRIPT EQUALS SIGN
+-<Multi_key> <asciicircum> <KP_Equal> 	: "⁼"   U207C # SUPERSCRIPT EQUALS SIGN
+-<dead_circumflex> <parenleft>    	: "⁽"   U207D # SUPERSCRIPT LEFT PARENTHESIS
+-<Multi_key> <asciicircum> <parenleft> 	: "⁽"   U207D # SUPERSCRIPT LEFT PARENTHESIS
+-<dead_circumflex> <parenright>   	: "⁾"   U207E # SUPERSCRIPT RIGHT PARENTHESIS
+-<Multi_key> <asciicircum> <parenright> 	: "⁾"   U207E # SUPERSCRIPT RIGHT PARENTHESIS
+-<dead_circumflex> <Multi_key> <underscore> <n> 	: "ⁿ"   U207F # SUPERSCRIPT LATIN SMALL LETTER N
+-<Multi_key> <asciicircum> <underscore> <n> 	: "ⁿ"   U207F # SUPERSCRIPT LATIN SMALL LETTER N
+-<dead_circumflex> <Multi_key> <underbar> <n> 	: "ⁿ"   U207F # SUPERSCRIPT LATIN SMALL LETTER N
+-<Multi_key> <asciicircum> <underbar> <n> 	: "ⁿ"   U207F # SUPERSCRIPT LATIN SMALL LETTER N
+-<Multi_key> <underscore> <0>     	: "₀"   U2080 # SUBSCRIPT ZERO
+-<Multi_key> <underscore> <KP_0>  	: "₀"   U2080 # SUBSCRIPT ZERO
+-<Multi_key> <underbar> <0>       	: "₀"   U2080 # SUBSCRIPT ZERO
+-<Multi_key> <underbar> <KP_0>    	: "₀"   U2080 # SUBSCRIPT ZERO
+-<Multi_key> <underscore> <1>     	: "₁"   U2081 # SUBSCRIPT ONE
+-<Multi_key> <underscore> <KP_1>  	: "₁"   U2081 # SUBSCRIPT ONE
+-<Multi_key> <underbar> <1>       	: "₁"   U2081 # SUBSCRIPT ONE
+-<Multi_key> <underbar> <KP_1>    	: "₁"   U2081 # SUBSCRIPT ONE
+-<Multi_key> <underscore> <2>     	: "₂"   U2082 # SUBSCRIPT TWO
+-<Multi_key> <underscore> <KP_Space> 	: "₂"   U2082 # SUBSCRIPT TWO
+-<Multi_key> <underscore> <KP_2>  	: "₂"   U2082 # SUBSCRIPT TWO
+-<Multi_key> <underbar> <2>       	: "₂"   U2082 # SUBSCRIPT TWO
+-<Multi_key> <underbar> <KP_Space> 	: "₂"   U2082 # SUBSCRIPT TWO
+-<Multi_key> <underbar> <KP_2>    	: "₂"   U2082 # SUBSCRIPT TWO
+-<Multi_key> <underscore> <3>     	: "₃"   U2083 # SUBSCRIPT THREE
+-<Multi_key> <underscore> <KP_3>  	: "₃"   U2083 # SUBSCRIPT THREE
+-<Multi_key> <underbar> <3>       	: "₃"   U2083 # SUBSCRIPT THREE
+-<Multi_key> <underbar> <KP_3>    	: "₃"   U2083 # SUBSCRIPT THREE
+-<Multi_key> <underscore> <4>     	: "₄"   U2084 # SUBSCRIPT FOUR
+-<Multi_key> <underscore> <KP_4>  	: "₄"   U2084 # SUBSCRIPT FOUR
+-<Multi_key> <underbar> <4>       	: "₄"   U2084 # SUBSCRIPT FOUR
+-<Multi_key> <underbar> <KP_4>    	: "₄"   U2084 # SUBSCRIPT FOUR
+-<Multi_key> <underscore> <5>     	: "₅"   U2085 # SUBSCRIPT FIVE
+-<Multi_key> <underscore> <KP_5>  	: "₅"   U2085 # SUBSCRIPT FIVE
+-<Multi_key> <underbar> <5>       	: "₅"   U2085 # SUBSCRIPT FIVE
+-<Multi_key> <underbar> <KP_5>    	: "₅"   U2085 # SUBSCRIPT FIVE
+-<Multi_key> <underscore> <6>     	: "₆"   U2086 # SUBSCRIPT SIX
+-<Multi_key> <underscore> <KP_6>  	: "₆"   U2086 # SUBSCRIPT SIX
+-<Multi_key> <underbar> <6>       	: "₆"   U2086 # SUBSCRIPT SIX
+-<Multi_key> <underbar> <KP_6>    	: "₆"   U2086 # SUBSCRIPT SIX
+-<Multi_key> <underscore> <7>     	: "₇"   U2087 # SUBSCRIPT SEVEN
+-<Multi_key> <underscore> <KP_7>  	: "₇"   U2087 # SUBSCRIPT SEVEN
+-<Multi_key> <underbar> <7>       	: "₇"   U2087 # SUBSCRIPT SEVEN
+-<Multi_key> <underbar> <KP_7>    	: "₇"   U2087 # SUBSCRIPT SEVEN
+-<Multi_key> <underscore> <8>     	: "₈"   U2088 # SUBSCRIPT EIGHT
+-<Multi_key> <underscore> <KP_8>  	: "₈"   U2088 # SUBSCRIPT EIGHT
+-<Multi_key> <underbar> <8>       	: "₈"   U2088 # SUBSCRIPT EIGHT
+-<Multi_key> <underbar> <KP_8>    	: "₈"   U2088 # SUBSCRIPT EIGHT
+-<Multi_key> <underscore> <9>     	: "₉"   U2089 # SUBSCRIPT NINE
+-<Multi_key> <underscore> <KP_9>  	: "₉"   U2089 # SUBSCRIPT NINE
+-<Multi_key> <underbar> <9>       	: "₉"   U2089 # SUBSCRIPT NINE
+-<Multi_key> <underbar> <KP_9>    	: "₉"   U2089 # SUBSCRIPT NINE
+-<Multi_key> <underscore> <plus>  	: "₊"   U208A # SUBSCRIPT PLUS SIGN
+-<Multi_key> <underscore> <KP_Add> 	: "₊"   U208A # SUBSCRIPT PLUS SIGN
+-<Multi_key> <underbar> <plus>    	: "₊"   U208A # SUBSCRIPT PLUS SIGN
+-<Multi_key> <underbar> <KP_Add>  	: "₊"   U208A # SUBSCRIPT PLUS SIGN
+-<Multi_key> <underscore> <U10002212> 	: "₋"   U208B # SUBSCRIPT MINUS
+-<Multi_key> <underbar> <U10002212> 	: "₋"   U208B # SUBSCRIPT MINUS
+-<Multi_key> <underscore> <equal> 	: "₌"   U208C # SUBSCRIPT EQUALS SIGN
+-<Multi_key> <underscore> <KP_Equal> 	: "₌"   U208C # SUBSCRIPT EQUALS SIGN
+-<Multi_key> <underbar> <equal>   	: "₌"   U208C # SUBSCRIPT EQUALS SIGN
+-<Multi_key> <underbar> <KP_Equal> 	: "₌"   U208C # SUBSCRIPT EQUALS SIGN
+-<Multi_key> <underscore> <parenleft> 	: "₍"   U208D # SUBSCRIPT LEFT PARENTHESIS
+-<Multi_key> <underbar> <parenleft> 	: "₍"   U208D # SUBSCRIPT LEFT PARENTHESIS
+-<Multi_key> <underscore> <parenright> 	: "₎"   U208E # SUBSCRIPT RIGHT PARENTHESIS
+-<Multi_key> <underbar> <parenright> 	: "₎"   U208E # SUBSCRIPT RIGHT PARENTHESIS
+-<dead_circumflex> <Multi_key> <S> <M> 	: "℠"   U2120 # SERVICE MARK
+-<Multi_key> <S> <M>		 	: "℠"   U2120 # SERVICE MARK
+-<dead_circumflex> <Multi_key> <T> <M> 	: "™"   U2122 # TRADE MARK SIGN
+-<Multi_key> <T> <M>		 	: "™"   U2122 # TRADE MARK SIGN
+-<Multi_key> <slash> <leftarrow>  	: "↚"   U219A # LEFTWARDS ARROW WITH STROKE
+-<Multi_key> <KP_Divide> <leftarrow> 	: "↚"   U219A # LEFTWARDS ARROW WITH STROKE
+-<Multi_key> <slash> <rightarrow> 	: "↛"   U219B # RIGHTWARDS ARROW WITH STROKE
+-<Multi_key> <KP_Divide> <rightarrow> 	: "↛"   U219B # RIGHTWARDS ARROW WITH STROKE
+-<Multi_key> <slash> <U10002194>  	: "↮"   U21AE # LEFT RIGHT ARROW WITH STROKE
+-<Multi_key> <KP_Divide> <U10002194> 	: "↮"   U21AE # LEFT RIGHT ARROW WITH STROKE
+-<Multi_key> <U10002203> <U10000338> 	: "∄"   U2204 # THERE DOES NOT EXIST
+-<Multi_key> <U10002208> <U10000338> 	: "∉"   U2209 # NOT AN ELEMENT OF
+-<Multi_key> <U1000220B> <U10000338> 	: "∌"   U220C # DOES NOT CONTAIN AS MEMBER
+-<Multi_key> <U10002223> <U10000338> 	: "∤"   U2224 # DOES NOT DIVIDE
+-<Multi_key> <U10002225> <U10000338> 	: "∦"   U2226 # NOT PARALLEL TO
+-<Multi_key> <U1000223C> <U10000338> 	: "≁"   U2241 # NOT TILDE
+-<Multi_key> <U10002243> <U10000338> 	: "≄"   U2244 # NOT ASYMPTOTICALLY EQUAL TO
+-<Multi_key> <approximate> <U10000338> 	: "≇"   U2247 # NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO
+-<Multi_key> <U10002248> <U10000338> 	: "≉"   U2249 # NOT ALMOST EQUAL TO
+-<Multi_key> <equal> <U10000338>  	: "≠"   U2260 # NOT EQUAL TO
+-<Multi_key> <KP_Equal> <U10000338> 	: "≠"   U2260 # NOT EQUAL TO
+-<Multi_key> <identical> <U10000338> 	: "≢"   U2262 # NOT IDENTICAL TO
+-<Multi_key> <U1000224D> <U10000338> 	: "≭"   U226D # NOT EQUIVALENT TO
+-<Multi_key> <less> <U10000338>   	: "≮"   U226E # NOT LESS-THAN
+-<Multi_key> <leftcaret> <U10000338> 	: "≮"   U226E # NOT LESS-THAN
+-<Multi_key> <greater> <U10000338> 	: "≯"   U226F # NOT GREATER-THAN
+-<Multi_key> <rightcaret> <U10000338> 	: "≯"   U226F # NOT GREATER-THAN
+-<Multi_key> <lessthanequal> <U10000338> 	: "≰"   U2270 # NEITHER LESS-THAN NOR EQUAL TO
+-<Multi_key> <greaterthanequal> <U10000338> 	: "≱"   U2271 # NEITHER GREATER-THAN NOR EQUAL TO
+-<Multi_key> <U10002272> <U10000338> 	: "≴"   U2274 # NEITHER LESS-THAN NOR EQUIVALENT TO
+-<Multi_key> <U10002273> <U10000338> 	: "≵"   U2275 # NEITHER GREATER-THAN NOR EQUIVALENT TO
+-<Multi_key> <U10002276> <U10000338> 	: "≸"   U2278 # NEITHER LESS-THAN NOR GREATER-THAN
+-<Multi_key> <U10002277> <U10000338> 	: "≹"   U2279 # NEITHER GREATER-THAN NOR LESS-THAN
+-<Multi_key> <U1000227A> <U10000338> 	: "⊀"   U2280 # DOES NOT PRECEDE
+-<Multi_key> <U1000227B> <U10000338> 	: "⊁"   U2281 # DOES NOT SUCCEED
+-<Multi_key> <includedin> <U10000338> 	: "⊄"   U2284 # NOT A SUBSET OF
+-<Multi_key> <leftshoe> <U10000338> 	: "⊄"   U2284 # NOT A SUBSET OF
+-<Multi_key> <includes> <U10000338> 	: "⊅"   U2285 # NOT A SUPERSET OF
+-<Multi_key> <rightshoe> <U10000338> 	: "⊅"   U2285 # NOT A SUPERSET OF
+-<Multi_key> <U10002286> <U10000338> 	: "⊈"   U2288 # NEITHER A SUBSET OF NOR EQUAL TO
+-<Multi_key> <U10002287> <U10000338> 	: "⊉"   U2289 # NEITHER A SUPERSET OF NOR EQUAL TO
+-<Multi_key> <righttack> <U10000338> 	: "⊬"   U22AC # DOES NOT PROVE
+-<Multi_key> <U100022A8> <U10000338> 	: "⊭"   U22AD # NOT TRUE
+-<Multi_key> <U100022A9> <U10000338> 	: "⊮"   U22AE # DOES NOT FORCE
+-<Multi_key> <U100022AB> <U10000338> 	: "⊯"   U22AF # NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE
+-<Multi_key> <U1000227C> <U10000338> 	: "⋠"   U22E0 # DOES NOT PRECEDE OR EQUAL
+-<Multi_key> <U1000227D> <U10000338> 	: "⋡"   U22E1 # DOES NOT SUCCEED OR EQUAL
+-<Multi_key> <U10002291> <U10000338> 	: "⋢"   U22E2 # NOT SQUARE IMAGE OF OR EQUAL TO
+-<Multi_key> <U10002292> <U10000338> 	: "⋣"   U22E3 # NOT SQUARE ORIGINAL OF OR EQUAL TO
+-<Multi_key> <U100022B2> <U10000338> 	: "⋪"   U22EA # NOT NORMAL SUBGROUP OF
+-<Multi_key> <U100022B3> <U10000338> 	: "⋫"   U22EB # DOES NOT CONTAIN AS NORMAL SUBGROUP
+-<Multi_key> <U100022B4> <U10000338> 	: "⋬"   U22EC # NOT NORMAL SUBGROUP OF OR EQUAL TO
+-<Multi_key> <U100022B5> <U10000338> 	: "⋭"   U22ED # DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL
+-<Multi_key> <parenleft> <1> <parenright> 	: "①"   U2460 # CIRCLED DIGIT ONE
+-<Multi_key> <parenleft> <KP_1> <parenright> 	: "①"   U2460 # CIRCLED DIGIT ONE
+-<Multi_key> <parenleft> <2> <parenright> 	: "②"   U2461 # CIRCLED DIGIT TWO
+-<Multi_key> <parenleft> <KP_Space> <parenright> 	: "②"   U2461 # CIRCLED DIGIT TWO
+-<Multi_key> <parenleft> <KP_2> <parenright> 	: "②"   U2461 # CIRCLED DIGIT TWO
+-<Multi_key> <parenleft> <3> <parenright> 	: "③"   U2462 # CIRCLED DIGIT THREE
+-<Multi_key> <parenleft> <KP_3> <parenright> 	: "③"   U2462 # CIRCLED DIGIT THREE
+-<Multi_key> <parenleft> <4> <parenright> 	: "④"   U2463 # CIRCLED DIGIT FOUR
+-<Multi_key> <parenleft> <KP_4> <parenright> 	: "④"   U2463 # CIRCLED DIGIT FOUR
+-<Multi_key> <parenleft> <5> <parenright> 	: "⑤"   U2464 # CIRCLED DIGIT FIVE
+-<Multi_key> <parenleft> <KP_5> <parenright> 	: "⑤"   U2464 # CIRCLED DIGIT FIVE
+-<Multi_key> <parenleft> <6> <parenright> 	: "⑥"   U2465 # CIRCLED DIGIT SIX
+-<Multi_key> <parenleft> <KP_6> <parenright> 	: "⑥"   U2465 # CIRCLED DIGIT SIX
+-<Multi_key> <parenleft> <7> <parenright> 	: "⑦"   U2466 # CIRCLED DIGIT SEVEN
+-<Multi_key> <parenleft> <KP_7> <parenright> 	: "⑦"   U2466 # CIRCLED DIGIT SEVEN
+-<Multi_key> <parenleft> <8> <parenright> 	: "⑧"   U2467 # CIRCLED DIGIT EIGHT
+-<Multi_key> <parenleft> <KP_8> <parenright> 	: "⑧"   U2467 # CIRCLED DIGIT EIGHT
+-<Multi_key> <parenleft> <9> <parenright> 	: "⑨"   U2468 # CIRCLED DIGIT NINE
+-<Multi_key> <parenleft> <KP_9> <parenright> 	: "⑨"   U2468 # CIRCLED DIGIT NINE
+-<Multi_key> <parenleft> <1> <0> <parenright> 	: "⑩"   U2469 # CIRCLED NUMBER TEN
+-<Multi_key> <parenleft> <1> <KP_0> <parenright> 	: "⑩"   U2469 # CIRCLED NUMBER TEN
+-<Multi_key> <parenleft> <KP_1> <0> <parenright> 	: "⑩"   U2469 # CIRCLED NUMBER TEN
+-<Multi_key> <parenleft> <KP_1> <KP_0> <parenright> 	: "⑩"   U2469 # CIRCLED NUMBER TEN
+-<Multi_key> <parenleft> <1> <1> <parenright> 	: "⑪"   U246A # CIRCLED NUMBER ELEVEN
+-<Multi_key> <parenleft> <1> <KP_1> <parenright> 	: "⑪"   U246A # CIRCLED NUMBER ELEVEN
+-<Multi_key> <parenleft> <KP_1> <1> <parenright> 	: "⑪"   U246A # CIRCLED NUMBER ELEVEN
+-<Multi_key> <parenleft> <KP_1> <KP_1> <parenright> 	: "⑪"   U246A # CIRCLED NUMBER ELEVEN
+-<Multi_key> <parenleft> <1> <2> <parenright> 	: "⑫"   U246B # CIRCLED NUMBER TWELVE
+-<Multi_key> <parenleft> <1> <KP_Space> <parenright> 	: "⑫"   U246B # CIRCLED NUMBER TWELVE
+-<Multi_key> <parenleft> <1> <KP_2> <parenright> 	: "⑫"   U246B # CIRCLED NUMBER TWELVE
+-<Multi_key> <parenleft> <KP_1> <2> <parenright> 	: "⑫"   U246B # CIRCLED NUMBER TWELVE
+-<Multi_key> <parenleft> <KP_1> <KP_Space> <parenright> 	: "⑫"   U246B # CIRCLED NUMBER TWELVE
+-<Multi_key> <parenleft> <KP_1> <KP_2> <parenright> 	: "⑫"   U246B # CIRCLED NUMBER TWELVE
+-<Multi_key> <parenleft> <1> <3> <parenright> 	: "⑬"   U246C # CIRCLED NUMBER THIRTEEN
+-<Multi_key> <parenleft> <1> <KP_3> <parenright> 	: "⑬"   U246C # CIRCLED NUMBER THIRTEEN
+-<Multi_key> <parenleft> <KP_1> <3> <parenright> 	: "⑬"   U246C # CIRCLED NUMBER THIRTEEN
+-<Multi_key> <parenleft> <KP_1> <KP_3> <parenright> 	: "⑬"   U246C # CIRCLED NUMBER THIRTEEN
+-<Multi_key> <parenleft> <1> <4> <parenright> 	: "⑭"   U246D # CIRCLED NUMBER FOURTEEN
+-<Multi_key> <parenleft> <1> <KP_4> <parenright> 	: "⑭"   U246D # CIRCLED NUMBER FOURTEEN
+-<Multi_key> <parenleft> <KP_1> <4> <parenright> 	: "⑭"   U246D # CIRCLED NUMBER FOURTEEN
+-<Multi_key> <parenleft> <KP_1> <KP_4> <parenright> 	: "⑭"   U246D # CIRCLED NUMBER FOURTEEN
+-<Multi_key> <parenleft> <1> <5> <parenright> 	: "⑮"   U246E # CIRCLED NUMBER FIFTEEN
+-<Multi_key> <parenleft> <1> <KP_5> <parenright> 	: "⑮"   U246E # CIRCLED NUMBER FIFTEEN
+-<Multi_key> <parenleft> <KP_1> <5> <parenright> 	: "⑮"   U246E # CIRCLED NUMBER FIFTEEN
+-<Multi_key> <parenleft> <KP_1> <KP_5> <parenright> 	: "⑮"   U246E # CIRCLED NUMBER FIFTEEN
+-<Multi_key> <parenleft> <1> <6> <parenright> 	: "⑯"   U246F # CIRCLED NUMBER SIXTEEN
+-<Multi_key> <parenleft> <1> <KP_6> <parenright> 	: "⑯"   U246F # CIRCLED NUMBER SIXTEEN
+-<Multi_key> <parenleft> <KP_1> <6> <parenright> 	: "⑯"   U246F # CIRCLED NUMBER SIXTEEN
+-<Multi_key> <parenleft> <KP_1> <KP_6> <parenright> 	: "⑯"   U246F # CIRCLED NUMBER SIXTEEN
+-<Multi_key> <parenleft> <1> <7> <parenright> 	: "⑰"   U2470 # CIRCLED NUMBER SEVENTEEN
+-<Multi_key> <parenleft> <1> <KP_7> <parenright> 	: "⑰"   U2470 # CIRCLED NUMBER SEVENTEEN
+-<Multi_key> <parenleft> <KP_1> <7> <parenright> 	: "⑰"   U2470 # CIRCLED NUMBER SEVENTEEN
+-<Multi_key> <parenleft> <KP_1> <KP_7> <parenright> 	: "⑰"   U2470 # CIRCLED NUMBER SEVENTEEN
+-<Multi_key> <parenleft> <1> <8> <parenright> 	: "⑱"   U2471 # CIRCLED NUMBER EIGHTEEN
+-<Multi_key> <parenleft> <1> <KP_8> <parenright> 	: "⑱"   U2471 # CIRCLED NUMBER EIGHTEEN
+-<Multi_key> <parenleft> <KP_1> <8> <parenright> 	: "⑱"   U2471 # CIRCLED NUMBER EIGHTEEN
+-<Multi_key> <parenleft> <KP_1> <KP_8> <parenright> 	: "⑱"   U2471 # CIRCLED NUMBER EIGHTEEN
+-<Multi_key> <parenleft> <1> <9> <parenright> 	: "⑲"   U2472 # CIRCLED NUMBER NINETEEN
+-<Multi_key> <parenleft> <1> <KP_9> <parenright> 	: "⑲"   U2472 # CIRCLED NUMBER NINETEEN
+-<Multi_key> <parenleft> <KP_1> <9> <parenright> 	: "⑲"   U2472 # CIRCLED NUMBER NINETEEN
+-<Multi_key> <parenleft> <KP_1> <KP_9> <parenright> 	: "⑲"   U2472 # CIRCLED NUMBER NINETEEN
+-<Multi_key> <parenleft> <2> <0> <parenright> 	: "⑳"   U2473 # CIRCLED NUMBER TWENTY
+-<Multi_key> <parenleft> <2> <KP_0> <parenright> 	: "⑳"   U2473 # CIRCLED NUMBER TWENTY
+-<Multi_key> <parenleft> <KP_Space> <0> <parenright> 	: "⑳"   U2473 # CIRCLED NUMBER TWENTY
+-<Multi_key> <parenleft> <KP_Space> <KP_0> <parenright> 	: "⑳"   U2473 # CIRCLED NUMBER TWENTY
+-<Multi_key> <parenleft> <KP_2> <0> <parenright> 	: "⑳"   U2473 # CIRCLED NUMBER TWENTY
+-<Multi_key> <parenleft> <KP_2> <KP_0> <parenright> 	: "⑳"   U2473 # CIRCLED NUMBER TWENTY
+-<Multi_key> <parenleft> <A> <parenright> 	: "Ⓐ"   U24B6 # CIRCLED LATIN CAPITAL LETTER A
+-<Multi_key> <parenleft> <B> <parenright> 	: "Ⓑ"   U24B7 # CIRCLED LATIN CAPITAL LETTER B
+-<Multi_key> <parenleft> <C> <parenright> 	: "Ⓒ"   U24B8 # CIRCLED LATIN CAPITAL LETTER C
+-<Multi_key> <parenleft> <D> <parenright> 	: "Ⓓ"   U24B9 # CIRCLED LATIN CAPITAL LETTER D
+-<Multi_key> <parenleft> <E> <parenright> 	: "Ⓔ"   U24BA # CIRCLED LATIN CAPITAL LETTER E
+-<Multi_key> <parenleft> <F> <parenright> 	: "Ⓕ"   U24BB # CIRCLED LATIN CAPITAL LETTER F
+-<Multi_key> <parenleft> <G> <parenright> 	: "Ⓖ"   U24BC # CIRCLED LATIN CAPITAL LETTER G
+-<Multi_key> <parenleft> <H> <parenright> 	: "Ⓗ"   U24BD # CIRCLED LATIN CAPITAL LETTER H
+-<Multi_key> <parenleft> <I> <parenright> 	: "Ⓘ"   U24BE # CIRCLED LATIN CAPITAL LETTER I
+-<Multi_key> <parenleft> <J> <parenright> 	: "Ⓙ"   U24BF # CIRCLED LATIN CAPITAL LETTER J
+-<Multi_key> <parenleft> <K> <parenright> 	: "Ⓚ"   U24C0 # CIRCLED LATIN CAPITAL LETTER K
+-<Multi_key> <parenleft> <L> <parenright> 	: "Ⓛ"   U24C1 # CIRCLED LATIN CAPITAL LETTER L
+-<Multi_key> <parenleft> <M> <parenright> 	: "Ⓜ"   U24C2 # CIRCLED LATIN CAPITAL LETTER M
+-<Multi_key> <parenleft> <N> <parenright> 	: "Ⓝ"   U24C3 # CIRCLED LATIN CAPITAL LETTER N
+-<Multi_key> <parenleft> <O> <parenright> 	: "Ⓞ"   U24C4 # CIRCLED LATIN CAPITAL LETTER O
+-<Multi_key> <parenleft> <P> <parenright> 	: "Ⓟ"   U24C5 # CIRCLED LATIN CAPITAL LETTER P
+-<Multi_key> <parenleft> <Q> <parenright> 	: "Ⓠ"   U24C6 # CIRCLED LATIN CAPITAL LETTER Q
+-<Multi_key> <parenleft> <R> <parenright> 	: "Ⓡ"   U24C7 # CIRCLED LATIN CAPITAL LETTER R
+-<Multi_key> <parenleft> <S> <parenright> 	: "Ⓢ"   U24C8 # CIRCLED LATIN CAPITAL LETTER S
+-<Multi_key> <parenleft> <T> <parenright> 	: "Ⓣ"   U24C9 # CIRCLED LATIN CAPITAL LETTER T
+-<Multi_key> <parenleft> <U> <parenright> 	: "Ⓤ"   U24CA # CIRCLED LATIN CAPITAL LETTER U
+-<Multi_key> <parenleft> <V> <parenright> 	: "Ⓥ"   U24CB # CIRCLED LATIN CAPITAL LETTER V
+-<Multi_key> <parenleft> <W> <parenright> 	: "Ⓦ"   U24CC # CIRCLED LATIN CAPITAL LETTER W
+-<Multi_key> <parenleft> <X> <parenright> 	: "Ⓧ"   U24CD # CIRCLED LATIN CAPITAL LETTER X
+-<Multi_key> <parenleft> <Y> <parenright> 	: "Ⓨ"   U24CE # CIRCLED LATIN CAPITAL LETTER Y
+-<Multi_key> <parenleft> <Z> <parenright> 	: "Ⓩ"   U24CF # CIRCLED LATIN CAPITAL LETTER Z
+-<Multi_key> <parenleft> <a> <parenright> 	: "ⓐ"   U24D0 # CIRCLED LATIN SMALL LETTER A
+-<Multi_key> <parenleft> <b> <parenright> 	: "ⓑ"   U24D1 # CIRCLED LATIN SMALL LETTER B
+-<Multi_key> <parenleft> <c> <parenright> 	: "ⓒ"   U24D2 # CIRCLED LATIN SMALL LETTER C
+-<Multi_key> <parenleft> <d> <parenright> 	: "ⓓ"   U24D3 # CIRCLED LATIN SMALL LETTER D
+-<Multi_key> <parenleft> <e> <parenright> 	: "ⓔ"   U24D4 # CIRCLED LATIN SMALL LETTER E
+-<Multi_key> <parenleft> <f> <parenright> 	: "ⓕ"   U24D5 # CIRCLED LATIN SMALL LETTER F
+-<Multi_key> <parenleft> <g> <parenright> 	: "ⓖ"   U24D6 # CIRCLED LATIN SMALL LETTER G
+-<Multi_key> <parenleft> <h> <parenright> 	: "ⓗ"   U24D7 # CIRCLED LATIN SMALL LETTER H
+-<Multi_key> <parenleft> <i> <parenright> 	: "ⓘ"   U24D8 # CIRCLED LATIN SMALL LETTER I
+-<Multi_key> <parenleft> <j> <parenright> 	: "ⓙ"   U24D9 # CIRCLED LATIN SMALL LETTER J
+-<Multi_key> <parenleft> <k> <parenright> 	: "ⓚ"   U24DA # CIRCLED LATIN SMALL LETTER K
+-<Multi_key> <parenleft> <l> <parenright> 	: "ⓛ"   U24DB # CIRCLED LATIN SMALL LETTER L
+-<Multi_key> <parenleft> <m> <parenright> 	: "ⓜ"   U24DC # CIRCLED LATIN SMALL LETTER M
+-<Multi_key> <parenleft> <n> <parenright> 	: "ⓝ"   U24DD # CIRCLED LATIN SMALL LETTER N
+-<Multi_key> <parenleft> <o> <parenright> 	: "ⓞ"   U24DE # CIRCLED LATIN SMALL LETTER O
+-<Multi_key> <parenleft> <p> <parenright> 	: "ⓟ"   U24DF # CIRCLED LATIN SMALL LETTER P
+-<Multi_key> <parenleft> <q> <parenright> 	: "ⓠ"   U24E0 # CIRCLED LATIN SMALL LETTER Q
+-<Multi_key> <parenleft> <r> <parenright> 	: "ⓡ"   U24E1 # CIRCLED LATIN SMALL LETTER R
+-<Multi_key> <parenleft> <s> <parenright> 	: "ⓢ"   U24E2 # CIRCLED LATIN SMALL LETTER S
+-<Multi_key> <parenleft> <t> <parenright> 	: "ⓣ"   U24E3 # CIRCLED LATIN SMALL LETTER T
+-<Multi_key> <parenleft> <u> <parenright> 	: "ⓤ"   U24E4 # CIRCLED LATIN SMALL LETTER U
+-<Multi_key> <parenleft> <v> <parenright> 	: "ⓥ"   U24E5 # CIRCLED LATIN SMALL LETTER V
+-<Multi_key> <parenleft> <w> <parenright> 	: "ⓦ"   U24E6 # CIRCLED LATIN SMALL LETTER W
+-<Multi_key> <parenleft> <x> <parenright> 	: "ⓧ"   U24E7 # CIRCLED LATIN SMALL LETTER X
+-<Multi_key> <parenleft> <y> <parenright> 	: "ⓨ"   U24E8 # CIRCLED LATIN SMALL LETTER Y
+-<Multi_key> <parenleft> <z> <parenright> 	: "ⓩ"   U24E9 # CIRCLED LATIN SMALL LETTER Z
+-<Multi_key> <parenleft> <0> <parenright> 	: "⓪"   U24EA # CIRCLED DIGIT ZERO
+-<Multi_key> <parenleft> <KP_0> <parenright> 	: "⓪"   U24EA # CIRCLED DIGIT ZERO
+-<Multi_key> <U10002ADD> <U10000338> 	: "⫝̸"   U2ADC # FORKING
+-<dead_voiced_sound> <U1000304B>  	: "が"   U304C # HIRAGANA LETTER GA
+-<dead_voiced_sound> <U1000304D>  	: "ぎ"   U304E # HIRAGANA LETTER GI
+-<dead_voiced_sound> <U1000304F>  	: "ぐ"   U3050 # HIRAGANA LETTER GU
+-<dead_voiced_sound> <U10003051>  	: "げ"   U3052 # HIRAGANA LETTER GE
+-<dead_voiced_sound> <U10003053>  	: "ご"   U3054 # HIRAGANA LETTER GO
+-<dead_voiced_sound> <U10003055>  	: "ざ"   U3056 # HIRAGANA LETTER ZA
+-<dead_voiced_sound> <U10003057>  	: "じ"   U3058 # HIRAGANA LETTER ZI
+-<dead_voiced_sound> <U10003059>  	: "ず"   U305A # HIRAGANA LETTER ZU
+-<dead_voiced_sound> <U1000305B>  	: "ぜ"   U305C # HIRAGANA LETTER ZE
+-<dead_voiced_sound> <U1000305D>  	: "ぞ"   U305E # HIRAGANA LETTER ZO
+-<dead_voiced_sound> <U1000305F>  	: "だ"   U3060 # HIRAGANA LETTER DA
+-<dead_voiced_sound> <U10003061>  	: "ぢ"   U3062 # HIRAGANA LETTER DI
+-<dead_voiced_sound> <U10003064>  	: "づ"   U3065 # HIRAGANA LETTER DU
+-<dead_voiced_sound> <U10003066>  	: "で"   U3067 # HIRAGANA LETTER DE
+-<dead_voiced_sound> <U10003068>  	: "ど"   U3069 # HIRAGANA LETTER DO
+-<dead_voiced_sound> <U1000306F>  	: "ば"   U3070 # HIRAGANA LETTER BA
+-<dead_semivoiced_sound> <U1000306F> 	: "ぱ"   U3071 # HIRAGANA LETTER PA
+-<dead_voiced_sound> <U10003072>  	: "び"   U3073 # HIRAGANA LETTER BI
+-<dead_semivoiced_sound> <U10003072> 	: "ぴ"   U3074 # HIRAGANA LETTER PI
+-<dead_voiced_sound> <U10003075>  	: "ぶ"   U3076 # HIRAGANA LETTER BU
+-<dead_semivoiced_sound> <U10003075> 	: "ぷ"   U3077 # HIRAGANA LETTER PU
+-<dead_voiced_sound> <U10003078>  	: "べ"   U3079 # HIRAGANA LETTER BE
+-<dead_semivoiced_sound> <U10003078> 	: "ぺ"   U307A # HIRAGANA LETTER PE
+-<dead_voiced_sound> <U1000307B>  	: "ぼ"   U307C # HIRAGANA LETTER BO
+-<dead_semivoiced_sound> <U1000307B> 	: "ぽ"   U307D # HIRAGANA LETTER PO
+-<dead_voiced_sound> <U10003046>  	: "ゔ"   U3094 # HIRAGANA LETTER VU
+-<dead_voiced_sound> <U1000309D>  	: "ゞ"   U309E # HIRAGANA VOICED ITERATION MARK
+-<dead_voiced_sound> <kana_KA>    	: "ガ"   U30AC # KATAKANA LETTER GA
+-<dead_voiced_sound> <kana_KI>    	: "ギ"   U30AE # KATAKANA LETTER GI
+-<dead_voiced_sound> <kana_KU>    	: "グ"   U30B0 # KATAKANA LETTER GU
+-<dead_voiced_sound> <kana_KE>    	: "ゲ"   U30B2 # KATAKANA LETTER GE
+-<dead_voiced_sound> <kana_KO>    	: "ゴ"   U30B4 # KATAKANA LETTER GO
+-<dead_voiced_sound> <kana_SA>    	: "ザ"   U30B6 # KATAKANA LETTER ZA
+-<dead_voiced_sound> <kana_SHI>   	: "ジ"   U30B8 # KATAKANA LETTER ZI
+-<dead_voiced_sound> <kana_SU>    	: "ズ"   U30BA # KATAKANA LETTER ZU
+-<dead_voiced_sound> <kana_SE>    	: "ゼ"   U30BC # KATAKANA LETTER ZE
+-<dead_voiced_sound> <kana_SO>    	: "ゾ"   U30BE # KATAKANA LETTER ZO
+-<dead_voiced_sound> <kana_TA>    	: "ダ"   U30C0 # KATAKANA LETTER DA
+-<dead_voiced_sound> <kana_CHI>   	: "ヂ"   U30C2 # KATAKANA LETTER DI
+-<dead_voiced_sound> <kana_TSU>   	: "ヅ"   U30C5 # KATAKANA LETTER DU
+-<dead_voiced_sound> <kana_TE>    	: "デ"   U30C7 # KATAKANA LETTER DE
+-<dead_voiced_sound> <kana_TO>    	: "ド"   U30C9 # KATAKANA LETTER DO
+-<dead_voiced_sound> <kana_HA>    	: "バ"   U30D0 # KATAKANA LETTER BA
+-<dead_semivoiced_sound> <kana_HA> 	: "パ"   U30D1 # KATAKANA LETTER PA
+-<dead_voiced_sound> <kana_HI>    	: "ビ"   U30D3 # KATAKANA LETTER BI
+-<dead_semivoiced_sound> <kana_HI> 	: "ピ"   U30D4 # KATAKANA LETTER PI
+-<dead_voiced_sound> <kana_FU>    	: "ブ"   U30D6 # KATAKANA LETTER BU
+-<dead_semivoiced_sound> <kana_FU> 	: "プ"   U30D7 # KATAKANA LETTER PU
+-<dead_voiced_sound> <kana_HE>    	: "ベ"   U30D9 # KATAKANA LETTER BE
+-<dead_semivoiced_sound> <kana_HE> 	: "ペ"   U30DA # KATAKANA LETTER PE
+-<dead_voiced_sound> <kana_HO>    	: "ボ"   U30DC # KATAKANA LETTER BO
+-<dead_semivoiced_sound> <kana_HO> 	: "ポ"   U30DD # KATAKANA LETTER PO
+-<dead_voiced_sound> <kana_U>     	: "ヴ"   U30F4 # KATAKANA LETTER VU
+-<dead_voiced_sound> <kana_WA>    	: "ヷ"   U30F7 # KATAKANA LETTER VA
+-<dead_voiced_sound> <U100030F0>  	: "ヸ"   U30F8 # KATAKANA LETTER VI
+-<dead_voiced_sound> <U100030F1>  	: "ヹ"   U30F9 # KATAKANA LETTER VE
+-<dead_voiced_sound> <kana_WO>    	: "ヺ"   U30FA # KATAKANA LETTER VO
+-<dead_voiced_sound> <U100030FD>  	: "ヾ"   U30FE # KATAKANA VOICED ITERATION MARK
+-<dead_circumflex> <U10004E00>    	: "㆒"   U3192 # IDEOGRAPHIC ANNOTATION ONE MARK
+-<Multi_key> <asciicircum> <U10004E00> 	: "㆒"   U3192 # IDEOGRAPHIC ANNOTATION ONE MARK
+-<dead_circumflex> <U10004E8C>    	: "㆓"   U3193 # IDEOGRAPHIC ANNOTATION TWO MARK
+-<Multi_key> <asciicircum> <U10004E8C> 	: "㆓"   U3193 # IDEOGRAPHIC ANNOTATION TWO MARK
+-<dead_circumflex> <U10004E09>    	: "㆔"   U3194 # IDEOGRAPHIC ANNOTATION THREE MARK
+-<Multi_key> <asciicircum> <U10004E09> 	: "㆔"   U3194 # IDEOGRAPHIC ANNOTATION THREE MARK
+-<dead_circumflex> <U100056DB>    	: "㆕"   U3195 # IDEOGRAPHIC ANNOTATION FOUR MARK
+-<Multi_key> <asciicircum> <U100056DB> 	: "㆕"   U3195 # IDEOGRAPHIC ANNOTATION FOUR MARK
+-<dead_circumflex> <U10004E0A>    	: "㆖"   U3196 # IDEOGRAPHIC ANNOTATION TOP MARK
+-<Multi_key> <asciicircum> <U10004E0A> 	: "㆖"   U3196 # IDEOGRAPHIC ANNOTATION TOP MARK
+-<dead_circumflex> <U10004E2D>    	: "㆗"   U3197 # IDEOGRAPHIC ANNOTATION MIDDLE MARK
+-<Multi_key> <asciicircum> <U10004E2D> 	: "㆗"   U3197 # IDEOGRAPHIC ANNOTATION MIDDLE MARK
+-<dead_circumflex> <U10004E0B>    	: "㆘"   U3198 # IDEOGRAPHIC ANNOTATION BOTTOM MARK
+-<Multi_key> <asciicircum> <U10004E0B> 	: "㆘"   U3198 # IDEOGRAPHIC ANNOTATION BOTTOM MARK
+-<dead_circumflex> <U10007532>    	: "㆙"   U3199 # IDEOGRAPHIC ANNOTATION FIRST MARK
+-<Multi_key> <asciicircum> <U10007532> 	: "㆙"   U3199 # IDEOGRAPHIC ANNOTATION FIRST MARK
+-<dead_circumflex> <U10004E59>    	: "㆚"   U319A # IDEOGRAPHIC ANNOTATION SECOND MARK
+-<Multi_key> <asciicircum> <U10004E59> 	: "㆚"   U319A # IDEOGRAPHIC ANNOTATION SECOND MARK
+-<dead_circumflex> <U10004E19>    	: "㆛"   U319B # IDEOGRAPHIC ANNOTATION THIRD MARK
+-<Multi_key> <asciicircum> <U10004E19> 	: "㆛"   U319B # IDEOGRAPHIC ANNOTATION THIRD MARK
+-<dead_circumflex> <U10004E01>    	: "㆜"   U319C # IDEOGRAPHIC ANNOTATION FOURTH MARK
+-<Multi_key> <asciicircum> <U10004E01> 	: "㆜"   U319C # IDEOGRAPHIC ANNOTATION FOURTH MARK
+-<dead_circumflex> <U10005929>    	: "㆝"   U319D # IDEOGRAPHIC ANNOTATION HEAVEN MARK
+-<Multi_key> <asciicircum> <U10005929> 	: "㆝"   U319D # IDEOGRAPHIC ANNOTATION HEAVEN MARK
+-<dead_circumflex> <U10005730>    	: "㆞"   U319E # IDEOGRAPHIC ANNOTATION EARTH MARK
+-<Multi_key> <asciicircum> <U10005730> 	: "㆞"   U319E # IDEOGRAPHIC ANNOTATION EARTH MARK
+-<dead_circumflex> <U10004EBA>    	: "㆟"   U319F # IDEOGRAPHIC ANNOTATION MAN MARK
+-<Multi_key> <asciicircum> <U10004EBA> 	: "㆟"   U319F # IDEOGRAPHIC ANNOTATION MAN MARK
+-<Multi_key> <parenleft> <2> <1> <parenright> 	: "㉑"   U3251 # CIRCLED NUMBER TWENTY ONE
+-<Multi_key> <parenleft> <2> <KP_1> <parenright> 	: "㉑"   U3251 # CIRCLED NUMBER TWENTY ONE
+-<Multi_key> <parenleft> <KP_Space> <1> <parenright> 	: "㉑"   U3251 # CIRCLED NUMBER TWENTY ONE
+-<Multi_key> <parenleft> <KP_Space> <KP_1> <parenright> 	: "㉑"   U3251 # CIRCLED NUMBER TWENTY ONE
+-<Multi_key> <parenleft> <KP_2> <1> <parenright> 	: "㉑"   U3251 # CIRCLED NUMBER TWENTY ONE
+-<Multi_key> <parenleft> <KP_2> <KP_1> <parenright> 	: "㉑"   U3251 # CIRCLED NUMBER TWENTY ONE
+-<Multi_key> <parenleft> <2> <2> <parenright> 	: "㉒"   U3252 # CIRCLED NUMBER TWENTY TWO
+-<Multi_key> <parenleft> <2> <KP_Space> <parenright> 	: "㉒"   U3252 # CIRCLED NUMBER TWENTY TWO
+-<Multi_key> <parenleft> <2> <KP_2> <parenright> 	: "㉒"   U3252 # CIRCLED NUMBER TWENTY TWO
+-<Multi_key> <parenleft> <KP_Space> <2> <parenright> 	: "㉒"   U3252 # CIRCLED NUMBER TWENTY TWO
+-<Multi_key> <parenleft> <KP_Space> <KP_Space> <parenright> 	: "㉒"   U3252 # CIRCLED NUMBER TWENTY TWO
+-<Multi_key> <parenleft> <KP_Space> <KP_2> <parenright> 	: "㉒"   U3252 # CIRCLED NUMBER TWENTY TWO
+-<Multi_key> <parenleft> <KP_2> <2> <parenright> 	: "㉒"   U3252 # CIRCLED NUMBER TWENTY TWO
+-<Multi_key> <parenleft> <KP_2> <KP_Space> <parenright> 	: "㉒"   U3252 # CIRCLED NUMBER TWENTY TWO
+-<Multi_key> <parenleft> <KP_2> <KP_2> <parenright> 	: "㉒"   U3252 # CIRCLED NUMBER TWENTY TWO
+-<Multi_key> <parenleft> <2> <3> <parenright> 	: "㉓"   U3253 # CIRCLED NUMBER TWENTY THREE
+-<Multi_key> <parenleft> <2> <KP_3> <parenright> 	: "㉓"   U3253 # CIRCLED NUMBER TWENTY THREE
+-<Multi_key> <parenleft> <KP_Space> <3> <parenright> 	: "㉓"   U3253 # CIRCLED NUMBER TWENTY THREE
+-<Multi_key> <parenleft> <KP_Space> <KP_3> <parenright> 	: "㉓"   U3253 # CIRCLED NUMBER TWENTY THREE
+-<Multi_key> <parenleft> <KP_2> <3> <parenright> 	: "㉓"   U3253 # CIRCLED NUMBER TWENTY THREE
+-<Multi_key> <parenleft> <KP_2> <KP_3> <parenright> 	: "㉓"   U3253 # CIRCLED NUMBER TWENTY THREE
+-<Multi_key> <parenleft> <2> <4> <parenright> 	: "㉔"   U3254 # CIRCLED NUMBER TWENTY FOUR
+-<Multi_key> <parenleft> <2> <KP_4> <parenright> 	: "㉔"   U3254 # CIRCLED NUMBER TWENTY FOUR
+-<Multi_key> <parenleft> <KP_Space> <4> <parenright> 	: "㉔"   U3254 # CIRCLED NUMBER TWENTY FOUR
+-<Multi_key> <parenleft> <KP_Space> <KP_4> <parenright> 	: "㉔"   U3254 # CIRCLED NUMBER TWENTY FOUR
+-<Multi_key> <parenleft> <KP_2> <4> <parenright> 	: "㉔"   U3254 # CIRCLED NUMBER TWENTY FOUR
+-<Multi_key> <parenleft> <KP_2> <KP_4> <parenright> 	: "㉔"   U3254 # CIRCLED NUMBER TWENTY FOUR
+-<Multi_key> <parenleft> <2> <5> <parenright> 	: "㉕"   U3255 # CIRCLED NUMBER TWENTY FIVE
+-<Multi_key> <parenleft> <2> <KP_5> <parenright> 	: "㉕"   U3255 # CIRCLED NUMBER TWENTY FIVE
+-<Multi_key> <parenleft> <KP_Space> <5> <parenright> 	: "㉕"   U3255 # CIRCLED NUMBER TWENTY FIVE
+-<Multi_key> <parenleft> <KP_Space> <KP_5> <parenright> 	: "㉕"   U3255 # CIRCLED NUMBER TWENTY FIVE
+-<Multi_key> <parenleft> <KP_2> <5> <parenright> 	: "㉕"   U3255 # CIRCLED NUMBER TWENTY FIVE
+-<Multi_key> <parenleft> <KP_2> <KP_5> <parenright> 	: "㉕"   U3255 # CIRCLED NUMBER TWENTY FIVE
+-<Multi_key> <parenleft> <2> <6> <parenright> 	: "㉖"   U3256 # CIRCLED NUMBER TWENTY SIX
+-<Multi_key> <parenleft> <2> <KP_6> <parenright> 	: "㉖"   U3256 # CIRCLED NUMBER TWENTY SIX
+-<Multi_key> <parenleft> <KP_Space> <6> <parenright> 	: "㉖"   U3256 # CIRCLED NUMBER TWENTY SIX
+-<Multi_key> <parenleft> <KP_Space> <KP_6> <parenright> 	: "㉖"   U3256 # CIRCLED NUMBER TWENTY SIX
+-<Multi_key> <parenleft> <KP_2> <6> <parenright> 	: "㉖"   U3256 # CIRCLED NUMBER TWENTY SIX
+-<Multi_key> <parenleft> <KP_2> <KP_6> <parenright> 	: "㉖"   U3256 # CIRCLED NUMBER TWENTY SIX
+-<Multi_key> <parenleft> <2> <7> <parenright> 	: "㉗"   U3257 # CIRCLED NUMBER TWENTY SEVEN
+-<Multi_key> <parenleft> <2> <KP_7> <parenright> 	: "㉗"   U3257 # CIRCLED NUMBER TWENTY SEVEN
+-<Multi_key> <parenleft> <KP_Space> <7> <parenright> 	: "㉗"   U3257 # CIRCLED NUMBER TWENTY SEVEN
+-<Multi_key> <parenleft> <KP_Space> <KP_7> <parenright> 	: "㉗"   U3257 # CIRCLED NUMBER TWENTY SEVEN
+-<Multi_key> <parenleft> <KP_2> <7> <parenright> 	: "㉗"   U3257 # CIRCLED NUMBER TWENTY SEVEN
+-<Multi_key> <parenleft> <KP_2> <KP_7> <parenright> 	: "㉗"   U3257 # CIRCLED NUMBER TWENTY SEVEN
+-<Multi_key> <parenleft> <2> <8> <parenright> 	: "㉘"   U3258 # CIRCLED NUMBER TWENTY EIGHT
+-<Multi_key> <parenleft> <2> <KP_8> <parenright> 	: "㉘"   U3258 # CIRCLED NUMBER TWENTY EIGHT
+-<Multi_key> <parenleft> <KP_Space> <8> <parenright> 	: "㉘"   U3258 # CIRCLED NUMBER TWENTY EIGHT
+-<Multi_key> <parenleft> <KP_Space> <KP_8> <parenright> 	: "㉘"   U3258 # CIRCLED NUMBER TWENTY EIGHT
+-<Multi_key> <parenleft> <KP_2> <8> <parenright> 	: "㉘"   U3258 # CIRCLED NUMBER TWENTY EIGHT
+-<Multi_key> <parenleft> <KP_2> <KP_8> <parenright> 	: "㉘"   U3258 # CIRCLED NUMBER TWENTY EIGHT
+-<Multi_key> <parenleft> <2> <9> <parenright> 	: "㉙"   U3259 # CIRCLED NUMBER TWENTY NINE
+-<Multi_key> <parenleft> <2> <KP_9> <parenright> 	: "㉙"   U3259 # CIRCLED NUMBER TWENTY NINE
+-<Multi_key> <parenleft> <KP_Space> <9> <parenright> 	: "㉙"   U3259 # CIRCLED NUMBER TWENTY NINE
+-<Multi_key> <parenleft> <KP_Space> <KP_9> <parenright> 	: "㉙"   U3259 # CIRCLED NUMBER TWENTY NINE
+-<Multi_key> <parenleft> <KP_2> <9> <parenright> 	: "㉙"   U3259 # CIRCLED NUMBER TWENTY NINE
+-<Multi_key> <parenleft> <KP_2> <KP_9> <parenright> 	: "㉙"   U3259 # CIRCLED NUMBER TWENTY NINE
+-<Multi_key> <parenleft> <3> <0> <parenright> 	: "㉚"   U325A # CIRCLED NUMBER THIRTY
+-<Multi_key> <parenleft> <3> <KP_0> <parenright> 	: "㉚"   U325A # CIRCLED NUMBER THIRTY
+-<Multi_key> <parenleft> <KP_3> <0> <parenright> 	: "㉚"   U325A # CIRCLED NUMBER THIRTY
+-<Multi_key> <parenleft> <KP_3> <KP_0> <parenright> 	: "㉚"   U325A # CIRCLED NUMBER THIRTY
+-<Multi_key> <parenleft> <3> <1> <parenright> 	: "㉛"   U325B # CIRCLED NUMBER THIRTY ONE
+-<Multi_key> <parenleft> <3> <KP_1> <parenright> 	: "㉛"   U325B # CIRCLED NUMBER THIRTY ONE
+-<Multi_key> <parenleft> <KP_3> <1> <parenright> 	: "㉛"   U325B # CIRCLED NUMBER THIRTY ONE
+-<Multi_key> <parenleft> <KP_3> <KP_1> <parenright> 	: "㉛"   U325B # CIRCLED NUMBER THIRTY ONE
+-<Multi_key> <parenleft> <3> <2> <parenright> 	: "㉜"   U325C # CIRCLED NUMBER THIRTY TWO
+-<Multi_key> <parenleft> <3> <KP_Space> <parenright> 	: "㉜"   U325C # CIRCLED NUMBER THIRTY TWO
+-<Multi_key> <parenleft> <3> <KP_2> <parenright> 	: "㉜"   U325C # CIRCLED NUMBER THIRTY TWO
+-<Multi_key> <parenleft> <KP_3> <2> <parenright> 	: "㉜"   U325C # CIRCLED NUMBER THIRTY TWO
+-<Multi_key> <parenleft> <KP_3> <KP_Space> <parenright> 	: "㉜"   U325C # CIRCLED NUMBER THIRTY TWO
+-<Multi_key> <parenleft> <KP_3> <KP_2> <parenright> 	: "㉜"   U325C # CIRCLED NUMBER THIRTY TWO
+-<Multi_key> <parenleft> <3> <3> <parenright> 	: "㉝"   U325D # CIRCLED NUMBER THIRTY THREE
+-<Multi_key> <parenleft> <3> <KP_3> <parenright> 	: "㉝"   U325D # CIRCLED NUMBER THIRTY THREE
+-<Multi_key> <parenleft> <KP_3> <3> <parenright> 	: "㉝"   U325D # CIRCLED NUMBER THIRTY THREE
+-<Multi_key> <parenleft> <KP_3> <KP_3> <parenright> 	: "㉝"   U325D # CIRCLED NUMBER THIRTY THREE
+-<Multi_key> <parenleft> <3> <4> <parenright> 	: "㉞"   U325E # CIRCLED NUMBER THIRTY FOUR
+-<Multi_key> <parenleft> <3> <KP_4> <parenright> 	: "㉞"   U325E # CIRCLED NUMBER THIRTY FOUR
+-<Multi_key> <parenleft> <KP_3> <4> <parenright> 	: "㉞"   U325E # CIRCLED NUMBER THIRTY FOUR
+-<Multi_key> <parenleft> <KP_3> <KP_4> <parenright> 	: "㉞"   U325E # CIRCLED NUMBER THIRTY FOUR
+-<Multi_key> <parenleft> <3> <5> <parenright> 	: "㉟"   U325F # CIRCLED NUMBER THIRTY FIVE
+-<Multi_key> <parenleft> <3> <KP_5> <parenright> 	: "㉟"   U325F # CIRCLED NUMBER THIRTY FIVE
+-<Multi_key> <parenleft> <KP_3> <5> <parenright> 	: "㉟"   U325F # CIRCLED NUMBER THIRTY FIVE
+-<Multi_key> <parenleft> <KP_3> <KP_5> <parenright> 	: "㉟"   U325F # CIRCLED NUMBER THIRTY FIVE
+-<Multi_key> <parenleft> <U10001100> <parenright> 	: "㉠"   U3260 # CIRCLED HANGUL KIYEOK
+-<Multi_key> <parenleft> <U10001102> <parenright> 	: "㉡"   U3261 # CIRCLED HANGUL NIEUN
+-<Multi_key> <parenleft> <U10001103> <parenright> 	: "㉢"   U3262 # CIRCLED HANGUL TIKEUT
+-<Multi_key> <parenleft> <U10001105> <parenright> 	: "㉣"   U3263 # CIRCLED HANGUL RIEUL
+-<Multi_key> <parenleft> <U10001106> <parenright> 	: "㉤"   U3264 # CIRCLED HANGUL MIEUM
+-<Multi_key> <parenleft> <U10001107> <parenright> 	: "㉥"   U3265 # CIRCLED HANGUL PIEUP
+-<Multi_key> <parenleft> <U10001109> <parenright> 	: "㉦"   U3266 # CIRCLED HANGUL SIOS
+-<Multi_key> <parenleft> <U1000110B> <parenright> 	: "㉧"   U3267 # CIRCLED HANGUL IEUNG
+-<Multi_key> <parenleft> <U1000110C> <parenright> 	: "㉨"   U3268 # CIRCLED HANGUL CIEUC
+-<Multi_key> <parenleft> <U1000110E> <parenright> 	: "㉩"   U3269 # CIRCLED HANGUL CHIEUCH
+-<Multi_key> <parenleft> <U1000110F> <parenright> 	: "㉪"   U326A # CIRCLED HANGUL KHIEUKH
+-<Multi_key> <parenleft> <U10001110> <parenright> 	: "㉫"   U326B # CIRCLED HANGUL THIEUTH
+-<Multi_key> <parenleft> <U10001111> <parenright> 	: "㉬"   U326C # CIRCLED HANGUL PHIEUPH
+-<Multi_key> <parenleft> <U10001112> <parenright> 	: "㉭"   U326D # CIRCLED HANGUL HIEUH
+-<Multi_key> <parenleft> <U10001100> <U10001161> <parenright> 	: "㉮"   U326E # CIRCLED HANGUL KIYEOK A
+-<Multi_key> <parenleft> <U10001102> <U10001161> <parenright> 	: "㉯"   U326F # CIRCLED HANGUL NIEUN A
+-<Multi_key> <parenleft> <U10001103> <U10001161> <parenright> 	: "㉰"   U3270 # CIRCLED HANGUL TIKEUT A
+-<Multi_key> <parenleft> <U10001105> <U10001161> <parenright> 	: "㉱"   U3271 # CIRCLED HANGUL RIEUL A
+-<Multi_key> <parenleft> <U10001106> <U10001161> <parenright> 	: "㉲"   U3272 # CIRCLED HANGUL MIEUM A
+-<Multi_key> <parenleft> <U10001107> <U10001161> <parenright> 	: "㉳"   U3273 # CIRCLED HANGUL PIEUP A
+-<Multi_key> <parenleft> <U10001109> <U10001161> <parenright> 	: "㉴"   U3274 # CIRCLED HANGUL SIOS A
+-<Multi_key> <parenleft> <U1000110B> <U10001161> <parenright> 	: "㉵"   U3275 # CIRCLED HANGUL IEUNG A
+-<Multi_key> <parenleft> <U1000110C> <U10001161> <parenright> 	: "㉶"   U3276 # CIRCLED HANGUL CIEUC A
+-<Multi_key> <parenleft> <U1000110E> <U10001161> <parenright> 	: "㉷"   U3277 # CIRCLED HANGUL CHIEUCH A
+-<Multi_key> <parenleft> <U1000110F> <U10001161> <parenright> 	: "㉸"   U3278 # CIRCLED HANGUL KHIEUKH A
+-<Multi_key> <parenleft> <U10001110> <U10001161> <parenright> 	: "㉹"   U3279 # CIRCLED HANGUL THIEUTH A
+-<Multi_key> <parenleft> <U10001111> <U10001161> <parenright> 	: "㉺"   U327A # CIRCLED HANGUL PHIEUPH A
+-<Multi_key> <parenleft> <U10001112> <U10001161> <parenright> 	: "㉻"   U327B # CIRCLED HANGUL HIEUH A
+-<Multi_key> <parenleft> <U10004E00> <parenright> 	: "㊀"   U3280 # CIRCLED IDEOGRAPH ONE
+-<Multi_key> <parenleft> <U10004E8C> <parenright> 	: "㊁"   U3281 # CIRCLED IDEOGRAPH TWO
+-<Multi_key> <parenleft> <U10004E09> <parenright> 	: "㊂"   U3282 # CIRCLED IDEOGRAPH THREE
+-<Multi_key> <parenleft> <U100056DB> <parenright> 	: "㊃"   U3283 # CIRCLED IDEOGRAPH FOUR
+-<Multi_key> <parenleft> <U10004E94> <parenright> 	: "㊄"   U3284 # CIRCLED IDEOGRAPH FIVE
+-<Multi_key> <parenleft> <U1000516D> <parenright> 	: "㊅"   U3285 # CIRCLED IDEOGRAPH SIX
+-<Multi_key> <parenleft> <U10004E03> <parenright> 	: "㊆"   U3286 # CIRCLED IDEOGRAPH SEVEN
+-<Multi_key> <parenleft> <U1000516B> <parenright> 	: "㊇"   U3287 # CIRCLED IDEOGRAPH EIGHT
+-<Multi_key> <parenleft> <U10004E5D> <parenright> 	: "㊈"   U3288 # CIRCLED IDEOGRAPH NINE
+-<Multi_key> <parenleft> <U10005341> <parenright> 	: "㊉"   U3289 # CIRCLED IDEOGRAPH TEN
+-<Multi_key> <parenleft> <U10006708> <parenright> 	: "㊊"   U328A # CIRCLED IDEOGRAPH MOON
+-<Multi_key> <parenleft> <U1000706B> <parenright> 	: "㊋"   U328B # CIRCLED IDEOGRAPH FIRE
+-<Multi_key> <parenleft> <U10006C34> <parenright> 	: "㊌"   U328C # CIRCLED IDEOGRAPH WATER
+-<Multi_key> <parenleft> <U10006728> <parenright> 	: "㊍"   U328D # CIRCLED IDEOGRAPH WOOD
+-<Multi_key> <parenleft> <U100091D1> <parenright> 	: "㊎"   U328E # CIRCLED IDEOGRAPH METAL
+-<Multi_key> <parenleft> <U1000571F> <parenright> 	: "㊏"   U328F # CIRCLED IDEOGRAPH EARTH
+-<Multi_key> <parenleft> <U100065E5> <parenright> 	: "㊐"   U3290 # CIRCLED IDEOGRAPH SUN
+-<Multi_key> <parenleft> <U1000682A> <parenright> 	: "㊑"   U3291 # CIRCLED IDEOGRAPH STOCK
+-<Multi_key> <parenleft> <U10006709> <parenright> 	: "㊒"   U3292 # CIRCLED IDEOGRAPH HAVE
+-<Multi_key> <parenleft> <U1000793E> <parenright> 	: "㊓"   U3293 # CIRCLED IDEOGRAPH SOCIETY
+-<Multi_key> <parenleft> <U1000540D> <parenright> 	: "㊔"   U3294 # CIRCLED IDEOGRAPH NAME
+-<Multi_key> <parenleft> <U10007279> <parenright> 	: "㊕"   U3295 # CIRCLED IDEOGRAPH SPECIAL
+-<Multi_key> <parenleft> <U10008CA1> <parenright> 	: "㊖"   U3296 # CIRCLED IDEOGRAPH FINANCIAL
+-<Multi_key> <parenleft> <U1000795D> <parenright> 	: "㊗"   U3297 # CIRCLED IDEOGRAPH CONGRATULATION
+-<Multi_key> <parenleft> <U100052B4> <parenright> 	: "㊘"   U3298 # CIRCLED IDEOGRAPH LABOR
+-<Multi_key> <parenleft> <U100079D8> <parenright> 	: "㊙"   U3299 # CIRCLED IDEOGRAPH SECRET
+-<Multi_key> <parenleft> <U10007537> <parenright> 	: "㊚"   U329A # CIRCLED IDEOGRAPH MALE
+-<Multi_key> <parenleft> <U10005973> <parenright> 	: "㊛"   U329B # CIRCLED IDEOGRAPH FEMALE
+-<Multi_key> <parenleft> <U10009069> <parenright> 	: "㊜"   U329C # CIRCLED IDEOGRAPH SUITABLE
+-<Multi_key> <parenleft> <U1000512A> <parenright> 	: "㊝"   U329D # CIRCLED IDEOGRAPH EXCELLENT
+-<Multi_key> <parenleft> <U10005370> <parenright> 	: "㊞"   U329E # CIRCLED IDEOGRAPH PRINT
+-<Multi_key> <parenleft> <U10006CE8> <parenright> 	: "㊟"   U329F # CIRCLED IDEOGRAPH ATTENTION
+-<Multi_key> <parenleft> <U10009805> <parenright> 	: "㊠"   U32A0 # CIRCLED IDEOGRAPH ITEM
+-<Multi_key> <parenleft> <U10004F11> <parenright> 	: "㊡"   U32A1 # CIRCLED IDEOGRAPH REST
+-<Multi_key> <parenleft> <U10005199> <parenright> 	: "㊢"   U32A2 # CIRCLED IDEOGRAPH COPY
+-<Multi_key> <parenleft> <U10006B63> <parenright> 	: "㊣"   U32A3 # CIRCLED IDEOGRAPH CORRECT
+-<Multi_key> <parenleft> <U10004E0A> <parenright> 	: "㊤"   U32A4 # CIRCLED IDEOGRAPH HIGH
+-<Multi_key> <parenleft> <U10004E2D> <parenright> 	: "㊥"   U32A5 # CIRCLED IDEOGRAPH CENTRE
+-<Multi_key> <parenleft> <U10004E0B> <parenright> 	: "㊦"   U32A6 # CIRCLED IDEOGRAPH LOW
+-<Multi_key> <parenleft> <U10005DE6> <parenright> 	: "㊧"   U32A7 # CIRCLED IDEOGRAPH LEFT
+-<Multi_key> <parenleft> <U100053F3> <parenright> 	: "㊨"   U32A8 # CIRCLED IDEOGRAPH RIGHT
+-<Multi_key> <parenleft> <U1000533B> <parenright> 	: "㊩"   U32A9 # CIRCLED IDEOGRAPH MEDICINE
+-<Multi_key> <parenleft> <U10005B97> <parenright> 	: "㊪"   U32AA # CIRCLED IDEOGRAPH RELIGION
+-<Multi_key> <parenleft> <U10005B66> <parenright> 	: "㊫"   U32AB # CIRCLED IDEOGRAPH STUDY
+-<Multi_key> <parenleft> <U100076E3> <parenright> 	: "㊬"   U32AC # CIRCLED IDEOGRAPH SUPERVISE
+-<Multi_key> <parenleft> <U10004F01> <parenright> 	: "㊭"   U32AD # CIRCLED IDEOGRAPH ENTERPRISE
+-<Multi_key> <parenleft> <U10008CC7> <parenright> 	: "㊮"   U32AE # CIRCLED IDEOGRAPH RESOURCE
+-<Multi_key> <parenleft> <U10005354> <parenright> 	: "㊯"   U32AF # CIRCLED IDEOGRAPH ALLIANCE
+-<Multi_key> <parenleft> <U1000591C> <parenright> 	: "㊰"   U32B0 # CIRCLED IDEOGRAPH NIGHT
+-<Multi_key> <parenleft> <3> <6> <parenright> 	: "㊱"   U32B1 # CIRCLED NUMBER THIRTY SIX
+-<Multi_key> <parenleft> <3> <KP_6> <parenright> 	: "㊱"   U32B1 # CIRCLED NUMBER THIRTY SIX
+-<Multi_key> <parenleft> <KP_3> <6> <parenright> 	: "㊱"   U32B1 # CIRCLED NUMBER THIRTY SIX
+-<Multi_key> <parenleft> <KP_3> <KP_6> <parenright> 	: "㊱"   U32B1 # CIRCLED NUMBER THIRTY SIX
+-<Multi_key> <parenleft> <3> <7> <parenright> 	: "㊲"   U32B2 # CIRCLED NUMBER THIRTY SEVEN
+-<Multi_key> <parenleft> <3> <KP_7> <parenright> 	: "㊲"   U32B2 # CIRCLED NUMBER THIRTY SEVEN
+-<Multi_key> <parenleft> <KP_3> <7> <parenright> 	: "㊲"   U32B2 # CIRCLED NUMBER THIRTY SEVEN
+-<Multi_key> <parenleft> <KP_3> <KP_7> <parenright> 	: "㊲"   U32B2 # CIRCLED NUMBER THIRTY SEVEN
+-<Multi_key> <parenleft> <3> <8> <parenright> 	: "㊳"   U32B3 # CIRCLED NUMBER THIRTY EIGHT
+-<Multi_key> <parenleft> <3> <KP_8> <parenright> 	: "㊳"   U32B3 # CIRCLED NUMBER THIRTY EIGHT
+-<Multi_key> <parenleft> <KP_3> <8> <parenright> 	: "㊳"   U32B3 # CIRCLED NUMBER THIRTY EIGHT
+-<Multi_key> <parenleft> <KP_3> <KP_8> <parenright> 	: "㊳"   U32B3 # CIRCLED NUMBER THIRTY EIGHT
+-<Multi_key> <parenleft> <3> <9> <parenright> 	: "㊴"   U32B4 # CIRCLED NUMBER THIRTY NINE
+-<Multi_key> <parenleft> <3> <KP_9> <parenright> 	: "㊴"   U32B4 # CIRCLED NUMBER THIRTY NINE
+-<Multi_key> <parenleft> <KP_3> <9> <parenright> 	: "㊴"   U32B4 # CIRCLED NUMBER THIRTY NINE
+-<Multi_key> <parenleft> <KP_3> <KP_9> <parenright> 	: "㊴"   U32B4 # CIRCLED NUMBER THIRTY NINE
+-<Multi_key> <parenleft> <4> <0> <parenright> 	: "㊵"   U32B5 # CIRCLED NUMBER FORTY
+-<Multi_key> <parenleft> <4> <KP_0> <parenright> 	: "㊵"   U32B5 # CIRCLED NUMBER FORTY
+-<Multi_key> <parenleft> <KP_4> <0> <parenright> 	: "㊵"   U32B5 # CIRCLED NUMBER FORTY
+-<Multi_key> <parenleft> <KP_4> <KP_0> <parenright> 	: "㊵"   U32B5 # CIRCLED NUMBER FORTY
+-<Multi_key> <parenleft> <4> <1> <parenright> 	: "㊶"   U32B6 # CIRCLED NUMBER FORTY ONE
+-<Multi_key> <parenleft> <4> <KP_1> <parenright> 	: "㊶"   U32B6 # CIRCLED NUMBER FORTY ONE
+-<Multi_key> <parenleft> <KP_4> <1> <parenright> 	: "㊶"   U32B6 # CIRCLED NUMBER FORTY ONE
+-<Multi_key> <parenleft> <KP_4> <KP_1> <parenright> 	: "㊶"   U32B6 # CIRCLED NUMBER FORTY ONE
+-<Multi_key> <parenleft> <4> <2> <parenright> 	: "㊷"   U32B7 # CIRCLED NUMBER FORTY TWO
+-<Multi_key> <parenleft> <4> <KP_Space> <parenright> 	: "㊷"   U32B7 # CIRCLED NUMBER FORTY TWO
+-<Multi_key> <parenleft> <4> <KP_2> <parenright> 	: "㊷"   U32B7 # CIRCLED NUMBER FORTY TWO
+-<Multi_key> <parenleft> <KP_4> <2> <parenright> 	: "㊷"   U32B7 # CIRCLED NUMBER FORTY TWO
+-<Multi_key> <parenleft> <KP_4> <KP_Space> <parenright> 	: "㊷"   U32B7 # CIRCLED NUMBER FORTY TWO
+-<Multi_key> <parenleft> <KP_4> <KP_2> <parenright> 	: "㊷"   U32B7 # CIRCLED NUMBER FORTY TWO
+-<Multi_key> <parenleft> <4> <3> <parenright> 	: "㊸"   U32B8 # CIRCLED NUMBER FORTY THREE
+-<Multi_key> <parenleft> <4> <KP_3> <parenright> 	: "㊸"   U32B8 # CIRCLED NUMBER FORTY THREE
+-<Multi_key> <parenleft> <KP_4> <3> <parenright> 	: "㊸"   U32B8 # CIRCLED NUMBER FORTY THREE
+-<Multi_key> <parenleft> <KP_4> <KP_3> <parenright> 	: "㊸"   U32B8 # CIRCLED NUMBER FORTY THREE
+-<Multi_key> <parenleft> <4> <4> <parenright> 	: "㊹"   U32B9 # CIRCLED NUMBER FORTY FOUR
+-<Multi_key> <parenleft> <4> <KP_4> <parenright> 	: "㊹"   U32B9 # CIRCLED NUMBER FORTY FOUR
+-<Multi_key> <parenleft> <KP_4> <4> <parenright> 	: "㊹"   U32B9 # CIRCLED NUMBER FORTY FOUR
+-<Multi_key> <parenleft> <KP_4> <KP_4> <parenright> 	: "㊹"   U32B9 # CIRCLED NUMBER FORTY FOUR
+-<Multi_key> <parenleft> <4> <5> <parenright> 	: "㊺"   U32BA # CIRCLED NUMBER FORTY FIVE
+-<Multi_key> <parenleft> <4> <KP_5> <parenright> 	: "㊺"   U32BA # CIRCLED NUMBER FORTY FIVE
+-<Multi_key> <parenleft> <KP_4> <5> <parenright> 	: "㊺"   U32BA # CIRCLED NUMBER FORTY FIVE
+-<Multi_key> <parenleft> <KP_4> <KP_5> <parenright> 	: "㊺"   U32BA # CIRCLED NUMBER FORTY FIVE
+-<Multi_key> <parenleft> <4> <6> <parenright> 	: "㊻"   U32BB # CIRCLED NUMBER FORTY SIX
+-<Multi_key> <parenleft> <4> <KP_6> <parenright> 	: "㊻"   U32BB # CIRCLED NUMBER FORTY SIX
+-<Multi_key> <parenleft> <KP_4> <6> <parenright> 	: "㊻"   U32BB # CIRCLED NUMBER FORTY SIX
+-<Multi_key> <parenleft> <KP_4> <KP_6> <parenright> 	: "㊻"   U32BB # CIRCLED NUMBER FORTY SIX
+-<Multi_key> <parenleft> <4> <7> <parenright> 	: "㊼"   U32BC # CIRCLED NUMBER FORTY SEVEN
+-<Multi_key> <parenleft> <4> <KP_7> <parenright> 	: "㊼"   U32BC # CIRCLED NUMBER FORTY SEVEN
+-<Multi_key> <parenleft> <KP_4> <7> <parenright> 	: "㊼"   U32BC # CIRCLED NUMBER FORTY SEVEN
+-<Multi_key> <parenleft> <KP_4> <KP_7> <parenright> 	: "㊼"   U32BC # CIRCLED NUMBER FORTY SEVEN
+-<Multi_key> <parenleft> <4> <8> <parenright> 	: "㊽"   U32BD # CIRCLED NUMBER FORTY EIGHT
+-<Multi_key> <parenleft> <4> <KP_8> <parenright> 	: "㊽"   U32BD # CIRCLED NUMBER FORTY EIGHT
+-<Multi_key> <parenleft> <KP_4> <8> <parenright> 	: "㊽"   U32BD # CIRCLED NUMBER FORTY EIGHT
+-<Multi_key> <parenleft> <KP_4> <KP_8> <parenright> 	: "㊽"   U32BD # CIRCLED NUMBER FORTY EIGHT
+-<Multi_key> <parenleft> <4> <9> <parenright> 	: "㊾"   U32BE # CIRCLED NUMBER FORTY NINE
+-<Multi_key> <parenleft> <4> <KP_9> <parenright> 	: "㊾"   U32BE # CIRCLED NUMBER FORTY NINE
+-<Multi_key> <parenleft> <KP_4> <9> <parenright> 	: "㊾"   U32BE # CIRCLED NUMBER FORTY NINE
+-<Multi_key> <parenleft> <KP_4> <KP_9> <parenright> 	: "㊾"   U32BE # CIRCLED NUMBER FORTY NINE
+-<Multi_key> <parenleft> <5> <0> <parenright> 	: "㊿"   U32BF # CIRCLED NUMBER FIFTY
+-<Multi_key> <parenleft> <5> <KP_0> <parenright> 	: "㊿"   U32BF # CIRCLED NUMBER FIFTY
+-<Multi_key> <parenleft> <KP_5> <0> <parenright> 	: "㊿"   U32BF # CIRCLED NUMBER FIFTY
+-<Multi_key> <parenleft> <KP_5> <KP_0> <parenright> 	: "㊿"   U32BF # CIRCLED NUMBER FIFTY
+-<Multi_key> <parenleft> <kana_A> <parenright> 	: "㋐"   U32D0 # CIRCLED KATAKANA A
+-<Multi_key> <parenleft> <kana_I> <parenright> 	: "㋑"   U32D1 # CIRCLED KATAKANA I
+-<Multi_key> <parenleft> <kana_U> <parenright> 	: "㋒"   U32D2 # CIRCLED KATAKANA U
+-<Multi_key> <parenleft> <kana_E> <parenright> 	: "㋓"   U32D3 # CIRCLED KATAKANA E
+-<Multi_key> <parenleft> <kana_O> <parenright> 	: "㋔"   U32D4 # CIRCLED KATAKANA O
+-<Multi_key> <parenleft> <kana_KA> <parenright> 	: "㋕"   U32D5 # CIRCLED KATAKANA KA
+-<Multi_key> <parenleft> <kana_KI> <parenright> 	: "㋖"   U32D6 # CIRCLED KATAKANA KI
+-<Multi_key> <parenleft> <kana_KU> <parenright> 	: "㋗"   U32D7 # CIRCLED KATAKANA KU
+-<Multi_key> <parenleft> <kana_KE> <parenright> 	: "㋘"   U32D8 # CIRCLED KATAKANA KE
+-<Multi_key> <parenleft> <kana_KO> <parenright> 	: "㋙"   U32D9 # CIRCLED KATAKANA KO
+-<Multi_key> <parenleft> <kana_SA> <parenright> 	: "㋚"   U32DA # CIRCLED KATAKANA SA
+-<Multi_key> <parenleft> <kana_SHI> <parenright> 	: "㋛"   U32DB # CIRCLED KATAKANA SI
+-<Multi_key> <parenleft> <kana_SU> <parenright> 	: "㋜"   U32DC # CIRCLED KATAKANA SU
+-<Multi_key> <parenleft> <kana_SE> <parenright> 	: "㋝"   U32DD # CIRCLED KATAKANA SE
+-<Multi_key> <parenleft> <kana_SO> <parenright> 	: "㋞"   U32DE # CIRCLED KATAKANA SO
+-<Multi_key> <parenleft> <kana_TA> <parenright> 	: "㋟"   U32DF # CIRCLED KATAKANA TA
+-<Multi_key> <parenleft> <kana_CHI> <parenright> 	: "㋠"   U32E0 # CIRCLED KATAKANA TI
+-<Multi_key> <parenleft> <kana_TSU> <parenright> 	: "㋡"   U32E1 # CIRCLED KATAKANA TU
+-<Multi_key> <parenleft> <kana_TE> <parenright> 	: "㋢"   U32E2 # CIRCLED KATAKANA TE
+-<Multi_key> <parenleft> <kana_TO> <parenright> 	: "㋣"   U32E3 # CIRCLED KATAKANA TO
+-<Multi_key> <parenleft> <kana_NA> <parenright> 	: "㋤"   U32E4 # CIRCLED KATAKANA NA
+-<Multi_key> <parenleft> <kana_NI> <parenright> 	: "㋥"   U32E5 # CIRCLED KATAKANA NI
+-<Multi_key> <parenleft> <kana_NU> <parenright> 	: "㋦"   U32E6 # CIRCLED KATAKANA NU
+-<Multi_key> <parenleft> <kana_NE> <parenright> 	: "㋧"   U32E7 # CIRCLED KATAKANA NE
+-<Multi_key> <parenleft> <kana_NO> <parenright> 	: "㋨"   U32E8 # CIRCLED KATAKANA NO
+-<Multi_key> <parenleft> <kana_HA> <parenright> 	: "㋩"   U32E9 # CIRCLED KATAKANA HA
+-<Multi_key> <parenleft> <kana_HI> <parenright> 	: "㋪"   U32EA # CIRCLED KATAKANA HI
+-<Multi_key> <parenleft> <kana_FU> <parenright> 	: "㋫"   U32EB # CIRCLED KATAKANA HU
+-<Multi_key> <parenleft> <kana_HE> <parenright> 	: "㋬"   U32EC # CIRCLED KATAKANA HE
+-<Multi_key> <parenleft> <kana_HO> <parenright> 	: "㋭"   U32ED # CIRCLED KATAKANA HO
+-<Multi_key> <parenleft> <kana_MA> <parenright> 	: "㋮"   U32EE # CIRCLED KATAKANA MA
+-<Multi_key> <parenleft> <kana_MI> <parenright> 	: "㋯"   U32EF # CIRCLED KATAKANA MI
+-<Multi_key> <parenleft> <kana_MU> <parenright> 	: "㋰"   U32F0 # CIRCLED KATAKANA MU
+-<Multi_key> <parenleft> <kana_ME> <parenright> 	: "㋱"   U32F1 # CIRCLED KATAKANA ME
+-<Multi_key> <parenleft> <kana_MO> <parenright> 	: "㋲"   U32F2 # CIRCLED KATAKANA MO
+-<Multi_key> <parenleft> <kana_YA> <parenright> 	: "㋳"   U32F3 # CIRCLED KATAKANA YA
+-<Multi_key> <parenleft> <kana_YU> <parenright> 	: "㋴"   U32F4 # CIRCLED KATAKANA YU
+-<Multi_key> <parenleft> <kana_YO> <parenright> 	: "㋵"   U32F5 # CIRCLED KATAKANA YO
+-<Multi_key> <parenleft> <kana_RA> <parenright> 	: "㋶"   U32F6 # CIRCLED KATAKANA RA
+-<Multi_key> <parenleft> <kana_RI> <parenright> 	: "㋷"   U32F7 # CIRCLED KATAKANA RI
+-<Multi_key> <parenleft> <kana_RU> <parenright> 	: "㋸"   U32F8 # CIRCLED KATAKANA RU
+-<Multi_key> <parenleft> <kana_RE> <parenright> 	: "㋹"   U32F9 # CIRCLED KATAKANA RE
+-<Multi_key> <parenleft> <kana_RO> <parenright> 	: "㋺"   U32FA # CIRCLED KATAKANA RO
+-<Multi_key> <parenleft> <kana_WA> <parenright> 	: "㋻"   U32FB # CIRCLED KATAKANA WA
+-<Multi_key> <parenleft> <U100030F0> <parenright> 	: "㋼"   U32FC # CIRCLED KATAKANA WI
+-<Multi_key> <parenleft> <U100030F1> <parenright> 	: "㋽"   U32FD # CIRCLED KATAKANA WE
+-<Multi_key> <parenleft> <kana_WO> <parenright> 	: "㋾"   U32FE # CIRCLED KATAKANA WO
+-<Multi_key> <U100005B4> <hebrew_yod> 	: "יִ"   UFB1D # HEBREW LETTER YOD WITH HIRIQ
+-<Multi_key> <U100005B7> <U100005F2> 	: "ײַ"   UFB1F # HEBREW LIGATURE YIDDISH YOD YOD PATAH
+-<Multi_key> <U100005C1> <hebrew_shin> 	: "שׁ"   UFB2A # HEBREW LETTER SHIN WITH SHIN DOT
+-<Multi_key> <U100005C2> <hebrew_shin> 	: "שׂ"   UFB2B # HEBREW LETTER SHIN WITH SIN DOT
+-<Multi_key> <U100005C1> <U1000FB49> 	: "שּׁ"   UFB2C # HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT
+-<Multi_key> <U100005C1> <U100005BC> <hebrew_shin> 	: "שּׁ"   UFB2C # HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT
+-<Multi_key> <U100005C2> <U1000FB49> 	: "שּׂ"   UFB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT
+-<Multi_key> <U100005C2> <U100005BC> <hebrew_shin> 	: "שּׂ"   UFB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT
+-<Multi_key> <U100005B7> <hebrew_aleph> 	: "אַ"   UFB2E # HEBREW LETTER ALEF WITH PATAH
+-<Multi_key> <U100005B8> <hebrew_aleph> 	: "אָ"   UFB2F # HEBREW LETTER ALEF WITH QAMATS
+-<Multi_key> <U100005BC> <hebrew_aleph> 	: "אּ"   UFB30 # HEBREW LETTER ALEF WITH MAPIQ
+-<Multi_key> <U100005BC> <hebrew_bet> 	: "בּ"   UFB31 # HEBREW LETTER BET WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_beth> 	: "בּ"   UFB31 # HEBREW LETTER BET WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_gimel> 	: "גּ"   UFB32 # HEBREW LETTER GIMEL WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_gimmel> 	: "גּ"   UFB32 # HEBREW LETTER GIMEL WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_dalet> 	: "דּ"   UFB33 # HEBREW LETTER DALET WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_daleth> 	: "דּ"   UFB33 # HEBREW LETTER DALET WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_he> 	: "הּ"   UFB34 # HEBREW LETTER HE WITH MAPIQ
+-<Multi_key> <U100005BC> <hebrew_waw> 	: "וּ"   UFB35 # HEBREW LETTER VAV WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_zain> 	: "זּ"   UFB36 # HEBREW LETTER ZAYIN WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_zayin> 	: "זּ"   UFB36 # HEBREW LETTER ZAYIN WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_tet> 	: "טּ"   UFB38 # HEBREW LETTER TET WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_teth> 	: "טּ"   UFB38 # HEBREW LETTER TET WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_yod> 	: "יּ"   UFB39 # HEBREW LETTER YOD WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_finalkaph> 	: "ךּ"   UFB3A # HEBREW LETTER FINAL KAF WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_kaph> 	: "כּ"   UFB3B # HEBREW LETTER KAF WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_lamed> 	: "לּ"   UFB3C # HEBREW LETTER LAMED WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_mem> 	: "מּ"   UFB3E # HEBREW LETTER MEM WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_nun> 	: "נּ"   UFB40 # HEBREW LETTER NUN WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_samech> 	: "סּ"   UFB41 # HEBREW LETTER SAMEKH WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_samekh> 	: "סּ"   UFB41 # HEBREW LETTER SAMEKH WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_finalpe> 	: "ףּ"   UFB43 # HEBREW LETTER FINAL PE WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_pe> 	: "פּ"   UFB44 # HEBREW LETTER PE WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_zade> 	: "צּ"   UFB46 # HEBREW LETTER TSADI WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_zadi> 	: "צּ"   UFB46 # HEBREW LETTER TSADI WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_kuf> 	: "קּ"   UFB47 # HEBREW LETTER QOF WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_qoph> 	: "קּ"   UFB47 # HEBREW LETTER QOF WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_resh> 	: "רּ"   UFB48 # HEBREW LETTER RESH WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_shin> 	: "שּ"   UFB49 # HEBREW LETTER SHIN WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_taf> 	: "תּ"   UFB4A # HEBREW LETTER TAV WITH DAGESH
+-<Multi_key> <U100005BC> <hebrew_taw> 	: "תּ"   UFB4A # HEBREW LETTER TAV WITH DAGESH
+-<Multi_key> <U100005B9> <hebrew_waw> 	: "וֹ"   UFB4B # HEBREW LETTER VAV WITH HOLAM
+-<Multi_key> <U100005BF> <hebrew_bet> 	: "בֿ"   UFB4C # HEBREW LETTER BET WITH RAFE
+-<Multi_key> <U100005BF> <hebrew_beth> 	: "בֿ"   UFB4C # HEBREW LETTER BET WITH RAFE
+-<Multi_key> <U100005BF> <hebrew_kaph> 	: "כֿ"   UFB4D # HEBREW LETTER KAF WITH RAFE
+-<Multi_key> <U100005BF> <hebrew_pe> 	: "פֿ"   UFB4E # HEBREW LETTER PE WITH RAFE
+-<Multi_key> <U1001D157> <U1001D165> 	: "텞"   U1D15E # MUSICAL SYMBOL HALF NOTE
+-<Multi_key> <U1001D158> <U1001D165> 	: "텟"   U1D15F # MUSICAL SYMBOL QUARTER NOTE
+-<Multi_key> <U1001D15F> <U1001D16E> 	: "텠"   U1D160 # MUSICAL SYMBOL EIGHTH NOTE
+-##<Multi_key> <U1001D158> <U1001D165> <U1001D16E> 	: "텠"   U1D160 # MUSICAL SYMBOL EIGHTH NOTE
+-<Multi_key> <U1001D15F> <U1001D16F> 	: "텡"   U1D161 # MUSICAL SYMBOL SIXTEENTH NOTE
+-##<Multi_key> <U1001D158> <U1001D165> <U1001D16F> 	: "텡"   U1D161 # MUSICAL SYMBOL SIXTEENTH NOTE
+-<Multi_key> <U1001D15F> <U1001D170> 	: "텢"   U1D162 # MUSICAL SYMBOL THIRTY-SECOND NOTE
+-##<Multi_key> <U1001D158> <U1001D165> <U1001D170> 	: "텢"   U1D162 # MUSICAL SYMBOL THIRTY-SECOND NOTE
+-<Multi_key> <U1001D15F> <U1001D171> 	: "텣"   U1D163 # MUSICAL SYMBOL SIXTY-FOURTH NOTE
+-##<Multi_key> <U1001D158> <U1001D165> <U1001D171> 	: "텣"   U1D163 # MUSICAL SYMBOL SIXTY-FOURTH NOTE
+-<Multi_key> <U1001D15F> <U1001D172> 	: "텤"   U1D164 # MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE
+-##<Multi_key> <U1001D158> <U1001D165> <U1001D172> 	: "텤"   U1D164 # MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE
+-<Multi_key> <U1001D1B9> <U1001D165> 	: "톻"   U1D1BB # MUSICAL SYMBOL MINIMA
+-<Multi_key> <U1001D1BA> <U1001D165> 	: "톼"   U1D1BC # MUSICAL SYMBOL MINIMA BLACK
+-<Multi_key> <U1001D1BB> <U1001D16E> 	: "톽"   U1D1BD # MUSICAL SYMBOL SEMIMINIMA WHITE
+-##<Multi_key> <U1001D1B9> <U1001D165> <U1001D16E> 	: "톽"   U1D1BD # MUSICAL SYMBOL SEMIMINIMA WHITE
+-<Multi_key> <U1001D1BC> <U1001D16E> 	: "톾"   U1D1BE # MUSICAL SYMBOL SEMIMINIMA BLACK
+-##<Multi_key> <U1001D1BA> <U1001D165> <U1001D16E> 	: "톾"   U1D1BE # MUSICAL SYMBOL SEMIMINIMA BLACK
+-<Multi_key> <U1001D1BB> <U1001D16F> 	: "톿"   U1D1BF # MUSICAL SYMBOL FUSA WHITE
+-##<Multi_key> <U1001D1B9> <U1001D165> <U1001D16F> 	: "톿"   U1D1BF # MUSICAL SYMBOL FUSA WHITE
+-<Multi_key> <U1001D1BC> <U1001D16F> 	: "퇀"   U1D1C0 # MUSICAL SYMBOL FUSA BLACK
+-##<Multi_key> <U1001D1BA> <U1001D165> <U1001D16F> 	: "퇀"   U1D1C0 # MUSICAL SYMBOL FUSA BLACK
++XCOMM
++XCOMM The following special key sequences are for Tonos, Diaeresis/Dialytica,
++XCOMM and Dialytika Tonos.
++<semicolon> <semicolon>		:"\xce\x84"
++<colon> <colon>			:"\xc2\xa8"
++<semicolon> <colon> <semicolon> <colon> :"\xce\x85"
++<colon> <semicolon> <colon> <semicolon> :"\xce\x85"
++
++<ordfeminine> <0>		:"\xc2\xb1"	plusminus
++<ordfeminine> <1>		:"\xc2\xa7"	section
++<ordfeminine> <2>		:"\xc2\xb2"	twosuperior	
++<ordfeminine> <3>		:"\xc2\xb3"	threesuperior
++<ordfeminine> <4>		:""
++<ordfeminine> <5>		:"\xc2\xa6"	brokenbar
++<ordfeminine> <6>		:"\xc2\xa9"	copyright
++<ordfeminine> <7>		:"\xc2\xac"	notequal
++<ordfeminine> <8>		:"\xc2\xad"	hyphen
++<ordfeminine> <9>		:"\xc2\xb0"	degree
++<ordfeminine> <hyphen>		:"\xc2\xbd"	onehalf
++<ordfeminine> <equal>		:""
++<ordfeminine> <backslash>	:"\xc2\xa3"	sterling
++<ordfeminine> <braceleft>	:"\xca\xbd"
++<ordfeminine> <braceright>	:"\xca\xbc"
++<ordfeminine> <bracketleft>	:"\xc2\xab"	guillemotleft
++<ordfeminine> <bracketright>	:"\xc2\xbb"	guillemotright
++XCOMM
++XCOMM Rules for SunXK_FA_* keysyms:
++<SunFA_Acute> <A>		:"\xce\x86"
++<SunFA_Acute> <E>		:"\xce\x88"
++<SunFA_Acute> <Greek_ALPHA>	:"\xce\x86"
++<SunFA_Acute> <Greek_EPSILON>	:"\xce\x88"
++<SunFA_Acute> <Greek_ETA>	:"\xce\x89"
++<SunFA_Acute> <Greek_IOTA>	:"\xce\x8a"
++<SunFA_Acute> <Greek_OMEGA>	:"\xce\x8f"
++<SunFA_Acute> <Greek_OMICRON>	:"\xce\x8c"
++<SunFA_Acute> <Greek_UPSILON>	:"\xce\x8e"
++<SunFA_Acute> <Greek_alpha>	:"\xce\xac"
++<SunFA_Acute> <Greek_epsilon>	:"\xce\xad"
++<SunFA_Acute> <Greek_eta>	:"\xce\xae"
++<SunFA_Acute> <Greek_iota>	:"\xce\xaf"
++<SunFA_Acute> <Greek_omega>	:"\xcf\x8e"
++<SunFA_Acute> <Greek_omicron>	:"\xcf\x8c"
++<SunFA_Acute> <Greek_upsilon>	:"\xcf\x8d"
++<SunFA_Acute> <H>		:"\xce\x89"
++<SunFA_Acute> <I>		:"\xce\x8a"
++<SunFA_Acute> <O>		:"\xce\x8c"
++<SunFA_Acute> <SunFA_Diaeresis> <Greek_iota>	:"\xce\x90"
++<SunFA_Acute> <SunFA_Diaeresis> <Greek_upsilon>	:"\xce\xb0"
++<SunFA_Acute> <SunFA_Diaeresis> <i> :"\xce\x90"
++<SunFA_Acute> <SunFA_Diaeresis> <y> :"\xce\xb0"
++<SunFA_Acute> <V>		:"\xce\x8f"
++<SunFA_Acute> <Y>		:"\xce\x8e"
++<SunFA_Acute> <a>		:"\xce\xac"
++<SunFA_Acute> <e>		:"\xce\xad"
++<SunFA_Acute> <h>		:"\xce\xae"
++<SunFA_Acute> <i>		:"\xce\xaf"
++<SunFA_Acute> <o>		:"\xcf\x8c"
++<SunFA_Acute> <v>		:"\xcf\x8e"
++<SunFA_Acute> <y>		:"\xcf\x8d"
++<SunFA_Diaeresis> <Greek_IOTA>	:"\xce\xaa"
++<SunFA_Diaeresis> <Greek_UPSILON> :"\xce\xab"
++<SunFA_Diaeresis> <Greek_iota>	:"\xcf\x8a"
++<SunFA_Diaeresis> <Greek_upsilon> :"\xcf\x8b"
++<SunFA_Diaeresis> <I>		:"\xce\xaa"
++<SunFA_Diaeresis> <SunFA_Acute> <Greek_iota>	:"\xce\x90"
++<SunFA_Diaeresis> <SunFA_Acute> <Greek_upsilon>	:"\xce\xb0"
++<SunFA_Diaeresis> <SunFA_Acute> <i> :"\xce\x90"
++<SunFA_Diaeresis> <SunFA_Acute> <y> :"\xce\xb0"
++<SunFA_Diaeresis> <Y>		:"\xce\xab"
++<SunFA_Diaeresis> <i>		:"\xcf\x8a"
++<SunFA_Diaeresis> <y>		:"\xcf\x8b"
++END_STATE
++
++STATE "[ Arabic ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++XCOMM <0> Arabic-Indic Digit Zero
++<0>		: "\xd9\xa0"
++XCOMM <1> Arabic-Indic Digit One
++<1>		: "\xd9\xa1"
++XCOMM <2> Arabic-Indic Digit Two
++<2>		: "\xd9\xa2"
++XCOMM <3> Arabic-Indic Digit Three
++<3>		: "\xd9\xa3"
++XCOMM <4> Arabic-Indic Digit Four
++<4>		: "\xd9\xa4"
++XCOMM <5> Arabic-Indic Digit Five
++<5>		: "\xd9\xa5"
++XCOMM <6> Arabic-Indic Digit Six
++<6>		: "\xd9\xa6"
++XCOMM <7> Arabic-Indic Digit Seven
++<7>		: "\xd9\xa7"
++XCOMM <8> Arabic-Indic Digit Eight
++<8>		: "\xd9\xa8"
++XCOMM <9> Arabic-Indic Digit Nine
++<9>		: "\xd9\xa9"
++
++<a>		: "\xd8\xb4"
++<A>		: "\x5c"
++<apostrophe>	: "\xd8\xb7"
++<asciitilde>	: "\xd9\x91"
++<b>		: "\xd9\x84\xd8\xa7"
++<B>		: "\xd9\x84\xd8\xa2"
++<backslash>	: "\xd9\x80"
++<bracketleft>	: "\xd8\xac"
++<bracketright>	: "\xd8\xaf"
++<c>		: "\xd8\xa4"
++<C>		: "\xd9\x8d"
++<comma>		: "\xd9\x88"
++<d>		: "\xd9\x8a"
++<D>		: "\x5d"
++<e>		: "\xd8\xab"
++<E>		: "\xd9\x8f"
++<f>		: "\xd8\xa8"
++<F>		: "\x5b"
++<g>		: "\xd9\x84"
++<G>		: "\xd9\x84\xd8\xa3"
++<grave>		: "\xd8\xb0"
++<greater>	: "\x2e"
++<h>		: "\xd8\xa7"
++<H>		: "\xd8\xa3"
++<i>		: "\xd9\x87"
++<j>		: "\xd8\xaa"
++<k>		: "\xd9\x86"
++<K>		: "\xd8\x8c"
++<l>		: "\xd9\x85"
++<L>		: "\x2f"
++<m>		: "\xd8\xa9"
++XCOMM previously <M>: "\xd9\x8f"
++<M>		: "\xd9\xac"
++<n>		: "\xd9\x89"
++<N>		: "\xd8\xa2"
++<o>		: "\xd8\xae"
++<p>		: "\xd8\xad"
++<P>		: "\xd8\x9b"
++<period>	: "\xd8\xb2"
++<q>		: "\xd8\xb6"
++<Q>		: "\xd9\x8e"
++<question>	: "\xd8\x9f"
++<r>		: "\xd9\x82"
++<R>		: "\xd9\x8c"
++<s>		: "\xd8\xb3"
++<semicolon>	: "\xd9\x83"
++<slash>		: "\xd8\xb8"
++<smaller>	: "\x2c"
++<t>		: "\xd9\x81"
++<u>		: "\xd8\xb9"
++<v>		: "\xd8\xb1"
++<V>		: "\xd9\x90"
++<w>		: "\xd8\xb5"
++<W>		: "\xd9\x8b"
++<x>		: "\xd8\xa1"
++<y>		: "\xd8\xba"
++<Y>		: "\xd8\xa5"
++<z>		: "\xd8\xa6"
++END_STATE
++
++STATE "[ Hebrew ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++<q>		: "\x2f"
++<w>		: "\x27"
++<e>		: "\xd7\xa7"
++<r>		: "\xd7\xa8"
++<t>		: "\xd7\x90"
++<y>		: "\xd7\x98"
++<u>		: "\xd7\x95"
++<i>		: "\xd7\x9f"
++<o>		: "\xd7\x9d"
++<p>		: "\xd7\xa4"
++<a>		: "\xd7\xa9"
++<s>		: "\xd7\x93"
++<d>		: "\xd7\x92"
++<f>		: "\xd7\x9b"
++<g>		: "\xd7\xa2"
++<h>		: "\xd7\x99"
++<j>		: "\xd7\x97"
++<k>		: "\xd7\x9c"
++<l>		: "\xd7\x9a"
++<semicolon>	: "\xd7\xa3"
++<z>		: "\xd7\x96"
++<x>		: "\xd7\xa1"
++<c>		: "\xd7\x91"
++<v>		: "\xd7\x94"
++<b>		: "\xd7\xa0"
++<n>		: "\xd7\x9e"
++<m>		: "\xd7\xa6"
++<comma>		: "\xd7\xaa"
++<period>	: "\xd7\xa5"
++<slash>		: "\x2f"
++<grave>		: "\x3b"
++<apostrophe>	: "\x2c"
++END_STATE
++
++STATE "[ Unicode Hex ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:	4	# 1|2|3|4|5|,...
++				# when the number of input sequence
++				# reaches to the given number,
++				# conversion occurs automatically.
++
++TYPE_OF_INPUT:		HEX	# HEX or OCTET. The default is HEX.
++				# If it's HEX, valid input is: 0-9,
++				# a-f, A-F.
++				# If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :	DO_LOOKUP
++<space> :	DO_CONV
++				# force to convert input sequence into
++				# a character before MAX_INPUT_LENGTH
++				# of characters are input.
++Ctrl<n> :	NEXT_PAGE
++Ctrl<p> :	PREV_PAGE
++Ctrl<a> :	TOP_PAGE
++Ctrl<e> :	LAST_PAGE
++<Right>	:	NEXT_CAND
++<Left>	:	PREV_CAND
++<Up>	:	UP_CAND
++<Down>	:	DOWN_CAND
++Ctrl<k>	:	SELECT_CAND
++XCOMM end of actions
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++END_STATE
++
++STATE "[ Unicode Octal ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:	6	# 1|2|3|4|5|,...
++				# when the number of input sequence
++				# reaches to the given number,
++				# conversion occurs automatically.
++
++TYPE_OF_INPUT:		OCTET	# HEX or OCTET. The default is HEX.
++				# If it's HEX, valid input is: 0-9, a-f, A-F.
++				# If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :	DO_LOOKUP
++<space> :	DO_CONV
++				# force to convert input sequence into
++				# a character before MAX_INPUT_LENGTH
++				# of characters are input.
++Ctrl<n> :	NEXT_PAGE
++Ctrl<p> :	PREV_PAGE
++Ctrl<a> :	TOP_PAGE
++Ctrl<e> :	LAST_PAGE
++<Right>	:	NEXT_CAND
++<Left>	:	PREV_CAND
++<Up>	:	UP_CAND
++<Down>	:	DOWN_CAND
++Ctrl<k>	:	SELECT_CAND
++XCOMM end of actions
++Ctrl<space> 		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Lookup ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Lookup ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++END_STATE
++
++STATE "[ Lookup ]"
++STATE_TYPE: LOOKUP
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ Cyrillic ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ Greek ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ Thai ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ Arabic ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ Indic ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode Hex ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode Octal ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ Japanese ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ Korean ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ S-Chinese ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ T-Chinese ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ Cyrillic ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ Greek ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ Thai ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ Arabic ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ Indic ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ Hebrew ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode Hex ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode Octal ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ Japanese ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ Korean ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ S-Chinese ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ T-Chinese ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ T-Chinese (Hong Kong) ]"
++
++XCOMM attributes
++MAX_NUMBER_OF_ROWS :		6
++MAX_NUMBER_OF_COLUMNS :		16
++MAX_NUMBER_OF_CANDIDATES :	80	# <= 94 best if it's multiple of 16
++TITLE_STRING:	"Lookup Selection Window"
++FONTSET:	"-dt-interface user-medium-r-normal-s*utf*-*-*-*-*-*-*-*-*"
++POSITION: CURSOR	# CURSOR/CLIENT
++PLACEMENT: BOTTOM	# TOP/BOTTOM/LEFT/RIGHT
++"a - Basic Latin"	:	0x0000 0x007f
++"b - Latin 1"		:	0x0080 0x00ff
++"c - Latin Extended A"	:	0x0100 0x017f
++"d - Latin Extended B"	:	0x0180 0x024f
++XCOMM N/A IPA Extension	:	0x0250 0x02af
++"e - Spacing Modifier Letters"	:	0x02b0 0x02ff
++XCOMM N/A Combining Diaetrical Marks	:	0x0300 0x036f
++"f - Greek"	:	0x0370 0x03ff
++"g - Cyrillic"	:	0x0400 0x04ff
++XCOMM N/A Armenian	:	0x0530 0x058f
++"h - Hebrew"	:	0x0590 0x05ff
++"i - Arabic"	:	0x0600 0x06ff
++"H - Hindi"		:	0x0900 0x097f
++"B - Bengali"	:	0x0980 0x09ff
++"P - Gurmukhi"	:	0x0a00 0x0a7f
++"G - Gujarati"	:	0x0a80 0x0aff
++XCOMM N/A Oriya	:	0x0b00 0x0b7f
++"t - Tamil"	:	0x0b80 0x0bff
++"T - Telugu"	:	0x0c00 0x0c7f
++"K - Kannada"	:	0x0c80 0x0cff
++"M - Malayalam":	0x0d00 0x0d7f
++"j - Thai"	:	0x0e00 0x0e7f
++XCOMM N/A Lao	:	0x0e80 0x0eff
++XCOMM N/A Tibetan	:	0x0f00 0x0fbf
++XCOMM N/A Georgian	:	0x10a0 0x10ff
++XCOMM N/A Hangul Jamo	:	0x1100 0x11ff
++XCOMM N/A Latin Extended Additional	:	0x1e00 0x1eff
++XCOMM N/A Greek Extended	:	0x1f00 0x1fff
++"k - General Punctuation"	:	0x2000 0x206f
++"l - Superscripts Subscripts"	:	0x2070 0x209f
++"m - Currency Symbols"	:	0x20a0 0x20cf
++XCOMM N/A Combining Diacritical Marks for Symbols	:	0x20d0 0x20ff
++"n - Letterlike Symbols"	:	0x2100 0x214f
++"o - Number Forms"	:	0x2150 0x218f
++"p - Arrows"	:	0x2190 0x21ff
++"q - Mathematical Operators"	:	0x2200 0x22ff
++"r - Miscellaneous Technical"	:	0x2300 0x23ff
++XCOMM N/A Control Pictures	:	0x2400 0x243f
++XCOMM N/A Optical Character Recognition	:	0x2440 0x245f
++"s - Enclosed Alphanumerics"	:	0x2460 0x24ff
++"t - Box Drawing"	:	0x2500 0x257f
++"u - Block Elements"	:	0x2580 0x259f
++"v - Geometric Shapes"	:	0x25a0 0x25ff
++"w - Miscellaneous Symbols"	:	0x2600 0x26ff
++XCOMM N/A Dingbats	:	0x2700 0x27bf
++"x - CJK Symbols and Punctuation"	:	0x3000 0x303f
++"y - Hiragana"	:	0x3040 0x309f
++"z - Katakana"	:	0x30a0 0x30ff
++"0 - Bopomofo"	:	0x3100 0x312f
++"1 - Hangul Compatibility Jamo"	:	0x3130 0x318f
++XCOMM N/A Kanbun	:	0x3190 0x319f
++"2 - Enclosed CJK Letters and Months"	:	0x3200 0x32ff
++"3 - CJK Compatibility"	:	0x3300 0x33ff
++"4 - CJK Unified Ideographs"	:	0x4e00 0x9fa5
++"5 - Hangul Syllables"	:	0xac00 0xd7a3
++XCOMM N/A High Surrogates	:	0xd800 0xdb7f
++XCOMM N/A Private Use High Surrogates	:	0xdb80 0xdbff
++XCOMM N/A Low Surrogates	:	0xdc00 0xdfff
++XCOMM N/A Private Use Area	:	0xe000 0xf8ff
++"6 - CJK Compatibility Ideographs"	:	0xf900 0xfaff
++XCOMM N/A Alphabetic Presentation Forms	:	0xfb00 0xfb4f
++XCOMM N/A Arabic Presentation Forms-A	:	0xfb50 0xfdff
++XCOMM N/A Combining Half Marks	:	0xfe20 0xfe2f
++"7 - CJK Compatibility Forms"	:	0xfe30 0xfe4f
++"8 - Small Form Variants"	:	0xfe50 0xfe6f
++XCOMM N/A Arabic Presentation Forms-B	:	0xfe70 0xfeff
++"9 - Halfwidth and Fullwidth Forms"	:	0xff00 0xffef
++"/ - Specials"	:	0xfff0 0xffff
++XCOMM end of attributes
++
++XCOMM actions
++Ctrl<n> :	NEXT_PAGE
++Ctrl<p> :	PREV_PAGE
++Ctrl<a> :	TOP_PAGE
++Ctrl<e> :	LAST_PAGE
++<Right>	:	NEXT_CAND
++<Left>	:	PREV_CAND
++<Up>	:	UP_CAND
++<Down>	:	DOWN_CAND
++Ctrl<k>	:	SELECT_CAND
++XCOMM end of actions
++END_STATE
++
++STATE "[ Japanese ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : ja 
++END_STATE
++
++STATE "[ Korean ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : ko
++END_STATE
++
++STATE "[ S-Chinese ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : zh_CN 
++END_STATE
++
++STATE "[ T-Chinese ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : zh_TW
++END_STATE
++
++STATE "[ T-Chinese (Hong Kong) ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : zh_HK
++END_STATE
++
++STATE "[ Thai ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : th_TH
++END_STATE
++
++STATE "[ Indic ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ English/European ]"
++LANGUAGE : in_IN
++END_STATE
+diff -urp -x '*~' -x '*.orig' nls/en_US.UTF-8/XI18N_OBJS nls/en_US.UTF-8/XI18N_OBJS
+--- nls/en_US.UTF-8/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/en_US.UTF-8/XI18N_OBJS	2008-02-27 21:08:32.539440000 -0800
+@@ -3,6 +3,9 @@
+ #	XI18N objects table for euro locales
+ #
+ XLC	common/xlcUTF8Load	_XlcUtf8Loader	        # XLC_open
+-XOM	common/xomLTRTTB	_XomGenericOpenOM	# XOM_open
++#XOM	common/xomLTRTTB	_XomGenericOpenOM	# XOM_open
++XOM	common/xomGeneric       _XomGenericOpenOM       # XOM_open
+ XIM	common/xiiimp		_SwitchOpenIM		# XIM_open
+ XIM	common/xiiimp		_XimpLocalOpenIM	# XIM_open
++XIM     common/ximll            _XimpLocalOpenIM        # XIM_open
++XIM     common/ximlocal         _XimpLocalOpenIM        # XIM_open
+diff -urp -x '*~' -x '*.orig' nls/en_US.UTF-8/XLC_LOCALE.pre nls/en_US.UTF-8/XLC_LOCALE.pre
+--- nls/en_US.UTF-8/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/en_US.UTF-8/XLC_LOCALE.pre	2008-02-27 21:08:32.540244000 -0800
+@@ -30,8 +30,58 @@ fs1	{
+ 		primary	ISO8859-1:GR
+ 	}
+ }
+-XCOMM 	fs2 class (Kanji)
++
+ fs2	{
++	charset		ISO8859-5:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-5:GR
++	}
++}
++
++fs3	{
++	charset		ISO8859-7:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-7:GR
++	}
++}
++
++fs4	{
++	charset		ISO8859-2:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-2:GR
++	}
++}
++
++fs5	{
++	charset		ISO8859-4:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-4:GR
++	}
++}
++
++fs6	{
++	charset		ISO8859-9:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-9:GR
++	}
++}
++
++fs7	{
++	charset		ISO8859-15:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-15:GR
++	}
++}
++
++
++XCOMM 	(Kanji)
++fs8	{
+ 	charset	{
+ 		name	JISX0208.1983-0:GL
+ 	}
+@@ -39,17 +89,17 @@ fs2	{
+ 		primary	JISX0208.1983-0:GL
+ 	}
+ }
+-XCOMM   fs3 class (Korean Character)
+-fs3	{
++XCOMM   (Korean Character)
++fs9	{
+ 	charset	{
+-		name	KSC5601.1987-0:GL
++		name	KSC5601.1992-3:GLGR
+ 	}
+ 	font	{
+-		primary	KSC5601.1987-0:GL
++		primary	KSC5601.1992-3:GLGR
+ 	}
+ }
+-XCOMM   fs4 class (Chinese Han Character)
+-fs4	{
++XCOMM   (Chinese Han Character)
++fs10	{
+ 	charset	{
+ 		name	GB2312.1980-0:GL
+ 	}
+@@ -57,8 +107,8 @@ fs4	{
+ 		primary	GB2312.1980-0:GL
+ 	}
+ }
+-XCOMM	fs5 class (Half Kana)
+-fs5	{
++XCOMM	(Half Kana)
++fs11	{
+ 	charset	{
+ 		name	JISX0201.1976-0:GR
+ 	}
+@@ -67,16 +117,77 @@ fs5	{
+ 		vertical_rotate	all
+ 	}
+ }
+-XCOMM	ISO10646 should come last so the fonts above will actually be used
+-XCOMM	fs6 class
+-fs6	{
++
++fs12	{
++        charset         BIG5-0:GLGR
++        font {
++            load_option delay_nocheck
++            primary     BIG5-0:GLGR
++        }
++}
++
++XCOMM CTL language
++fs13     {
++         charset         TIS620-0:GR
++         font {
++			load_option delay_nocheck
++             primary     TIS620-0:GR
++         }
++}
++XCOMM fs14 class (ISO8859-6) (Arabic)
++fs14	{
+ 	charset	{
+-		name	ISO10646-1
++		    name ISO8859-6:GLGR
+ 	}
+-	font	{
+-		primary	ISO10646-1
++	font {
++		load_option delay_nocheck
++	    primary	ISO8859-6:GLGR
++	}
++}
++XCOMM fs15 class (ISO8859-8) (Hebrew)
++fs15	{
++	charset {
++		    name ISO8859-8:GR
++	}
++	font {
++		load_option delay_nocheck
++	    primary	ISO8859-8:GR
++	}
++}
++
++XCOMM   fs16 class (SUN.UNICODE.INDIA-0) (Indian Script)
++fs16    {
++	charset {
++		    name SUN.UNICODE.INDIA-0:GLGR
++	}
++	font {
++		 load_option delay_nocheck
++	    primary SUN.UNICODE.INDIA-0:GLGR
++	}
++}
++
++XCOMM       fs17 (Last, fallback) class (unicode-fontspecific)
++fs17 {
++	charset {
++		    name UNICODE-FONTSPECIFIC:GLGR
++	}
++	font {
++            load_option delay_nocheck
++	    primary	UNICODE-FONTSPECIFIC:GLGR
+ 	}
+ }
++
++
++XCOMM	ISO10646 should come last so the fonts above will actually be used
++XCOMM	fs6 class
++XCOMM fs6	{
++XCOMM	charset	{
++XCOMM		name	ISO10646-1
++XCOMM	}
++XCOMM	font	{
++XCOMM		primary	ISO10646-1
++XCOMM	}
++XCOMM }
+ END XLC_FONTSET
+ 
+ XCOMM 
+@@ -101,41 +212,119 @@ cs1     {
+         length          1
+         ct_encoding     ISO8859-1:GR
+ }
+- 
+-XCOMM	cs2 class
++
+ cs2	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-5:GR
++}
++
++cs3	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-7:GR
++}
++
++cs4	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-2:GR
++}
++
++cs5	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-4:GR
++}
++
++cs6	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-9:GR
++
++}
++
++cs7	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-15:GR
++}
++
++cs8	{
+ 	side		GR
+ 	length		2
+-	ct_encoding	JISX0208.1983-0:GL; JISX0208.1983-0:GR;\
+-			JISX0208.1983-1:GL; JISX0208.1983-1:GR
++	ct_encoding	JISX0208.1983-0:GL; JISX0208.1983-0:GR;			JISX0208.1983-1:GL; JISX0208.1983-1:GR
++
+ }
+ 
+-XCOMM	cs3 class
+-cs3     {
+-        side            GL
++cs9     {
++        side            GR:Default
+         length          2
+-        ct_encoding     KSC5601.1987-0:GL; KSC5601.1987-0:GR;\
+-                        KSC5601.1987-1:GL; KSC5601.1987-1:GR
++        ct_encoding     KSC5601.1992-3:GLGR
++
+ }
+  
+-XCOMM	cs4 class
+-cs4     {
++cs10     {
+         side            GR
+         length          2
+         ct_encoding     GB2312.1980-0:GL; GB2312.1980-0:GR
+ }
+  
+-XCOMM	cs5 class
+-cs5	{
++cs11	{
+ 	side		GR
+ 	length		1
+ 	ct_encoding	JISX0201.1976-0:GR
+ }
+ 
+-XCOMM	cs6 class
+-cs6	{
+-	side		none
+-	ct_encoding	ISO10646-1
++cs12     {
++        side            GR:Default
++        length          2
++        ct_encoding     BIG5-0:GLGR
++
++}
++
++XCOMM Thai
++cs13     {
++         side            GR:Default
++         length          1
++         ct_encoding     TIS620-0:GR
++}
++
++XCOMM Ar
++cs14 {
++	side		GR:Default
++	length		2
++	ct_encoding	ISO8859-6:GLGR
++}
++
++XCOMM 	cs15 class  He
++cs15	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-8:GR
++}
++
++XCOMM   cs16 class
++cs16    {
++	side        GR:Default
++	length      2
++	ct_encoding SUN.UNICODE.INDIA-0:GLGR
++}
++
++XCOMM 	Last, fallback class
++cs17	{
++	side		GR:Default
++	length		1
++	ct_encoding	UNICODE-FONTSPECIFIC:GLGR
+ }
+ 
++
++
++XCOMM	cs6 class
++XCOMM cs6	{
++XCOMM	side		none
++XCOMM	ct_encoding	ISO10646-1
++XCOMM }
++
+ END XLC_XLOCALE
++
+diff -urp -x '*~' -x '*.orig' nls/iso8859-2/Compose.pre nls/iso8859-2/Compose.pre
+--- nls/iso8859-2/Compose.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/iso8859-2/Compose.pre	2008-02-27 21:08:32.560828000 -0800
+@@ -1,537 +1,722 @@
+-XCOMM $Xorg: iso8859-2,v 1.3 2000/08/17 19:46:59 cpqbld Exp $
+-XCOMM
+-XCOMM ISO 8859-2 (Latin2) Compose Sequence
+-XCOMM
+-XCOMM $XFree86: xc/nls/Compose/iso8859-2,v 1.6 2001/05/18 23:35:29 dawes Exp $
++XCOMM   @(#)compose.src	1.2 96/01/19 SMI
++XCOMM   Compose keys configuration file for 
++XCOMM   Czech, Hungarian and Polish SMCC localizations[turlough]
++XCOMM   Copyright (c) 1994 by Sun Microsystems, Inc.
++XCOMM------------------------------------------------------------------------------
++
++XCOMM ISO 8859-2 (Latin2) Czech/Polish/Hungarian  Compose Sequence
+ XCOMM
++
++XCOMM There are a number of multikeys used in these locales that the user needs 
++XCOMM needs to be aware of to produce cz/pl/hu extended characters
++XCOMM on a US keyboard, these are as follows :
++XCOMM 	diaeresis = quotedbl
++XCOMM 	caron = v  e.g. <compose> + E + v = Ecaron 
++XCOMM 	breve = u
++XCOMM 	ogonek = a
++XCOMM 	doubleacute = greater
++XCOMM       multi_key + 0 + x = currency 
++XCOMM The first mappings in the Compose file are for the keys
++XCOMM present physically on the keyboard itself, these are mapped to 
++XCOMM themselves to ensure Xlib displays them - without this, a default
++XCOMM mapping to an iso1 code-point may occur
++
++
+ XCOMM Sequence Definition
+ XCOMM
+ XCOMM <Multi_key> Means <Compose>
+ XCOMM Special Character
+-<Multi_key> <plus> <plus>		: "#"	numbersign
+-<Multi_key> <apostrophe> <space>	: "'"	apostrophe
+-<Multi_key> <space> <apostrophe>	: "'"	apostrophe
+-<Multi_key> <A> <A>			: "@"	at
+-<Multi_key> <parenleft> <parenleft>	: "["	bracketleft
+-<Multi_key> <slash> <slash>		: "\\"	backslash
+-<Multi_key> <slash> <less>		: "\\"	backslash
+-<Multi_key> <less> <slash>		: "\\"	backslash
+-<Multi_key> <parenright> <parenright>	: "]"	bracketright
+-<Multi_key> <asciicircum> <space>	: "^"	asciicircum
+-<Multi_key> <space> <asciicircum>	: "^"	asciicircum
+-<Multi_key> <greater> <space>		: "^"	asciicircum
+-<Multi_key> <space> <greater>		: "^"	asciicircum
+-<Multi_key> <grave> <space>		: "`"	grave
+-<Multi_key> <space> <grave>		: "`"	grave
+-<Multi_key> <parenleft> <minus>		: "{"	braceleft
+-<Multi_key> <minus> <parenleft>		: "{"	braceleft
+-<Multi_key> <slash> <asciicircum>	: "|"	bar
+-<Multi_key> <asciicircum> <slash>	: "|"	bar
+-<Multi_key> <V> <L>			: "|"	bar
+-<Multi_key> <L> <V>			: "|"	bar
+-<Multi_key> <v> <l>			: "|"	bar
+-<Multi_key> <l> <v>			: "|"	bar
+-<Multi_key> <parenright> <minus>	: "}"	braceright
+-<Multi_key> <minus> <parenright>	: "}"	braceright
+-<Multi_key> <asciitilde> <space>	: "~"	asciitilde
+-<Multi_key> <space> <asciitilde>	: "~"	asciitilde
+-<Multi_key> <minus> <space>		: "~"	asciitilde
+-<Multi_key> <space> <minus>		: "~"	asciitilde
+-<Multi_key> <x> <o>			: "\244"	currency
+-<Multi_key> <o> <x>			: "\244"	currency
+-<Multi_key> <X> <O>			: "\244"	currency
+-<Multi_key> <O> <X>			: "\244"	currency
+-<Multi_key> <x> <O>			: "\244"	currency
+-<Multi_key> <O> <x>			: "\244"	currency
+-<Multi_key> <X> <o>			: "\244"	currency
+-<Multi_key> <o> <X>			: "\244"	currency
+-<Multi_key> <x> <0>			: "\244"	currency
+-<Multi_key> <0> <x>			: "\244"	currency
+-<Multi_key> <X> <0>			: "\244"	currency
+-<Multi_key> <0> <X>			: "\244"	currency
+-<Multi_key> <p> <exclam>		: "\266"	paragraph
+-<Multi_key> <exclam> <p>		: "\266"	paragraph
+-<Multi_key> <P> <exclam>		: "\266"	paragraph
+-<Multi_key> <exclam> <P>		: "\266"	paragraph
+-XCOMM Right-hand side (Accented Alphabet)
+-XCOMM These compose sequences are pure supposition on my part.
+-XCOMM It would be nice to know what the real cultural conventions
+-XCOMM are for compose sequences.
+-<Multi_key> <A> <comma>			: "\241"	Aogonek
+-<Multi_key> <comma> <A>			: "\241"	Aogonek
+-<Multi_key> <A> <ogonek>		: "\241"	Aogonek
+-<Multi_key> <ogonek> <A>		: "\241"	Aogonek
+-<Multi_key> <U> <space>			: "\242"	breve
+-<Multi_key> <L> <minus>			: "\243"	Lstroke
+-<Multi_key> <L> <less>			: "\245"	Lcaron
+-<Multi_key> <less> <L>			: "\245"	Lcaron
+-<Multi_key> <L> <caron>			: "\245"	Lcaron
+-<Multi_key> <caron> <L>			: "\245"	Lcaron
+-<Multi_key> <S> <apostrophe>		: "\246"	Sacute
+-<Multi_key> <apostrophe> <S>		: "\246"	Sacute
+-<Multi_key> <S> <acute>			: "\246"	Sacute
+-<Multi_key> <acute> <S>			: "\246"	Sacute
+-<Multi_key> <s> <o>			: "\247"	section
+-<Multi_key> <o> <s>			: "\247"	section
+-<Multi_key> <S> <O>			: "\247"	section
+-<Multi_key> <O> <S>			: "\247"	section
+-<Multi_key> <S> <exclam>		: "\247"	section
+-<Multi_key> <exclam> <S>		: "\247"	section
+-<Multi_key> <s> <exclam>		: "\247"	section
+-<Multi_key> <exclam> <s>		: "\247"	section
+-<Multi_key> <S> <0>			: "\247"	section
+-<Multi_key> <0> <S>			: "\247"	section
+-<Multi_key> <s> <0>			: "\247"	section
+-<Multi_key> <0> <s>			: "\247"	section
+-<Multi_key> <quotedbl> <quotedbl>	: "\250"	diaeresis
+-<Multi_key> <S> <less>			: "\251"	Scaron
+-<Multi_key> <less> <S>			: "\251"	Scaron
+-<Multi_key> <S> <caron>			: "\251"	Scaron
+-<Multi_key> <caron> <S>			: "\251"	Scaron
+-<Multi_key> <S> <comma>			: "\252"	Scedilla
+-<Multi_key> <comma> <S>			: "\252"	Scedilla
+-<Multi_key> <S> <cedilla>		: "\252"	Scedilla
+-<Multi_key> <cedilla> <S>		: "\252"	Scedilla
+-<Multi_key> <T> <less>			: "\253"	Tcaron
+-<Multi_key> <less> <T>			: "\253"	Tcaron
+-<Multi_key> <T> <caron>			: "\253"	Tcaron
+-<Multi_key> <caron> <T>			: "\253"	Tcaron
+-<Multi_key> <Z> <apostrophe>		: "\254"	Zacute
+-<Multi_key> <apostrophe> <Z>		: "\254"	Zacute
+-<Multi_key> <Z> <acute>			: "\254"	Zacute
+-<Multi_key> <acute> <Z>			: "\254"	Zacute
+-<Multi_key> <minus> <minus>		: "\255"	hyphen
+-<Multi_key> <Z> <less>			: "\256"	Zcaron
+-<Multi_key> <less> <Z>			: "\256"	Zcaron
+-<Multi_key> <Z> <caron>			: "\256"	Zcaron
+-<Multi_key> <caron> <Z>			: "\256"	Zcaron
+-<Multi_key> <Z> <period>		: "\257"	Zabovedot
+-<Multi_key> <0> <asterisk>		: "\260"	degree
+-<Multi_key> <asterisk> <0>		: "\260"	degree
+-<Multi_key> <a> <comma>			: "\261"	aogonek
+-<Multi_key> <comma> <a>			: "\261"	aogonek
+-<Multi_key> <a> <ogonek>		: "\261"	aogonek
+-<Multi_key> <ogonek> <a>		: "\261"	aogonek
+-<Multi_key> <l> <minus>			: "\263"	lstroke
+-<Multi_key> <l> <less>			: "\265"	lcaron
+-<Multi_key> <less> <l>			: "\265"	lcaron
+-<Multi_key> <l> <caron>			: "\265"	lcaron
+-<Multi_key> <caron> <l>			: "\265"	lcaron
+-<Multi_key> <s> <apostrophe>		: "\266"	sacute
+-<Multi_key> <apostrophe> <s>		: "\266"	sacute
+-<Multi_key> <s> <acute>			: "\266"	sacute
+-<Multi_key> <acute> <s>			: "\266"	sacute
+-<Multi_key> <less> <less>		: "\267"	caron
+-<Multi_key> <comma> <comma>		: "\270"        cedilla
+-<Multi_key> <s> <less>			: "\271"	scaron
+-<Multi_key> <less> <s>			: "\271"	scaron
+-<Multi_key> <s> <caron>			: "\271"	scaron
+-<Multi_key> <caron> <s>			: "\271"	scaron
+-<Multi_key> <s> <comma>			: "\272"	scedilla
+-<Multi_key> <comma> <s>			: "\272"	scedilla
+-<Multi_key> <s> <cedilla>		: "\272"	scedilla
+-<Multi_key> <cedilla> <s>		: "\272"	scedilla
+-<Multi_key> <t> <less>			: "\273"	tcaron
+-<Multi_key> <less> <t>			: "\273"	tcaron
+-<Multi_key> <t> <caron>			: "\273"	tcaron
+-<Multi_key> <caron> <t>			: "\273"	tcaron
+-<Multi_key> <z> <apostrophe>		: "\274"	zacute
+-<Multi_key> <apostrophe> <z>		: "\274"	zacute
+-<Multi_key> <z> <acute>			: "\274"	zacute
+-<Multi_key> <acute> <z>			: "\274"	zacute
+-<Multi_key> <apostrophe> <apostrophe>	: "\275"	doubleacute
+-<Multi_key> <acute> <acute>		: "\275"	doubleacute
+-<Multi_key> <z> <less>			: "\276"	zcaron
+-<Multi_key> <less> <z>			: "\276"	zcaron
+-<Multi_key> <z> <caron>			: "\276"	zcaron
+-<Multi_key> <caron> <z>			: "\276"	zcaron
+-<Multi_key> <z> <period>		: "\277"	zabovedot
+-<Multi_key> <R> <acute>			: "\300"	Racute
+-<Multi_key> <acute> <R>			: "\300"	Racute
+-<Multi_key> <R> <apostrophe>		: "\300"	Racute
+-<Multi_key> <apostrophe> <R>		: "\300"	Racute
+-<Multi_key> <A> <acute>			: "\301"	Aacute
+-<Multi_key> <acute> <A>			: "\301"	Aacute
+-<Multi_key> <A> <apostrophe>		: "\301"	Aacute
+-<Multi_key> <apostrophe> <A>		: "\301"	Aacute
+-<Multi_key> <A> <asciicircum>		: "\302"	Acircumflex
+-<Multi_key> <asciicircum> <A>		: "\302"	Acircumflex
+-<Multi_key> <A> <greater>		: "\302"	Acircumflex
+-<Multi_key> <greater> <A>		: "\302"	Acircumflex
+-<Multi_key> <A> <U>			: "\303"	Abreve
+-<Multi_key> <A> <breve>			: "\303"	Abreve
+-<Multi_key> <breve> <A>			: "\303"	Abreve
+-<Multi_key> <A> <quotedbl>		: "\304"	Adiaeresis
+-<Multi_key> <quotedbl> <A>		: "\304"	Adiaeresis
+-<Multi_key> <L> <acute>			: "\305"	Lacute
+-<Multi_key> <acute> <L>			: "\305"	Lacute
+-<Multi_key> <L> <apostrophe>		: "\305"	Lacute
+-<Multi_key> <apostrophe> <L>		: "\305"	Lacute
+-<Multi_key> <C> <acute>			: "\306"	Cacute
+-<Multi_key> <acute> <C>			: "\306"	Cacute
+-<Multi_key> <C> <apostrophe>		: "\306"	Cacute
+-<Multi_key> <apostrophe> <C>		: "\306"	Cacute
+-<Multi_key> <C> <comma>			: "\307"	Ccedilla
+-<Multi_key> <comma> <C>			: "\307"	Ccedilla
+-<Multi_key> <C> <cedilla>		: "\307"	Ccedilla
+-<Multi_key> <cedilla> <C>		: "\307"	Ccedilla
+-<Multi_key> <C> <less>			: "\310"	Ccaron
+-<Multi_key> <less> <C>			: "\310"	Ccaron
+-<Multi_key> <C> <caron>			: "\310"	Ccaron
+-<Multi_key> <caron> <C>			: "\310"	Ccaron
+-<Multi_key> <E> <acute>			: "\311"	Eacute
+-<Multi_key> <acute> <E>			: "\311"	Eacute
+-<Multi_key> <E> <apostrophe>		: "\311"	Eacute
+-<Multi_key> <apostrophe> <E>		: "\311"	Eacute
+-<Multi_key> <E> <comma>			: "\312"	Eogonek
+-<Multi_key> <comma> <E>			: "\312"	Eogonek
+-<Multi_key> <E> <ogonek>		: "\312"	Eogonek
+-<Multi_key> <ogonek> <E>		: "\312"	Eogonek
+-<Multi_key> <E> <quotedbl>		: "\313"	Ediaeresis
+-<Multi_key> <quotedbl> <E>		: "\313"	Ediaeresis
+-<Multi_key> <E> <less>			: "\314"	Ecaron
+-<Multi_key> <less> <E>			: "\314"	Ecaron
+-<Multi_key> <E> <caron>			: "\314"	Ecaron
+-<Multi_key> <caron> <E>			: "\314"	Ecaron
+-<Multi_key> <I> <acute>			: "\315"	Iacute
+-<Multi_key> <acute> <I>			: "\315"	Iacute
+-<Multi_key> <I> <apostrophe>		: "\315"	Iacute
+-<Multi_key> <apostrophe> <I>		: "\315"	Iacute
+-<Multi_key> <I> <asciicircum>		: "\316"	Icircumflex
+-<Multi_key> <asciicircum> <I>		: "\316"	Icircumflex
+-<Multi_key> <I> <greater>		: "\316"	Icircumflex
+-<Multi_key> <greater> <I>		: "\316"	Icircumflex
+-<Multi_key> <D> <less>			: "\317"	Dcaron
+-<Multi_key> <less> <D>			: "\317"	Dcaron
+-<Multi_key> <D> <caron>			: "\317"	Dcaron
+-<Multi_key> <caron> <D>			: "\317"	Dcaron
+-<Multi_key> <D> <minus>			: "\320"	Dstroke
+-<Multi_key> <minus> <D>			: "\320"	Dstroke
+-<Multi_key> <N> <acute>			: "\321"	Nacute
+-<Multi_key> <acute> <N>			: "\321"	Nacute
+-<Multi_key> <N> <apostrophe>		: "\321"	Nacute
+-<Multi_key> <apostrophe> <N>		: "\321"	Nacute
+-<Multi_key> <N> <less>			: "\322"	Ncaron
+-<Multi_key> <less> <N>			: "\322"	Ncaron
+-<Multi_key> <N> <caron>			: "\322"	Ncaron
+-<Multi_key> <caron> <N>			: "\322"	Ncaron
+-<Multi_key> <O> <acute>			: "\323"	Oacute
+-<Multi_key> <acute> <O>			: "\323"	Oacute
+-<Multi_key> <O> <apostrophe>		: "\323"	Oacute
+-<Multi_key> <apostrophe> <O>		: "\323"	Oacute
+-<Multi_key> <O> <asciicircum>		: "\324"	Ocircumflex
+-<Multi_key> <asciicircum> <O>		: "\324"	Ocircumflex
+-<Multi_key> <O> <greater>		: "\324"	Ocircumflex
+-<Multi_key> <greater> <O>		: "\324"	Ocircumflex
+-<Multi_key> <apostrophe> <apostrophe> <O>	: "\325"	Odoubleacute
+-<Multi_key> <acute> <acute> <O>		: "\325"	Odoubleacute
+-<Multi_key> <O> <quotedbl>		: "\326"	Odiaeresis
+-<Multi_key> <quotedbl> <O>		: "\326"	Odiaeresis
+-<Multi_key> <x> <x>			: "\327"	multiply
+-<Multi_key> <R> <less>			: "\330"	Rcaron
+-<Multi_key> <less> <R>			: "\330"	Rcaron
+-<Multi_key> <R> <caron>			: "\330"	Rcaron
+-<Multi_key> <caron> <R>			: "\330"	Rcaron
+-<Multi_key> <U> <asterisk>		: "\331"	Uring
+-<Multi_key> <asterisk> <U>		: "\331"	Uring
+-<Multi_key> <U> <acute>			: "\332"	Uacute
+-<Multi_key> <acute> <U>			: "\332"	Uacute
+-<Multi_key> <U> <apostrophe>		: "\332"	Uacute
+-<Multi_key> <apostrophe> <U>		: "\332"	Uacute
+-<Multi_key> <apostrophe> <apostrophe> <U>	: "\333"	Udoubleacute
+-<Multi_key> <acute> <acute> <U>		: "\333"	Udoubleacute
+-<Multi_key> <U> <quotedbl>		: "\334"	Udiaeresis
+-<Multi_key> <quotedbl> <U>		: "\334"	Udiaeresis
+-<Multi_key> <Y> <acute>			: "\335"	Yacute
+-<Multi_key> <acute> <Y>			: "\335"	Yacute
+-<Multi_key> <Y> <apostrophe>		: "\335"	Yacute
+-<Multi_key> <apostrophe> <Y>		: "\335"	Yacute
+-<Multi_key> <T> <comma>			: "\336"	Tcedilla
+-<Multi_key> <comma> <T>			: "\336"	Tcedilla
+-<Multi_key> <T> <cedilla>		: "\336"	Tcedilla
+-<Multi_key> <cedilla> <T>		: "\336"	Tcedilla
+-<Multi_key> <s> <s>			: "\337"	ssharp
+-<Multi_key> <r> <acute>			: "\340"	racute
+-<Multi_key> <acute> <r>			: "\340"	racute
+-<Multi_key> <r> <apostrophe>		: "\340"	racute
+-<Multi_key> <apostrophe> <r>		: "\340"	racute
+-<Multi_key> <a> <acute>			: "\341"	aacute
+-<Multi_key> <acute> <a>			: "\341"	aacute
+-<Multi_key> <a> <apostrophe>		: "\341"	aacute
+-<Multi_key> <apostrophe> <a>		: "\341"	aacute
+-<Multi_key> <a> <asciicircum>		: "\342"	acircumflex
+-<Multi_key> <asciicircum> <a>		: "\342"	acircumflex
+-<Multi_key> <a> <greater>		: "\342"	acircumflex
+-<Multi_key> <greater> <a>		: "\342"	acircumflex
+-<Multi_key> <a> <U>			: "\343"	abreve
+-<Multi_key> <a> <breve>			: "\343"	abreve
+-<Multi_key> <breve> <a>			: "\343"	abreve
+-<Multi_key> <a> <quotedbl>		: "\344"	adiaeresis
+-<Multi_key> <quotedbl> <a>		: "\344"	adiaeresis
+-<Multi_key> <l> <acute>			: "\345"	lacute
+-<Multi_key> <acute> <l>			: "\345"	lacute
+-<Multi_key> <l> <apostrophe>		: "\345"	lacute
+-<Multi_key> <apostrophe> <l>		: "\345"	lacute
+-<Multi_key> <c> <acute>			: "\346"	cacute
+-<Multi_key> <acute> <c>			: "\346"	cacute
+-<Multi_key> <c> <apostrophe>		: "\346"	cacute
+-<Multi_key> <apostrophe> <c>		: "\346"	cacute
+-<Multi_key> <c> <comma>			: "\347"	ccedilla
+-<Multi_key> <comma> <c>			: "\347"	ccedilla
+-<Multi_key> <c> <cedilla>		: "\347"	ccedilla
+-<Multi_key> <cedilla> <c>		: "\347"	ccedilla
+-<Multi_key> <c> <less>			: "\350"	ccaron
+-<Multi_key> <less> <c>			: "\350"	ccaron
+-<Multi_key> <c> <caron>			: "\350"	ccaron
+-<Multi_key> <caron> <c>			: "\350"	ccaron
+-<Multi_key> <e> <acute>			: "\351"	eacute
+-<Multi_key> <acute> <e>			: "\351"	eacute
+-<Multi_key> <e> <apostrophe>		: "\351"	eacute
+-<Multi_key> <apostrophe> <e>		: "\351"	eacute
+-<Multi_key> <e> <comma>			: "\352"	eogonek
+-<Multi_key> <comma> <e>			: "\352"	eogonek
+-<Multi_key> <e> <ogonek>		: "\352"	eogonek
+-<Multi_key> <ogonek> <e>		: "\352"	eogonek
+-<Multi_key> <e> <quotedbl>		: "\353"	ediaeresis
+-<Multi_key> <quotedbl> <e>		: "\353"	ediaeresis
+-<Multi_key> <e> <less>			: "\354"	ecaron
+-<Multi_key> <less> <e>			: "\354"	ecaron
+-<Multi_key> <e> <caron>			: "\354"	ecaron
+-<Multi_key> <caron> <e>			: "\354"	ecaron
+-<Multi_key> <i> <acute>			: "\355"	iacute
+-<Multi_key> <acute> <i>			: "\355"	iacute
+-<Multi_key> <i> <apostrophe>		: "\355"	iacute
+-<Multi_key> <apostrophe> <i>		: "\355"	iacute
+-<Multi_key> <i> <asciicircum>		: "\356"	icircumflex
+-<Multi_key> <asciicircum> <i>		: "\356"	icircumflex
+-<Multi_key> <i> <greater>		: "\356"	icircumflex
+-<Multi_key> <greater> <i>		: "\356"	icircumflex
+-<Multi_key> <d> <less>			: "\357"	dcaron
+-<Multi_key> <less> <d>			: "\357"	dcaron
+-<Multi_key> <d> <caron>			: "\357"	dcaron
+-<Multi_key> <caron> <d>			: "\357"	dcaron
+-<Multi_key> <d> <minus>			: "\360"	dstroke
+-<Multi_key> <minus> <d>			: "\360"	dstroke
+-<Multi_key> <n> <acute>			: "\361"	nacute
+-<Multi_key> <acute> <n>			: "\361"	nacute
+-<Multi_key> <n> <apostrophe>		: "\361"	nacute
+-<Multi_key> <apostrophe> <n>		: "\361"	nacute
+-<Multi_key> <n> <less>			: "\362"	ncaron
+-<Multi_key> <less> <n>			: "\362"	ncaron
+-<Multi_key> <n> <caron>			: "\362"	ncaron
+-<Multi_key> <caron> <n>			: "\362"	ncaron
+-<Multi_key> <o> <acute>			: "\363"	oacute
+-<Multi_key> <acute> <o>			: "\363"	oacute
+-<Multi_key> <o> <apostrophe>		: "\363"	oacute
+-<Multi_key> <apostrophe> <o>		: "\363"	oacute
+-<Multi_key> <o> <asciicircum>		: "\364"	ocircumflex
+-<Multi_key> <asciicircum> <o>		: "\364"	ocircumflex
+-<Multi_key> <o> <greater>		: "\364"	ocircumflex
+-<Multi_key> <greater> <o>		: "\364"	ocircumflex
+-<Multi_key> <apostrophe> <apostrophe> <o>	: "\365"	odoubleacute
+-<Multi_key> <acute> <acute> <o>		: "\365"	odoubleacute
+-<Multi_key> <o> <quotedbl>		: "\366"	odiaeresis
+-<Multi_key> <quotedbl> <o>		: "\366"	odiaeresis
+-<Multi_key> <minus> <colon>		: "\367"	division
+-<Multi_key> <colon> <minus>		: "\367"	division
+-<Multi_key> <r> <less>			: "\370"	rcaron
+-<Multi_key> <less> <r>			: "\370"	rcaron
+-<Multi_key> <r> <caron>			: "\370"	rcaron
+-<Multi_key> <caron> <r>			: "\370"	rcaron
+-<Multi_key> <u> <asterisk>		: "\371"	uring
+-<Multi_key> <asterisk> <u>		: "\371"	uring
+-<Multi_key> <u> <acute>			: "\372"	uacute
+-<Multi_key> <acute> <u>			: "\372"	uacute
+-<Multi_key> <u> <apostrophe>		: "\372"	uacute
+-<Multi_key> <apostrophe> <u>		: "\372"	uacute
+-<Multi_key> <apostrophe> <apostrophe> <u>	: "\373"	udoubleacute
+-<Multi_key> <acute> <acute> <u>		: "\373"	udoubleacute
+-<Multi_key> <u> <quotedbl>		: "\374"	udiaeresis
+-<Multi_key> <quotedbl> <u>		: "\374"	udiaeresis
+-<Multi_key> <y> <acute>			: "\375"	yacute
+-<Multi_key> <acute> <y>			: "\375"	yacute
+-<Multi_key> <y> <apostrophe>		: "\375"	yacute
+-<Multi_key> <apostrophe> <y>		: "\375"	yacute
+-<Multi_key> <t> <comma>			: "\376"	tcedilla
+-<Multi_key> <comma> <t>			: "\376"	tcedilla
+-<Multi_key> <t> <cedilla>		: "\376"	tcedilla
+-<Multi_key> <cedilla> <t>		: "\376"	tcedilla
+-<Multi_key> <period> <period>		: "\377"	abovedot
+-<dead_acute> <A>			: "\301"	Aacute
+-<dead_acute> <C>			: "\306"	Cacute
+-<dead_acute> <E>			: "\311"	Eacute
+-<dead_acute> <I>			: "\315"	Iacute
+-<dead_acute> <L>			: "\305"	Lacute
+-<dead_acute> <N>			: "\321"	Nacute
+-<dead_acute> <O>			: "\323"	Oacute
+-<dead_acute> <R>			: "\300"	Racute
+-<dead_acute> <S>			: "\246"	Sacute
+-<dead_acute> <U>			: "\332"	Uacute
+-<dead_acute> <Y>			: "\335"	Yacute
+-<dead_acute> <Z>			: "\254"	Zacute
+-<dead_acute> <a>			: "\341"	aacute
+-<dead_acute> <c>			: "\346"	cacute
+-<dead_acute> <e>			: "\351"	eacute
+-<dead_acute> <i>			: "\355"	iacute
+-<dead_acute> <l>			: "\345"	lacute
+-<dead_acute> <n>			: "\361"	nacute
+-<dead_acute> <o>			: "\363"	oacute
+-<dead_acute> <r>			: "\340"	racute
+-<dead_acute> <s>			: "\266"	sacute
+-<dead_acute> <u>			: "\372"	uacute
+-<dead_acute> <y>			: "\375"	yacute
+-<dead_acute> <z>			: "\274"	zacute
+-<dead_breve> <A>			: "\303"	Abreve
+-<dead_breve> <a>			: "\343"	abreve
+-<dead_diaeresis> <A>			: "\304"	Adiaeresis
+-<dead_diaeresis> <E>			: "\313"	Ediaeresis
+-<dead_diaeresis> <O>			: "\326"	Odiaeresis
+-<dead_diaeresis> <U>			: "\334"	Udiaeresis
+-<dead_diaeresis> <a>			: "\344"	adiaeresis
+-<dead_diaeresis> <e>			: "\353"	ediaeresis
+-<dead_diaeresis> <o>			: "\366"	odiaeresis
+-<dead_diaeresis> <u>			: "\374"	udiaeresis
+-<dead_abovering> <U>			: "\331"	Uring
+-<dead_abovering> <u>			: "\371"	uring
+-<dead_doubleacute> <O>			: "\325"	Odoubleacute
+-<dead_doubleacute> <U>			: "\333"	Udoubleacute
+-<dead_doubleacute> <o>			: "\365"	odoubleacute
+-<dead_doubleacute> <u>			: "\373"	udoubleacute
+-<dead_caron> <C>			: "\310"	Ccaron
+-<dead_caron> <D>			: "\317"	Dcaron
+-<dead_caron> <E>			: "\314"	Ecaron
+-<dead_caron> <L>			: "\245"	Lcaron
+-<dead_caron> <N>			: "\322"	Ncaron
+-<dead_caron> <R>			: "\330"	Rcaron
+-<dead_caron> <S>			: "\251"	Scaron
+-<dead_caron> <T>			: "\253"	Tcaron
+-<dead_caron> <Z>			: "\256"	Zcaron
+-<dead_caron> <c>			: "\350"	ccaron
+-<dead_caron> <d>			: "\357"	dcaron
+-<dead_caron> <e>			: "\354"	ecaron
+-<dead_caron> <l>			: "\265"	lcaron
+-<dead_caron> <n>			: "\362"	ncaron
+-<dead_caron> <r>			: "\370"	rcaron
+-<dead_caron> <s>			: "\271"	scaron
+-<dead_caron> <t>			: "\273"	tcaron
+-<dead_caron> <z>			: "\276"	zcaron
+-<dead_cedilla> <S>			: "\252"	Scedilla
++
++XCOMM StartComposeMap <Multi_key> 
++XCOMM Czech keys
++<ecaron>				: "\354"	ecaron	                       
++<scaron>				: "\271"	scaron	               
++<ccaron>				: "\350"	ccaron	               
++<rcaron>				: "\370"	rcaron		        
++<zcaron>				: "\276"	zcaron	                
++<yacute>				: "\375"	yacute	                
++<aacute>				: "\341"	aacute	                
++<iacute>				: "\355"	iacute	                
++<eacute>				: "\351"	eacute	                
++<uacute>				: "\372"	uacute	                
++<uring>					: "\371"	uring	                
++<section>				: "\247"	section	                          
++<ssharp>				: "\337"	ssharp
++
++XCOMM Polish
++<zabovedot>				: "\277"	zabovedot	
++<Zabovedot>				: "\257"	Zabovedot
++<ogonek>				: "\262"	ogonek
++<oacute>				: "\363"	oacute
++<zacute>				: "\274"	zacute
++<lstroke>				: "\263"	lstroke
++<Lstroke>				: "\243"	Lstroke
++<aogonek>				: "\261"	aogonek
++<eogonek>				: "\352"	eogonek
++<currency>				: "\244"	currency
++<sacute>				: "\266"	sacute
++<nacute>				: "\361"	nacute
++<cacute>				: "\346"	cacute
++<degree>				: "\260"	degree
++
++XCOMM Hungarian
++<Odiaeresis>				: "\326"	Odiaeresis
++<Udiaeresis>				: "\334"	Udiaeresis
++<odiaeresis> 		                : "\366"        odiaeresis
++<udiaeresis>  		                : "\374"        udiaeresis
++<Oacute> 				: "\323"	Oacute
++<odoubleacute>				: "\365"	odoubleacute
++<Odoubleacute>				: "\325"	Odoubleacute
++<Uacute>				: "\332"	Uacute
++<Eacute>				: "\311"	Eacute
++<Aacute>				: "\301"	Aacute
++<adiaeresis>				: "\344"	adiaeresis
++<Adiaeresis>  		                : "\304"        Adiaeresis
++<udoubleacute>				: "\373"	udoubleacute
++<Udoubleacute>				: "\333"	Udoubleacute
++<Iacute>				: "\315"	Iacute
++
++
++	                              
++<Multi_key> <space> <space>  		: "\240"	nobreakspace
++<Multi_key> <space> <breve>  		: "\242"	breve
++<Multi_key> <space> <degree>  		: "\260"      	degree
++<Multi_key> <space> <ogonek>  		: "\262"	ogonek
++<Multi_key> <space> <caron>  		: "\267"  	caron
++<Multi_key> <space> <doubleacute> 	: "\275"  	doubleacute
++
++<Multi_key> <diaeresis> <A>		: "\304"  	Adiaeresis
++<Multi_key> <A> <diaeresis> 		: "\304"  	Adiaeresis
++<Multi_key> <diaeresis> <E>		: "\313" 	Ediaeresis
++<Multi_key> <E> <diaeresis> 		: "\313" 	Ediaeresis
++<Multi_key> <diaeresis> <O>		: "\326"  	Odiaeresis
++<Multi_key> <O> <diaeresis> 		: "\326"  	Odiaeresis
++<Multi_key> <diaeresis> <U>		: "\334"  	Udiaeresis
++<Multi_key> <U> <diaeresis> 		: "\334"  	Udiaeresis
++<Multi_key> <diaeresis> <a>		: "\344"  	adiaeresis
++<Multi_key> <a> <diaeresis> 		: "\344"  	adiaeresis
++<Multi_key> <diaeresis> <e>		: "\353"  	ediaeresis
++<Multi_key> <e> <diaeresis> 		: "\353"  	ediaeresis
++<Multi_key> <diaeresis> <o>		: "\366"  	odiaeresis
++<Multi_key> <o> <diaeresis> 		: "\366"  	odiaeresis
++<Multi_key> <diaeresis> <u>		: "\374"  	udiaeresis
++<Multi_key> <u> <diaeresis> 		: "\374"  	udiaeresis
++<Multi_key> <quotedbl> <A>		: "\304"  	Adiaeresis
++<Multi_key> <A> <quotedbl> 		: "\304"  	Adiaeresis
++<Multi_key> <quotedbl> <E>		: "\313" 	Ediaeresis
++<Multi_key> <E> <quotedbl> 		: "\313" 	Ediaeresis
++<Multi_key> <quotedbl> <O>		: "\326"  	Odiaeresis
++<Multi_key> <O> <quotedbl> 		: "\326"  	Odiaeresis
++<Multi_key> <quotedbl> <U>		: "\334"  	Udiaeresis
++<Multi_key> <U> <quotedbl> 		: "\334"  	Udiaeresis
++<Multi_key> <quotedbl> <a>		: "\344"  	adiaeresis
++<Multi_key> <a> <quotedbl> 		: "\344"  	adiaeresis
++<Multi_key> <quotedbl> <e>		: "\353"  	ediaeresis
++<Multi_key> <e> <quotedbl> 		: "\353"  	ediaeresis
++<Multi_key> <quotedbl> <o>		: "\366"  	odiaeresis
++<Multi_key> <o> <quotedbl> 		: "\366"  	odiaeresis
++<Multi_key> <quotedbl> <u>		: "\374"  	udiaeresis
++<Multi_key> <u> <quotedbl> 		: "\374"  	udiaeresis
++
++<Multi_key> <quoteright> <A>			: "\301" 	Aacute
++<Multi_key> <A> <quoteright> 		: "\301" 	Aacute
++<Multi_key> <quoteright> <C>			: "\306"  	Cacute
++<Multi_key> <C> <quoteright> 		: "\306"  	Cacute
++<Multi_key> <quoteright> <E>			: "\311"  	Eacute
++<Multi_key> <E>	<quoteright> 		: "\311"  	Eacute
++<Multi_key> <quoteright> <I>			: "\315"  	Iacute
++<Multi_key> <I>	<quoteright> 		: "\315"  	Iacute
++<Multi_key> <quoteright> <L>			: "\305"  	Lacute
++<Multi_key> <L>	<quoteright> 		: "\305"  	Lacute
++<Multi_key> <quoteright> <N>			: "\321"  	Nacute
++<Multi_key> <N>	<quoteright> 		: "\321"  	Nacute
++<Multi_key> <quoteright> <O>			: "\323"  	Oacute
++<Multi_key> <O>	<quoteright> 		: "\323"  	Oacute
++<Multi_key> <quoteright> <R>			: "\300"  	Racute
++<Multi_key> <R>	<quoteright> 		: "\300"  	Racute
++<Multi_key> <quoteright> <S>			: "\246"  	Sacute
++<Multi_key> <S>	<quoteright> 		: "\246"  	Sacute
++<Multi_key> <quoteright> <U>			: "\332"  	Uacute
++<Multi_key> <U>	<quoteright> 		: "\332"  	Uacute
++<Multi_key> <quoteright> <Y>			: "\335"  	Yacute
++<Multi_key> <Y>	<quoteright> 		: "\335"  	Yacute
++<Multi_key> <quoteright> <Z>			: "\254"  	Zacute
++<Multi_key> <Z>	<quoteright> 		: "\254"  	Zacute
++<Multi_key> <quoteright> <a>			: "\341"  	aacute
++<Multi_key> <a>	<quoteright> 		: "\341"  	aacute
++<Multi_key> <quoteright> <c>			: "\346"  	cacute
++<Multi_key> <c>	<quoteright> 		: "\346"  	cacute
++<Multi_key> <quoteright> <e>			: "\351"  	eacute
++<Multi_key> <e>	<quoteright> 		: "\351"  	eacute
++<Multi_key> <quoteright> <i>			: "\355"  	iacute
++<Multi_key> <i>	<quoteright> 		: "\355"  	iacute
++<Multi_key> <quoteright> <l>			: "\345"  	lacute
++<Multi_key> <l>	<quoteright> 		: "\345"  	lacute
++<Multi_key> <quoteright> <n>			: "\361"  	nacute
++<Multi_key> <n>	<quoteright> 		: "\361"  	nacute
++<Multi_key> <quoteright> <o>			: "\363"  	oacute
++<Multi_key> <o>	<quoteright> 		: "\363"  	oacute
++<Multi_key> <quoteright> <r>			: "\340"  	racute
++<Multi_key> <r>	<quoteright> 		: "\340"  	racute
++<Multi_key> <quoteright> <s>			: "\266"  	sacute
++<Multi_key> <s>	<quoteright> 		: "\266"  	sacute
++<Multi_key> <quoteright> <u>			: "\372"  	uacute
++<Multi_key> <u>	<quoteright> 		: "\372"  	uacute
++<Multi_key> <quoteright> <y>			: "\375"  	yacute
++<Multi_key> <y>	<quoteright> 		: "\375"  	yacute
++<Multi_key> <quoteright> <z>			: "\274"  	zacute
++<Multi_key> <z>	<quoteright> 		: "\274"  	zacute
++<Multi_key> <0> <asciicircum>		: "\260"	degree
++<Multi_key> <asciicircum> <0>		: "\260"	degree
++<Multi_key> <comma> <C>			: "\307"  	Ccedilla
++<Multi_key> <C>	<comma> 		: "\307"  	Ccedilla
++<Multi_key> <comma> <S>			: "\252"  	Scedilla
++<Multi_key> <S>	<comma> 		: "\252"  	Scedilla
++<Multi_key> <comma> <T>			: "\336"  	Tcedilla
++<Multi_key> <T>	<comma> 		: "\336"  	Tcedilla
++<Multi_key> <comma> <c>			: "\347"  	ccedilla
++<Multi_key> <c>	<comma> 		: "\347"  	ccedilla
++<Multi_key> <comma> <s>			: "\272"  	scedilla
++<Multi_key> <s>	<comma> 		: "\272"  	scedilla
++<Multi_key> <comma> <t>			: "\376"  	tcedilla
++<Multi_key> <t>	<comma> 		: "\376"  	tcedilla
+ <dead_cedilla> <C>			: "\307"	Ccedilla
+-<dead_cedilla> <T>			: "\336"	Tcedilla
+-<dead_cedilla> <c>			: "\347"	ccedilla
+-<dead_cedilla> <s>			: "\272"	scedilla
+-<dead_cedilla> <t>			: "\376"	tcedilla
+-XCOMM those are for ease of use
+-<dead_abovedot> <U>			: "\331"	Uring
+-<dead_abovedot> <u>			: "\371"	uring
+-<dead_caron> <U>			: "\331"	Uring
+-<dead_caron> <u>			: "\371"	uring
+-XCOMM traditional sequences
+-<Multi_key> <O> <E>			: "\274"	OE
+-<Multi_key> <o> <e>			: "\275"	oe
+-<dead_abovering> <A>			: "\305"        Aring
+-<dead_abovering> <a>                    : "\345"        aring
+-<dead_abovering> <dead_abovering>       : "\260"	degree
+-<dead_abovering> <degree>               : "\260"	degree
+-<dead_abovering> <space>                : "\260"	degree
+-<dead_abovering> <nobreakspace>         : "\260"	degree
+-<dead_tilde> <I>                        : "\245"        Itilde
+-<dead_tilde> <i>                        : "\265"        itilde
+-<dead_tilde> <A>                        : "\303"        Atilde
+-<dead_tilde> <O>                        : "\325"        Otilde
+-<dead_tilde> <U>                        : "\335"        Utilde
+-<dead_tilde> <a>                        : "\343"        atilde
+-<dead_tilde> <o>                        : "\365"        otilde
+-<dead_tilde> <u>                        : "\375"        utilde
+-<dead_tilde> <N>			: "\321"	Ntilde
+-<dead_tilde> <n>			: "\361"	ntilde
+-<dead_tilde> <dead_tilde>               : "~"           asciitilde
+-<dead_tilde> <asciitilde>               : "~"           asciitilde
+-<dead_tilde> <space>                    : "~"           asciitilde
+-<dead_tilde> <nobreakspace>             : "~"           asciitilde
+-<dead_caron> <caron>                    : "\267"        caron
+-<dead_caron> <dead_caron>               : "\267"        caron
+-<dead_caron> <space>                    : "\267"        caron
+-<dead_caron> <nobreakspace>             : "\267"        caron
+-<dead_circumflex> <A>                   : "\302"        Acircumflex
+-<dead_circumflex> <I>                   : "\316"        Icircumflex
+-<dead_circumflex> <O>                   : "\324"        Ocircumflex
+-<dead_circumflex> <U>                   : "\333"        Ucircumflex
+-<dead_circumflex> <a>                   : "\342"        acircumflex
+-<dead_circumflex> <i>                   : "\356"        icircumflex
+-<dead_circumflex> <o>                   : "\364"        ocircumflex
+-<dead_circumflex> <u>                   : "\373"        ucircumflex      
+-<dead_circumflex> <dead_circumflex>	: "\136"	asciicircum
+-<dead_circumflex> <asciicircum>		: "\136"	asciicircum
+-<dead_circumflex> <space>		: "\136"	asciicircum
+-<dead_circumflex> <nobreakspace>	: "\136"	asciicircum
+-<dead_breve> <G>                        : "\253"        Gbreve
+-<dead_breve> <g>                        : "\273"        gbreve
+-<dead_breve> <U>                        : "\335"        Ubreve
+-<dead_breve> <u>                        : "\375"        ubreve
+-<dead_breve> <dead_breve>		: "\242"	breve
+-<dead_breve> <breve>			: "\242"	breve
+-<dead_breve> <space>			: "\242"	breve
+-<dead_breve> <nobreakspace>		: "\242"	breve
+-<dead_ogonek> <A>                       : "\241"        Aogonek
+-<dead_ogonek> <I>                       : "\307"        Iogonek
+-<dead_ogonek> <E>                       : "\312"        Eogonek
+-<dead_ogonek> <U>                       : "\331"        Uogonek
+-<dead_ogonek> <a>                       : "\261"        aogonek
+-<dead_ogonek> <i>                       : "\347"        iogonek
+-<dead_ogonek> <e>                       : "\352"        eogonek
+-<dead_ogonek> <u>                       : "\371"        uogonek          
+-<dead_ogonek> <dead_ogonek>		: "\662"	ogonek
+-<dead_ogonek> <ogonek>			: "\662"	ogonek
+-<dead_ogonek> <space>			: "\662"	ogonek
+-<dead_ogonek> <nobreakspace>		: "\662"	ogonek
+-<dead_grave> <A>			: "\300"	Agrave
+-<dead_grave> <a>			: "\340"	agrave
+-<dead_grave> <E>			: "\310"	Egrave
+-<dead_grave> <e>			: "\350"	egrave
+-<dead_grave> <I>			: "\314"	Igrave
+-<dead_grave> <i>			: "\354"	igrave
+-<dead_grave> <O>			: "\322"	Ograve
+-<dead_grave> <o>			: "\362"	ograve
+-<dead_grave> <U>			: "\331"	Ugrave
+-<dead_grave> <u>			: "\371"	ugrave
+-<dead_grave> <dead_grave>		: "`"		grave
+-<dead_grave> <grave>			: "`"		grave
+-<dead_grave> <space>			: "`"		grave
+-<dead_grave> <nobreakspace>		: "`"		grave
+-<dead_abovedot> <C>			: "\305"	Cabovedot
+-<dead_abovedot> <c>			: "\345"	cabovedot
+-<dead_abovedot> <I>			: "\251"	Iabovedot
+-<dead_abovedot> <i>			: "\271"	idotless
+-<dead_abovedot> <Z>			: "\257"	Zabovedot
+-<dead_abovedot> <z>			: "\277"	zabovedot
+-<dead_abovedot> <E> 			: "\314"	Eabovedot
+-<dead_abovedot> <e>			: "\354"	eabovedot
+-<dead_abovedot> <dead_abovedot>		: "\377" 	abovedot
+-<dead_abovedot> <abovedot>		: "\377"	abovedot
+-<dead_abovedot> <space>			: "\377" 	abovedot
+-<dead_abovedot> <nobreakspace>		: "\377" 	abovedot
+-<dead_acute> <dead_acute>		: "\264"	acute
+-<dead_acute> <acute>			: "\264"	acute
+-<dead_acute> <space>			: "\264"	acute
+-<dead_acute> <nobreakspace>		: "\264"	acute
+-<dead_doubleacute> <dead_doubleacute>	: "\675"	doubleacute
+-<dead_doubleacute> <doubleacute>	: "\675"	doubleacute
+-<dead_doubleacute> <space>		: "\675"	doubleacute
+-<dead_doubleacute> <nobreakspace>	: "\675"	doubleacute
+-<dead_diaeresis> <I>			: "\317"	Idiaeresis
+-<dead_diaeresis> <i>			: "\357"	idiaeresis
+-<dead_diaeresis> <y>			: "\377"	ydiaeresis
+-<dead_diaeresis> <dead_diaeresis>	: "\250"	diaeresis
+-<dead_diaeresis> <diaeresis>		: "\250"	diaeresis
+-<dead_diaeresis> <space>		: "\250"	diaeresis
+-<dead_diaeresis> <nobreakspace>		: "\250"	diaeresis
+-<dead_cedilla> <dead_cedilla>		: "\270"	cedilla
+-<dead_cedilla> <cedilla>		: "\270"	cedilla
+-<dead_cedilla> <space>			: "\270"	cedilla
+-<dead_cedilla> <nobreakspace>		: "\270"	cedilla
+-<dead_macron> <dead_macron>		: "\257"	macron
+-<dead_macron> <macron>			: "\257"	macron
+-<dead_macron> <space>			: "\257"	macron
+-<dead_macron> <nobreakspace>		: "\257"	macron
+-XCOMM End of Sequence Definition
++<dead_cedilla> <S>                      : "\252"        Scedilla
++<dead_cedilla> <T>                      : "\336"        Tcedilla
++<dead_cedilla> <c>                      : "\347"        ccedilla
++<dead_cedilla> <s>                      : "\272"        scedilla
++<dead_cedilla> <t>                      : "\376"        tcedilla
++
++<Multi_key> <period> <period>           : "\377"         dotaccent
++
++
++<Multi_key> <minus> <minus>		: "\255"  	hyphen
++<Multi_key> <minus> <colon>		: "\367"  	division
++<division>				: "\367"	division
++<multiply>				: "\327"	multiply
++
++<Multi_key> <minus> <D>			: "\320"  	Dstroke
++<Multi_key> <minus> <d>			: "\360"  	dstroke
++
++<Multi_key> <0> <x>			: "\244"  	currency
++
++<Multi_key> <asciicircum> <A>		: "\302"  	Acircumflex
++<Multi_key> <A> <asciicircum> 		: "\302"  	Acircumflex
++<Multi_key> <asciicircum> <I>		: "\316"  	Icircumflex
++<Multi_key> <I> <asciicircum> 		: "\316"  	Icircumflex
++<Multi_key> <asciicircum> <O>           : "\324"        Ocircumflex
++<Multi_key> <O> <asciicircum>           : "\324"        Ocircumflex
++<Multi_key> <asciicircum> <a>		: "\342"  	acircumflex
++<Multi_key> <a> <asciicircum> 		: "\342"  	acircumflex
++<Multi_key> <asciicircum> <i>		: "\356"  	icircumflex
++<Multi_key> <i> <asciicircum> 		: "\356"  	icircumflex
++<Multi_key> <asciicircum> <o>		: "\364"  	ocircumflex
++<Multi_key> <o> <asciicircum> 		: "\364"  	ocircumflex
++<dead_circumflex> <A>			: "\302"	Acircumflex
++<dead_circumflex> <I>			: "\316"	Icircumflex
++<dead_circumflex> <O>			: "\324"	Ocircumflex
++<dead_circumflex> <a>			: "\342"	acircumflex
++<dead_circumflex> <i>			: "\356"	icircumflex
++<dead_circumflex> <o>			: "\364"	ocircumflex
++
++
++<Multi_key> <caron> <C>			: "\310"  	Ccaron
++<Multi_key> <C>	<caron> 		: "\310"  	Ccaron
++<Multi_key> <caron> <D>			: "\317"  	Dcaron
++<Multi_key> <D>	<caron> 		: "\317"  	Dcaron
++<Multi_key> <caron> <E>			: "\314"  	Ecaron
++<Multi_key> <E>	<caron> 		: "\314"  	Ecaron
++<Multi_key> <caron> <L>			: "\245"  	Lcaron
++<Multi_key> <L>	<caron> 		: "\245"  	Lcaron
++<Multi_key> <caron> <N>           	: "\322" 	Ncaron
++<Multi_key> <N> <caron>           	: "\322" 	Ncaron
++<Multi_key> <caron> <R>			: "\330"  	Rcaron
++<Multi_key> <R>	<caron> 		: "\330"  	Rcaron
++<Multi_key> <caron> <S>			: "\251"  	Scaron
++<Multi_key> <S>	<caron> 		: "\251"  	Scaron
++<Multi_key> <caron> <T>			: "\253"  	Tcaron
++<Multi_key> <T>	<caron> 		: "\253"  	Tcaron
++<Multi_key> <caron> <U>			: "\331"  	Uring
++<Multi_key> <U>	<caron> 		: "\331"  	Uring
++<Multi_key> <caron> <Z>			: "\256"  	Zcaron
++<Multi_key> <Z>	<caron> 		: "\256"  	Zcaron
++<Multi_key> <caron> <c>			: "\350"  	ccaron
++<Multi_key> <c>	<caron> 		: "\350"  	ccaron
++<Multi_key> <caron> <d>			: "\357"  	dcaron
++<Multi_key> <d>	<caron> 		: "\357"  	dcaron
++<Multi_key> <caron> <e>			: "\354"  	ecaron
++<Multi_key> <e>	<caron> 		: "\354"  	ecaron
++<Multi_key> <caron> <l>			: "\265"  	lcaron
++<Multi_key> <l>	<caron> 		: "\265"  	lcaron
++<Multi_key> <caron> <n>			: "\362"  	ncaron
++<Multi_key> <n>	<caron> 		: "\362"  	ncaron
++<Multi_key> <caron> <r>			: "\370"  	rcaron
++<Multi_key> <r>	<caron> 		: "\370"  	rcaron
++<Multi_key> <caron> <s>			: "\271"  	scaron
++<Multi_key> <s>	<caron> 		: "\271"  	scaron
++<Multi_key> <caron> <t>			: "\273"  	tcaron
++<Multi_key> <t>	<caron> 		: "\273"  	tcaron
++<Multi_key> <caron> <u>			: "\371"  	uring
++<Multi_key> <u>	<caron> 		: "\371"  	uring
++<Multi_key> <caron> <z>			: "\276"  	zcaron
++<Multi_key> <z>	<caron> 		: "\276"  	zcaron
++<Multi_key> <v> <C>			: "\310"  	Ccaron
++<Multi_key> <C> <v> 			: "\310"  	Ccaron
++<Multi_key> <v> <D>			: "\317"  	Dcaron
++<Multi_key> <D> <v> 			: "\317"  	Dcaron
++<Multi_key> <v> <E>			: "\314"  	Ecaron
++<Multi_key> <E> <v> 			: "\314"  	Ecaron
++<Multi_key> <v> <L>			: "\245"  	Lcaron
++<Multi_key> <L> <v> 			: "\245"  	Lcaron
++<Multi_key> <v> <N>           		: "\322" 	Ncaron
++<Multi_key> <N> <v>           		: "\322" 	Ncaron
++<Multi_key> <v> <R>			: "\330"  	Rcaron
++<Multi_key> <R> <v> 			: "\330"  	Rcaron
++<Multi_key> <v> <S>			: "\251"  	Scaron
++<Multi_key> <S> <v> 			: "\251"  	Scaron
++<Multi_key> <v> <T>			: "\253"  	Tcaron
++<Multi_key> <T> <v> 			: "\253"  	Tcaron
++<Multi_key> <v> <U>			: "\331"  	Uring
++<Multi_key> <U> <v> 			: "\331"  	Uring
++<Multi_key> <v> <Z>			: "\256"  	Zcaron
++<Multi_key> <Z> <v> 			: "\256"  	Zcaron
++<Multi_key> <v> <c>			: "\350"  	ccaron
++<Multi_key> <c> <v> 			: "\350"  	ccaron
++<Multi_key> <v> <d>			: "\357"  	dcaron
++<Multi_key> <d> <v> 			: "\357"  	dcaron
++<Multi_key> <v> <e>			: "\354"  	ecaron
++<Multi_key> <e> <v> 			: "\354"  	ecaron
++<Multi_key> <v> <l>			: "\265"  	lcaron
++<Multi_key> <l> <v> 			: "\265"  	lcaron
++<Multi_key> <v> <n>			: "\362"  	ncaron
++<Multi_key> <n> <v> 			: "\362"  	ncaron
++<Multi_key> <v> <r>			: "\370"  	rcaron
++<Multi_key> <r> <v> 			: "\370"  	rcaron
++<Multi_key> <v> <s>			: "\271"  	scaron
++<Multi_key> <s> <v> 			: "\271"  	scaron
++<Multi_key> <v> <t>			: "\273"  	tcaron
++<Multi_key> <t> <v> 			: "\273"  	tcaron
++<Multi_key> <v> <u>			: "\371"  	uring
++<Multi_key> <u> <v> 			: "\371"  	uring
++<Multi_key> <v> <z>			: "\276"  	zcaron
++<Multi_key> <z> <v> 			: "\276"  	zcaron
++<dead_caron> <C>			: "\310"        Ccaron
++<dead_caron> <D>                        : "\317"        Dcaron
++<dead_caron> <E>                        : "\314"        Ecaron
++<dead_caron> <L>                        : "\245"        Lcaron
++<dead_caron> <N>                        : "\322"        Ncaron
++<dead_caron> <R>                        : "\330"        Rcaron
++<dead_caron> <S>                        : "\251"        Scaron
++<dead_caron> <T>                        : "\253"        Tcaron
++<dead_caron> <Z>                        : "\256"        Zcaron
++<dead_caron> <c>                        : "\350"        ccaron
++<dead_caron> <d>                        : "\357"        dcaron
++<dead_caron> <e>                        : "\354"        ecaron
++<dead_caron> <l>                        : "\265"        lcaron
++<dead_caron> <n>                        : "\362"        ncaron
++<dead_caron> <r>                        : "\370"        rcaron
++<dead_caron> <s>                        : "\271"        scaron
++<dead_caron> <t>                        : "\273"        tcaron
++<dead_caron> <z>                        : "\276"        zcaron
++
++<Multi_key> <breve> <A>			: "\303"  	Abreve
++<Multi_key> <A>	<breve> 		: "\303"  	Abreve
++<Multi_key> <breve> <a>			: "\343"  	abreve
++<Multi_key> <a>	<breve> 		: "\343"  	abreve
++<Multi_key> <u> <A>			: "\303"  	Abreve
++<Multi_key> <A> <u> 			: "\303"  	Abreve
++<Multi_key> <u> <a>			: "\343"  	abreve
++<Multi_key> <a> <u> 			: "\343"  	abreve
++<dead_breve> <A>			: "\303"        Abreve
++<dead_breve> <a>                        : "\343"        abreve 
++
++
++
++<Multi_key> <ogonek> <A>		: "\241"  	Aogonek
++<Multi_key> <A> <ogonek> 		: "\241"  	Aogonek
++<Multi_key> <ogonek> <E>		: "\312"  	Eogonek
++<Multi_key> <E> <ogonek> 		: "\312"  	Eogonek
++<Multi_key> <ogonek> <a> 		: "\261"  	aogonek
++<Multi_key> <a> <ogonek> 		: "\261"  	aogonek
++<Multi_key> <ogonek> <e> 		: "\352"  	eogonek
++<Multi_key> <e> <ogonek> 		: "\352"  	eogonek
++<Multi_key> <a> <A>			: "\241"  	Aogonek
++<Multi_key> <A> <a> 			: "\241"  	Aogonek
++<Multi_key> <a> <E>			: "\312"  	Eogonek
++<Multi_key> <E> <a> 			: "\312"  	Eogonek
++<Multi_key> <a> <a> 			: "\261"  	aogonek
++<Multi_key> <a> <a> 			: "\261"  	aogonek
++<Multi_key> <a> <e> 			: "\352"  	eogonek
++<Multi_key> <e> <a> 			: "\352"  	eogonek
++<dead_ogonek> <A>			: "\241"        Aogonek
++<dead_ogonek> <E>                       : "\312"        Eogonek 
++<dead_ogonek> <a>                       : "\261"        aogonek 
++<dead_ogonek> <e>                       : "\352"        eogonek 
++
++
++
++<Multi_key> <O> <S>			: "\247"        section
++
++<Multi_key> <doubleacute> <O>		: "\325"  	Odoubleacute
++<Multi_key> <O> <doubleacute> 		: "\325"  	Odoubleacute
++<Multi_key> <doubleacute> <U>		: "\333"  	Udoubleacute
++<Multi_key> <U> <doubleacute> 		: "\333"  	Udoubleacute
++<Multi_key> <doubleacute> <o>		: "\365"  	odoubleacute
++<Multi_key> <o> <doubleacute> 		: "\365"  	odoubleacute
++<Multi_key> <doubleacute> <u>		: "\373"  	udoubleacute
++<Multi_key> <u> <doubleacute> 		: "\373"  	udoubleacute
++<Multi_key> <greater> <O>		: "\325"  	Odoubleacute
++<Multi_key> <O> <greater> 		: "\325"  	Odoubleacute
++<Multi_key> <greater> <U>		: "\333"  	Udoubleacute
++<Multi_key> <U> <greater> 		: "\333"  	Udoubleacute
++<Multi_key> <greater> <o>		: "\365"  	odoubleacute
++<Multi_key> <o> <greater> 		: "\365"  	odoubleacute
++<dead_doubleacute> <O>			: "\325"        Odoubleacute
++<dead_doubleacute> <U>                  : "\333"        Udoubleacute 
++<dead_doubleacute> <o>                  : "\365"        odoubleacute 
++<dead_doubleacute> <u>                  : "\373"        udoubleacute 
++
++
++<Multi_key> <period> <U>		: "\331"  	Uring
++<Multi_key> <U> <period> 		: "\331"  	Uring
++<Multi_key> <period> <u>		: "\371"  	uring
++<Multi_key> <u> <period> 		: "\371"  	uring
++<Multi_key> <period> <z>		: "\277"  	zabovedot
++<Multi_key> <z> <period> 		: "\277"  	zabovedot
++<Multi_key> <period> <Z>		: "\257"  	Zabovedot
++<Multi_key> <Z> <period> 		: "\257"  	Zabovedot
++
++
++<Multi_key> <s> <s>			: "\337"  	ssharp
++<Multi_key> <x> <x>			: "\327"  	multiply
++
++Ctrl<T> <space> <space>  		: "\240"	nobreakspace
++Ctrl<T> <space> <breve>  		: "\242"	breve
++Ctrl<T> <space> <degree>  		: "\260"      	degree
++Ctrl<T> <space> <ogonek>  		: "\262"	ogonek
++Ctrl<T> <space> <caron>  		: "\267"  	caron
++Ctrl<T> <space> <doubleacute> 		: "\275"  	doubleacute
++
++Ctrl<T> <diaeresis> <A>			: "\304"  	Adiaeresis
++Ctrl<T> <A> <diaeresis> 		: "\304"  	Adiaeresis
++Ctrl<T> <diaeresis> <E>			: "\313" 	Ediaeresis
++Ctrl<T> <E> <diaeresis> 		: "\313" 	Ediaeresis
++Ctrl<T> <diaeresis> <O>			: "\326"  	Odiaeresis
++Ctrl<T> <O> <diaeresis> 		: "\326"  	Odiaeresis
++Ctrl<T> <diaeresis> <U>			: "\334"  	Udiaeresis
++Ctrl<T> <U> <diaeresis> 		: "\334"  	Udiaeresis
++Ctrl<T> <diaeresis> <a>			: "\344"  	adiaeresis
++Ctrl<T> <a> <diaeresis> 		: "\344"  	adiaeresis
++Ctrl<T> <diaeresis> <e>			: "\353"  	ediaeresis
++Ctrl<T> <e> <diaeresis> 		: "\353"  	ediaeresis
++Ctrl<T> <diaeresis> <o>			: "\366"  	odiaeresis
++Ctrl<T> <o> <diaeresis> 		: "\366"  	odiaeresis
++Ctrl<T> <diaeresis> <u>			: "\374"  	udiaeresis
++Ctrl<T> <u> <diaeresis> 		: "\374"  	udiaeresis
++Ctrl<T> <quotedbl> <A>			: "\304"  	Adiaeresis
++Ctrl<T> <A> <quotedbl> 			: "\304"  	Adiaeresis
++Ctrl<T> <quotedbl> <E>			: "\313" 	Ediaeresis
++Ctrl<T> <E> <quotedbl> 			: "\313" 	Ediaeresis
++Ctrl<T> <quotedbl> <O>			: "\326"  	Odiaeresis
++Ctrl<T> <O> <quotedbl> 			: "\326"  	Odiaeresis
++Ctrl<T> <quotedbl> <U>			: "\334"  	Udiaeresis
++Ctrl<T> <U> <quotedbl> 			: "\334"  	Udiaeresis
++Ctrl<T> <quotedbl> <a>			: "\344"  	adiaeresis
++Ctrl<T> <a> <quotedbl> 			: "\344"  	adiaeresis
++Ctrl<T> <quotedbl> <e>			: "\353"  	ediaeresis
++Ctrl<T> <e> <quotedbl> 			: "\353"  	ediaeresis
++Ctrl<T> <quotedbl> <o>			: "\366"  	odiaeresis
++Ctrl<T> <o> <quotedbl> 			: "\366"  	odiaeresis
++Ctrl<T> <quotedbl> <u>			: "\374"  	udiaeresis
++Ctrl<T> <u> <quotedbl> 			: "\374"  	udiaeresis
++
++Ctrl<T> <quoteright> <A>		: "\301" 	Aacute
++Ctrl<T> <A> <quoteright> 		: "\301" 	Aacute
++Ctrl<T> <quoteright> <C>		: "\306"  	Cacute
++Ctrl<T> <C> <quoteright> 		: "\306"  	Cacute
++Ctrl<T> <quoteright> <E>		: "\311"  	Eacute
++Ctrl<T> <E>	<quoteright> 		: "\311"  	Eacute
++Ctrl<T> <quoteright> <I>		: "\315"  	Iacute
++Ctrl<T> <I>	<quoteright> 		: "\315"  	Iacute
++Ctrl<T> <quoteright> <L> 		: "\305"  	Lacute
++Ctrl<T> <L>	<quoteright> 		: "\305"  	Lacute
++Ctrl<T> <quoteright> <N>		: "\321"  	Nacute
++Ctrl<T> <N>	<quoteright> 		: "\321"  	Nacute
++Ctrl<T> <quoteright> <O>		: "\323"  	Oacute
++Ctrl<T> <O>	<quoteright> 		: "\323"  	Oacute
++Ctrl<T> <quoteright> <R>		: "\300"  	Racute
++Ctrl<T> <R>	<quoteright> 		: "\300"  	Racute
++Ctrl<T> <quoteright> <S>		: "\246"  	Sacute
++Ctrl<T> <S>	<quoteright> 		: "\246"  	Sacute
++Ctrl<T> <quoteright> <U>		: "\332"  	Uacute
++Ctrl<T> <U>	<quoteright> 		: "\332"  	Uacute
++Ctrl<T> <quoteright> <Y>		: "\335"  	Yacute
++Ctrl<T> <Y>	<quoteright> 		: "\335"  	Yacute
++Ctrl<T> <quoteright> <Z>		: "\254"  	Zacute
++Ctrl<T> <Z>	<quoteright> 		: "\254"  	Zacute
++Ctrl<T> <quoteright> <a>		: "\341"  	aacute
++Ctrl<T> <a>	<quoteright> 		: "\341"  	aacute
++Ctrl<T> <quoteright> <c>		: "\346"  	cacute
++Ctrl<T> <c>	<quoteright> 		: "\346"  	cacute
++Ctrl<T> <quoteright> <e>		: "\351"  	eacute
++Ctrl<T> <e>	<quoteright> 		: "\351"  	eacute
++Ctrl<T> <quoteright> <i>		: "\355"  	iacute
++Ctrl<T> <i>	<quoteright> 		: "\355"  	iacute
++Ctrl<T> <quoteright> <l>		: "\345"  	lacute
++Ctrl<T> <l>	<quoteright> 		: "\345"  	lacute
++Ctrl<T> <quoteright> <n>		: "\361"  	nacute
++Ctrl<T> <n>	<quoteright> 		: "\361"  	nacute
++Ctrl<T> <quoteright> <o>		: "\363"  	oacute
++Ctrl<T> <o>	<quoteright> 		: "\363"  	oacute
++Ctrl<T> <quoteright> <r>		: "\340"  	racute
++Ctrl<T> <r>	<quoteright> 		: "\340"  	racute
++Ctrl<T> <quoteright> <s>		: "\266"  	sacute
++Ctrl<T> <s>	<quoteright> 		: "\266"  	sacute
++Ctrl<T> <quoteright> <u>		: "\372"  	uacute
++Ctrl<T> <u>	<quoteright> 		: "\372"  	uacute
++Ctrl<T> <quoteright> <y>		: "\375"  	yacute
++Ctrl<T> <y>	<quoteright> 		: "\375"  	yacute
++Ctrl<T> <quoteright> <z>		: "\274"  	zacute
++Ctrl<T> <z>	<quoteright> 		: "\274"  	zacute
++Ctrl<T> <0> <asciicircum>		: "\260"	degree
++Ctrl<T> <asciicircum> <0>		: "\260"	degree
++Ctrl<T> <comma> <C>			: "\307"  	Ccedilla
++Ctrl<T> <C>	<comma> 		: "\307"  	Ccedilla
++Ctrl<T> <comma> <S>			: "\252"  	Scedilla
++Ctrl<T> <S>	<comma> 		: "\252"  	Scedilla
++Ctrl<T> <comma> <T>			: "\336"  	Tcedilla
++Ctrl<T> <T>	<comma> 		: "\336"  	Tcedilla
++Ctrl<T> <comma> <c>			: "\347"  	ccedilla
++Ctrl<T> <c>	<comma> 		: "\347"  	ccedilla
++Ctrl<T> <comma> <s>			: "\272"  	scedilla
++Ctrl<T> <s>	<comma> 		: "\272"  	scedilla
++Ctrl<T> <comma> <t>			: "\376"  	tcedilla
++Ctrl<T> <t>	<comma> 		: "\376"  	tcedilla
++Ctrl<T> <period> <period>          	: "\377"         dotaccent
++
++
++Ctrl<T> <minus> <minus>			: "\255"  	hyphen
++Ctrl<T> <minus> <colon>			: "\367"  	division
++Ctrl<T> <minus> <D>			: "\320"  	Dstroke
++Ctrl<T> <minus> <d>			: "\360"  	dstroke
++
++Ctrl<T> <0> <x>				: "\244"  	currency
++
++Ctrl<T> <asciicircum> <A>		: "\302"  	Acircumflex
++Ctrl<T> <A> <asciicircum> 		: "\302"  	Acircumflex
++Ctrl<T> <asciicircum> <I>		: "\316"  	Icircumflex
++Ctrl<T> <I> <asciicircum> 		: "\316"  	Icircumflex
++Ctrl<T> <asciicircum> <O>          	: "\324"        Ocircumflex
++Ctrl<T> <O> <asciicircum>           	: "\324"        Ocircumflex
++Ctrl<T> <asciicircum> <a>		: "\342"  	acircumflex
++Ctrl<T> <a> <asciicircum> 		: "\342"  	acircumflex
++Ctrl<T> <asciicircum> <i>		: "\356"  	icircumflex
++Ctrl<T> <i> <asciicircum> 		: "\356"  	icircumflex
++Ctrl<T> <asciicircum> <o>		: "\364"  	ocircumflex
++Ctrl<T> <o> <asciicircum> 		: "\364"  	ocircumflex
++
++
++Ctrl<T> <caron> <C>			: "\310"  	Ccaron
++Ctrl<T> <C>	<caron> 		: "\310"  	Ccaron
++Ctrl<T> <caron> <D>			: "\317"  	Dcaron
++Ctrl<T> <D>	<caron> 		: "\317"  	Dcaron
++Ctrl<T> <caron> <E>			: "\314"  	Ecaron
++Ctrl<T> <E>	<caron> 		: "\314"  	Ecaron
++Ctrl<T> <caron> <L>			: "\245"  	Lcaron
++Ctrl<T> <L>	<caron> 		: "\245"  	Lcaron
++Ctrl<T> <caron> <N>           		: "\322" 	Ncaron
++Ctrl<T> <N> <caron>           		: "\322" 	Ncaron
++Ctrl<T> <caron> <R>			: "\330"  	Rcaron
++Ctrl<T> <R>	<caron> 		: "\330"  	Rcaron
++Ctrl<T> <caron> <S>			: "\251"  	Scaron
++Ctrl<T> <S>	<caron> 		: "\251"  	Scaron
++Ctrl<T> <caron> <T>			: "\253"  	Tcaron
++Ctrl<T> <T>	<caron> 		: "\253"  	Tcaron
++Ctrl<T> <caron> <U>			: "\331"  	Uring
++Ctrl<T> <U>	<caron> 		: "\331"  	Uring
++Ctrl<T> <caron> <Z>			: "\256"  	Zcaron
++Ctrl<T> <Z>	<caron> 		: "\256"  	Zcaron
++Ctrl<T> <caron> <c>			: "\350"  	ccaron
++Ctrl<T> <c>	<caron> 		: "\350"  	ccaron
++Ctrl<T> <caron> <d>			: "\357"  	dcaron
++Ctrl<T> <d>	<caron> 		: "\357"  	dcaron
++Ctrl<T> <caron> <e>			: "\354"  	ecaron
++Ctrl<T> <e>	<caron> 		: "\354"  	ecaron
++Ctrl<T> <caron> <l>			: "\265"  	lcaron
++Ctrl<T> <l>	<caron> 		: "\265"  	lcaron
++Ctrl<T> <caron> <n>			: "\362"  	ncaron
++Ctrl<T> <n>	<caron> 		: "\362"  	ncaron
++Ctrl<T> <caron> <r>			: "\370"  	rcaron
++Ctrl<T> <r>	<caron> 		: "\370"  	rcaron
++Ctrl<T> <caron> <s>			: "\271"  	scaron
++Ctrl<T> <s>	<caron> 		: "\271"  	scaron
++Ctrl<T> <caron> <t>			: "\273"  	tcaron
++Ctrl<T> <t>	<caron> 		: "\273"  	tcaron
++Ctrl<T> <caron> <u>			: "\371"  	uring
++Ctrl<T> <u>	<caron> 		: "\371"  	uring
++Ctrl<T> <caron> <z>			: "\276"  	zcaron
++Ctrl<T> <z>	<caron> 		: "\276"  	zcaron
++Ctrl<T> <v> <C>				: "\310"  	Ccaron
++Ctrl<T> <C> <v> 			: "\310"  	Ccaron
++Ctrl<T> <v> <D>				: "\317"  	Dcaron
++Ctrl<T> <D> <v> 			: "\317"  	Dcaron
++Ctrl<T> <v> <E>				: "\314"  	Ecaron
++Ctrl<T> <E> <v> 			: "\314"  	Ecaron
++Ctrl<T> <v> <L>				: "\245"  	Lcaron
++Ctrl<T> <L> <v> 			: "\245"  	Lcaron
++Ctrl<T> <v> <N>           		: "\322" 	Ncaron
++Ctrl<T> <N> <v>           		: "\322" 	Ncaron
++Ctrl<T> <v> <R>				: "\330"  	Rcaron
++Ctrl<T> <R> <v> 			: "\330"  	Rcaron
++Ctrl<T> <v> <S>				: "\251"  	Scaron
++Ctrl<T> <S> <v> 			: "\251"  	Scaron
++Ctrl<T> <v> <T>				: "\253"  	Tcaron
++Ctrl<T> <T> <v> 			: "\253"  	Tcaron
++Ctrl<T> <v> <U>				: "\331"  	Uring
++Ctrl<T> <U> <v> 			: "\331"  	Uring
++Ctrl<T> <v> <Z>				: "\256"  	Zcaron
++Ctrl<T> <Z> <v> 			: "\256"  	Zcaron
++Ctrl<T> <v> <c>				: "\350"  	ccaron
++Ctrl<T> <c> <v> 			: "\350"  	ccaron
++Ctrl<T> <v> <d>				: "\357"  	dcaron
++Ctrl<T> <d> <v> 			: "\357"  	dcaron
++Ctrl<T> <v> <e>				: "\354"  	ecaron
++Ctrl<T> <e> <v> 			: "\354"  	ecaron
++Ctrl<T> <v> <l>				: "\265"  	lcaron
++Ctrl<T> <l> <v> 			: "\265"  	lcaron
++Ctrl<T> <v> <n>				: "\362"  	ncaron
++Ctrl<T> <n> <v> 			: "\362"  	ncaron
++Ctrl<T> <v> <r>				: "\370"  	rcaron
++Ctrl<T> <r> <v> 			: "\370"  	rcaron
++Ctrl<T> <v> <s>				: "\271"  	scaron
++Ctrl<T> <s> <v> 			: "\271"  	scaron
++Ctrl<T> <v> <t>				: "\273"  	tcaron
++Ctrl<T> <t> <v> 			: "\273"  	tcaron
++Ctrl<T> <v> <u>				: "\371"  	uring
++Ctrl<T> <u> <v> 			: "\371"  	uring
++Ctrl<T> <v> <z>				: "\276"  	zcaron
++Ctrl<T> <z> <v> 			: "\276"  	zcaron
++
++Ctrl<T> <breve> <A>			: "\303"  	Abreve
++Ctrl<T> <A>	<breve> 		: "\303"  	Abreve
++Ctrl<T> <breve> <a>			: "\343"  	abreve
++Ctrl<T> <a>	<breve> 		: "\343"  	abreve
++Ctrl<T> <u> <A>				: "\303"  	Abreve
++Ctrl<T> <A> <u> 			: "\303"  	Abreve
++Ctrl<T> <u> <a>				: "\343"  	abreve
++Ctrl<T> <a> <u> 			: "\343"  	abreve
++
++
++
++Ctrl<T> <ogonek> <A>			: "\241"  	Aogonek
++Ctrl<T> <A> <ogonek> 			: "\241"  	Aogonek
++Ctrl<T> <ogonek> <E>			: "\312"  	Eogonek
++Ctrl<T> <E> <ogonek> 			: "\312"  	Eogonek
++Ctrl<T> <ogonek> <a> 			: "\261"  	aogonek
++Ctrl<T> <a> <ogonek> 			: "\261"  	aogonek
++Ctrl<T> <ogonek> <e> 			: "\352"  	eogonek
++Ctrl<T> <e> <ogonek> 			: "\352"  	eogonek
++Ctrl<T> <a> <A>				: "\241"  	Aogonek
++Ctrl<T> <A> <a> 			: "\241"  	Aogonek
++Ctrl<T> <a> <E>				: "\312"  	Eogonek
++Ctrl<T> <E> <a> 			: "\312"  	Eogonek
++Ctrl<T> <a> <a> 			: "\261"  	aogonek
++Ctrl<T> <a> <a> 			: "\261"  	aogonek
++Ctrl<T> <a> <e> 			: "\352"  	eogonek
++Ctrl<T> <e> <a> 			: "\352"  	eogonek
++
++
++
++Ctrl<T> <O> <S>				: "\247"        section
++
++Ctrl<T> <doubleacute> <O>		: "\325"  	Odoubleacute
++Ctrl<T> <O> <doubleacute> 		: "\325"  	Odoubleacute
++Ctrl<T> <doubleacute> <U>		: "\333"  	Udoubleacute
++Ctrl<T> <U> <doubleacute> 		: "\333"  	Udoubleacute
++Ctrl<T> <doubleacute> <o>		: "\365"  	odoubleacute
++Ctrl<T> <o> <doubleacute> 		: "\365"  	odoubleacute
++Ctrl<T> <doubleacute> <u>		: "\373"  	udoubleacute
++Ctrl<T> <u> <doubleacute> 		: "\373"  	udoubleacute
++Ctrl<T> <greater> <O>			: "\325"  	Odoubleacute
++Ctrl<T> <O> <greater> 			: "\325"  	Odoubleacute
++Ctrl<T> <greater> <U>			: "\333"  	Udoubleacute
++Ctrl<T> <U> <greater> 			: "\333"  	Udoubleacute
++Ctrl<T> <greater> <o>			: "\365"  	odoubleacute
++Ctrl<T> <o> <greater> 			: "\365"  	odoubleacute
++
++
++Ctrl<T> <period> <U>			: "\331"  	Uring
++Ctrl<T> <U> <period> 			: "\331"  	Uring
++Ctrl<T> <period> <u>			: "\371"  	uring
++Ctrl<T> <u> <period> 			: "\371"  	uring
++Ctrl<T> <period> <z>			: "\277"  	zabovedot
++Ctrl<T> <z> <period> 			: "\277"  	zabovedot
++Ctrl<T> <period> <Z>			: "\257"  	Zabovedot
++Ctrl<T> <Z> <period> 			: "\257"  	Zabovedot
++
++
++Ctrl<T> <s> <s>				: "\337"  	ssharp
++Ctrl<T> <x> <x>				: "\327"  	multiply
++
++XCOMM EndComposeMap
++
++
++XCOMM StartDeadKeyMap <quoteright>
++XCOMM<SunFA_Acute>			<quoteright>
++<SunFA_Acute> <A>		  	: "\301"	Aacute
++<SunFA_Acute> <C>		  	: "\306"	Cacute
++<SunFA_Acute> <E>		  	: "\311"	Eacute
++<SunFA_Acute> <I>		  	: "\315"	Iacute
++<SunFA_Acute> <L>		  	: "\305"	Lacute
++<SunFA_Acute> <N>		  	: "\321"	Nacute
++<SunFA_Acute> <O>		  	: "\323"	Oacute
++<SunFA_Acute> <R>		  	: "\300"	Racute
++<SunFA_Acute> <S>		  	: "\246"	Sacute
++<SunFA_Acute> <U>		  	: "\332"	Uacute
++<SunFA_Acute> <Y>		  	: "\335"	Yacute
++<SunFA_Acute> <Z>		  	: "\254"	Zacute
++<SunFA_Acute> <a>		  	: "\341"	aacute
++<SunFA_Acute> <c>		  	: "\346"	cacute
++<SunFA_Acute> <e>		  	: "\351"	eacute
++<SunFA_Acute> <i>		  	: "\355"	iacute
++<SunFA_Acute> <l>		  	: "\345"	lacute
++<SunFA_Acute> <n>		  	: "\361"	nacute
++<SunFA_Acute> <o>		  	: "\363"	oacute
++<SunFA_Acute> <r>		  	: "\340"	racute
++<SunFA_Acute> <s>		  	: "\266"	sacute
++<SunFA_Acute> <u>		  	: "\372"	uacute
++<SunFA_Acute> <y>		  	: "\375"	yacute
++<SunFA_Acute> <z>		  	: "\274"	zacute
++XCOMM EndDeadKeyMap
++
++
++XCOMM StartDeadKeyMap <diaeresis>
++XCOMM<SunFA_Diaeresis> 		  <diaeresis>
++<SunFA_Diaeresis> <A>		  : "\304" 	Adiaeresis
++<SunFA_Diaeresis> <E>		  : "\313"	Ediaeresis
++<SunFA_Diaeresis> <O>		  : "\326"	Odiaeresis
++<SunFA_Diaeresis> <U>		  : "\334"	Udiaeresis
++<SunFA_Diaeresis> <a>	 	  : "\344" 	adiaeresis
++<SunFA_Diaeresis> <e>		  : "\353"	ediaeresis
++<SunFA_Diaeresis> <o>		  : "\366"	odiaeresis
++<SunFA_Diaeresis> <u>		  : "\374"	udiaeresis
++XCOMM EndDeadKeyMap
++
++
++XCOMM StartDeadKeyMap <circumflex>
++XCOMM<SunXK_FA_Circum>                <circumflex>
++<SunXK_FA_Circum> <A>			: "\302"        Acircumflex
++<SunXK_FA_Circum> <I>			: "\316"        Icircumflex
++<SunXK_FA_Circum> <O>			: "\324"        Ocircumflex
++<SunXK_FA_Circum> <a>			: "\342"        acircumflex
++<SunXK_FA_Circum> <i>			: "\356"        icircumflex
++<SunXK_FA_Circum> <o>			: "\364"        ocircumflex
++
++XCOMM StartDeadKeyMap <cedilla>
++XCOMM SunXK_FA_Cedilla		 <cedilla>
++<SunXK_FA_Cedilla> <C>			: "\307"	Ccedilla
++<SunXK_FA_Cedilla> <S>                  : "\252"        Scedilla
++<SunXK_FA_Cedilla> <T>                  : "\336"        Tcedilla
++<SunXK_FA_Cedilla> <c>                  : "\347"        ccedilla
++<SunXK_FA_Cedilla> <s>                  : "\272"        scedilla
++<SunXK_FA_Cedilla> <t>                  : "\376"        tcedilla
+diff -urp -x '*~' -x '*.orig' nls/iso8859-6/Compose.pre nls/iso8859-6/Compose.pre
+--- nls/iso8859-6/Compose.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/iso8859-6/Compose.pre	2008-02-27 21:08:32.561206000 -0800
+@@ -1,15 +1,114 @@
++XCOMM Arabic input table (Ascii input mode)
+ XCOMM
+-XCOMM ISO 8859-6 Compose Sequence
++XCOMM Note: The quoted string after the token STATE will appear 
++XCOMM in the status area when XIM status area is specified.
++
++STATE   "[ English ]"
++Ctrl<T>     : SWITCH_STATE_TO  "[ Arabic ]"
++Ctrl<space> : SWITCH_STATE_TO  "[ Arabic ]"
++<EuroSign> : "e"
++
++END_STATE
++
++
+ XCOMM
+-XCOMM Sequence Definition
++XCOMM Arabic input table (Arabic input mode)
+ XCOMM
+-XCOMM $XFree86: xc/nls/Compose/iso8859-6,v 1.1 1999/08/28 09:00:36 dawes Exp $
++
++
++STATE   "[ Arabic ]"
++Ctrl<T>      :  SWITCH_STATE_TO "[ English ]"
++Ctrl<space>  :  SWITCH_STATE_TO "[ English ]"
++
+ XCOMM
+-XCOMM This file currently has no entries.  It appears that a compose file (even
+-XCOMM just an empty one) is required for the appropriate keysyms to work for
+-XCOMM this encoding.
+ XCOMM
+-XCOMM <Multi_key> Means <Compose>
+-XCOMM Special Character
++XCOMM <A> not verified
++XCOMM A, C, J, K, S, T, U, V, X, Z, {, }, <, > changed/added
++ 
++<A>		: "\xf0"
++XCOMM <B> => <lam> <alef>
++<B>		: "\xe4\xc2"
++XCOMM <C> => <kasratan> \xed
++<C>		: "\x7b"
++XCOMM<D> => opening square bracket
++<D>		: "["
++<E>		: "\xef"
++XCOMM<F> => closing square bracke
++<F>		: "]"
++XCOMM<G> => <lam> <hamzaonalef> 
++<G>		: "\xe4\xc3"
++<J>		: "\xe0"
++<H>		: "\xc3"
++<I>		: "\xe7"
++<K>		: "\xac"
++<L>		: "/"
++<M>		: "\xc9"
++<N>		: "\xc2"
++<O>		: "\xce"
++<P>		: "\xbb"
++<Q>		: "\xee"
++<R>		: "\xec"
++<S>		: "\xed"
++<T>		: "\xe4\xc5"
++<U>		: "\xac"
++XCOMM<V> = <kasra>                         \xf0
++<V>		: "\x7d"
++<W>		: "\xeb"
++<X>		: "\xf2"
++<Y>		: "\xc5"
++<Z>		: "\xc6"
++<a>		: "\xd4"
++XCOMM <b> => <lam> <maddaonalef>
++<b>		: "\xe4\xc7"
++<c>		: "\xc4"
++<d>		: "\xea"
++<e>		: "\xcb"
++<f>		: "\xc8"
++<g>		: "\xe4"
++<h>		: "\xc7"
++<i>		: "\xe7"
++<j>		: "\xca"
++<k>		: "\xe6"
++<l>		: "\xe5"
++<m>		: "\xc9"
++<n>		: "\xe9"
++<o>		: "\xce"
++<p>		: "\xcd"
++<q>		: "\xd6"
++<r>		: "\xe2"
++<s>		: "\xd3"
++<t>		: "\xe1"
++<u>		: "\xd9"
++<v>		: "\xd1"
++<w>		: "\xd5"
++<x>		: "\xc1"
++<y>		: "\xda"
++<z>		: "\xc6"
++<apostrophe>	: "\xd7"
++XCOMM<plus>		: "\xab"
++<comma>		: "\xe8"
++XCOMM<minus>		: "\xad"
++<period>	: "\xd2"
++<slash>		: "\xd8"
++<semicolon>	: "\xe3"
++XCOMM<equal>		: "\xbd"
++<greater>	: "\x2e" 	
++<less>       	: "\x2c"	
++<question>	: "\xbf"
++XCOMM<backslash>	: "\xe0"
++XCOMM ok
++<bracketleft>	: "\xcc"
++<bracketright>	: "\xcf"
++XCOMM<underscore>	: "\xdf"
++XCOMM ok
++<grave>		: "\xd0"
++XCOMM<bar>		: "\xfc"
++XCOMM ok
++<asciitilde>	: "\xf1"
++<braceleft>		: "\x3e"
++<braceright>		: "\x3c"
++
++
++
++END_STATE
+ 
+-XCOMM End of Sequence Definition
+diff -urp -x '*~' -x '*.orig' nls/iso8859-6/XI18N_OBJS nls/iso8859-6/XI18N_OBJS
+--- nls/iso8859-6/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/iso8859-6/XI18N_OBJS	2008-02-27 21:08:32.561450000 -0800
+@@ -3,5 +3,6 @@
+ #	XI18N objects table for iso8859-6 locale
+ #
+ XLC	common/xlcDef	_XlcDefaultLoader	# XLC_open
+-XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
++XIM     common/ximlocal _XimpLocalOpenIM        # XIM_open
++#XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
+ XOM	common/xomGeneric 	_XomGenericOpenOM	# XOM_open
+diff -urp -x '*~' -x '*.orig' nls/iso8859-6/XLC_LOCALE.pre nls/iso8859-6/XLC_LOCALE.pre
+--- nls/iso8859-6/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/iso8859-6/XLC_LOCALE.pre	2008-02-27 21:08:32.570259000 -0800
+@@ -12,8 +12,7 @@ fs0	{
+ 		name		ISO8859-1:GL
+ 	}
+ 	font	{
+-		primary		ISO8859-6:GL
+-		substitute	ISO8859-1:GL
++		primary		ISO8859-1:GL
+ 		vertical_rotate	all
+ 	}
+ }
+@@ -22,8 +21,9 @@ fs1	{
+ 	charset	{
+ 		name		ISO8859-6:GR
+ 	}
++	char_len        1
+ 	font	{
+-		primary		ISO8859-6:GR
++		primary		ISO8859-6:GRGL
+ 	}
+ }
+ END XLC_FONTSET
+diff -urp -x '*~' -x '*.orig' nls/iso8859-8/Compose.pre nls/iso8859-8/Compose.pre
+--- nls/iso8859-8/Compose.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/iso8859-8/Compose.pre	2008-02-27 21:08:32.570555000 -0800
+@@ -1,15 +1,57 @@
++XCOMM Arabic input table (Ascii input mode)
+ XCOMM
+-XCOMM ISO 8859-8 Compose Sequence
+-XCOMM
+-XCOMM Sequence Definition
++XCOMM Note: The quoted string after the token STATE will appear 
++XCOMM in the status area when XIM status area is specified.
++
++STATE   "[ English ]"
++Ctrl<T>      : SWITCH_STATE_TO  "[ Hebrew ]"
++Ctrl<space>  : SWITCH_STATE_TO "[ Hebrew ]"
++<Multi_key> <h> <h> : SWITCH_STATE_TO "[ Hebrew ]"
++
++END_STATE
++
++
+ XCOMM
+-XCOMM $XFree86: xc/nls/Compose/iso8859-8,v 1.1 1999/08/28 09:00:36 dawes Exp $
++XCOMM Hebrew input table (Hebrew input mode)
+ XCOMM
+-XCOMM This file currently has no entries.  It appears that a compose file (even
+-XCOMM just an empty one) is required for the appropriate keysyms to work for
+-XCOMM this encoding.
++
++
++STATE   "[ Hebrew ]"
++Ctrl<T>      :  SWITCH_STATE_TO "[ English ]"
++Ctrl<space>  :  SWITCH_STATE_TO "[ English ]"
++
+ XCOMM
+-XCOMM <Multi_key> Means <Compose>
+-XCOMM Special Character
++<q>                 : "/"
++<w>                 : "'"
++<e>                 : "\xf7"
++<r>                 : "\xf8"
++<t>                 : "\xe0"
++<y>                 : "\xe8"
++<u>                 : "\xe5"
++<i>                 : "\xef"
++<o>                 : "\xed"
++<p>                 : "\xf4"
++<a>                 : "\xf9"
++<s>                 : "\xe3"
++<d>                 : "\xe2"
++<f>                 : "\xeb"
++<g>                 : "\xf2"
++<h>                 : "\xe9"
++<j>                 : "\xe7"
++<k>                 : "\xec"
++<l>                 : "\xea"
++<semicolon>         : "\xf3"
++<z>                 : "\xe6"
++<x>                 : "\xf1"
++<c>                 : "\xe1"
++<v>                 : "\xe4"
++<b>                 : "\xf0"
++<n>                 : "\xee"
++<m>                 : "\xf6"
++<comma>             : "\xfa"
++<period>            : "\xf5"
++<slash>             : "."
++<grave>             : ";"
++<apostrophe>        : ","
++END_STATE
+ 
+-XCOMM End of Sequence Definition
+diff -urp -x '*~' -x '*.orig' nls/iso8859-8/XI18N_OBJS nls/iso8859-8/XI18N_OBJS
+--- nls/iso8859-8/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/iso8859-8/XI18N_OBJS	2008-02-27 21:08:32.570802000 -0800
+@@ -3,5 +3,6 @@
+ #	XI18N objects table for iso8859-8 locale
+ #
+ XLC	common/xlcDef	_XlcDefaultLoader	# XLC_open
++XIM     common/ximlocal _XimpLocalOpenIM        # XIM_open
+ XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
+ XOM	common/xomGeneric 	_XomGenericOpenOM	# XOM_open
+diff -urp -x '*~' -x '*.orig' nls/ja/XI18N_OBJS nls/ja/XI18N_OBJS
+--- nls/ja/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/ja/XI18N_OBJS	2008-02-27 21:08:32.571055000 -0800
+@@ -4,8 +4,5 @@
+ #
+ XLC	ja/xlibi18n_ja	_XlcGenericLoader	# XLC_open
+ XLC	common/xlibi18n	_XlcGenericLoader	# XLC_open
+-#XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_regiser XIM_unregister
+-XIM	common/ximp40	_Ximp_OpenIM		# XIM_open
+-XIM	common/ximlocal	_XimpLocalOpenIM	# XIM_open
+ XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_regiser XIM_unregister
+ XOM	common/xomGeneric	_XomGenericOpenOM # XOM_open
+diff -urp -x '*~' -x '*.orig' nls/ja/XLC_LOCALE.pre nls/ja/XLC_LOCALE.pre
+--- nls/ja/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/ja/XLC_LOCALE.pre	2008-02-27 21:08:32.571855000 -0800
+@@ -44,16 +44,18 @@ fs2	{
+ 		vertical_rotate	all
+ 	}
+ }
++
+ XCOMM 	fs3 class (Supplementary Kanji)
+-XCOMM fs3	{
+-XCOMM	charset	{
+-XCOMM		name		JISX0212.1990-0:GL
+-XCOMM		udc_area	\x7521,\x7e7e
+-XCOMM	}
+-XCOMM	font	{
+-XCOMM		primary		JISX0212.1990-0:GL
+-XCOMM 	}
+-XCOMM }
++fs3	{
++	charset	{
++		name		JISX0212.1990-0:GL
++		udc_area	\x7521,\x7e7e
++	}
++	font	{
++		primary		JISX0212.1990-0:GL
++	}
++}
++
+ END XLC_FONTSET
+ 
+ XCOMM 
+@@ -112,18 +114,16 @@ cs2	{
+ }
+ 
+ XCOMM 	cs3 class
+-XCOMM cs3	{
+-XCOMM 	side		GL
+-XCOMM 	length		2
+-XCOMM 	mb_encoding	<SS> \x8f
+-XCOMM #if WCHAR32
+-XCOMM 	wc_encoding	\x20000000
+-XCOMM #else
+-XCOMM 	wc_encoding	\x00008000
+-XCOMM #endif
+-XCOMM 	ct_encoding	JISX0212.1990-0:GL; JISX0212.1990-0:GR
+-XCOMM }
+-
++cs3	{
++	side		GL
++	length		2
++	mb_encoding	<SS> \x8f
++#if WCHAR32
++	wc_encoding	\x20000000
++#else
++	wc_encoding	\x00008000
++#endif
++	ct_encoding	JISX0212.1990-0:GL; JISX0212.1990-0:GR
++}
+ 
+ END XLC_XLOCALE
+-
+diff -urp -x '*~' -x '*.orig' nls/ja.SJIS/XI18N_OBJS nls/ja.SJIS/XI18N_OBJS
+--- nls/ja.SJIS/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/ja.SJIS/XI18N_OBJS	2008-02-27 21:08:32.572118000 -0800
+@@ -4,7 +4,7 @@
+ #
+ XLC	ja_JP.PCK/xlibi18n_PCK	_XlcGenericLoader	# XLC_open
+ XLC	common/xlibi18n	_XlcGenericLoader	# XLC_open
+-XIM	common/ximp40	_Ximp_OpenIM		# XIM_open
+-XIM	common/ximlocal	_XimpLocalOpenIM	# XIM_open
+ XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_regiser XIM_unregister
++XIM	common/ximlocal	_XimpLocalOpenIM	# XIM_open
++XIM	common/ximp40	_Ximp_OpenIM		# XIM_open
+ XOM	common/xomGeneric	_XomGenericOpenOM # XOM_open
+diff -urp -x '*~' -x '*.orig' nls/ja.SJIS/XLC_LOCALE.pre nls/ja.SJIS/XLC_LOCALE.pre
+--- nls/ja.SJIS/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/ja.SJIS/XLC_LOCALE.pre	2008-02-27 21:08:32.573137000 -0800
+@@ -34,9 +34,20 @@ fs1	{
+ 		substitute      JISX0208.1990-0:GL
+ 	}
+ }
+-XCOMM 	fs2 class (Half Kana)
++
++XCOMM 	fs2 class (IBM extension/IBM extension NEC selected)
+ fs2	{
+ 	charset	{
++		name		JISX0212.1990-0:GL
++	}
++	font	{
++		primary		JISX0212.1990-0:GL
++	}
++}
++
++XCOMM 	fs3 class (Half Kana)
++fs3	{
++	charset	{
+ 		name		JISX0201.1976-0:GR
+ 	}
+ 	font	{
+@@ -45,15 +56,7 @@ fs2	{
+ 		vertical_rotate	all
+ 	}
+ }
+-XCOMM 	fs3 class (Supplementary Kanji)
+-XCOMM fs3	{
+-XCOMM	charset	{
+-XCOMM		name		JISX0212.1990-0:GL
+-XCOMM	}
+-XCOMM	font	{
+-XCOMM		primary		JISX0212.1990-0:GL
+-XCOMM	}
+-XCOMM }
++
+ END XLC_FONTSET
+ 
+ XCOMM 
+@@ -148,30 +151,279 @@ cs1	{
+     [\xef40,\xef7e]->\x7d21,[\xef80,\xef9e]->\x7d60,[\xef9f,\xeffc]->\x7e21
+ }
+ 
+-XCOMM 	cs2 class
++XCOMM 	cs2 class (IBM extension/IBM extension NEC selected)
+ cs2	{
++	side		none
++	length		2
++	byte1		\xed,\xef;\xfa,\xfc
++	byte2		\x40,\x7e;\x80,\xfc
++	wc_encoding	\x20000000
++	ct_encoding	JISX0212.1990-0:GL; JISX0212.1990-0:GR
++	mb_conversion	\
++    [\xfa40,\xfa40]->\xf3f3,[\xfa41,\xfa41]->\xf3f4,[\xfa42,\xfa42]->\xf3f5,\
++    [\xfa43,\xfa43]->\xf3f6,[\xfa44,\xfa44]->\xf3f7,[\xfa45,\xfa45]->\xf3f8,\
++    [\xfa46,\xfa46]->\xf3f9,[\xfa47,\xfa47]->\xf3fa,[\xfa48,\xfa48]->\xf3fb,\
++    [\xfa49,\xfa49]->\xf3fc,[\xfa4a,\xfa4a]->\xf3fd,[\xfa4b,\xfa4b]->\xf3fe,\
++    [\xfa4c,\xfa4c]->\xf4a1,[\xfa4d,\xfa4d]->\xf4a2,[\xfa4e,\xfa4e]->\xf4a3,\
++    [\xfa4f,\xfa4f]->\xf4a4,[\xfa50,\xfa50]->\xf4a5,[\xfa51,\xfa51]->\xf4a6,\
++    [\xfa52,\xfa52]->\xf4a7,[\xfa53,\xfa53]->\xf4a8,[\xfa55,\xfa55]->\xa2c3,\
++    [\xfa56,\xfa56]->\xf4a9,[\xfa57,\xfa57]->\xf4aa,[\xfa58,\xfa58]->\xf4ab,\
++    [\xfa59,\xfa59]->\xf4ac,[\xfa5a,\xfa5a]->\xf4ad,[\xfa5c,\xfa5c]->\xd4e3,\
++    [\xfa5d,\xfa5d]->\xdcdf,[\xfa5e,\xfa5e]->\xe4e9,[\xfa5f,\xfa5f]->\xe3f8,\
++    [\xfa60,\xfa60]->\xd9a1,[\xfa61,\xfa61]->\xb1bb,[\xfa62,\xfa62]->\xf4ae,\
++    [\xfa63,\xfa63]->\xc2ad,[\xfa64,\xfa64]->\xc3fc,[\xfa65,\xfa65]->\xe4d0,\
++    [\xfa66,\xfa66]->\xc2bf,[\xfa67,\xfa67]->\xbcf4,[\xfa68,\xfa68]->\xb0a9,\
++    [\xfa69,\xfa69]->\xb0c8,[\xfa6a,\xfa6a]->\xf4af,[\xfa6b,\xfa6b]->\xb0d2,\
++    [\xfa6c,\xfa6c]->\xb0d4,[\xfa6d,\xfa6d]->\xb0e3,[\xfa6e,\xfa6e]->\xb0ee,\
++    [\xfa6f,\xfa6f]->\xb1a7,[\xfa70,\xfa70]->\xb1a3,[\xfa71,\xfa71]->\xb1ac,\
++    [\xfa72,\xfa72]->\xb1a9,[\xfa73,\xfa73]->\xb1be,[\xfa74,\xfa74]->\xb1df,\
++    [\xfa75,\xfa75]->\xb1d8,[\xfa76,\xfa76]->\xb1c8,[\xfa77,\xfa77]->\xb1d7,\
++    [\xfa78,\xfa78]->\xb1e3,[\xfa79,\xfa79]->\xb1f4,[\xfa7a,\xfa7a]->\xb1e1,\
++    [\xfa7b,\xfa7b]->\xb2a3,[\xfa7c,\xfa7c]->\xf4b0,[\xfa7d,\xfa7d]->\xb2bb,\
++    [\xfa7e,\xfa7e]->\xb2e6,[\xfa80,\xfa80]->\xb2ed,[\xfa81,\xfa81]->\xb2f5,\
++    [\xfa82,\xfa82]->\xb2fc,[\xfa83,\xfa83]->\xf4b1,[\xfa84,\xfa84]->\xb3b5,\
++    [\xfa85,\xfa85]->\xb3d8,[\xfa86,\xfa86]->\xb3db,[\xfa87,\xfa87]->\xb3e5,\
++    [\xfa88,\xfa88]->\xb3ee,[\xfa89,\xfa89]->\xb3fb,[\xfa8a,\xfa8a]->\xf4b2,\
++    [\xfa8b,\xfa8b]->\xf4b3,[\xfa8c,\xfa8c]->\xb4c0,[\xfa8d,\xfa8d]->\xb4c7,\
++    [\xfa8e,\xfa8e]->\xb4d0,[\xfa8f,\xfa8f]->\xb4de,[\xfa90,\xfa90]->\xf4b4,\
++    [\xfa91,\xfa91]->\xb5aa,[\xfa92,\xfa92]->\xf4b5,[\xfa93,\xfa93]->\xb5af,\
++    [\xfa94,\xfa94]->\xb5c4,[\xfa95,\xfa95]->\xb5e8,[\xfa96,\xfa96]->\xf4b6,\
++    [\xfa97,\xfa97]->\xb7c2,[\xfa98,\xfa98]->\xb7e4,[\xfa99,\xfa99]->\xb7e8,\
++    [\xfa9a,\xfa9a]->\xb7e7,[\xfa9b,\xfa9b]->\xf4b7,[\xfa9c,\xfa9c]->\xf4b8,\
++    [\xfa9d,\xfa9d]->\xf4b9,[\xfa9e,\xfa9e]->\xb8ce,[\xfa9f,\xfa9f]->\xb8e1,\
++    [\xfaa0,\xfaa0]->\xb8f5,[\xfaa1,\xfaa1]->\xb8f7,[\xfaa2,\xfaa2]->\xb8f8,\
++    [\xfaa3,\xfaa3]->\xb8fc,[\xfaa4,\xfaa4]->\xb9af,[\xfaa5,\xfaa5]->\xb9b7,\
++    [\xfaa6,\xfaa6]->\xbabe,[\xfaa7,\xfaa7]->\xbadb,[\xfaa8,\xfaa8]->\xcdaa,\
++    [\xfaa9,\xfaa9]->\xbae1,[\xfaaa,\xfaaa]->\xf4ba,[\xfaab,\xfaab]->\xbaeb,\
++    [\xfaac,\xfaac]->\xbbb3,[\xfaad,\xfaad]->\xbbb8,[\xfaae,\xfaae]->\xf4bb,\
++    [\xfaaf,\xfaaf]->\xbbca,[\xfab0,\xfab0]->\xf4bc,[\xfab1,\xfab1]->\xf4bd,\
++    [\xfab2,\xfab2]->\xbbd0,[\xfab3,\xfab3]->\xbbde,[\xfab4,\xfab4]->\xbbf4,\
++    [\xfab5,\xfab5]->\xbbf5,[\xfab6,\xfab6]->\xbbf9,[\xfab7,\xfab7]->\xbce4,\
++    [\xfab8,\xfab8]->\xbced,[\xfab9,\xfab9]->\xbcfe,[\xfaba,\xfaba]->\xf4be,\
++    [\xfabb,\xfabb]->\xbdc2,[\xfabc,\xfabc]->\xbde7,[\xfabd,\xfabd]->\xf4bf,\
++    [\xfabe,\xfabe]->\xbdf0,[\xfabf,\xfabf]->\xbeb0,[\xfac0,\xfac0]->\xbeac,\
++    [\xfac1,\xfac1]->\xf4c0,[\xfac2,\xfac2]->\xbeb3,[\xfac3,\xfac3]->\xbebd,\
++    [\xfac4,\xfac4]->\xbecd,[\xfac5,\xfac5]->\xbec9,[\xfac6,\xfac6]->\xbee4,\
++    [\xfac7,\xfac7]->\xbfa8,[\xfac8,\xfac8]->\xbfc9,[\xfac9,\xfac9]->\xc0c4,\
++    [\xfaca,\xfaca]->\xc0e4,[\xfacb,\xfacb]->\xc0f4,[\xfacc,\xfacc]->\xc1a6,\
++    [\xfacd,\xfacd]->\xf4c1,[\xface,\xface]->\xc1f5,[\xfacf,\xfacf]->\xc1fc,\
++    [\xfad0,\xfad0]->\xf4c2,[\xfad1,\xfad1]->\xc1f8,[\xfad2,\xfad2]->\xc2ab,\
++    [\xfad3,\xfad3]->\xc2a1,[\xfad4,\xfad4]->\xc2a5,[\xfad5,\xfad5]->\xf4c3,\
++    [\xfad6,\xfad6]->\xc2b8,[\xfad7,\xfad7]->\xc2ba,[\xfad8,\xfad8]->\xf4c4,\
++    [\xfad9,\xfad9]->\xc2c4,[\xfada,\xfada]->\xc2d2,[\xfadb,\xfadb]->\xc2d7,\
++    [\xfadc,\xfadc]->\xc2db,[\xfadd,\xfadd]->\xc2de,[\xfade,\xfade]->\xc2ed,\
++    [\xfadf,\xfadf]->\xc2f0,[\xfae0,\xfae0]->\xf4c5,[\xfae1,\xfae1]->\xc3a1,\
++    [\xfae2,\xfae2]->\xc3b5,[\xfae3,\xfae3]->\xc3c9,[\xfae4,\xfae4]->\xc3b9,\
++    [\xfae5,\xfae5]->\xf4c6,[\xfae6,\xfae6]->\xc3d8,[\xfae7,\xfae7]->\xc3fe,\
++    [\xfae8,\xfae8]->\xf4c7,[\xfae9,\xfae9]->\xc4cc,[\xfaea,\xfaea]->\xf4c8,\
++    [\xfaeb,\xfaeb]->\xc4d9,[\xfaec,\xfaec]->\xc4ea,[\xfaed,\xfaed]->\xc4fd,\
++    [\xfaee,\xfaee]->\xf4c9,[\xfaef,\xfaef]->\xc5a7,[\xfaf0,\xfaf0]->\xc5b5,\
++    [\xfaf1,\xfaf1]->\xc5b6,[\xfaf2,\xfaf2]->\xf4ca,[\xfaf3,\xfaf3]->\xc5d5,\
++    [\xfaf4,\xfaf4]->\xc6b8,[\xfaf5,\xfaf5]->\xc6d7,[\xfaf6,\xfaf6]->\xc6e0,\
++    [\xfaf7,\xfaf7]->\xc6ea,[\xfaf8,\xfaf8]->\xc6e3,[\xfaf9,\xfaf9]->\xc7a1,\
++    [\xfafa,\xfafa]->\xc7ab,[\xfafb,\xfafb]->\xc7c7,[\xfafc,\xfafc]->\xc7c3,\
++    [\xfb40,\xfb40]->\xc7cb,[\xfb41,\xfb41]->\xc7cf,[\xfb42,\xfb42]->\xc7d9,\
++    [\xfb43,\xfb43]->\xf4cb,[\xfb44,\xfb44]->\xf4cc,[\xfb45,\xfb45]->\xc7e6,\
++    [\xfb46,\xfb46]->\xc7ee,[\xfb47,\xfb47]->\xc7fc,[\xfb48,\xfb48]->\xc7eb,\
++    [\xfb49,\xfb49]->\xc7f0,[\xfb4a,\xfb4a]->\xc8b1,[\xfb4b,\xfb4b]->\xc8e5,\
++    [\xfb4c,\xfb4c]->\xc8f8,[\xfb4d,\xfb4d]->\xc9a6,[\xfb4e,\xfb4e]->\xc9ab,\
++    [\xfb4f,\xfb4f]->\xc9ad,[\xfb50,\xfb50]->\xf4cd,[\xfb51,\xfb51]->\xc9ca,\
++    [\xfb52,\xfb52]->\xc9d3,[\xfb53,\xfb53]->\xc9e9,[\xfb54,\xfb54]->\xc9e3,\
++    [\xfb55,\xfb55]->\xc9fc,[\xfb56,\xfb56]->\xc9f4,[\xfb57,\xfb57]->\xc9f5,\
++    [\xfb58,\xfb58]->\xf4ce,[\xfb59,\xfb59]->\xcab3,[\xfb5a,\xfb5a]->\xcabd,\
++    [\xfb5b,\xfb5b]->\xcaef,[\xfb5c,\xfb5c]->\xcaf1,[\xfb5d,\xfb5d]->\xcbae,\
++    [\xfb5e,\xfb5e]->\xf4cf,[\xfb5f,\xfb5f]->\xcbca,[\xfb60,\xfb60]->\xcbe6,\
++    [\xfb61,\xfb61]->\xcbea,[\xfb62,\xfb62]->\xcbf0,[\xfb63,\xfb63]->\xcbf4,\
++    [\xfb64,\xfb64]->\xcbee,[\xfb65,\xfb65]->\xcca5,[\xfb66,\xfb66]->\xcbf9,\
++    [\xfb67,\xfb67]->\xccab,[\xfb68,\xfb68]->\xccae,[\xfb69,\xfb69]->\xccad,\
++    [\xfb6a,\xfb6a]->\xccb2,[\xfb6b,\xfb6b]->\xccc2,[\xfb6c,\xfb6c]->\xccd0,\
++    [\xfb6d,\xfb6d]->\xccd9,[\xfb6e,\xfb6e]->\xf4d0,[\xfb6f,\xfb6f]->\xcdbb,\
++    [\xfb70,\xfb70]->\xf4d1,[\xfb71,\xfb71]->\xcebb,[\xfb72,\xfb72]->\xf4d2,\
++    [\xfb73,\xfb73]->\xceba,[\xfb74,\xfb74]->\xcec3,[\xfb75,\xfb75]->\xf4d3,\
++    [\xfb76,\xfb76]->\xcef2,[\xfb77,\xfb77]->\xb3dd,[\xfb78,\xfb78]->\xcfd5,\
++    [\xfb79,\xfb79]->\xcfe2,[\xfb7a,\xfb7a]->\xcfe9,[\xfb7b,\xfb7b]->\xcfed,\
++    [\xfb7c,\xfb7c]->\xf4d4,[\xfb7d,\xfb7d]->\xf4d5,[\xfb7e,\xfb7e]->\xf4d6,\
++    [\xfb80,\xfb80]->\xf4d7,[\xfb81,\xfb81]->\xd0e5,[\xfb82,\xfb82]->\xf4d8,\
++    [\xfb83,\xfb83]->\xd0e9,[\xfb84,\xfb84]->\xd1e8,[\xfb85,\xfb85]->\xf4d9,\
++    [\xfb86,\xfb86]->\xf4da,[\xfb87,\xfb87]->\xd1ec,[\xfb88,\xfb88]->\xd2bb,\
++    [\xfb89,\xfb89]->\xf4db,[\xfb8a,\xfb8a]->\xd3e1,[\xfb8b,\xfb8b]->\xd3e8,\
++    [\xfb8c,\xfb8c]->\xd4a7,[\xfb8d,\xfb8d]->\xf4dc,[\xfb8e,\xfb8e]->\xf4dd,\
++    [\xfb8f,\xfb8f]->\xd4d4,[\xfb90,\xfb90]->\xd4f2,[\xfb91,\xfb91]->\xd5ae,\
++    [\xfb92,\xfb92]->\xf4de,[\xfb93,\xfb93]->\xd7de,[\xfb94,\xfb94]->\xf4df,\
++    [\xfb95,\xfb95]->\xd8a2,[\xfb96,\xfb96]->\xd8b7,[\xfb97,\xfb97]->\xd8c1,\
++    [\xfb98,\xfb98]->\xd8d1,[\xfb99,\xfb99]->\xd8f4,[\xfb9a,\xfb9a]->\xd9c6,\
++    [\xfb9b,\xfb9b]->\xd9c8,[\xfb9c,\xfb9c]->\xd9d1,[\xfb9d,\xfb9d]->\xf4e0,\
++    [\xfb9e,\xfb9e]->\xf4e1,[\xfb9f,\xfb9f]->\xf4e2,[\xfba0,\xfba0]->\xf4e3,\
++    [\xfba1,\xfba1]->\xf4e4,[\xfba2,\xfba2]->\xdcd3,[\xfba3,\xfba3]->\xddc8,\
++    [\xfba4,\xfba4]->\xddd4,[\xfba5,\xfba5]->\xddea,[\xfba6,\xfba6]->\xddfa,\
++    [\xfba7,\xfba7]->\xdea4,[\xfba8,\xfba8]->\xdeb0,[\xfba9,\xfba9]->\xf4e5,\
++    [\xfbaa,\xfbaa]->\xdeb5,[\xfbab,\xfbab]->\xdecb,[\xfbac,\xfbac]->\xf4e6,\
++    [\xfbad,\xfbad]->\xdfb9,[\xfbae,\xfbae]->\xf4e7,[\xfbaf,\xfbaf]->\xdfc3,\
++    [\xfbb0,\xfbb0]->\xf4e8,[\xfbb1,\xfbb1]->\xf4e9,[\xfbb2,\xfbb2]->\xe0d9,\
++    [\xfbb3,\xfbb3]->\xf4ea,[\xfbb4,\xfbb4]->\xf4eb,[\xfbb5,\xfbb5]->\xe1e2,\
++    [\xfbb6,\xfbb6]->\xf4ec,[\xfbb7,\xfbb7]->\xf4ed,[\xfbb8,\xfbb8]->\xf4ee,\
++    [\xfbb9,\xfbb9]->\xe2c7,[\xfbba,\xfbba]->\xe3a8,[\xfbbb,\xfbbb]->\xe3a6,\
++    [\xfbbc,\xfbbc]->\xe3a9,[\xfbbd,\xfbbd]->\xe3af,[\xfbbe,\xfbbe]->\xe3b0,\
++    [\xfbbf,\xfbbf]->\xe3aa,[\xfbc0,\xfbc0]->\xe3ab,[\xfbc1,\xfbc1]->\xe3bc,\
++    [\xfbc2,\xfbc2]->\xe3c1,[\xfbc3,\xfbc3]->\xe3bf,[\xfbc4,\xfbc4]->\xe3d5,\
++    [\xfbc5,\xfbc5]->\xe3d8,[\xfbc6,\xfbc6]->\xe3d6,[\xfbc7,\xfbc7]->\xe3df,\
++    [\xfbc8,\xfbc8]->\xe3e3,[\xfbc9,\xfbc9]->\xe3e1,[\xfbca,\xfbca]->\xe3d4,\
++    [\xfbcb,\xfbcb]->\xe3e9,[\xfbcc,\xfbcc]->\xe4a6,[\xfbcd,\xfbcd]->\xe3f1,\
++    [\xfbce,\xfbce]->\xe3f2,[\xfbcf,\xfbcf]->\xe4cb,[\xfbd0,\xfbd0]->\xe4c1,\
++    [\xfbd1,\xfbd1]->\xe4c3,[\xfbd2,\xfbd2]->\xe4be,[\xfbd3,\xfbd3]->\xf4ef,\
++    [\xfbd4,\xfbd4]->\xe4c0,[\xfbd5,\xfbd5]->\xe4c7,[\xfbd6,\xfbd6]->\xe4bf,\
++    [\xfbd7,\xfbd7]->\xe4e0,[\xfbd8,\xfbd8]->\xe4de,[\xfbd9,\xfbd9]->\xe4d1,\
++    [\xfbda,\xfbda]->\xf4f0,[\xfbdb,\xfbdb]->\xe4dc,[\xfbdc,\xfbdc]->\xe4d2,\
++    [\xfbdd,\xfbdd]->\xe4db,[\xfbde,\xfbde]->\xe4d4,[\xfbdf,\xfbdf]->\xe4fa,\
++    [\xfbe0,\xfbe0]->\xe4ef,[\xfbe1,\xfbe1]->\xe5b3,[\xfbe2,\xfbe2]->\xe5bf,\
++    [\xfbe3,\xfbe3]->\xe5c9,[\xfbe4,\xfbe4]->\xe5d0,[\xfbe5,\xfbe5]->\xe5e2,\
++    [\xfbe6,\xfbe6]->\xe5ea,[\xfbe7,\xfbe7]->\xe5eb,[\xfbe8,\xfbe8]->\xf4f1,\
++    [\xfbe9,\xfbe9]->\xf4f2,[\xfbea,\xfbea]->\xf4f3,[\xfbeb,\xfbeb]->\xe6e8,\
++    [\xfbec,\xfbec]->\xe6ef,[\xfbed,\xfbed]->\xe7ac,[\xfbee,\xfbee]->\xf4f4,\
++    [\xfbef,\xfbef]->\xe7ae,[\xfbf0,\xfbf0]->\xf4f5,[\xfbf1,\xfbf1]->\xe7b1,\
++    [\xfbf2,\xfbf2]->\xf4f6,[\xfbf3,\xfbf3]->\xe7b2,[\xfbf4,\xfbf4]->\xe8b1,\
++    [\xfbf5,\xfbf5]->\xe8b6,[\xfbf6,\xfbf6]->\xf4f7,[\xfbf7,\xfbf7]->\xf4f8,\
++    [\xfbf8,\xfbf8]->\xe8dd,[\xfbf9,\xfbf9]->\xf4f9,[\xfbfa,\xfbfa]->\xf4fa,\
++    [\xfbfb,\xfbfb]->\xe9d1,[\xfbfc,\xfbfc]->\xf4fb,[\xfc40,\xfc40]->\xe9ed,\
++    [\xfc41,\xfc41]->\xeacd,[\xfc42,\xfc42]->\xf4fc,[\xfc43,\xfc43]->\xeadb,\
++    [\xfc44,\xfc44]->\xeae6,[\xfc45,\xfc45]->\xeaea,[\xfc46,\xfc46]->\xeba5,\
++    [\xfc47,\xfc47]->\xebfb,[\xfc48,\xfc48]->\xebfa,[\xfc49,\xfc49]->\xf4fd,\
++    [\xfc4a,\xfc4a]->\xecd6,[\xfc4b,\xfc4b]->\xf4fe,\
++    [\xed40,\xed40]->\xd4e3,[\xed41,\xed41]->\xdcdf,[\xed42,\xed42]->\xe4e9,\
++    [\xed43,\xed43]->\xe3f8,[\xed44,\xed44]->\xd9a1,[\xed45,\xed45]->\xb1bb,\
++    [\xed46,\xed46]->\xf4ae,[\xed47,\xed47]->\xc2ad,[\xed48,\xed48]->\xc3fc,\
++    [\xed49,\xed49]->\xe4d0,[\xed4a,\xed4a]->\xc2bf,[\xed4b,\xed4b]->\xbcf4,\
++    [\xed4c,\xed4c]->\xb0a9,[\xed4d,\xed4d]->\xb0c8,[\xed4e,\xed4e]->\xf4af,\
++    [\xed4f,\xed4f]->\xb0d2,[\xed50,\xed50]->\xb0d4,[\xed51,\xed51]->\xb0e3,\
++    [\xed52,\xed52]->\xb0ee,[\xed53,\xed53]->\xb1a7,[\xed54,\xed54]->\xb1a3,\
++    [\xed55,\xed55]->\xb1ac,[\xed56,\xed56]->\xb1a9,[\xed57,\xed57]->\xb1be,\
++    [\xed58,\xed58]->\xb1df,[\xed59,\xed59]->\xb1d8,[\xed5a,\xed5a]->\xb1c8,\
++    [\xed5b,\xed5b]->\xb1d7,[\xed5c,\xed5c]->\xb1e3,[\xed5d,\xed5d]->\xb1f4,\
++    [\xed5e,\xed5e]->\xb1e1,[\xed5f,\xed5f]->\xb2a3,[\xed60,\xed60]->\xf4b0,\
++    [\xed61,\xed61]->\xb2bb,[\xed62,\xed62]->\xb2e6,[\xed63,\xed63]->\xb2ed,\
++    [\xed64,\xed64]->\xb2f5,[\xed65,\xed65]->\xb2fc,[\xed66,\xed66]->\xf4b1,\
++    [\xed67,\xed67]->\xb3b5,[\xed68,\xed68]->\xb3d8,[\xed69,\xed69]->\xb3db,\
++    [\xed6a,\xed6a]->\xb3e5,[\xed6b,\xed6b]->\xb3ee,[\xed6c,\xed6c]->\xb3fb,\
++    [\xed6d,\xed6d]->\xf4b2,[\xed6e,\xed6e]->\xf4b3,[\xed6f,\xed6f]->\xb4c0,\
++    [\xed70,\xed70]->\xb4c7,[\xed71,\xed71]->\xb4d0,[\xed72,\xed72]->\xb4de,\
++    [\xed73,\xed73]->\xf4b4,[\xed74,\xed74]->\xb5aa,[\xed75,\xed75]->\xf4b5,\
++    [\xed76,\xed76]->\xb5af,[\xed77,\xed77]->\xb5c4,[\xed78,\xed78]->\xb5e8,\
++    [\xed79,\xed79]->\xf4b6,[\xed7a,\xed7a]->\xb7c2,[\xed7b,\xed7b]->\xb7e4,\
++    [\xed7c,\xed7c]->\xb7e8,[\xed7d,\xed7d]->\xb7e7,[\xed7e,\xed7e]->\xf4b7,\
++    [\xed80,\xed80]->\xf4b8,[\xed81,\xed81]->\xf4b9,[\xed82,\xed82]->\xb8ce,\
++    [\xed83,\xed83]->\xb8e1,[\xed84,\xed84]->\xb8f5,[\xed85,\xed85]->\xb8f7,\
++    [\xed86,\xed86]->\xb8f8,[\xed87,\xed87]->\xb8fc,[\xed88,\xed88]->\xb9af,\
++    [\xed89,\xed89]->\xb9b7,[\xed8a,\xed8a]->\xbabe,[\xed8b,\xed8b]->\xbadb,\
++    [\xed8c,\xed8c]->\xcdaa,[\xed8d,\xed8d]->\xbae1,[\xed8e,\xed8e]->\xf4ba,\
++    [\xed8f,\xed8f]->\xbaeb,[\xed90,\xed90]->\xbbb3,[\xed91,\xed91]->\xbbb8,\
++    [\xed92,\xed92]->\xf4bb,[\xed93,\xed93]->\xbbca,[\xed94,\xed94]->\xf4bc,\
++    [\xed95,\xed95]->\xf4bd,[\xed96,\xed96]->\xbbd0,[\xed97,\xed97]->\xbbde,\
++    [\xed98,\xed98]->\xbbf4,[\xed99,\xed99]->\xbbf5,[\xed9a,\xed9a]->\xbbf9,\
++    [\xed9b,\xed9b]->\xbce4,[\xed9c,\xed9c]->\xbced,[\xed9d,\xed9d]->\xbcfe,\
++    [\xed9e,\xed9e]->\xf4be,[\xed9f,\xed9f]->\xbdc2,[\xeda0,\xeda0]->\xbde7,\
++    [\xeda1,\xeda1]->\xf4bf,[\xeda2,\xeda2]->\xbdf0,[\xeda3,\xeda3]->\xbeb0,\
++    [\xeda4,\xeda4]->\xbeac,[\xeda5,\xeda5]->\xf4c0,[\xeda6,\xeda6]->\xbeb3,\
++    [\xeda7,\xeda7]->\xbebd,[\xeda8,\xeda8]->\xbecd,[\xeda9,\xeda9]->\xbec9,\
++    [\xedaa,\xedaa]->\xbee4,[\xedab,\xedab]->\xbfa8,[\xedac,\xedac]->\xbfc9,\
++    [\xedad,\xedad]->\xc0c4,[\xedae,\xedae]->\xc0e4,[\xedaf,\xedaf]->\xc0f4,\
++    [\xedb0,\xedb0]->\xc1a6,[\xedb1,\xedb1]->\xf4c1,[\xedb2,\xedb2]->\xc1f5,\
++    [\xedb3,\xedb3]->\xc1fc,[\xedb4,\xedb4]->\xf4c2,[\xedb5,\xedb5]->\xc1f8,\
++    [\xedb6,\xedb6]->\xc2ab,[\xedb7,\xedb7]->\xc2a1,[\xedb8,\xedb8]->\xc2a5,\
++    [\xedb9,\xedb9]->\xf4c3,[\xedba,\xedba]->\xc2b8,[\xedbb,\xedbb]->\xc2ba,\
++    [\xedbc,\xedbc]->\xf4c4,[\xedbd,\xedbd]->\xc2c4,[\xedbe,\xedbe]->\xc2d2,\
++    [\xedbf,\xedbf]->\xc2d7,[\xedc0,\xedc0]->\xc2db,[\xedc1,\xedc1]->\xc2de,\
++    [\xedc2,\xedc2]->\xc2ed,[\xedc3,\xedc3]->\xc2f0,[\xedc4,\xedc4]->\xf4c5,\
++    [\xedc5,\xedc5]->\xc3a1,[\xedc6,\xedc6]->\xc3b5,[\xedc7,\xedc7]->\xc3c9,\
++    [\xedc8,\xedc8]->\xc3b9,[\xedc9,\xedc9]->\xf4c6,[\xedca,\xedca]->\xc3d8,\
++    [\xedcb,\xedcb]->\xc3fe,[\xedcc,\xedcc]->\xf4c7,[\xedcd,\xedcd]->\xc4cc,\
++    [\xedce,\xedce]->\xf4c8,[\xedcf,\xedcf]->\xc4d9,[\xedd0,\xedd0]->\xc4ea,\
++    [\xedd1,\xedd1]->\xc4fd,[\xedd2,\xedd2]->\xf4c9,[\xedd3,\xedd3]->\xc5a7,\
++    [\xedd4,\xedd4]->\xc5b5,[\xedd5,\xedd5]->\xc5b6,[\xedd6,\xedd6]->\xf4ca,\
++    [\xedd7,\xedd7]->\xc5d5,[\xedd8,\xedd8]->\xc6b8,[\xedd9,\xedd9]->\xc6d7,\
++    [\xedda,\xedda]->\xc6e0,[\xeddb,\xeddb]->\xc6ea,[\xeddc,\xeddc]->\xc6e3,\
++    [\xeddd,\xeddd]->\xc7a1,[\xedde,\xedde]->\xc7ab,[\xeddf,\xeddf]->\xc7c7,\
++    [\xede0,\xede0]->\xc7c3,[\xede1,\xede1]->\xc7cb,[\xede2,\xede2]->\xc7cf,\
++    [\xede3,\xede3]->\xc7d9,[\xede4,\xede4]->\xf4cb,[\xede5,\xede5]->\xf4cc,\
++    [\xede6,\xede6]->\xc7e6,[\xede7,\xede7]->\xc7ee,[\xede8,\xede8]->\xc7fc,\
++    [\xede9,\xede9]->\xc7eb,[\xedea,\xedea]->\xc7f0,[\xedeb,\xedeb]->\xc8b1,\
++    [\xedec,\xedec]->\xc8e5,[\xeded,\xeded]->\xc8f8,[\xedee,\xedee]->\xc9a6,\
++    [\xedef,\xedef]->\xc9ab,[\xedf0,\xedf0]->\xc9ad,[\xedf1,\xedf1]->\xf4cd,\
++    [\xedf2,\xedf2]->\xc9ca,[\xedf3,\xedf3]->\xc9d3,[\xedf4,\xedf4]->\xc9e9,\
++    [\xedf5,\xedf5]->\xc9e3,[\xedf6,\xedf6]->\xc9fc,[\xedf7,\xedf7]->\xc9f4,\
++    [\xedf8,\xedf8]->\xc9f5,[\xedf9,\xedf9]->\xf4ce,[\xedfa,\xedfa]->\xcab3,\
++    [\xedfb,\xedfb]->\xcabd,[\xedfc,\xedfc]->\xcaef,[\xee40,\xee40]->\xcaf1,\
++    [\xee41,\xee41]->\xcbae,[\xee42,\xee42]->\xf4cf,[\xee43,\xee43]->\xcbca,\
++    [\xee44,\xee44]->\xcbe6,[\xee45,\xee45]->\xcbea,[\xee46,\xee46]->\xcbf0,\
++    [\xee47,\xee47]->\xcbf4,[\xee48,\xee48]->\xcbee,[\xee49,\xee49]->\xcca5,\
++    [\xee4a,\xee4a]->\xcbf9,[\xee4b,\xee4b]->\xccab,[\xee4c,\xee4c]->\xccae,\
++    [\xee4d,\xee4d]->\xccad,[\xee4e,\xee4e]->\xccb2,[\xee4f,\xee4f]->\xccc2,\
++    [\xee50,\xee50]->\xccd0,[\xee51,\xee51]->\xccd9,[\xee52,\xee52]->\xf4d0,\
++    [\xee53,\xee53]->\xcdbb,[\xee54,\xee54]->\xf4d1,[\xee55,\xee55]->\xcebb,\
++    [\xee56,\xee56]->\xf4d2,[\xee57,\xee57]->\xceba,[\xee58,\xee58]->\xcec3,\
++    [\xee59,\xee59]->\xf4d3,[\xee5a,\xee5a]->\xcef2,[\xee5b,\xee5b]->\xb3dd,\
++    [\xee5c,\xee5c]->\xcfd5,[\xee5d,\xee5d]->\xcfe2,[\xee5e,\xee5e]->\xcfe9,\
++    [\xee5f,\xee5f]->\xcfed,[\xee60,\xee60]->\xf4d4,[\xee61,\xee61]->\xf4d5,\
++    [\xee62,\xee62]->\xf4d6,[\xee63,\xee63]->\xf4d7,[\xee64,\xee64]->\xd0e5,\
++    [\xee65,\xee65]->\xf4d8,[\xee66,\xee66]->\xd0e9,[\xee67,\xee67]->\xd1e8,\
++    [\xee68,\xee68]->\xf4d9,[\xee69,\xee69]->\xf4da,[\xee6a,\xee6a]->\xd1ec,\
++    [\xee6b,\xee6b]->\xd2bb,[\xee6c,\xee6c]->\xf4db,[\xee6d,\xee6d]->\xd3e1,\
++    [\xee6e,\xee6e]->\xd3e8,[\xee6f,\xee6f]->\xd4a7,[\xee70,\xee70]->\xf4dc,\
++    [\xee71,\xee71]->\xf4dd,[\xee72,\xee72]->\xd4d4,[\xee73,\xee73]->\xd4f2,\
++    [\xee74,\xee74]->\xd5ae,[\xee75,\xee75]->\xf4de,[\xee76,\xee76]->\xd7de,\
++    [\xee77,\xee77]->\xf4df,[\xee78,\xee78]->\xd8a2,[\xee79,\xee79]->\xd8b7,\
++    [\xee7a,\xee7a]->\xd8c1,[\xee7b,\xee7b]->\xd8d1,[\xee7c,\xee7c]->\xd8f4,\
++    [\xee7d,\xee7d]->\xd9c6,[\xee7e,\xee7e]->\xd9c8,[\xee80,\xee80]->\xd9d1,\
++    [\xee81,\xee81]->\xf4e0,[\xee82,\xee82]->\xf4e1,[\xee83,\xee83]->\xf4e2,\
++    [\xee84,\xee84]->\xf4e3,[\xee85,\xee85]->\xf4e4,[\xee86,\xee86]->\xdcd3,\
++    [\xee87,\xee87]->\xddc8,[\xee88,\xee88]->\xddd4,[\xee89,\xee89]->\xddea,\
++    [\xee8a,\xee8a]->\xddfa,[\xee8b,\xee8b]->\xdea4,[\xee8c,\xee8c]->\xdeb0,\
++    [\xee8d,\xee8d]->\xf4e5,[\xee8e,\xee8e]->\xdeb5,[\xee8f,\xee8f]->\xdecb,\
++    [\xee90,\xee90]->\xf4e6,[\xee91,\xee91]->\xdfb9,[\xee92,\xee92]->\xf4e7,\
++    [\xee93,\xee93]->\xdfc3,[\xee94,\xee94]->\xf4e8,[\xee95,\xee95]->\xf4e9,\
++    [\xee96,\xee96]->\xe0d9,[\xee97,\xee97]->\xf4ea,[\xee98,\xee98]->\xf4eb,\
++    [\xee99,\xee99]->\xe1e2,[\xee9a,\xee9a]->\xf4ec,[\xee9b,\xee9b]->\xf4ed,\
++    [\xee9c,\xee9c]->\xf4ee,[\xee9d,\xee9d]->\xe2c7,[\xee9e,\xee9e]->\xe3a8,\
++    [\xee9f,\xee9f]->\xe3a6,[\xeea0,\xeea0]->\xe3a9,[\xeea1,\xeea1]->\xe3af,\
++    [\xeea2,\xeea2]->\xe3b0,[\xeea3,\xeea3]->\xe3aa,[\xeea4,\xeea4]->\xe3ab,\
++    [\xeea5,\xeea5]->\xe3bc,[\xeea6,\xeea6]->\xe3c1,[\xeea7,\xeea7]->\xe3bf,\
++    [\xeea8,\xeea8]->\xe3d5,[\xeea9,\xeea9]->\xe3d8,[\xeeaa,\xeeaa]->\xe3d6,\
++    [\xeeab,\xeeab]->\xe3df,[\xeeac,\xeeac]->\xe3e3,[\xeead,\xeead]->\xe3e1,\
++    [\xeeae,\xeeae]->\xe3d4,[\xeeaf,\xeeaf]->\xe3e9,[\xeeb0,\xeeb0]->\xe4a6,\
++    [\xeeb1,\xeeb1]->\xe3f1,[\xeeb2,\xeeb2]->\xe3f2,[\xeeb3,\xeeb3]->\xe4cb,\
++    [\xeeb4,\xeeb4]->\xe4c1,[\xeeb5,\xeeb5]->\xe4c3,[\xeeb6,\xeeb6]->\xe4be,\
++    [\xeeb7,\xeeb7]->\xf4ef,[\xeeb8,\xeeb8]->\xe4c0,[\xeeb9,\xeeb9]->\xe4c7,\
++    [\xeeba,\xeeba]->\xe4bf,[\xeebb,\xeebb]->\xe4e0,[\xeebc,\xeebc]->\xe4de,\
++    [\xeebd,\xeebd]->\xe4d1,[\xeebe,\xeebe]->\xf4f0,[\xeebf,\xeebf]->\xe4dc,\
++    [\xeec0,\xeec0]->\xe4d2,[\xeec1,\xeec1]->\xe4db,[\xeec2,\xeec2]->\xe4d4,\
++    [\xeec3,\xeec3]->\xe4fa,[\xeec4,\xeec4]->\xe4ef,[\xeec5,\xeec5]->\xe5b3,\
++    [\xeec6,\xeec6]->\xe5bf,[\xeec7,\xeec7]->\xe5c9,[\xeec8,\xeec8]->\xe5d0,\
++    [\xeec9,\xeec9]->\xe5e2,[\xeeca,\xeeca]->\xe5ea,[\xeecb,\xeecb]->\xe5eb,\
++    [\xeecc,\xeecc]->\xf4f1,[\xeecd,\xeecd]->\xf4f2,[\xeece,\xeece]->\xf4f3,\
++    [\xeecf,\xeecf]->\xe6e8,[\xeed0,\xeed0]->\xe6ef,[\xeed1,\xeed1]->\xe7ac,\
++    [\xeed2,\xeed2]->\xf4f4,[\xeed3,\xeed3]->\xe7ae,[\xeed4,\xeed4]->\xf4f5,\
++    [\xeed5,\xeed5]->\xe7b1,[\xeed6,\xeed6]->\xf4f6,[\xeed7,\xeed7]->\xe7b2,\
++    [\xeed8,\xeed8]->\xe8b1,[\xeed9,\xeed9]->\xe8b6,[\xeeda,\xeeda]->\xf4f7,\
++    [\xeedb,\xeedb]->\xf4f8,[\xeedc,\xeedc]->\xe8dd,[\xeedd,\xeedd]->\xf4f9,\
++    [\xeede,\xeede]->\xf4fa,[\xeedf,\xeedf]->\xe9d1,[\xeee0,\xeee0]->\xf4fb,\
++    [\xeee1,\xeee1]->\xe9ed,[\xeee2,\xeee2]->\xeacd,[\xeee3,\xeee3]->\xf4fc,\
++    [\xeee4,\xeee4]->\xeadb,[\xeee5,\xeee5]->\xeae6,[\xeee6,\xeee6]->\xeaea,\
++    [\xeee7,\xeee7]->\xeba5,[\xeee8,\xeee8]->\xebfb,[\xeee9,\xeee9]->\xebfa,\
++    [\xeeea,\xeeea]->\xf4fd,[\xeeeb,\xeeeb]->\xecd6,[\xeeec,\xeeec]->\xf4fe,\
++    [\xeeef,\xeeef]->\xf3f3,[\xeef0,\xeef0]->\xf3f4,[\xeef1,\xeef1]->\xf3f5,\
++    [\xeef2,\xeef2]->\xf3f6,[\xeef3,\xeef3]->\xf3f7,[\xeef4,\xeef4]->\xf3f8,\
++    [\xeef5,\xeef5]->\xf3f9,[\xeef6,\xeef6]->\xf3fa,[\xeef7,\xeef7]->\xf3fb,\
++    [\xeef8,\xeef8]->\xf3fc,[\xeefa,\xeefa]->\xa2c3,[\xeefb,\xeefb]->\xf4a9,\
++    [\xeefc,\xeefc]->\xf4aa,
++}
++
++XCOMM 	cs3 class
++cs3	{
+ 	side		GR
+ 	length		1
+-#if WCHAR32
+ 	wc_encoding	\x10000000
+-#else
+-	wc_encoding	\x00000080
+-#endif
+ 	ct_encoding	JISX0201.1976-0:GR
+ }
+ 
+-XCOMM 	cs3 class
+-XCOMM cs3	{
+-XCOMM 	side		GR
+-XCOMM 	length		2
+-XCOMM #if WCHAR32
+-XCOMM 	wc_encoding	\x20000000
+-XCOMM #else
+-XCOMM 	wc_encoding	\x00008000
+-XCOMM #endif
+-XCOMM 	ct_encoding	JISX0212.1990-0:GL; JISX0212.1990-0:GR
+-XCOMM }
+-
+ END XLC_XLOCALE
+ 
+ #else /* __uxp__ */
+diff -urp -x '*~' -x '*.orig' nls/ja_JP.UTF-8/Compose.pre nls/ja_JP.UTF-8/Compose.pre
+--- nls/ja_JP.UTF-8/Compose.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/ja_JP.UTF-8/Compose.pre	2008-02-27 21:08:32.576467000 -0800
+@@ -0,0 +1,2587 @@
++XCOMM
++XCOMM Copyright 1996-2002 Sun Microsystems, Inc.  All rights reserved.
++XCOMM Use is subject to license terms.
++XCOMM
++XCOMM ident  "@(#)Compose 1.9 03/09/09 SMI"
++XCOMM based on	"@(#)en_US.UTF-8	1.62 03/09/08 SMI"
++XCOMM
++XCOMM Compose table for the ja_JP.UTF-8 locale.
++XCOMM
++
++STATE "[ 英語/ヨーロッパ言語 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ キリル文字 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ ギリシア語 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ タイ語 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ アラビア語 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ ヘブライ語 ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode 16進 ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode 8進 ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日本語 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓国語 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ キリル文字 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ ギリシア語 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ タイ語 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ アラビア語 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ ヘブライ語 ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode 16進 ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode 8進 ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日本語 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓国語 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++XCOMM Rules to compose Euro Currency Symbol
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<Multi_key> <e> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <e>	: "\xe2\x82\xac"
++<Multi_key> <E> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <E>	: "\xe2\x82\xac"
++Ctrl<T> <e> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <e>	: "\xe2\x82\xac"
++Ctrl<T> <E> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <E>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
++
++<Multi_key> <plus> <plus>		: "\x23"	numbersign
++<Multi_key> <apostrophe> <space>	: "\x27"	apostrophe
++<Multi_key> <space> <apostrophe>	: "\x27'"	apostrophe
++<Multi_key> <A> <A>			: "\x40"	at
++<Multi_key> <a> <A>			: "\xc4\x84"	Aogonek
++<Multi_key> <A> <a> 			: "\xc4\x84"	Aogonek
++<Multi_key> <a> <a> 			: "\xc4\x85"	aogonek
++<Multi_key> <parenleft> <parenleft>	: "\x5b"	bracketleft
++<Multi_key> <slash> <slash>		: "\x5c"	backslash
++<Multi_key> <slash> <less>		: "\x5c"	backslash
++<Multi_key> <less> <slash>		: "\x5c"	backslash
++<Multi_key> <parenright> <parenright>	: "\x5d"	bracketright
++<Multi_key> <asciicircum> <space>	: "\x5e"	asciicircum
++<Multi_key> <space> <asciicircum>	: "\x5e"	asciicircum
++<Multi_key> <greater> <space>		: "\x5e"	asciicircum
++<Multi_key> <space> <greater>		: "\x5e"	asciicircum
++<Multi_key> <grave> <space>		: "\x60"	grave
++<Multi_key> <space> <grave>		: "\x60"	grave
++<Multi_key> <parenleft> <minus>		: "\x7b"	braceleft
++<Multi_key> <minus> <parenleft>		: "\x7b"	braceleft
++<Multi_key> <slash> <asciicircum>	: "\x7c"	bar
++<Multi_key> <asciicircum> <slash>	: "\x7c"	bar
++<Multi_key> <V> <L>			: "\x7c"	bar
++<Multi_key> <L> <V>			: "\x7c"	bar
++<Multi_key> <v> <l>			: "\x7c"	bar
++<Multi_key> <l> <v>			: "\x7c"	bar
++<Multi_key> <parenright> <minus>	: "\x7d"	braceright
++<Multi_key> <minus> <parenright>	: "\x7d"	braceright
++<Multi_key> <asciitilde> <space>	: "\x7e"	asciitilde
++<Multi_key> <space> <asciitilde>	: "\x7e"	asciitilde
++<Multi_key> <minus> <space>		: "\x7e"	asciitilde
++<Multi_key> <space> <minus>		: "\x7e"	asciitilde
++<Multi_key> <exclam> <exclam>		: "\xc2\xa1"	exclamdown
++<Multi_key> <C> <acute> 		: "\xc4\x86"	Cacute
++<Multi_key> <c> <acute> 		: "\xc4\x87"	cacute
++<Multi_key> <acute> <C>			: "\xc4\x86"	Cacute
++<Multi_key> <acute> <c>			: "\xc4\x87"	cacute
++<Multi_key> <c> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <c>			: "\xc2\xa2"	cent
++<Multi_key> <C> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <C>			: "\xc2\xa2"	cent
++<Multi_key> <C> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <C>			: "\xc2\xa2"	cent
++<Multi_key> <c> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <c>			: "\xc2\xa2"	cent
++<Multi_key> <acute> <L>			: "\xc4\xb9"	Lacute
++<Multi_key> <L> <acute> 		: "\xc4\xb9"	Lacute
++<Multi_key> <acute> <l>			: "\xc4\xba"	lacute
++<Multi_key> <l> <acute> 		: "\xc4\xba"	lacute
++<Multi_key> <l> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <l> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <acute> <N>			: "\xc5\x83"	Nacute
++<Multi_key> <N> <acute> 		: "\xc5\x83"	Nacute
++<Multi_key> <y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <s> <o>			: "\xc2\xa7"	section
++<Multi_key> <o> <s>			: "\xc2\xa7"	section
++<Multi_key> <S> <O>			: "\xc2\xa7"	section
++<Multi_key> <O> <S>			: "\xc2\xa7"	section
++<Multi_key> <S> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <S>		: "\xc2\xa7"	section
++<Multi_key> <s> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <s>		: "\xc2\xa7"	section
++<Multi_key> <S> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <S>			: "\xc2\xa7"	section
++<Multi_key> <s> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <s>			: "\xc2\xa7"	section
++<Multi_key> <x> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <X>			: "\xc2\xa4"	currency
++<Multi_key> <c> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <a> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <a>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <A> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <A>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <o> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <o>			: "\xc2\xba"	masculine
++<Multi_key> <O> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <O>			: "\xc2\xba"	masculine
++<Multi_key> <less> <less>		: "\xc2\xab"	guillemotleft
++<Multi_key> <greater> <greater>		: "\xc2\xbb"	guillemotright
++<Multi_key> <0> <asciicircum>		: "\xc2\xb0"	degree
++<Multi_key> <asciicircum> <0>		: "\xc2\xb0"	degree
++<Multi_key> <0> <asterisk>		: "\xc2\xb0"	degree
++<Multi_key> <asterisk> <0>		: "\xc2\xb0"	degree
++<Multi_key> <plus> <minus>		: "\xc2\xb1"	plusminus
++<Multi_key> <minus> <plus>		: "\xc2\xb1"	plusminus
++<Multi_key> <slash> <u>			: "\xc2\xb5"	mu
++<Multi_key> <u> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <slash> <U>			: "\xc2\xb5"	mu
++<Multi_key> <U> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <1> <asciicircum>		: "\xc2\xb9"	onesuperior
++<Multi_key> <asciicircum> <1>		: "\xc2\xb9"	onesuperior
++<Multi_key> <S> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <S>			: "\xc2\xb9"	onesuperior
++<Multi_key> <s> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <s>			: "\xc2\xb9"	onesuperior
++<Multi_key> <2> <asciicircum>		: "\xc2\xb2"	twosuperior
++<Multi_key> <asciicircum> <2>		: "\xc2\xb2"	twosuperior
++<Multi_key> <S> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <S>			: "\xc2\xb2"	twosuperior
++<Multi_key> <s> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <s>			: "\xc2\xb2"	twosuperior
++<Multi_key> <3> <asciicircum>		: "\xc2\xb3"	threesuperior
++<Multi_key> <asciicircum> <3>		: "\xc2\xb3"	threesuperior
++<Multi_key> <S> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <S>			: "\xc2\xb3"	threesuperior
++<Multi_key> <s> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <s>			: "\xc2\xb3"	threesuperior
++<Multi_key> <p> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <p>		: "\xc2\xb6"	paragraph
++<Multi_key> <P> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <P>		: "\xc2\xb6"	paragraph
++<Multi_key> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++<Multi_key> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++<Multi_key> <period> <period>		: "\xc2\xb7"	periodcentered
++<Multi_key> <1> <4>			: "\xc2\xbc"	onequarter
++<Multi_key> <1> <2>			: "\xc2\xbd"	onehalf
++<Multi_key> <3> <4>			: "\xc2\xbe"	threequarters
++<Multi_key> <question> <question>	: "\xc2\xbf"	questiondown
++<Multi_key> <space> <space>		: "\xc2\xa0"	nobreakspace
++<Multi_key> <bar> <bar>			: "\xc2\xa6"	brokenbar
++<Multi_key> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++<Multi_key> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++<Multi_key> <V> <B>			: "\xc2\xa6"	brokenbar
++<Multi_key> <B> <V>			: "\xc2\xa6"	brokenbar
++<Multi_key> <v> <b>			: "\xc2\xa6"	brokenbar
++<Multi_key> <b> <v>			: "\xc2\xa6"	brokenbar
++<Multi_key> <minus> <comma>		: "\xc2\xac"	notsign
++<Multi_key> <comma> <minus>		: "\xc2\xac"	notsign
++<Multi_key> <minus> <minus>		: "\xc2\xad"	hyphen
++<Multi_key> <R> <O>			: "\xc2\xae"	registered
++<Multi_key> <O> <R>			: "\xc2\xae"	registered
++<Multi_key> <minus> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <minus>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <minus> <colon>		: "\xc3\xb7"	division
++<Multi_key> <colon> <minus>		: "\xc3\xb7"	division
++<Multi_key> <x> <x>			: "\xc3\x97"	multiply
++<Multi_key> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++<Multi_key> <comma> <comma>		: "\xc2\xb8"	cedilla
++<Multi_key> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++<Multi_key> <A> <grave>			: "\xc3\x80"	Agrave
++<Multi_key> <grave> <A>			: "\xc3\x80"	Agrave
++<Multi_key> <A> <acute>			: "\xc3\x81"	Aacute
++<Multi_key> <acute> <A>			: "\xc3\x81"	Aacute
++<Multi_key> <A> <apostrophe>		: "\xc3\x81"	Aacute
++<Multi_key> <apostrophe> <A>		: "\xc3\x81"	Aacute
++<Multi_key> <A> <asciicircum>		: "\xc3\x82"	Acircumflex
++<Multi_key> <asciicircum> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <greater>		: "\xc3\x82"	Acircumflex
++<Multi_key> <greater> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <asciitilde>		: "\xc3\x83"	Atilde
++<Multi_key> <asciitilde> <A>		: "\xc3\x83"	Atilde
++<Multi_key> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <asterisk>		: "\xc3\x85"	Aring
++<Multi_key> <asterisk> <A>		: "\xc3\x85"	Aring
++<Multi_key> <A> <E>			: "\xc3\x86"	AE
++<Multi_key> <a> <grave>			: "\xc3\xa0"	agrave
++<Multi_key> <grave> <a>			: "\xc3\xa0"	agrave
++<Multi_key> <a> <acute>			: "\xc3\xa1"	aacute
++<Multi_key> <acute> <a>			: "\xc3\xa1"	aacute
++<Multi_key> <a> <apostrophe>		: "\xc3\xa1"	aacute
++<Multi_key> <apostrophe> <a>		: "\xc3\xa1"	aacute
++<Multi_key> <a> <asciicircum>		: "\xc3\xa2"	acircumflex
++<Multi_key> <asciicircum> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <greater>		: "\xc3\xa2"	acircumflex
++<Multi_key> <greater> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <asciitilde>		: "\xc3\xa3"	atilde
++<Multi_key> <asciitilde> <a>		: "\xc3\xa3"	atilde
++<Multi_key> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <asterisk>		: "\xc3\xa5"	aring
++<Multi_key> <asterisk> <a>		: "\xc3\xa5"	aring
++<Multi_key> <a> <e>			: "\xc3\xa6"	ae
++<Multi_key> <C> <comma>			: "\xc3\x87"	Ccedilla
++<Multi_key> <comma> <C>			: "\xc3\x87"	Ccedilla
++<Multi_key> <c> <comma>			: "\xc3\xa7"	ccedilla
++<Multi_key> <comma> <c>			: "\xc3\xa7"	ccedilla
++XCOMM<Multi_key> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM<Multi_key> <minus> <d>		: "\xc3\xb0"	eth
++<Multi_key> <D> <minus>			: "\xc3\x90"	ETH
++<Multi_key> <d> <minus>			: "\xc3\xb0"	eth
++<Multi_key> <slash> <D>			: "\xc4\x90"	Dstroke
++<Multi_key> <slash> <d>			: "\xc4\x91"	dstroke
++<Multi_key> <E> <grave>			: "\xc3\x88"	Egrave
++<Multi_key> <grave> <E>			: "\xc3\x88"	Egrave
++<Multi_key> <E> <acute>			: "\xc3\x89"	Eacute
++<Multi_key> <acute> <E>			: "\xc3\x89"	Eacute
++<Multi_key> <E> <apostrophe>		: "\xc3\x89"	Eacute
++<Multi_key> <apostrophe> <E>		: "\xc3\x89"	Eacute
++<Multi_key> <E> <asciicircum>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <asciicircum> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <e> <grave>			: "\xc3\xa8"	egrave
++<Multi_key> <grave> <e>			: "\xc3\xa8"	egrave
++<Multi_key> <e> <acute>			: "\xc3\xa9"	eacute
++<Multi_key> <acute> <e>			: "\xc3\xa9"	eacute
++<Multi_key> <e> <apostrophe>		: "\xc3\xa9"	eacute
++<Multi_key> <apostrophe> <e>		: "\xc3\xa9"	eacute
++<Multi_key> <e> <asciicircum>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <asciicircum> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <greater>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <greater> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++<Multi_key> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++<Multi_key> <I> <grave>			: "\xc3\x8c"	Igrave
++<Multi_key> <grave> <I>			: "\xc3\x8c"	Igrave
++<Multi_key> <I> <acute>			: "\xc3\x8d"	Iacute
++<Multi_key> <acute> <I>			: "\xc3\x8d"	Iacute
++<Multi_key> <I> <apostrophe>		: "\xc3\x8d"	Iacute
++<Multi_key> <apostrophe> <I>		: "\xc3\x8d"	Iacute
++<Multi_key> <I> <asciicircum>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <asciicircum> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <greater>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <greater> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <i> <grave>			: "\xc3\xac"	igrave
++<Multi_key> <grave> <i>			: "\xc3\xac"	igrave
++<Multi_key> <i> <acute>			: "\xc3\xad"	iacute
++<Multi_key> <acute> <i>			: "\xc3\xad"	iacute
++<Multi_key> <i> <apostrophe>		: "\xc3\xad"	iacute
++<Multi_key> <apostrophe> <i>		: "\xc3\xad"	iacute
++<Multi_key> <i> <asciicircum>		: "\xc3\xae"	icircumflex
++<Multi_key> <asciicircum> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <greater>		: "\xc3\xae"	icircumflex
++<Multi_key> <greater> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <N> <asciitilde>		: "\xc3\x91"	Ntilde
++<Multi_key> <asciitilde> <N>		: "\xc3\x91"	Ntilde
++<Multi_key> <N> <minus>			: "\xc3\x91"	Ntilde
++<Multi_key> <minus> <N>			: "\xc3\x91"	Ntilde
++<Multi_key> <n> <asciitilde>		: "\xc3\xb1"	ntilde
++<Multi_key> <asciitilde> <n>		: "\xc3\xb1"	ntilde
++<Multi_key> <n> <minus>			: "\xc3\xb1"	ntilde
++<Multi_key> <minus> <n>			: "\xc3\xb1"	ntilde
++<Multi_key> <O> <grave>			: "\xc3\x92"	Ograve
++<Multi_key> <grave> <O>			: "\xc3\x92"	Ograve
++<Multi_key> <O> <acute>			: "\xc3\x93"	Oacute
++<Multi_key> <acute> <O>			: "\xc3\x93"	Oacute
++<Multi_key> <O> <apostrophe>		: "\xc3\x93"	Oacute
++<Multi_key> <apostrophe> <O>		: "\xc3\x93"	Oacute
++<Multi_key> <O> <asciicircum>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <asciicircum> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <greater>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <greater> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <asciitilde>		: "\xc3\x95"	Otilde
++<Multi_key> <asciitilde> <O>		: "\xc3\x95"	Otilde
++<Multi_key> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <slash>			: "\xc3\x98"	Ooblique
++<Multi_key> <slash> <O>			: "\xc3\x98"	Ooblique
++<Multi_key> <o> <grave>			: "\xc3\xb2"	ograve
++<Multi_key> <grave> <o>			: "\xc3\xb2"	ograve
++<Multi_key> <o> <acute>			: "\xc3\xb3"	oacute
++<Multi_key> <acute> <o>			: "\xc3\xb3"	oacute
++<Multi_key> <o> <apostrophe>		: "\xc3\xb3"	oacute
++<Multi_key> <apostrophe> <o>		: "\xc3\xb3"	oacute
++<Multi_key> <o> <asciicircum>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <asciicircum> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <greater>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <greater> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <asciitilde>		: "\xc3\xb5"	otilde
++<Multi_key> <asciitilde> <o>		: "\xc3\xb5"	otilde
++<Multi_key> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <slash>			: "\xc3\xb8"	oslash
++<Multi_key> <slash> <o>			: "\xc3\xb8"	oslash
++<Multi_key> <U> <grave>			: "\xc3\x99"	Ugrave
++<Multi_key> <grave> <U>			: "\xc3\x99"	Ugrave
++<Multi_key> <U> <acute>			: "\xc3\x9a"	Uacute
++<Multi_key> <acute> <U>			: "\xc3\x9a"	Uacute
++<Multi_key> <U> <apostrophe>		: "\xc3\x9a"	Uacute
++<Multi_key> <apostrophe> <U>		: "\xc3\x9a"	Uacute
++<Multi_key> <U> <asciicircum>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <asciicircum> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <u> <grave>			: "\xc3\xb9"	ugrave
++<Multi_key> <grave> <u>			: "\xc3\xb9"	ugrave
++<Multi_key> <u> <acute>			: "\xc3\xba"	uacute
++<Multi_key> <acute> <u>			: "\xc3\xba"	uacute
++<Multi_key> <u> <apostrophe>		: "\xc3\xba"	uacute
++<Multi_key> <apostrophe> <u>		: "\xc3\xba"	uacute
++<Multi_key> <u> <asciicircum>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <asciicircum> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <greater>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <greater> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <s> <s>			: "\xc3\x9f"	ssharp
++<Multi_key> <T> <H>			: "\xc3\x9e"	THORN
++<Multi_key> <t> <h>			: "\xc3\xbe"	thorn
++<Multi_key> <Y> <acute>			: "\xc3\x9d"	Yacute
++<Multi_key> <acute> <Y>			: "\xc3\x9d"	Yacute
++<Multi_key> <Y> <apostrophe>		: "\xc3\x9d"	Yacute
++<Multi_key> <apostrophe> <Y>		: "\xc3\x9d"	Yacute
++<Multi_key> <y> <acute>			: "\xc3\xbd"	yacute
++<Multi_key> <acute> <y>			: "\xc3\xbd"	yacute
++<Multi_key> <y> <apostrophe>		: "\xc3\xbd"	yacute
++<Multi_key> <apostrophe> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++<Multi_key> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++<ecaron>	: "\xc4\x9b"	ecaron
++<scaron>	: "\xc5\xa1"	scaron
++<ccaron>	: "\xc4\x8d"	ccaron
++<rcaron>	: "\xc5\x99"	rcaron
++<yacute>	: "\xc3\xbd"	yacute
++<aacute>	: "\xc3\xa1"	aacute
++<iacute>	: "\xc3\xad"	iacute
++<eacute>	: "\xc3\xa9"	eacute
++<uacute>	: "\xc3\xba"	uacute
++<uring>		: "\xc5\xaf"	uring
++<section>	: "\xc2\xa7"	section
++<ssharp>	: "\xc3\x9f"	ssharp
++<zabovedot>	: "\xc5\xbc"	zabovedot	
++<Zabovedot>	: "\xc5\xbb"	Zabovedot
++<ogonek>	: "\xcb\x9b"	ogonek
++<oacute>	: "\xc3\xb3"	oacute
++<zacute>	: "\xc5\xba"	zacute
++<lstroke>	: "\xc5\x82"	lstroke
++<Lstroke>	: "\xc5\x81"	Lstroke
++<aogonek>	: "\xc4\x85"	aogonek
++<eogonek>	: "\xc4\x99"	eogonek
++<currency>	: "\xc2\xa4"	currency
++<sacute>	: "\xc5\x9b"	sacute
++<nacute>	: "\xc5\x84"	nacute
++<cacute>	: "\xc4\x87"	cacute
++<degree>	: "\xc2\xb0"	degree
++<Odiaeresis>	: "\xc3\x96"	Odiaeresis
++<Udiaeresis>	: "\xc3\x9c"	Udiaeresis
++<odiaeresis>	: "\xc3\xb6"	odiaeresis
++<udiaeresis>	: "\xc3\xbc"	udiaeresis
++<Oacute> 	: "\xc3\x93"	Oacute
++<odoubleacute>	: "\xc5\x91"	odoubleacute
++<Odoubleacute>	: "\xc5\x90"	Odoubleacute
++<Uacute>	: "\xc3\x9a"	Uacute
++<Eacute>	: "\xc3\x89"	Eacute
++<Aacute>	: "\xc3\x81"	Aacute
++<adiaeresis>	: "\xc3\xa4"	adiaeresis
++<Adiaeresis>	: "\xc3\x84"	Adiaeresis
++<udoubleacute>	: "\xc5\xb1"	udoubleacute
++<Udoubleacute>	: "\xc5\xb0"	Udoubleacute
++<Iacute>	: "\xc3\x8d"	Iacute
++<dead_circumflex> <slash>	: "\x7c"	bar
++<dead_grave> <space>		: "\x60"	grave
++<dead_acute> <space>		: "\x27"	apostrophe
++<dead_diaeresis> <space>	: "\xc2\xa8"	diaeresis
++<dead_circumflex> <space>	: "\x5e"	asciicircum
++<dead_tilde> <space>		: "\x7e"	asciitilde
++<dead_circumflex> <0>		: "\xc2\xb0"	degree
++<dead_circumflex> <1>		: "\xc2\xb9"	onesuperior
++<dead_circumflex> <2>		: "\xc2\xb2"	twosuperior
++<dead_circumflex> <3>		: "\xc2\xb3"	threesuperior
++<dead_circumflex> <period>	: "\xc2\xb7"	periodcentered
++<dead_circumflex> <exclam>	: "\xc2\xa6"	brokenbar
++<dead_cedilla> <minus>		: "\xc2\xac"	notsign
++<dead_circumflex> <minus>	: "\xc2\xaf"	macron
++<dead_circumflex> <underscore>	: "\xc2\xaf"	macron
++<dead_acute> <apostrophe>	: "\xc2\xb4"	acute
++<dead_cedilla> <comma>		: "\xc2\xb8"	cedilla
++<dead_diaeresis> <quotedbl>	: "\xc2\xa8"	diaeresis
++<dead_grave> <A>		: "\xc3\x80"	Agrave
++<dead_acute> <A>		: "\xc3\x81"	Aacute
++<dead_circumflex> <A>		: "\xc3\x82"	Acircumflex
++<dead_tilde> <A>		: "\xc3\x83"	Atilde
++<dead_diaeresis> <A>		: "\xc3\x84"	Adiaeresis
++<dead_grave> <a>		: "\xc3\xa0"	agrave
++<dead_acute> <a>		: "\xc3\xa1"	aacute
++<dead_circumflex> <a>		: "\xc3\xa2"	acircumflex
++<dead_tilde> <a>		: "\xc3\xa3"	atilde
++<dead_diaeresis> <a>		: "\xc3\xa4"	adiaeresis
++<dead_cedilla> <C>		: "\xc3\x87"	Ccedilla
++<dead_cedilla> <c>		: "\xc3\xa7"	ccedilla
++<dead_grave> <E>		: "\xc3\x88"	Egrave
++<dead_acute> <E>		: "\xc3\x89"	Eacute
++<dead_circumflex> <E>		: "\xc3\x8a"	Ecircumflex
++<dead_diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<dead_grave> <e>		: "\xc3\xa8"	egrave
++<dead_acute> <e>		: "\xc3\xa9"	eacute
++<dead_circumflex> <e>		: "\xc3\xaa"	ecircumflex
++<dead_diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<dead_grave> <I>		: "\xc3\x8c"	Igrave
++<dead_acute> <I>		: "\xc3\x8d"	Iacute
++<dead_circumflex> <I>		: "\xc3\x8e"	Icircumflex
++<dead_diaeresis> <I>		: "\xc3\x8f"	Idiaeresis
++<dead_grave> <i>		: "\xc3\xac"	igrave
++<dead_acute> <i>		: "\xc3\xad"	iacute
++<dead_circumflex> <i>		: "\xc3\xae"	icircumflex
++<dead_diaeresis> <i>		: "\xc3\xaf"	idiaeresis
++<dead_tilde> <N>		: "\xc3\x91"	Ntilde
++<dead_tilde> <n>		: "\xc3\xb1"	ntilde
++<dead_grave> <O>		: "\xc3\x92"	Ograve
++<dead_acute> <O>		: "\xc3\x93"	Oacute
++<dead_circumflex> <O>		: "\xc3\x94"	Ocircumflex
++<dead_tilde> <O>		: "\xc3\x95"	Otilde
++<dead_diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<dead_grave> <o>		: "\xc3\xb2"	ograve
++<dead_acute> <o>		: "\xc3\xb3"	oacute
++<dead_circumflex> <o>		: "\xc3\xb4"	ocircumflex
++<dead_tilde> <o>		: "\xc3\xb5"	otilde
++<dead_diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<dead_cedilla> <S>		: "\xc5\x9e"	Scedilla
++<dead_cedilla> <s>		: "\xc5\x9f"	scedilla
++<dead_grave> <U>		: "\xc3\x99"	Ugrave
++<dead_acute> <U>		: "\xc3\x9a"	Uacute
++<dead_circumflex> <U>		: "\xc3\x9b"	Ucircumflex
++<dead_diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<dead_grave> <u>		: "\xc3\xb9"	ugrave
++<dead_acute> <u>		: "\xc3\xba"	uacute
++<dead_circumflex> <u>		: "\xc3\xbb"	ucircumflex
++<dead_diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++<dead_acute> <Y>		: "\xc3\x9d"	Yacute
++<dead_acute> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <caron> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++<Multi_key> <v> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <v>		: "\xc5\xbd"	Zcaron
++<zcaron>			: "\xc5\xbe"	zcaron
++<Multi_key> <caron> <z>		: "\xc5\xbe"	zcaron
++<Multi_key> <z> <caron> 	: "\xc5\xbe"	zcaron
++<Multi_key> <z> <v>		: "\xc5\xbe"	zcaron
++<Multi_key> <v> <z>		: "\xc5\xbe"	zcaron
++<dead_diaeresis> <y>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <plus> <plus>		: "\x23"	numbersign
++Ctrl<T> <apostrophe> <space>	: "\x27"	apostrophe
++Ctrl<T> <space> <apostrophe>	: "\x27"	apostrophe
++Ctrl<T> <A> <A>			: "\x40"	at
++Ctrl<T> <parenleft> <parenleft>	: "\x5b"	bracketleft
++Ctrl<T> <slash> <slash>		: "\x5c"	backslash
++Ctrl<T> <slash> <less>		: "\x5c"	backslash
++Ctrl<T> <less> <slash>		: "\x5c"	backslash
++Ctrl<T> <parenright> <parenright>	: "\x5d"	bracketright
++Ctrl<T> <asciicircum> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <asciicircum>	: "\x5e"	asciicircum
++Ctrl<T> <greater> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <greater>	: "\x5e"	asciicircum
++Ctrl<T> <grave> <space>		: "\x60"	grave
++Ctrl<T> <space> <grave>		: "\x60"	grave
++Ctrl<T> <parenleft> <minus>	: "\x7b"	braceleft
++Ctrl<T> <minus> <parenleft>	: "\x7b"	braceleft
++Ctrl<T> <slash> <asciicircum>	: "\x7c"	bar
++Ctrl<T> <asciicircum> <slash>	: "\x7c"	bar
++Ctrl<T> <V> <L>			: "\x7c"	bar
++Ctrl<T> <L> <V>			: "\x7c"	bar
++Ctrl<T> <v> <l>			: "\x7c"	bar
++Ctrl<T> <l> <v>			: "\x7c"	bar
++Ctrl<T> <parenright> <minus>	: "\x7d"	braceright
++Ctrl<T> <minus> <parenright>	: "\x7d"	braceright
++Ctrl<T> <asciitilde> <space>	: "\x7e"	asciitilde
++Ctrl<T> <space> <asciitilde>	: "\x7e"	asciitilde
++Ctrl<T> <minus> <space>		: "\x7e"	asciitilde
++Ctrl<T> <space> <minus>		: "\x7e"	asciitilde
++Ctrl<T> <exclam> <exclam>	: "\xc2\xa1"	exclamdown
++Ctrl<T> <c> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <c> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <acute> <L>			: "\xc4\xb9"	Lacute
++Ctrl<T> <L> <acute> 		: "\xc4\xb9"	Lacute
++Ctrl<T> <acute> <l>			: "\xc4\xba"	lacute
++Ctrl<T> <l> <acute> 		: "\xc4\xba"	lacute
++Ctrl<T> <l> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <l> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <s> <o>			: "\xc2\xa7"	section
++Ctrl<T> <o> <s>			: "\xc2\xa7"	section
++Ctrl<T> <S> <O>			: "\xc2\xa7"	section
++Ctrl<T> <O> <S>			: "\xc2\xa7"	section
++Ctrl<T> <S> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <S>		: "\xc2\xa7"	section
++Ctrl<T> <s> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <s>		: "\xc2\xa7"	section
++Ctrl<T> <S> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <S>			: "\xc2\xa7"	section
++Ctrl<T> <s> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <s>			: "\xc2\xa7"	section
++Ctrl<T> <x> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <c> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <a> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <a>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <A> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <A>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <O> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <o> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <o>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <O>	: "\xc2\xba"	masculine
++Ctrl<T> <less> <less>		: "\xc2\xab"	guillemotleft
++Ctrl<T> <greater> <greater>	: "\xc2\xbb"	guillemotright
++Ctrl<T> <0> <asciicircum>	: "\xc2\xb0"	degree
++Ctrl<T> <asciicircum> <0>	: "\xc2\xb0"	degree
++Ctrl<T> <0> <asterisk>		: "\xc2\xb0"	degree
++Ctrl<T> <asterisk> <0>		: "\xc2\xb0"	degree
++Ctrl<T> <plus> <minus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <minus> <plus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <slash> <u>		: "\xc2\xb5"	mu
++Ctrl<T> <u> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <slash> <U>		: "\xc2\xb5"	mu
++Ctrl<T> <U> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <1> <asciicircum>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <asciicircum> <1>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <S> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <S>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <s> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <s>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <2> <asciicircum>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <asciicircum> <2>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <S> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <S>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <s> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <s>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <3> <asciicircum>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <asciicircum> <3>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <S> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <S>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <s> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <s>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <p> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <p>		: "\xc2\xb6"	paragraph
++Ctrl<T> <P> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <P>		: "\xc2\xb6"	paragraph
++Ctrl<T> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <period> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <1> <4>			: "\xc2\xbc"	onequarter
++Ctrl<T> <1> <2>			: "\xc2\xbd"	onehalf
++Ctrl<T> <3> <4>			: "\xc2\xbe"	threequarters
++Ctrl<T> <question> <question>	: "\xc2\xbf"	questiondown
++Ctrl<T> <space> <space>		: "\xc2\xa0"	nobreakspace
++Ctrl<T> <bar> <bar>		: "\xc2\xa6"	brokenbar
++Ctrl<T> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <V> <B>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <B> <V>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <v> <b>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <b> <v>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <minus> <comma>		: "\xc2\xac"	notsign
++Ctrl<T> <comma> <minus>		: "\xc2\xac"	notsign
++Ctrl<T> <minus> <minus>		: "\xc2\xad"	hyphen
++Ctrl<T> <R> <O>			: "\xc2\xae"	registered
++Ctrl<T> <O> <R>			: "\xc2\xae"	registered
++Ctrl<T> <minus> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <minus>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <minus> <colon>		: "\xc3\xb7"	division
++Ctrl<T> <colon> <minus>		: "\xc3\xb7"	division
++Ctrl<T> <x> <x>			: "\xc3\x97"	multiply
++Ctrl<T> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++Ctrl<T> <comma> <comma>		: "\xc2\xb8"	cedilla
++Ctrl<T> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++Ctrl<T> <A> <grave>		: "\xc3\x80"	Agrave
++Ctrl<T> <grave> <A>		: "\xc3\x80"	Agrave
++Ctrl<T> <A> <acute>		: "\xc3\x81"	Aacute
++Ctrl<T> <acute> <A>		: "\xc3\x81"	Aacute
++Ctrl<T> <A> <apostrophe>	: "\xc3\x81"	Aacute
++Ctrl<T> <apostrophe> <A>	: "\xc3\x81"	Aacute
++Ctrl<T> <A> <asciicircum>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <asciicircum> <A>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <greater>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <greater> <A>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <asciitilde>	: "\xc3\x83"	Atilde
++Ctrl<T> <asciitilde> <A>	: "\xc3\x83"	Atilde
++Ctrl<T> <A> <minus>		: "\xc3\x83"	Atilde
++Ctrl<T> <minus> <A>		: "\xc3\x83"	Atilde
++Ctrl<T> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <asterisk>		: "\xc3\x85"	Aring
++Ctrl<T> <asterisk> <A>		: "\xc3\x85"	Aring
++Ctrl<T> <A> <E>			: "\xc3\x86"	AE
++Ctrl<T> <a> <grave>		: "\xc3\xa0"	agrave
++Ctrl<T> <grave> <a>		: "\xc3\xa0"	agrave
++Ctrl<T> <a> <acute>		: "\xc3\xa1"	aacute
++Ctrl<T> <acute> <a>		: "\xc3\xa1"	aacute
++Ctrl<T> <a> <apostrophe>	: "\xc3\xa1"	aacute
++Ctrl<T> <apostrophe> <a>	: "\xc3\xa1"	aacute
++Ctrl<T> <a> <asciicircum>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <asciicircum> <a>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <greater>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <greater> <a>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <asciitilde>	: "\xc3\xa3"	atilde
++Ctrl<T> <asciitilde> <a>	: "\xc3\xa3"	atilde
++Ctrl<T> <a> <minus>		: "\xc3\xa3"	atilde
++Ctrl<T> <minus> <a>		: "\xc3\xa3"	atilde
++Ctrl<T> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <asterisk>		: "\xc3\xa5"	aring
++Ctrl<T> <asterisk> <a>		: "\xc3\xa5"	aring
++Ctrl<T> <a> <e>			: "\xc3\xa6"	ae
++Ctrl<T> <C> <comma>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <comma> <C>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <c> <comma>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <comma> <c>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++Ctrl<T> <D> <minus>		: "\xc3\x90"	ETH
++Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <d> <minus>		: "\xc3\xb0"	eth
++Ctrl<T> <E> <grave>		: "\xc3\x88"	Egrave
++Ctrl<T> <grave> <E>		: "\xc3\x88"	Egrave
++Ctrl<T> <E> <acute>		: "\xc3\x89"	Eacute
++Ctrl<T> <acute> <E>		: "\xc3\x89"	Eacute
++Ctrl<T> <E> <apostrophe>	: "\xc3\x89"	Eacute
++Ctrl<T> <apostrophe> <E>	: "\xc3\x89"	Eacute
++Ctrl<T> <E> <asciicircum>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <asciicircum> <E>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <e> <grave>		: "\xc3\xa8"	egrave
++Ctrl<T> <grave> <e>		: "\xc3\xa8"	egrave
++Ctrl<T> <e> <acute>		: "\xc3\xa9"	eacute
++Ctrl<T> <acute> <e>		: "\xc3\xa9"	eacute
++Ctrl<T> <e> <apostrophe>	: "\xc3\xa9"	eacute
++Ctrl<T> <apostrophe> <e>	: "\xc3\xa9"	eacute
++Ctrl<T> <e> <asciicircum>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <asciicircum> <e>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <greater>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <greater> <e>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <I> <grave>		: "\xc3\x8c"	Igrave
++Ctrl<T> <grave> <I>		: "\xc3\x8c"	Igrave
++Ctrl<T> <I> <acute>		: "\xc3\x8d"	Iacute
++Ctrl<T> <acute> <I>		: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <apostrophe>	: "\xc3\x8d"	Iacute
++Ctrl<T> <apostrophe> <I>	: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <asciicircum>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <asciicircum> <I>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <greater>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <greater> <I>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <i> <grave>		: "\xc3\xac"	igrave
++Ctrl<T> <grave> <i>		: "\xc3\xac"	igrave
++Ctrl<T> <i> <acute>		: "\xc3\xad"	iacute
++Ctrl<T> <acute> <i>		: "\xc3\xad"	iacute
++Ctrl<T> <i> <apostrophe>	: "\xc3\xad"	iacute
++Ctrl<T> <apostrophe> <i>	: "\xc3\xad"	iacute
++Ctrl<T> <i> <asciicircum>	: "\xc3\xae"	icircumflex
++Ctrl<T> <asciicircum> <i>	: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <greater>		: "\xc3\xae"	icircumflex
++Ctrl<T> <greater> <i>		: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <N> <asciitilde>	: "\xc3\x91"	Ntilde
++Ctrl<T> <asciitilde> <N>	: "\xc3\x91"	Ntilde
++Ctrl<T> <N> <minus>		: "\xc3\x91"	Ntilde
++Ctrl<T> <minus> <N>		: "\xc3\x91"	Ntilde
++Ctrl<T> <n> <asciitilde>	: "\xc3\xb1"	ntilde
++Ctrl<T> <asciitilde> <n>	: "\xc3\xb1"	ntilde
++Ctrl<T> <n> <minus>		: "\xc3\xb1"	ntilde
++Ctrl<T> <minus> <n>		: "\xc3\xb1"	ntilde
++Ctrl<T> <O> <grave>		: "\xc3\x92"	Ograve
++Ctrl<T> <grave> <O>		: "\xc3\x92"	Ograve
++Ctrl<T> <O> <acute>		: "\xc3\x93"	Oacute
++Ctrl<T> <acute> <O>		: "\xc3\x93"	Oacute
++Ctrl<T> <O> <apostrophe>	: "\xc3\x93"	Oacute
++Ctrl<T> <apostrophe> <O>	: "\xc3\x93"	Oacute
++Ctrl<T> <O> <asciicircum>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <asciicircum> <O>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <greater>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <greater> <O>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <asciitilde>	: "\xc3\x95"	Otilde
++Ctrl<T> <asciitilde> <O>	: "\xc3\x95"	Otilde
++Ctrl<T> <O> <minus>		: "\xc3\x95"	Otilde
++Ctrl<T> <minus> <O>		: "\xc3\x95"	Otilde
++Ctrl<T> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <slash>		: "\xc3\x98"	Ooblique
++Ctrl<T> <slash> <O>		: "\xc3\x98"	Ooblique
++Ctrl<T> <o> <grave>		: "\xc3\xb2"	ograve
++Ctrl<T> <grave> <o>		: "\xc3\xb2"	ograve
++Ctrl<T> <o> <acute>		: "\xc3\xb3"	oacute
++Ctrl<T> <acute> <o>		: "\xc3\xb3"	oacute
++Ctrl<T> <o> <apostrophe>	: "\xc3\xb3"	oacute
++Ctrl<T> <apostrophe> <o>	: "\xc3\xb3"	oacute
++Ctrl<T> <o> <asciicircum>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <asciicircum> <o>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <greater>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <greater> <o>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <asciitilde>	: "\xc3\xb5"	otilde
++Ctrl<T> <asciitilde> <o>	: "\xc3\xb5"	otilde
++Ctrl<T> <o> <minus>		: "\xc3\xb5"	otilde
++Ctrl<T> <minus> <o>		: "\xc3\xb5"	otilde
++Ctrl<T> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <slash>		: "\xc3\xb8"	oslash
++Ctrl<T> <slash> <o>		: "\xc3\xb8"	oslash
++Ctrl<T> <U> <grave>		: "\xc3\x99"	Ugrave
++Ctrl<T> <grave> <U>		: "\xc3\x99"	Ugrave
++Ctrl<T> <U> <acute>		: "\xc3\x9a"	Uacute
++Ctrl<T> <acute> <U>		: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <apostrophe>	: "\xc3\x9a"	Uacute
++Ctrl<T> <apostrophe> <U>	: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <asciicircum>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <asciicircum> <U>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <u> <grave>		: "\xc3\xb9"	ugrave
++Ctrl<T> <grave> <u>		: "\xc3\xb9"	ugrave
++Ctrl<T> <u> <acute>		: "\xc3\xba"	uacute
++Ctrl<T> <acute> <u>		: "\xc3\xba"	uacute
++Ctrl<T> <u> <apostrophe>	: "\xc3\xba"	uacute
++Ctrl<T> <apostrophe> <u>	: "\xc3\xba"	uacute
++Ctrl<T> <u> <asciicircum>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <asciicircum> <u>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <greater>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <greater> <u>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <s> <s>			: "\xc3\x9f"	ssharp
++Ctrl<T> <T> <H>			: "\xc3\x9e"	THORN
++Ctrl<T> <t> <h>			: "\xc3\xbe"	thorn
++Ctrl<T> <Y> <acute>		: "\xc3\x9d"	Yacute
++Ctrl<T> <acute> <Y>		: "\xc3\x9d"	Yacute
++Ctrl<T> <Y> <apostrophe>	: "\xc3\x9d"	Yacute
++Ctrl<T> <apostrophe> <Y>	: "\xc3\x9d"	Yacute
++Ctrl<T> <y> <acute>		: "\xc3\xbd"	yacute
++Ctrl<T> <acute> <y>		: "\xc3\xbd"	yacute
++Ctrl<T> <y> <apostrophe>	: "\xc3\xbd"	yacute
++Ctrl<T> <apostrophe> <y>	: "\xc3\xbd"	yacute
++Ctrl<T> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++XCOMM turkish
++<Multi_key> <G> <u>		: "\xc4\x9e"	Gbreve
++<Multi_key> <u> <G>		: "\xc4\x9e"	Gbreve
++<Multi_key> <g> <u>		: "\xc4\x9f"	gbreve
++<Multi_key> <u> <g>		: "\xc4\x9f"	gbreve
++<Multi_key> <I> <period>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <period> <I>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <i> <period>	: "\xc4\xb1"	idotless
++<Multi_key> <period> <i>	: "\xc4\xb1"	idotless
++XCOMM polish
++<Multi_key> <space> <breve>	: "\xcb\x98"	breve
++<Multi_key> <space> <degree>	: "\xc2\xb0"	degree
++<Multi_key> <space> <ogonek>	: "\xcb\x9b"	ogonek
++<Multi_key> <space> <caron>	: "\xcb\x87"	caron
++<Multi_key> <space> <v>		: "\xcb\x87"	caron
++<Multi_key> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++<Multi_key> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++<Multi_key> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++<Multi_key> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++<Multi_key> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++<Multi_key> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++<Multi_key> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++<Multi_key> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++<Multi_key> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++<Multi_key> <acute> <R>		: "\xc5\x94"	Racute
++<Multi_key> <R> <acute> 	: "\xc5\x94"	Racute
++<Multi_key> <acute> <S>		: "\xc5\x9a"	Sacute
++<Multi_key> <S> <acute> 	: "\xc5\x9a"	Sacute
++<Multi_key> <acute> <Z>		: "\xc4\xbe"	Zacute
++<Multi_key> <Z> <acute> 	: "\xc4\xbe"	Zacute
++<Multi_key> <acute> <n>		: "\xc5\x84"	nacute
++<Multi_key> <n> <acute> 	: "\xc5\x84"	nacute
++<Multi_key> <acute> <r>		: "\xc5\x95"	racute
++<Multi_key> <r> <acute> 	: "\xc5\x95"	racute
++<Multi_key> <acute> <s>		: "\xc5\x9b"	sacute
++<Multi_key> <s> <acute> 	: "\xc5\x9b"	sacute
++<Multi_key> <acute> <z>		: "\xc5\xba"	zacute
++<Multi_key> <z> <acute> 	: "\xc5\xba"	zacute
++<Multi_key> <0> <O>		: "\xc2\xb0"	degree
++<Multi_key> <o> <o> 		: "\xc2\xb0"	degree
++<Multi_key> <comma> <S>		: "\xc5\x9e"	Scedilla
++<Multi_key> <S> <comma> 	: "\xc5\x9e"	Scedilla
++<Multi_key> <comma> <T>		: "\xc5\xa2"	Tcedilla
++<Multi_key> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++<Multi_key> <comma> <s>		: "\xc5\x9f"	scedilla
++<Multi_key> <s> <comma> 	: "\xc5\x9f"	scedilla
++<Multi_key> <comma> <t>		: "\xc5\xa3"	tcedilla
++<Multi_key> <t> <comma> 	: "\xc5\xa3"	tcedilla
++<Multi_key> <caron> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <caron> 	: "\xc4\x8c"	Ccaron
++<Multi_key> <caron> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <caron> 	: "\xc4\x8e"	Dcaron
++<Multi_key> <caron> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <caron> 	: "\xc4\x9a"	Ecaron
++<Multi_key> <caron> <L>		: "\xc4\xbd"	Lcaron
++<Multi_key> <L> <caron> 	: "\xc4\xbd"	Lcaron
++<Multi_key> <caron> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <caron>		: "\xc5\x87" 	Ncaron
++<Multi_key> <caron> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <caron> 	: "\xc5\x98"	Rcaron
++<Multi_key> <caron> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <caron> 	: "\xc5\xa0"	Scaron
++<Multi_key> <caron> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <caron> 	: "\xc5\xa4"	Tcaron
++<Multi_key> <caron> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <caron> 	: "\xc5\xae"	Uring
++<Multi_key> <caron> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <caron> 	: "\xc4\x8d"	ccaron
++<Multi_key> <caron> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <caron> 	: "\xc4\x8f"	dcaron
++<Multi_key> <caron> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <caron> 	: "\xc4\x9b"	ecaron
++<Multi_key> <caron> <l>		: "\xc4\xbe"	lcaron
++<Multi_key> <l> <caron> 	: "\xc4\xbe"	lcaron
++<Multi_key> <caron> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <caron> 	: "\xc5\x88"	ncaron
++<Multi_key> <caron> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <caron> 	: "\xc5\x99"	rcaron
++<Multi_key> <caron> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <caron> 	: "\xc5\xa1"	scaron
++<Multi_key> <caron> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <caron> 	: "\xc5\xa5"	tcaron
++<Multi_key> <caron> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <caron> 	: "\xc5\xaf"	uring
++<Multi_key> <v> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <v> 		: "\xc4\x8c"	Ccaron
++<Multi_key> <v> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <v> 		: "\xc4\x8e"	Dcaron
++<Multi_key> <v> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <v> 		: "\xc4\x9a"	Ecaron
++<Multi_key> <v> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <v>		: "\xc5\x87" 	Ncaron
++<Multi_key> <v> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <v> 		: "\xc5\x98"	Rcaron
++<Multi_key> <v> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <v> 		: "\xc5\xa4"	Tcaron
++<Multi_key> <v> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <v> 		: "\xc5\xae"	Uring
++<Multi_key> <v> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <v> 		: "\xc4\x8d"	ccaron
++<Multi_key> <v> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <v> 		: "\xc4\x8f"	dcaron
++<Multi_key> <v> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <v> 		: "\xc4\x9b"	ecaron
++<Multi_key> <v> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <v> 		: "\xc5\x88"	ncaron
++<Multi_key> <v> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <v> 		: "\xc5\x99"	rcaron
++<Multi_key> <v> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <v> 		: "\xc5\xa5"	tcaron
++<Multi_key> <v> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <v> 		: "\xc5\xaf"	uring
++<Multi_key> <breve> <A>		: "\xc4\x82"	Abreve
++<Multi_key> <A> <breve> 	: "\xc4\x82"	Abreve
++<Multi_key> <breve> <a>		: "\xc4\x83"	abreve
++<Multi_key> <a> <breve> 	: "\xc4\x83"	abreve
++<Multi_key> <ogonek> <A>	: "\xc4\x84"	Aogonek
++<Multi_key> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++<Multi_key> <ogonek> <E>	: "\xc4\x98"	Eogonek
++<Multi_key> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++<Multi_key> <ogonek> <a> 	: "\xc4\x85"	aogonek
++<Multi_key> <a> <ogonek> 	: "\xc4\x85"	aogonek
++<Multi_key> <ogonek> <e> 	: "\xc4\x99"	eogonek
++<Multi_key> <e> <ogonek> 	: "\xc4\x99"	eogonek
++<Multi_key> <E> <a> 		: "\xc4\x98"	Eogonek
++<Multi_key> <e> <a> 		: "\xc4\x99"	eogonek
++<Multi_key> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++<Multi_key> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++<Multi_key> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++<Multi_key> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++<Multi_key> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++<Multi_key> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++<Multi_key> <period> <U>	: "\xc5\xae"	Uring
++<Multi_key> <U> <period> 	: "\xc5\xae"	Uring
++<Multi_key> <period> <u>	: "\xc5\xaf"	uring
++<Multi_key> <u> <period> 	: "\xc5\xaf"	uring
++<Multi_key> <period> <z>	: "\xc5\xbc"	zabovedot
++<Multi_key> <z> <period> 	: "\xc5\xbc"	zabovedot
++<Multi_key> <period> <Z>	: "\xc5\xbb"	Zabovedot
++<Multi_key> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++<acute> <A>		: "\xc3\x81"	Aacute
++<acute> <C>		: "\xc4\x86"	Cacute
++<acute> <E>		: "\xc3\x89"	Eacute
++<acute> <I>		: "\xc3\x8d"	Iacute
++<acute> <L>		: "\xc4\xb9"	Lacute
++<acute> <N>		: "\xc5\x83"	Nacute
++<acute> <O>		: "\xc3\x93"	Oacute
++<acute> <R>		: "\xc5\x94"	Racute
++<acute> <S>		: "\xc5\x9a"	Sacute
++<acute> <U>		: "\xc3\x9a"	Uacute
++<acute> <Y>		: "\xc3\x9d"	Yacute
++<acute> <Z>		: "\xc4\xbe"	Zacute
++<acute> <a>		: "\xc3\xa1"	aacute
++<acute> <c>		: "\xc4\x87"	cacute
++<acute> <e>		: "\xc3\xa9"	eacute
++<acute> <i>		: "\xc3\xad"	iacute
++<acute> <l>		: "\xc4\xba"	lacute
++<acute> <n>		: "\xc5\x84"	nacute
++<acute> <o>		: "\xc3\xb3"	oacute
++<acute> <r>		: "\xc5\x95"	racute
++<acute> <s>		: "\xc5\x9b"	sacute
++<acute> <u>		: "\xc3\xba"	uacute
++<acute> <y>		: "\xc3\xbd"	yacute
++<acute> <z>		: "\xc5\xba"	zacute
++<diaeresis> <A>		: "\xc3\x84" 	Adiaeresis
++<diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<diaeresis> <a>		: "\xc3\xa4" 	adiaeresis
++<diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++XCOMM
++XCOMM Additional latin-2 sequences
++<Multi_key> <a> <space>		: "\xcb\x9b"	ogonek
++<Multi_key> <u> <space>		: "\xcb\x98"	breve
++<Multi_key> <v> <space>		: "\xcb\x87"	caron
++<Multi_key> <quotedbl> <space>	: "\xcb\x9d"	doubleacute
++<Multi_key> <A> <u>		: "\xc4\x82"	Abreve
++<Multi_key> <C> <apostrophe>	: "\xc4\x86"	Cacute
++<Multi_key> <L> <apostrophe>	: "\xc4\xb9"	Lacute
++<Multi_key> <L> <slash>		: "\xc5\x81"	Lstroke
++<Multi_key> <L> <greater>	: "\xc4\xbd"	Lcaron
++<Multi_key> <N> <apostrophe>	: "\xc5\x83"	Nacute
++<Multi_key> <S> <apostrophe>	: "\xc5\x9a"	Sacute
++<Multi_key> <R> <apostrophe>	: "\xc5\x94"	Racute
++<Multi_key> <U> <asterisk>	: "\xc5\xae"	Uring
++<Multi_key> <Z> <apostrophe>	: "\xc5\xb9"	Zacute
++<Multi_key> <a> <u>		: "\xc4\x83"	abreve
++<Multi_key> <c> <apostrophe>	: "\xc4\x87"	cacute
++<Multi_key> <l> <apostrophe>	: "\xc4\xba"	lacute
++<Multi_key> <l> <slash>		: "\xc5\x82"	lstroke
++<Multi_key> <l> <greater>	: "\xc4\xbe"	lcaron
++<Multi_key> <n> <apostrophe>	: "\xc5\x84"	nacute
++<Multi_key> <s> <apostrophe>	: "\xc5\x9b"	sacute
++<Multi_key> <r> <apostrophe>	: "\xc5\x95"	racute
++<Multi_key> <u> <asterisk>	: "\xc5\xaf"	uring
++<Multi_key> <z> <apostrophe>	: "\xc5\xba"	zacute
++XCOMM
++XCOMM Latin-3 sequences
++<Multi_key> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <C> <greater>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <greater> <C>	: "\xc4\x88"	Ccircumflex
++
++<Multi_key> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++<Multi_key> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++<Multi_key> <c> <greater>	: "\xc4\x89"	ccircumflex
++<Multi_key> <greater> <c>	: "\xc4\x89"	ccircumflex
++
++<Multi_key> <period> <C>	: "\xc4\x8a"	Cabovedot
++<Multi_key> <C> <period> 	: "\xc4\x8a"	Cabovedot
++
++<Multi_key> <period> <c>	: "\xc4\x8b"	cabovedot
++<Multi_key> <c> <period> 	: "\xc4\x8b"	cabovedot
++
++<Multi_key> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <G> <greater>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <greater> <G>	: "\xc4\x9c"	Gcircumflex
++
++<Multi_key> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <g> <greater>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <greater> <g>	: "\xc4\x9d"	gcircumflex
++
++<Multi_key> <period> <G>	: "\xc4\xa0"	Gabovedot
++<Multi_key> <G> <period> 	: "\xc4\xa0"	Gabovedot
++
++<Multi_key> <period> <g>	: "\xc4\xa1"	gabovedot
++<Multi_key> <g> <period> 	: "\xc4\xa1"	gabovedot
++
++<Multi_key> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <H> <greater>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <greater> <H>	: "\xc4\xa4"	Hcircumflex
++
++<Multi_key> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <h> <greater>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <greater> <h>	: "\xc4\xa5"	hcircumflex
++
++<Multi_key> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <J> <greater>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <greater> <J>	: "\xc4\xb4"	Jcircumflex
++
++<Multi_key> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <j> <greater>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <greater> <j>	: "\xc4\xb5"	jcircumflex
++
++<Multi_key> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <S> <greater>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <greater> <S>	: "\xc5\x9c"	Scircumflex
++
++<Multi_key> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++<Multi_key> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++<Multi_key> <s> <greater>	: "\xc5\x9d"	scircumflex
++<Multi_key> <greater> <s>	: "\xc5\x9d"	scircumflex
++
++<Multi_key> <U> <breve>		: "\xc5\xac"	Ubreve
++<Multi_key> <breve> <U>		: "\xc5\xac"	Ubreve
++<Multi_key> <U> <u>		: "\xc5\xac"	Ubreve
++<Multi_key> <u> <U>		: "\xc5\xac"	Ubreve
++
++<Multi_key> <u> <breve>		: "\xc5\xad"	ubreve
++<Multi_key> <breve> <u>		: "\xc5\xad"	ubreve
++<Multi_key> <u> <u>		: "\xc5\xad"	ubreve
++XCOMM
++XCOMM Latin-4 sequences
++<Multi_key> <N> <N>		: "\xc5\x8a"	ENG
++<Multi_key> <U> <a>		: "\xc5\xb2"	Uogonek
++<Multi_key> <u> <a>		: "\xc5\xb3"	uogonek
++<Multi_key> <k> <k>		: "\xc4\xb8"	kra
++<Multi_key> <R> <comma>		: "\xc5\x96"	Rcedilla
++<Multi_key> <comma> <R>		: "\xc5\x96"	Rcedilla
++<Multi_key> <r> <comma>		: "\xc5\x97"	rcedilla
++<Multi_key> <comma> <r>		: "\xc5\x97"	rcedilla
++<Multi_key> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++<Multi_key> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++<Multi_key> <i> <asciitilde>	: "\xc4\xa9"	itilde
++<Multi_key> <asciitilde> <i>	: "\xc4\xa9"	itilde
++<Multi_key> <L> <comma>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <comma> <L>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <l> <comma>		: "\xc4\xbc"	lcedilla
++<Multi_key> <comma> <l>		: "\xc4\xbc"	lcedilla
++<diaeresis>			: "\xc2\xa8"	diaeresis
++<Multi_key> <S> <v>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <V>		: "\xc5\xa0"	Scaron
++<Multi_key> <v> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <V> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <s> <v>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <V>		: "\xc5\xa1"	scaron
++<Multi_key> <v> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <V> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <E> <underscore>	: "\xc4\x92"	Emacron
++<Multi_key> <underscore> <E>	: "\xc4\x92"	Emacron
++<Multi_key> <e> <underscore>	: "\xc4\x93"	emacron
++<Multi_key> <underscore> <e>	: "\xc4\x93"	emacron
++<Multi_key> <G> <comma>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <comma> <G>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <g> <comma>		: "\xc4\xa3"	gcedilla
++<Multi_key> <comma> <g>		: "\xc4\xa3"	gcedilla
++<Multi_key> <T> <bar>		: "\xc5\xa6"	Tslash
++<Multi_key> <bar> <T>		: "\xc5\xa6"	Tslash
++<Multi_key> <t> <bar>		: "\xc5\xa7"	tslash
++<Multi_key> <bar> <t>		: "\xc5\xa7"	tslash
++<Multi_key> <n> <n>		: "\xc5\x8b" 	eng
++<Multi_key> <A> <underscore>	: "\xc4\x80"	Amacron
++<Multi_key> <underscore> <A>	: "\xc4\x80"	Amacron
++<Multi_key> <a> <underscore>	: "\xc4\x81"	amacron
++<Multi_key> <underscore> <a>	: "\xc4\x81"	amacron
++<Multi_key> <d> <underscore>	: "\xc4\x91"
++<Multi_key> <underscore> <d> 	: "\xc4\x91"
++<Multi_key> <N> <comma>		: "\xc5\x85"	Ncedilla
++<Multi_key> <comma> <N>		: "\xc5\x85"	Ncedilla
++<Multi_key> <n> <comma>		: "\xc5\x86"	ncedilla
++<Multi_key> <comma> <n>		: "\xc5\x86"	ncedilla
++<Multi_key> <O> <underscore>	: "\xc5\x8c"	Omacron
++<Multi_key> <underscore> <O>	: "\xc5\x8c"	Omacron
++<Multi_key> <o> <underscore>	: "\xc5\x8d"	omacron
++<Multi_key> <underscore> <o>	: "\xc5\x8d"	omacron
++<Multi_key> <K> <comma>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <comma> <K>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <k> <comma>		: "\xc4\xb7"	kcedilla
++<Multi_key> <comma> <k>		: "\xc4\xb7"	kcedilla
++<Multi_key> <I> <a>		: "\xc4\xae"	Iogonek
++<Multi_key> <a> <I>		: "\xc4\xae"	Iogonek
++<Multi_key> <i> <a>		: "\xc4\xaf"	iogonek
++<Multi_key> <a> <i>		: "\xc4\xaf"	iogonek
++<Multi_key> <E> <period>	: "\xc4\x96"	Eabovedot
++<Multi_key> <e> <period>	: "\xc4\x97"	eabovedot
++<Multi_key> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++<Multi_key> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++<Multi_key> <u> <asciitilde>	: "\xc5\xa9"	utilde
++<Multi_key> <asciitilde> <u>	: "\xc5\xa9"	utilde
++<Multi_key> <U> <underscore>	: "\xc5\xaa"	Umacron
++<Multi_key> <underscore> <U>	: "\xc5\xaa"	Umacron
++<Multi_key> <u> <underscore>	: "\xc5\xab"	umacron
++<Multi_key> <underscore> <u>	: "\xc5\xab"	umacron
++<Multi_key> <I> <underscore>	: "\xc4\xaa"	Imacron
++<Multi_key> <underscore> <I> 	: "\xc4\xaa"	Imacron
++<Multi_key> <i> <underscore>	: "\xc4\xab"	imacron
++<Multi_key> <underscore> <i> 	: "\xc4\xab"	imacron
++
++XCOMM Ctrl<T> combo
++Ctrl<T> <a> <A>			: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <a> 			: "\xc4\x84"	Aogonek
++Ctrl<T> <a> <a> 			: "\xc4\x85"	aogonek
++Ctrl<T> <C> <acute> 		: "\xc4\x86"	Cacute
++Ctrl<T> <c> <acute> 		: "\xc4\x87"	cacute
++Ctrl<T> <acute> <C>			: "\xc4\x86"	Cacute
++Ctrl<T> <acute> <c>			: "\xc4\x87"	cacute
++Ctrl<T> <acute> <N>			: "\xc5\x83"	Nacute
++Ctrl<T> <N> <acute> 		: "\xc5\x83"	Nacute
++XCOMM Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <slash> <D>			: "\xc4\x90"	Dstroke
++Ctrl<T> <slash> <d>			: "\xc4\x91"	dstroke
++Ctrl<T> <caron> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++Ctrl<T> <v> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <v>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <caron> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <caron> 	: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <v>		: "\xc5\xbe"	zcaron
++Ctrl<T> <v> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <G> <u>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <u> <G>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <g> <u>		: "\xc4\x9f"	gbreve
++Ctrl<T> <u> <g>		: "\xc4\x9f"	gbreve
++Ctrl<T> <I> <period>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <period> <I>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <i> <period>	: "\xc4\xb1"	idotless
++Ctrl<T> <period> <i>	: "\xc4\xb1"	idotless
++Ctrl<T> <space> <breve>	: "\xcb\x98"	breve
++Ctrl<T> <space> <degree>	: "\xc2\xb0"	degree
++Ctrl<T> <space> <ogonek>	: "\xcb\x9b"	ogonek
++Ctrl<T> <space> <caron>	: "\xcb\x87"	caron
++Ctrl<T> <space> <v>		: "\xcb\x87"	caron
++Ctrl<T> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++Ctrl<T> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++Ctrl<T> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++Ctrl<T> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <acute> <R>		: "\xc5\x94"	Racute
++Ctrl<T> <R> <acute> 	: "\xc5\x94"	Racute
++Ctrl<T> <acute> <S>		: "\xc5\x9a"	Sacute
++Ctrl<T> <S> <acute> 	: "\xc5\x9a"	Sacute
++Ctrl<T> <acute> <Z>		: "\xc4\xbe"	Zacute
++Ctrl<T> <Z> <acute> 	: "\xc4\xbe"	Zacute
++Ctrl<T> <acute> <n>		: "\xc5\x84"	nacute
++Ctrl<T> <n> <acute> 	: "\xc5\x84"	nacute
++Ctrl<T> <acute> <r>		: "\xc5\x95"	racute
++Ctrl<T> <r> <acute> 	: "\xc5\x95"	racute
++Ctrl<T> <acute> <s>		: "\xc5\x9b"	sacute
++Ctrl<T> <s> <acute> 	: "\xc5\x9b"	sacute
++Ctrl<T> <acute> <z>		: "\xc5\xba"	zacute
++Ctrl<T> <z> <acute> 	: "\xc5\xba"	zacute
++Ctrl<T> <0> <O>		: "\xc2\xb0"	degree
++Ctrl<T> <o> <o> 		: "\xc2\xb0"	degree
++Ctrl<T> <comma> <S>		: "\xc5\x9e"	Scedilla
++Ctrl<T> <S> <comma> 	: "\xc5\x9e"	Scedilla
++Ctrl<T> <comma> <T>		: "\xc5\xa2"	Tcedilla
++Ctrl<T> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++Ctrl<T> <comma> <s>		: "\xc5\x9f"	scedilla
++Ctrl<T> <s> <comma> 	: "\xc5\x9f"	scedilla
++Ctrl<T> <comma> <t>		: "\xc5\xa3"	tcedilla
++Ctrl<T> <t> <comma> 	: "\xc5\xa3"	tcedilla
++Ctrl<T> <caron> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <caron> 	: "\xc4\x8c"	Ccaron
++Ctrl<T> <caron> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <caron> 	: "\xc4\x8e"	Dcaron
++Ctrl<T> <caron> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <caron> 	: "\xc4\x9a"	Ecaron
++Ctrl<T> <caron> <L>		: "\xc4\xbd"	Lcaron
++Ctrl<T> <L> <caron> 	: "\xc4\xbd"	Lcaron
++Ctrl<T> <caron> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <caron>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <caron> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <caron> 	: "\xc5\x98"	Rcaron
++Ctrl<T> <caron> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <caron> 	: "\xc5\xa0"	Scaron
++Ctrl<T> <caron> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <caron> 	: "\xc5\xa4"	Tcaron
++Ctrl<T> <caron> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <caron> 	: "\xc5\xae"	Uring
++Ctrl<T> <caron> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <caron> 	: "\xc4\x8d"	ccaron
++Ctrl<T> <caron> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <caron> 	: "\xc4\x8f"	dcaron
++Ctrl<T> <caron> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <caron> 	: "\xc4\x9b"	ecaron
++Ctrl<T> <caron> <l>		: "\xc4\xbe"	lcaron
++Ctrl<T> <l> <caron> 	: "\xc4\xbe"	lcaron
++Ctrl<T> <caron> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <caron> 	: "\xc5\x88"	ncaron
++Ctrl<T> <caron> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <caron> 	: "\xc5\x99"	rcaron
++Ctrl<T> <caron> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <caron> 	: "\xc5\xa1"	scaron
++Ctrl<T> <caron> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <caron> 	: "\xc5\xa5"	tcaron
++Ctrl<T> <caron> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <caron> 	: "\xc5\xaf"	uring
++Ctrl<T> <v> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <v> 		: "\xc4\x8c"	Ccaron
++Ctrl<T> <v> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <v> 		: "\xc4\x8e"	Dcaron
++Ctrl<T> <v> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <v> 		: "\xc4\x9a"	Ecaron
++Ctrl<T> <v> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <v>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <v> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <v> 		: "\xc5\x98"	Rcaron
++Ctrl<T> <v> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <v> 		: "\xc5\xa4"	Tcaron
++Ctrl<T> <v> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <v> 		: "\xc5\xae"	Uring
++Ctrl<T> <v> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <v> 		: "\xc4\x8d"	ccaron
++Ctrl<T> <v> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <v> 		: "\xc4\x8f"	dcaron
++Ctrl<T> <v> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <v> 		: "\xc4\x9b"	ecaron
++Ctrl<T> <v> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <v> 		: "\xc5\x88"	ncaron
++Ctrl<T> <v> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <v> 		: "\xc5\x99"	rcaron
++Ctrl<T> <v> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <v> 		: "\xc5\xa5"	tcaron
++Ctrl<T> <v> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <v> 		: "\xc5\xaf"	uring
++Ctrl<T> <breve> <A>		: "\xc4\x82"	Abreve
++Ctrl<T> <A> <breve> 	: "\xc4\x82"	Abreve
++Ctrl<T> <breve> <a>		: "\xc4\x83"	abreve
++Ctrl<T> <a> <breve> 	: "\xc4\x83"	abreve
++Ctrl<T> <ogonek> <A>	: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++Ctrl<T> <ogonek> <E>	: "\xc4\x98"	Eogonek
++Ctrl<T> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++Ctrl<T> <ogonek> <a> 	: "\xc4\x85"	aogonek
++Ctrl<T> <a> <ogonek> 	: "\xc4\x85"	aogonek
++Ctrl<T> <ogonek> <e> 	: "\xc4\x99"	eogonek
++Ctrl<T> <e> <ogonek> 	: "\xc4\x99"	eogonek
++Ctrl<T> <E> <a> 		: "\xc4\x98"	Eogonek
++Ctrl<T> <e> <a> 		: "\xc4\x99"	eogonek
++Ctrl<T> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++Ctrl<T> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++Ctrl<T> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <period> <U>	: "\xc5\xae"	Uring
++Ctrl<T> <U> <period> 	: "\xc5\xae"	Uring
++Ctrl<T> <period> <u>	: "\xc5\xaf"	uring
++Ctrl<T> <u> <period> 	: "\xc5\xaf"	uring
++Ctrl<T> <period> <z>	: "\xc5\xbc"	zabovedot
++Ctrl<T> <z> <period> 	: "\xc5\xbc"	zabovedot
++Ctrl<T> <period> <Z>	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <a> <space>	: "\xcb\x9b"	ogonek
++Ctrl<T> <u> <space>	: "\xcb\x98"	breve
++Ctrl<T> <v> <space>	: "\xcb\x87"	caron
++Ctrl<T> <quotedbl> <space>	: "\xcb\x9d"	doubleacute
++Ctrl<T> <A> <u>			: "\xc4\x82"	Abreve
++Ctrl<T> <C> <apostrophe>	: "\xc4\x86"	Cacute
++Ctrl<T> <L> <apostrophe>	: "\xc4\xb9"	Lacute
++Ctrl<T> <L> <slash>		: "\xc5\x81"	Lstroke
++Ctrl<T> <L> <greater>		: "\xc4\xbd"	Lcaron
++Ctrl<T> <N> <apostrophe>	: "\xc5\x83"	Nacute
++Ctrl<T> <S> <apostrophe>	: "\xc5\x9a"	Sacute
++Ctrl<T> <R> <apostrophe>	: "\xc5\x94"	Racute
++Ctrl<T> <U> <asterisk>		: "\xc5\xae"	Uring
++Ctrl<T> <Z> <apostrophe>	: "\xc5\xb9"	Zacute
++Ctrl<T> <a> <u>			: "\xc4\x83"	abreve
++Ctrl<T> <c> <apostrophe>	: "\xc4\x87"	cacute
++Ctrl<T> <l> <apostrophe>	: "\xc4\xba"	lacute
++Ctrl<T> <l> <slash>		: "\xc5\x82"	lstroke
++Ctrl<T> <l> <greater>		: "\xc4\xbe"	lcaron
++Ctrl<T> <n> <apostrophe>	: "\xc5\x84"	nacute
++Ctrl<T> <s> <apostrophe>	: "\xc5\x9b"	sacute
++Ctrl<T> <r> <apostrophe>	: "\xc5\x95"	racute
++Ctrl<T> <u> <asterisk>		: "\xc5\xaf"	uring
++Ctrl<T> <z> <apostrophe>	: "\xc5\xba"	zacute
++XCOMM
++XCOMM Latin-3 sequences
++Ctrl<T> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <C> <greater>		: "\xc4\x88"	Ccircumflex
++Ctrl<T> <greater> <C>		: "\xc4\x88"	Ccircumflex
++
++Ctrl<T> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <c> <greater>		: "\xc4\x89"	ccircumflex
++Ctrl<T> <greater> <c>		: "\xc4\x89"	ccircumflex
++
++Ctrl<T> <period> <C>		: "\xc4\x8a"	Cabovedot
++Ctrl<T> <C> <period> 		: "\xc4\x8a"	Cabovedot
++
++Ctrl<T> <period> <c>		: "\xc4\x8b"	cabovedot
++Ctrl<T> <c> <period> 		: "\xc4\x8b"	cabovedot
++
++Ctrl<T> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <G> <greater>		: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <greater> <G>		: "\xc4\x9c"	Gcircumflex
++
++Ctrl<T> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <g> <greater>		: "\xc4\x9d"	gcircumflex
++Ctrl<T> <greater> <g>		: "\xc4\x9d"	gcircumflex
++
++Ctrl<T> <period> <G>		: "\xc4\xa0"	Gabovedot
++Ctrl<T> <G> <period> 		: "\xc4\xa0"	Gabovedot
++
++Ctrl<T> <period> <g>		: "\xc4\xa1"	gabovedot
++Ctrl<T> <g> <period> 		: "\xc4\xa1"	gabovedot
++
++Ctrl<T> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <H> <greater>		: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <greater> <H>		: "\xc4\xa4"	Hcircumflex
++
++Ctrl<T> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <h> <greater>		: "\xc4\xa5"	hcircumflex
++Ctrl<T> <greater> <h>		: "\xc4\xa5"	hcircumflex
++
++Ctrl<T> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <J> <greater>		: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <greater> <J>		: "\xc4\xb4"	Jcircumflex
++
++Ctrl<T> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <j> <greater>		: "\xc4\xb5"	jcircumflex
++Ctrl<T> <greater> <j>		: "\xc4\xb5"	jcircumflex
++
++Ctrl<T> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <S> <greater>		: "\xc5\x9c"	Scircumflex
++Ctrl<T> <greater> <S>		: "\xc5\x9c"	Scircumflex
++
++Ctrl<T> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <s> <greater>		: "\xc5\x9d"	scircumflex
++Ctrl<T> <greater> <s>		: "\xc5\x9d"	scircumflex
++
++Ctrl<T> <U> <breve>		: "\xc5\xac"	Ubreve
++Ctrl<T> <breve> <U>		: "\xc5\xac"	Ubreve
++Ctrl<T> <U> <u>			: "\xc5\xac"	Ubreve
++Ctrl<T> <u> <U>			: "\xc5\xac"	Ubreve
++
++Ctrl<T> <u> <breve>		: "\xc5\xad"	ubreve
++Ctrl<T> <breve> <u>		: "\xc5\xad"	ubreve
++Ctrl<T> <u> <u>			: "\xc5\xad"	ubreve
++XCOMM
++XCOMM Latin-4 sequences
++Ctrl<T> <N> <N>		: "\xc5\x8a"	ENG
++Ctrl<T> <U> <a>		: "\xc5\xb2"	Uogonek
++Ctrl<T> <u> <a>		: "\xc5\xb3"	uogonek
++Ctrl<T> <k> <k>		: "\xc4\xb8"	kra
++Ctrl<T> <R> <comma>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <comma> <R>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <r> <comma>		: "\xc5\x97"	rcedilla
++Ctrl<T> <comma> <r>		: "\xc5\x97"	rcedilla
++Ctrl<T> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++Ctrl<T> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++Ctrl<T> <i> <asciitilde>	: "\xc4\xa9"	itilde
++Ctrl<T> <asciitilde> <i>	: "\xc4\xa9"	itilde
++Ctrl<T> <L> <comma>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <comma> <L>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <l> <comma>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <comma> <l>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <S> <v>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <V>		: "\xc5\xa0"	Scaron
++Ctrl<T> <v> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <V> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <s> <v>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <V>		: "\xc5\xa1"	scaron
++Ctrl<T> <v> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <V> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <E> <underscore>	: "\xc4\x92"	Emacron
++Ctrl<T> <underscore> <E>	: "\xc4\x92"	Emacron
++Ctrl<T> <e> <underscore>	: "\xc4\x93"	emacron
++Ctrl<T> <underscore> <e>	: "\xc4\x93"	emacron
++Ctrl<T> <G> <comma>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <comma> <G>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <g> <comma>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <comma> <g>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <T> <bar>		: "\xc5\xa6"	Tslash
++Ctrl<T> <bar> <T>		: "\xc5\xa6"	Tslash
++Ctrl<T> <t> <bar>		: "\xc5\xa7"	tslash
++Ctrl<T> <bar> <t>		: "\xc5\xa7"	tslash
++Ctrl<T> <n> <n>		: "\xc5\x8b" 	eng
++Ctrl<T> <d> <underscore>	: "\xc4\x91"
++Ctrl<T> <underscore> <d> 	: "\xc4\x91"
++Ctrl<T> <N> <comma>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <comma> <N>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <n> <comma>		: "\xc5\x86"	ncedilla
++Ctrl<T> <comma> <n>		: "\xc5\x86"	ncedilla
++Ctrl<T> <K> <comma>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <comma> <K>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <k> <comma>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <comma> <k>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <I> <a>		: "\xc4\xae"	Iogonek
++Ctrl<T> <a> <I>		: "\xc4\xae"	Iogonek
++Ctrl<T> <i> <a>		: "\xc4\xaf"	iogonek
++Ctrl<T> <a> <i>		: "\xc4\xaf"	iogonek
++Ctrl<T> <E> <period>	: "\xc4\x96"	Eabovedot
++Ctrl<T> <e> <period>	: "\xc4\x97"	eabovedot
++Ctrl<T> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++Ctrl<T> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++Ctrl<T> <u> <asciitilde>	: "\xc5\xa9"	utilde
++Ctrl<T> <asciitilde> <u>	: "\xc5\xa9"	utilde
++Ctrl<T> <U> <underscore>	: "\xc5\xaa"	Umacron
++Ctrl<T> <underscore> <U>	: "\xc5\xaa"	Umacron
++Ctrl<T> <u> <underscore>	: "\xc5\xab"	umacron
++Ctrl<T> <underscore> <u>	: "\xc5\xab"	umacron
++Ctrl<T> <I> <underscore>	: "\xc4\xaa"	Imacron
++Ctrl<T> <underscore> <I> 	: "\xc4\xaa"	Imacron
++Ctrl<T> <i> <underscore>	: "\xc4\xab"	imacron
++Ctrl<T> <underscore> <i> 	: "\xc4\xab"	imacron
++XCOMM
++XCOMM Latin-9 input sequences:
++<Multi_key> <o> <e> 		: "\xc5\x93"
++<Multi_key> <O> <E> 		: "\xc5\x92"
++<Multi_key> <Y> <quotedbl> 	: "\xc5\xb8"
++<Multi_key> <quotedbl> <Y> 	: "\xc5\xb8"
++Ctrl<T> <o> <e> 		: "\xc5\x93"
++Ctrl<T> <O> <E> 		: "\xc5\x92"
++Ctrl<T> <Y> <quotedbl> 		: "\xc5\xb8"
++Ctrl<T> <quotedbl> <Y>		: "\xc5\xb8"
++XCOMM
++XCOMM Rules for SunXK_FA_* keysyms:
++<SunFA_Acute> <apostrophe>	: "\xc2\xb4"
++<SunFA_Acute> <A>		: "\xc3\x81"
++<SunFA_Acute> <a>		: "\xc3\xa1"
++<SunFA_Acute> <C>		: "\xc4\x86"
++<SunFA_Acute> <c>		: "\xc4\x87"
++<SunFA_Acute> <E>		: "\xc3\x89"
++<SunFA_Acute> <e>		: "\xc3\xa9"
++<SunFA_Acute> <I>		: "\xc3\x8d"
++<SunFA_Acute> <i>		: "\xc3\xad"
++<SunFA_Acute> <L>		: "\xc4\xb9"
++<SunFA_Acute> <l>		: "\xc4\xba"
++<SunFA_Acute> <N>		: "\xc5\x83"
++<SunFA_Acute> <n>		: "\xc5\x84"
++<SunFA_Acute> <O>		: "\xc3\x93"
++<SunFA_Acute> <o>		: "\xc3\xb3"
++<SunFA_Acute> <R>		: "\xc5\x94"
++<SunFA_Acute> <r>		: "\xc5\x95"
++<SunFA_Acute> <space>		: "\x27"
++<SunFA_Acute> <S>		: "\xc5\x9a"
++<SunFA_Acute> <s>		: "\xc5\x9b"
++<SunFA_Acute> <U>		: "\xc3\x9a"
++<SunFA_Acute> <u>		: "\xc3\xba"
++<SunFA_Acute> <Y>		: "\xc3\x9d"
++<SunFA_Acute> <y>		: "\xc3\xbd"
++<SunFA_Acute> <Z>		: "\xc4\xbe"
++<SunFA_Acute> <z>		: "\xc5\xba"
++<SunFA_Cedilla> <comma>		: "\xc2\xb8"
++<SunFA_Cedilla> <C>		: "\xc3\x87"
++<SunFA_Cedilla> <c>		: "\xc3\xa7"
++<SunFA_Cedilla> <G>		: "\xc4\xa2"
++<SunFA_Cedilla> <g>		: "\xc4\xa3"
++<SunFA_Cedilla> <K>		: "\xc4\xb6"
++<SunFA_Cedilla> <k>		: "\xc4\xb7"
++<SunFA_Cedilla> <L>		: "\xc4\xbb"
++<SunFA_Cedilla> <l>		: "\xc4\xbc"
++<SunFA_Cedilla> <minus>		: "\xc2\xac"
++<SunFA_Cedilla> <N>		: "\xc5\x85"
++<SunFA_Cedilla> <n>		: "\xc5\x86"
++<SunFA_Cedilla> <R>		: "\xc5\x96"
++<SunFA_Cedilla> <r>		: "\xc5\x97"
++<SunFA_Cedilla> <S>		: "\xc5\x9e"
++<SunFA_Cedilla> <s>		: "\xc5\x9f"
++<SunFA_Cedilla> <T>		: "\xc5\xa2"
++<SunFA_Cedilla> <t>		: "\xc5\xa3"
++<SunFA_Circum> <0>		: "\xc2\xb0"
++<SunFA_Circum> <1>		: "\xc2\xb9"
++<SunFA_Circum> <2>		: "\xc2\xb2"
++<SunFA_Circum> <3>		: "\xc2\xb3"
++<SunFA_Circum> <A>		: "\xc3\x82"
++<SunFA_Circum> <a>		: "\xc3\xa2"
++<SunFA_Circum> <C>		: "\xc4\x88"
++<SunFA_Circum> <c>		: "\xc4\x89"
++<SunFA_Circum> <E>		: "\xc3\x8a"
++<SunFA_Circum> <e>		: "\xc3\xaa"
++<SunFA_Circum> <exclam>		: "\xc2\xa6"
++<SunFA_Circum> <G>		: "\xc4\x9c"
++<SunFA_Circum> <g>		: "\xc4\x9d"
++<SunFA_Circum> <H>		: "\xc4\xa4"
++<SunFA_Circum> <h>		: "\xc4\xa5"
++<SunFA_Circum> <I>		: "\xc3\x8e"
++<SunFA_Circum> <i>		: "\xc3\xae"
++<SunFA_Circum> <J>		: "\xc4\xb4"
++<SunFA_Circum> <j>		: "\xc4\xb5"
++<SunFA_Circum> <minus>		: "\xc2\xaf"
++<SunFA_Circum> <O>		: "\xc3\x94"
++<SunFA_Circum> <o>		: "\xc3\xb4"
++<SunFA_Circum> <period>		: "\xc2\xb7"
++<SunFA_Circum> <slash>		: "\x7c"
++<SunFA_Circum> <space>		: "\x5e"
++<SunFA_Circum> <S>		: "\xc5\x9c"
++<SunFA_Circum> <s>		: "\xc5\x9d"
++<SunFA_Circum> <underscore>	: "\xc2\xaf"
++<SunFA_Circum> <U>		: "\xc3\x9b"
++<SunFA_Circum> <u>		: "\xc3\xbb"
++<SunFA_Diaeresis> <A>		: "\xc3\x84"
++<SunFA_Diaeresis> <a>		: "\xc3\xa4"
++<SunFA_Diaeresis> <E>		: "\xc3\x8b"
++<SunFA_Diaeresis> <e>		: "\xc3\xab"
++<SunFA_Diaeresis> <I>		: "\xc3\x8f"
++<SunFA_Diaeresis> <i>		: "\xc3\xaf"
++<SunFA_Diaeresis> <O>		: "\xc3\x96"
++<SunFA_Diaeresis> <o>		: "\xc3\xb6"
++<SunFA_Diaeresis> <quotedbl>	: "\xc2\xa8"
++<SunFA_Diaeresis> <space>	: "\xc2\xa8"
++<SunFA_Diaeresis> <U>		: "\xc3\x9c"
++<SunFA_Diaeresis> <u>		: "\xc3\xbc"
++<SunFA_Diaeresis> <y>		: "\xc3\xbf"
++<SunFA_Diaeresis> <Y>		: "\xc5\xb8"
++<SunFA_Grave> <A>		: "\xc3\x80"
++<SunFA_Grave> <a>		: "\xc3\xa0"
++<SunFA_Grave> <E>		: "\xc3\x88"
++<SunFA_Grave> <e>		: "\xc3\xa8"
++<SunFA_Grave> <I>		: "\xc3\x8c"
++<SunFA_Grave> <i>		: "\xc3\xac"
++<SunFA_Grave> <O>		: "\xc3\x92"
++<SunFA_Grave> <o>		: "\xc3\xb2"
++<SunFA_Grave> <space>		: "\x60"
++<SunFA_Grave> <U>		: "\xc3\x99"
++<SunFA_Grave> <u>		: "\xc3\xb9"
++<SunFA_Tilde> <A>		: "\xc3\x83"
++<SunFA_Tilde> <a>		: "\xc3\xa3"
++<SunFA_Tilde> <N>		: "\xc3\x91"
++<SunFA_Tilde> <n>		: "\xc3\xb1"
++<SunFA_Tilde> <O>		: "\xc3\x95"
++<SunFA_Tilde> <o>		: "\xc3\xb5"
++<SunFA_Tilde> <space>		: "\x7e"
++END_STATE
++
++STATE "[ キリル文字 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ ギリシア語 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ タイ語 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ アラビア語 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ ヘブライ語 ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode 16進 ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode 8進 ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日本語 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓国語 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ ギリシア語 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ タイ語 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ アラビア語 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ ヘブライ語 ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode 16進 ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode 8進 ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日本語 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓国語 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++<at>		: "\x22"	quotedbl
++<numbersign>	: "\xe2\x84\x96"	numerosign
++<dollar>	: "\x25"	percent
++<percent>	: "\x3a"	colon
++<asciicircum>	: "\x2c"	comma
++<ampersand>	: "\x2e"	period
++<asterisk>	: "\x3b"	semicolon
++<numerosign>	: "\xe2\x84\x96" numerosign
++<q>		: "\xd0\xb9"	Cyrillic_shorti
++<w>		: "\xd1\x86"	Cyrillic_tse
++<e>		: "\xd1\x83"	Cyrillic_u
++<r>		: "\xd0\xba"	Cyrillic_ka
++<t>		: "\xd0\xb5"	Cyrillic_ie
++<y>		: "\xd0\xbd"	Cyrillic_en
++<u>		: "\xd0\xb3"	Cyrillic_ghe
++<i>		: "\xd1\x88"	Cyrillic_sha
++<o>		: "\xd1\x89"	Cyrillic_shcha
++<p>		: "\xd0\xb7"	Cyrillic_ze
++<bracketleft>	: "\xd1\x85"	Cyrillic_ha
++<bracketright>	: "\xd1\x8a"	Cyrillic_hardsign
++<Q>		: "\xd0\x99"	Cyrillic_SHORTI
++<W>		: "\xd0\xa6"	Cyrillic_TSE
++<E>		: "\xd0\xa3"	Cyrillic_U
++<R>		: "\xd0\x9a"	Cyrillic_KA
++<T>		: "\xd0\x95"	Cyrillic_IE
++<Y>		: "\xd0\x9d"	Cyrillic_EN
++<U>		: "\xd0\x93"	Cyrillic_GHE
++<I>		: "\xd0\xa8"	Cyrillic_SHA
++<O>		: "\xd0\xa9"	Cyrillic_SHCHA
++<P>		: "\xd0\x97"	Cyrillic_ZE
++Lock<bracketleft> 	: "\xd0\xa5"	Cyrillic_HA
++Lock<bracketright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<braceleft> 	: "\xd0\xa5"	Cyrillic_HA
++<braceright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<a>		: "\xd1\x84"	Cyrillic_ef
++<s>		: "\xd1\x8b"	Cyrillic_yeru
++<d>		: "\xd0\xb2"	Cyrillic_ve
++<f>		: "\xd0\xb0"	Cyrillic_a
++<g>		: "\xd0\xbf"	Cyrillic_pe
++<h>		: "\xd1\x80"	Cyrillic_er
++<j>		: "\xd0\xbe"	Cyrillic_o
++<k>		: "\xd0\xbb"	Cyrillic_el
++<l>		: "\xd0\xb4"	Cyrillic_de
++<semicolon>	: "\xd0\xb6"	Cyrillic_zhe
++<quoteright>	: "\xd1\x8d"	Cyrillic_e
++<A>		: "\xd0\xa4"	Cyrillic_EF
++<S>		: "\xd0\xab"	Cyrillic_YERU
++<D>		: "\xd0\x92"	Cyrillic_VE
++<F>		: "\xd0\x90"	Cyrillic_A
++<G>		: "\xd0\x9f"	Cyrillic_PE
++<H>		: "\xd0\xa0"	Cyrillic_ER
++<J>		: "\xd0\x9e"	Cyrillic_O
++<K>		: "\xd0\x9b"	Cyrillic_EL
++<L>		: "\xd0\x94"	Cyrillic_DE
++<colon>		: "\xd0\x96"	Cyrillic_ZHE
++<quotedbl>	: "\xd0\xad"	Cyrillic_E
++<z>		: "\xd1\x8f"	Cyrillic_ya
++<x>		: "\xd1\x87"	Cyrillic_che
++<c>		: "\xd1\x81"	Cyrillic_es
++<v>		: "\xd0\xbc"	Cyrillic_em
++<b>		: "\xd0\xb8"	Cyrillic_i
++<n>		: "\xd1\x82"	Cyrillic_te
++<m>		: "\xd1\x8c"	Cyrillic_softsign
++<comma>		: "\xd0\xb1"	Cyrillic_be
++<period>	: "\xd1\x8e"	Cyrillic_yu
++<slash>		: "\xd1\x91"	Cyrillic_io
++<Z>		: "\xd0\xaf"	Cyrillic_YA
++<X>		: "\xd0\xa7"	Cyrillic_CHE
++<C>		: "\xd0\xa1"	Cyrillic_ES
++<V>		: "\xd0\x9c"	Cyrillic_EM
++<B>		: "\xd0\x98"	Cyrillic_I
++<N>		: "\xd0\xa2"	Cyrillic_TE
++<M>		: "\xd0\xac"	Cyrillic_SOFTSIGN
++<less>		: "\xd0\x91"	Cyrillic_BE
++<greater>	: "\xd0\xae"	Cyrillic_YU
++<question>	: "\xd0\x81"	Cyrillic_IO
++END_STATE
++
++STATE "[ ギリシア語 ]"
++Ctrl<space> 		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ キリル文字 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ タイ語 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ アラビア語 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ ヘブライ語 ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode 16進 ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode 8進 ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日本語 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓国語 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ キリル文字 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ タイ語 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ アラビア語 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ ヘブライ語 ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode 16進 ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode 8進 ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日本語 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓国語 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++XCOMM
++XCOMM Key sequences for euro sign:
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<Multi_key> <e> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <e>	: "\xe2\x82\xac"
++<Multi_key> <E> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <E>	: "\xe2\x82\xac"
++Ctrl<T> <e> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <e>	: "\xe2\x82\xac"
++Ctrl<T> <E> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <E>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
++
++XCOMM
++XCOMM The following seven mappings are not appropriate here; this kind of mappings
++XCOMM should be done at the keytable level at /usr/openwin/share/etc/keytables,
++XCOMM not in the Compose file.
++XCOMM<at>		: "\x22"	quotedbl
++XCOMM<numbersign>	: "\xcf\x80"	numerosign
++XCOMM<dollar>	: "\x25"	percent
++XCOMM<percent>	: "\x3a"	colon
++XCOMM<asciicircum>	: "\x2c"	comma
++XCOMM<ampersand>	: "\x2e"	period
++XCOMM<asterisk>	: "\x3b"	semicolon
++
++<q>		: "\x3b"	semicolon
++<w>		: "\xcf\x82"	Greek_sigma
++<e>		: "\xce\xb5"	Greek_epsilon
++<r>		: "\xcf\x81"	Greek_rho
++<t>		: "\xcf\x84"	Greek_tau
++<y>		: "\xcf\x85"	Greek_upsilon
++<u>		: "\xce\xb8"	Greek_theta
++<i>		: "\xce\xb9"	Greek_iota
++<o>		: "\xce\xbf"	Greek_omicron
++<p>		: "\xcf\x80"	Greek_pi
++<Greek_sigma>	: "\xcf\x82"	Greek_sigma
++<Greek_epsilon>	: "\xce\xb5"	Greek_epsilon
++<Greek_rho>	: "\xcf\x81"	Greek_rho
++<Greek_tau>	: "\xcf\x84"	Greek_tau
++<Greek_upsilon>	: "\xcf\x85"	Greek_upsilon
++<Greek_theta>	: "\xce\xb8"	Greek_theta
++<Greek_iota>	: "\xce\xb9"	Greek_iota
++<Greek_omicron>	: "\xce\xbf"	Greek_omicron
++<Greek_pi>	: "\xcf\x80"	Greek_pi
++<Q>		: "\x3a"	colon
++<W>		: "\xce\xa3"	Greek_SIGMA
++<E>		: "\xce\x95"	Greek_EPSILON
++<R>		: "\xce\xa1"	Greek_RHO
++<T>		: "\xce\xa4"	Greek_TAU
++<Y>		: "\xce\xa5"	Greek_UPSILON
++<U>		: "\xce\x98"	Greek_THETA
++<I>		: "\xce\x99"	Greek_IOTA
++<O>		: "\xce\x9f"	Greek_OMICRON
++<P>		: "\xce\xa0"	Greek_PI
++<Greek_SIGMA>	: "\xce\xa3"	Greek_SIGMA
++<Greek_EPSILON>	: "\xce\x95"	Greek_EPSILON
++<Greek_RHO>	: "\xce\xa1"	Greek_RHO
++<Greek_TAU>	: "\xce\xa4"	Greek_TAU
++<Greek_UPSILON>	: "\xce\xa5"	Greek_UPSILON
++<Greek_THETA>	: "\xce\x98"	Greek_THETA
++<Greek_IOTA>	: "\xce\x99"	Greek_IOTA
++<Greek_OMICRON>	: "\xce\x9f"	Greek_OMICRON
++<Greek_PI>	: "\xce\xa0"	Greek_PI
++<a>		: "\xce\xb1"	Greek_alpha
++<s>		: "\xcf\x83"	Greek_finalsmallsigma
++<d>		: "\xce\xb4"	Greek_delta
++<f>		: "\xcf\x86"	Greek_phi
++<g>		: "\xce\xb3"	Greek_gamma
++<h>		: "\xce\xb7"	Greek_eta
++<j>		: "\xce\xbe"	Greek_xi
++<k>		: "\xce\xba"	Greek_kappa
++<l>		: "\xce\xbb"	Greek_lamda
++<Greek_alpha>	: "\xce\xb1"	Greek_alpha
++<Greek_finalsmallsigma>	: "\xcf\x83"	Greek_finalsmallsigma
++<Greek_delta>	: "\xce\xb4"	Greek_delta
++<Greek_phi>	: "\xcf\x86"	Greek_phi
++<Greek_gamma>	: "\xce\xb3"	Greek_gamma
++<Greek_eta>	: "\xce\xb7"	Greek_eta
++<Greek_xi>	: "\xce\xbe"	Greek_xi
++<Greek_kappa>	: "\xce\xba"	Greek_kappa
++<Greek_lamda>	: "\xce\xbb"	Greek_lamda
++<A>		: "\xce\x91"	Greek_ALPHA
++<S>		: "\xce\xa3"	Greek_SIGMA
++<D>		: "\xce\x94"	Greek_DELTA
++<F>		: "\xce\xa6"	Greek_PHI
++<G>		: "\xce\x93"	Greek_GAMMA
++<H>		: "\xce\x97"	Greek_ETA
++<J>		: "\xce\x9e"	Greek_XI
++<K>		: "\xce\x9a"	Greek_KAPPA
++<L>		: "\xce\x9b"	Greek_LAMDA
++<Greek_ALPHA>	: "\xce\x91"	Greek_ALPHA
++<Greek_DELTA>	: "\xce\x94"	Greek_DELTA
++<Greek_PHI>	: "\xce\xa6"	Greek_PHI
++<Greek_GAMMA>	: "\xce\x93"	Greek_GAMMA
++<Greek_ETA>	: "\xce\x97"	Greek_ETA
++<Greek_XI>	: "\xce\x9e"	Greek_XI
++<Greek_KAPPA>	: "\xce\x9a"	Greek_KAPPA
++<Greek_LAMDA>	: "\xce\x9b"	Greek_LAMDA
++<z>		: "\xce\xb6"	Greek_zeta
++<x>		: "\xcf\x87"	Greek_chi
++<c>		: "\xcf\x88"	Greek_psi
++<v>		: "\xcf\x89"	Greek_omega
++<b>		: "\xce\xb2"	Greek_beta
++<n>		: "\xce\xbd"	Greek_nu
++<m>		: "\xce\xbc"	Greek_mu
++<Greek_zeta>	: "\xc2\x98"	Greek_zeta
++<Greek_chi>	: "\xcf\x87"	Greek_chi
++<Greek_psi>	: "\xcf\x88"	Greek_psi
++<Greek_omega>	: "\xcf\x89"	Greek_omega
++<Greek_beta>	: "\xce\xb2"	Greek_beta
++<Greek_nu>	: "\xce\xbd"	Greek_nu
++<Greek_mu>	: "\xce\xbc"	Greek_mu
++<Z>		: "\xce\x96"	Greek_ZETA
++<X>		: "\xce\xa7"	Greek_CHI
++<C>		: "\xce\xa8"	Greek_PSI
++<V>		: "\xce\xa9"	Greek_OMEGA
++<B>		: "\xce\x92"	Greek_BETA
++<N>		: "\xce\x9d"	Greek_NU
++<M>		: "\xce\x9c"	Greek_MU
++<less>		: "\x3b"	semicolon
++<greater>	: "\x3a"	colon
++<question>	: "\xc2\xb7"	periodcentered
++<Greek_ZETA>	: "\xce\x96"	Greek_ZETA
++<Greek_CHI>	: "\xce\xa7"	Greek_CHI
++<Greek_PSI>	: "\xce\xa8"	Greek_PSI
++<Greek_OMEGA>	: "\xce\xa9"	Greek_OMEGA
++<Greek_BETA>	: "\xce\x92"	Greek_BETA
++<Greek_NU>	: "\xce\x9d"	Greek_NU
++<Greek_MU>	: "\xce\x9c"	Greek_MU
++<periodcentered> : "\xc2\xb7"	periodcentered
++
++XCOMM
++XCOMM XK_dead_acute and XK_dead_diaeresis defined in Greece*.kt keytable files.
++XCOMM XK_Greek_* are not defined in Greece*.kt keytable files. Nonetheless, we 
++XCOMM keep them here for user-defined keytable file possibility.
++<dead_acute> <Greek_alpha>	:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <Greek_epsilon>	:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <Greek_eta>	:"\xce\xae"	Greek_etaaccent
++<dead_acute> <Greek_iota>	:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <Greek_omicron>	:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <Greek_upsilon>	:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <Greek_omega>	:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <Greek_ALPHA>	:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <Greek_EPSILON>	:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <Greek_ETA>	:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <Greek_IOTA>	:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <Greek_OMICRON>	:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Greek_UPSILON>	:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <Greek_OMEGA>	:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_acute> <a>		:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <e>		:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <h>		:"\xce\xae"	Greek_etaaccent
++<dead_acute> <i>		:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <o>		:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <y>		:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <v>		:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <A>		:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <E>		:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <H>		:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <I>		:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <O>		:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Y>		:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <V>		:"\xce\x8f"	Greek_OMEGAaccent
++
++<semicolon> <a>			:"\xce\xac"	Greek_alphaaccent
++<semicolon> <e>			:"\xce\xad"	Greek_epsilonaccent
++<semicolon> <h>			:"\xce\xae"	Greek_etaaccent
++<semicolon> <i>			:"\xce\xaf"	Greek_iotaaccent
++<semicolon> <o>			:"\xcf\x8c"	Greek_omicronaccent
++<semicolon> <y>			:"\xcf\x8d"	Greek_upsilonaccent
++<semicolon> <v>			:"\xcf\x8e"	Greek_omegaaccent
++<semicolon> <A>			:"\xce\x86"	Greek_ALPHAaccent
++<semicolon> <E>			:"\xce\x88"	Greek_EPSILONaccent
++<semicolon> <H>			:"\xce\x89"	Greek_ETAaccent
++<semicolon> <I>			:"\xce\x8a"	Greek_IOTAaccent
++<semicolon> <O>			:"\xce\x8c"	Greek_OMICRONaccent
++<semicolon> <Y>			:"\xce\x8e"	Greek_UPSILONaccent
++<semicolon> <V>			:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_diaeresis> <Greek_iota>	:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <Greek_upsilon> :"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <Greek_IOTA>	:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Greek_UPSILON> :"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_diaeresis> <i>		:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <y>		:"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <I>		:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Y>		:"\xce\xab"	Greek_UPSILONdieresis
++
++<colon> <i>			:"\xcf\x8a"	Greek_iotadieresis
++<colon> <y>			:"\xcf\x8b"	Greek_upsilondieresis
++<colon> <I>			:"\xce\xaa"	Greek_IOTAdiaeresis
++<colon> <Y>			:"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_acute> <dead_diaeresis> <Greek_upsilon>	:"\xce\xb0"
++<dead_diaeresis> <dead_acute> <Greek_upsilon>	:"\xce\xb0"
++<dead_acute> <dead_diaeresis> <Greek_iota>	:"\xce\x90"
++<dead_diaeresis> <dead_acute> <Greek_iota>	:"\xce\x90"
++
++<dead_acute> <dead_diaeresis> <y> :"\xce\xb0"
++<dead_diaeresis> <dead_acute> <y> :"\xce\xb0"
++<dead_acute> <dead_diaeresis> <i> :"\xce\x90"
++<dead_diaeresis> <dead_acute> <i> :"\xce\x90"
++
++<semicolon> <colon> <y>		:"\xce\xb0"
++<colon> <semicolon> <y>		:"\xce\xb0"
++<semicolon> <colon> <i>		:"\xce\x90"
++<colon> <semicolon> <i>		:"\xce\x90"
++
++XCOMM
++XCOMM The following special key sequences are for Tonos, Diaeresis/Dialytica,
++XCOMM and Dialytika Tonos.
++<semicolon> <semicolon>		:"\xce\x84"
++<colon> <colon>			:"\xc2\xa8"
++<semicolon> <colon> <semicolon> <colon> :"\xce\x85"
++<colon> <semicolon> <colon> <semicolon> :"\xce\x85"
++
++<ordfeminine> <0>		:"\xc2\xb1"	plusminus
++<ordfeminine> <1>		:"\xc2\xa7"	section
++<ordfeminine> <2>		:"\xc2\xb2"	twosuperior	
++<ordfeminine> <3>		:"\xc2\xb3"	threesuperior
++<ordfeminine> <4>		:""
++<ordfeminine> <5>		:"\xc2\xa6"	brokenbar
++<ordfeminine> <6>		:"\xc2\xa9"	copyright
++<ordfeminine> <7>		:"\xc2\xac"	notequal
++<ordfeminine> <8>		:"\xc2\xad"	hyphen
++<ordfeminine> <9>		:"\xc2\xb0"	degree
++<ordfeminine> <hyphen>		:"\xc2\xbd"	onehalf
++<ordfeminine> <equal>		:""
++<ordfeminine> <backslash>	:"\xc2\xa3"	sterling
++<ordfeminine> <braceleft>	:"\xca\xbd"
++<ordfeminine> <braceright>	:"\xca\xbc"
++<ordfeminine> <bracketleft>	:"\xc2\xab"	guillemotleft
++<ordfeminine> <bracketright>	:"\xc2\xbb"	guillemotright
++XCOMM
++XCOMM Rules for SunXK_FA_* keysyms:
++<SunFA_Acute> <A>		:"\xce\x86"
++<SunFA_Acute> <E>		:"\xce\x88"
++<SunFA_Acute> <Greek_ALPHA>	:"\xce\x86"
++<SunFA_Acute> <Greek_EPSILON>	:"\xce\x88"
++<SunFA_Acute> <Greek_ETA>	:"\xce\x89"
++<SunFA_Acute> <Greek_IOTA>	:"\xce\x8a"
++<SunFA_Acute> <Greek_OMEGA>	:"\xce\x8f"
++<SunFA_Acute> <Greek_OMICRON>	:"\xce\x8c"
++<SunFA_Acute> <Greek_UPSILON>	:"\xce\x8e"
++<SunFA_Acute> <Greek_alpha>	:"\xce\xac"
++<SunFA_Acute> <Greek_epsilon>	:"\xce\xad"
++<SunFA_Acute> <Greek_eta>	:"\xce\xae"
++<SunFA_Acute> <Greek_iota>	:"\xce\xaf"
++<SunFA_Acute> <Greek_omega>	:"\xcf\x8e"
++<SunFA_Acute> <Greek_omicron>	:"\xcf\x8c"
++<SunFA_Acute> <Greek_upsilon>	:"\xcf\x8d"
++<SunFA_Acute> <H>		:"\xce\x89"
++<SunFA_Acute> <I>		:"\xce\x8a"
++<SunFA_Acute> <O>		:"\xce\x8c"
++<SunFA_Acute> <SunFA_Diaeresis> <Greek_iota>	:"\xce\x90"
++<SunFA_Acute> <SunFA_Diaeresis> <Greek_upsilon>	:"\xce\xb0"
++<SunFA_Acute> <SunFA_Diaeresis> <i> :"\xce\x90"
++<SunFA_Acute> <SunFA_Diaeresis> <y> :"\xce\xb0"
++<SunFA_Acute> <V>		:"\xce\x8f"
++<SunFA_Acute> <Y>		:"\xce\x8e"
++<SunFA_Acute> <a>		:"\xce\xac"
++<SunFA_Acute> <e>		:"\xce\xad"
++<SunFA_Acute> <h>		:"\xce\xae"
++<SunFA_Acute> <i>		:"\xce\xaf"
++<SunFA_Acute> <o>		:"\xcf\x8c"
++<SunFA_Acute> <v>		:"\xcf\x8e"
++<SunFA_Acute> <y>		:"\xcf\x8d"
++<SunFA_Diaeresis> <Greek_IOTA>	:"\xce\xaa"
++<SunFA_Diaeresis> <Greek_UPSILON> :"\xce\xab"
++<SunFA_Diaeresis> <Greek_iota>	:"\xcf\x8a"
++<SunFA_Diaeresis> <Greek_upsilon> :"\xcf\x8b"
++<SunFA_Diaeresis> <I>		:"\xce\xaa"
++<SunFA_Diaeresis> <SunFA_Acute> <Greek_iota>	:"\xce\x90"
++<SunFA_Diaeresis> <SunFA_Acute> <Greek_upsilon>	:"\xce\xb0"
++<SunFA_Diaeresis> <SunFA_Acute> <i> :"\xce\x90"
++<SunFA_Diaeresis> <SunFA_Acute> <y> :"\xce\xb0"
++<SunFA_Diaeresis> <Y>		:"\xce\xab"
++<SunFA_Diaeresis> <i>		:"\xcf\x8a"
++<SunFA_Diaeresis> <y>		:"\xcf\x8b"
++END_STATE
++
++STATE "[ アラビア語 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ キリル文字 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ ギリシア語 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ タイ語 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ ヘブライ語 ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode 16進 ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode 8進 ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日本語 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓国語 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ キリル文字 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ ギリシア語 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ タイ語 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ ヘブライ語 ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode 16進 ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode 8進 ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日本語 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓国語 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++XCOMM <0> Arabic-Indic Digit Zero
++<0>		: "\xd9\xa0"
++XCOMM <1> Arabic-Indic Digit One
++<1>		: "\xd9\xa1"
++XCOMM <2> Arabic-Indic Digit Two
++<2>		: "\xd9\xa2"
++XCOMM <3> Arabic-Indic Digit Three
++<3>		: "\xd9\xa3"
++XCOMM <4> Arabic-Indic Digit Four
++<4>		: "\xd9\xa4"
++XCOMM <5> Arabic-Indic Digit Five
++<5>		: "\xd9\xa5"
++XCOMM <6> Arabic-Indic Digit Six
++<6>		: "\xd9\xa6"
++XCOMM <7> Arabic-Indic Digit Seven
++<7>		: "\xd9\xa7"
++XCOMM <8> Arabic-Indic Digit Eight
++<8>		: "\xd9\xa8"
++XCOMM <9> Arabic-Indic Digit Nine
++<9>		: "\xd9\xa9"
++
++<a>		: "\xd8\xb4"
++<A>		: "\x5c"
++<apostrophe>	: "\xd8\xb7"
++<asciitilde>	: "\xd9\x91"
++<b>		: "\xd9\x84\xd8\xa7"
++<B>		: "\xd9\x84\xd8\xa2"
++<backslash>	: "\xd9\x80"
++<bracketleft>	: "\xd8\xac"
++<bracketright>	: "\xd8\xaf"
++<c>		: "\xd8\xa4"
++<C>		: "\xd9\x8d"
++<comma>		: "\xd9\x88"
++<d>		: "\xd9\x8a"
++<D>		: "\x5d"
++<e>		: "\xd8\xab"
++<E>		: "\xd9\x8f"
++<f>		: "\xd8\xa8"
++<F>		: "\x5b"
++<g>		: "\xd9\x84"
++<G>		: "\xd9\x84\xd8\xa3"
++<grave>		: "\xd8\xb0"
++<greater>	: "\x2e"
++<h>		: "\xd8\xa7"
++<H>		: "\xd8\xa3"
++<i>		: "\xd9\x87"
++<j>		: "\xd8\xaa"
++<k>		: "\xd9\x86"
++<K>		: "\xd8\x8c"
++<l>		: "\xd9\x85"
++<L>		: "\x2f"
++<m>		: "\xd8\xa9"
++XCOMM previously <M>: "\xd9\x8f"
++<M>		: "\xd9\xac"
++<n>		: "\xd9\x89"
++<N>		: "\xd8\xa2"
++<o>		: "\xd8\xae"
++<p>		: "\xd8\xad"
++<P>		: "\xd8\x9b"
++<period>	: "\xd8\xb2"
++<q>		: "\xd8\xb6"
++<Q>		: "\xd9\x8e"
++<question>	: "\xd8\x9f"
++<r>		: "\xd9\x82"
++<R>		: "\xd9\x8c"
++<s>		: "\xd8\xb3"
++<semicolon>	: "\xd9\x83"
++<slash>		: "\xd8\xb8"
++<smaller>	: "\x2c"
++<t>		: "\xd9\x81"
++<u>		: "\xd8\xb9"
++<v>		: "\xd8\xb1"
++<V>		: "\xd9\x90"
++<w>		: "\xd8\xb5"
++<W>		: "\xd9\x8b"
++<x>		: "\xd8\xa1"
++<y>		: "\xd8\xba"
++<Y>		: "\xd8\xa5"
++<z>		: "\xd8\xa6"
++END_STATE
++
++STATE "[ ヘブライ語 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ キリル文字 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ ギリシア語 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ タイ語 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ アラビア語 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode 16進 ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode 8進 ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日本語 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓国語 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ キリル文字 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ ギリシア語 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ タイ語 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ アラビア語 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode 16進 ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode 8進 ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日本語 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓国語 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++<q>		: "\x2f"
++<w>		: "\x27"
++<e>		: "\xd7\xa7"
++<r>		: "\xd7\xa8"
++<t>		: "\xd7\x90"
++<y>		: "\xd7\x98"
++<u>		: "\xd7\x95"
++<i>		: "\xd7\x9f"
++<o>		: "\xd7\x9d"
++<p>		: "\xd7\xa4"
++<a>		: "\xd7\xa9"
++<s>		: "\xd7\x93"
++<d>		: "\xd7\x92"
++<f>		: "\xd7\x9b"
++<g>		: "\xd7\xa2"
++<h>		: "\xd7\x99"
++<j>		: "\xd7\x97"
++<k>		: "\xd7\x9c"
++<l>		: "\xd7\x9a"
++<semicolon>	: "\xd7\xa3"
++<z>		: "\xd7\x96"
++<x>		: "\xd7\xa1"
++<c>		: "\xd7\x91"
++<v>		: "\xd7\x94"
++<b>		: "\xd7\xa0"
++<n>		: "\xd7\x9e"
++<m>		: "\xd7\xa6"
++<comma>		: "\xd7\xaa"
++<period>	: "\xd7\xa5"
++<slash>		: "\x2f"
++<grave>		: "\x3b"
++<apostrophe>	: "\x2c"
++END_STATE
++
++STATE "[ Unicode 16進 ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:	4	# 1|2|3|4|5|,...
++				# when the number of input sequence
++				# reaches to the given number,
++				# conversion occurs automatically.
++
++TYPE_OF_INPUT:		HEX	# HEX or OCTET. The default is HEX.
++				# If it's HEX, valid input is: 0-9,
++				# a-f, A-F.
++				# If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :	DO_LOOKUP
++<space> :	DO_CONV
++				# force to convert input sequence into
++				# a character before MAX_INPUT_LENGTH
++				# of characters are input.
++Ctrl<n> :	NEXT_PAGE
++Ctrl<p> :	PREV_PAGE
++Ctrl<a> :	TOP_PAGE
++Ctrl<e> :	LAST_PAGE
++<Right>	:	NEXT_CAND
++<Left>	:	PREV_CAND
++<Up>	:	UP_CAND
++<Down>	:	DOWN_CAND
++Ctrl<k>	:	SELECT_CAND
++XCOMM end of actions
++Ctrl<space>		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ キリル文字 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ ギリシア語 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ タイ語 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ アラビア語 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ ヘブライ語 ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode 8進 ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日本語 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓国語 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ キリル文字 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ ギリシア語 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ タイ語 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ アラビア語 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ ヘブライ語 ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode 8進 ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日本語 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓国語 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++END_STATE
++
++STATE "[ Unicode 8進 ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:	6	# 1|2|3|4|5|,...
++				# when the number of input sequence
++				# reaches to the given number,
++				# conversion occurs automatically.
++
++TYPE_OF_INPUT:		OCTET	# HEX or OCTET. The default is HEX.
++				# If it's HEX, valid input is: 0-9, a-f, A-F.
++				# If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :	DO_LOOKUP
++<space> :	DO_CONV
++				# force to convert input sequence into
++				# a character before MAX_INPUT_LENGTH
++				# of characters are input.
++Ctrl<n> :	NEXT_PAGE
++Ctrl<p> :	PREV_PAGE
++Ctrl<a> :	TOP_PAGE
++Ctrl<e> :	LAST_PAGE
++<Right>	:	NEXT_CAND
++<Left>	:	PREV_CAND
++<Up>	:	UP_CAND
++<Down>	:	DOWN_CAND
++Ctrl<k>	:	SELECT_CAND
++XCOMM end of actions
++Ctrl<space> 		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ キリル文字 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ ギリシア語 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ タイ語 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ アラビア語 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ ヘブライ語 ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode 16進 ]"
++<Multi_key> <l> <l>	: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日本語 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓国語 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ キリル文字 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ ギリシア語 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ タイ語 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ アラビア語 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ ヘブライ語 ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode 16進 ]"
++Ctrl<T> <l> <l>		: SWITCH_STATE_TO "[ Unicode 表から選択 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日本語 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓国語 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++END_STATE
++
++STATE "[ Unicode 表から選択 ]"
++STATE_TYPE: LOOKUP
++Ctrl<space>		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ キリル文字 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ ギリシア語 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ タイ語 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ アラビア語 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ インド諸語 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ ヘブライ語 ]"
++<Multi_key> <u> <h>	: SWITCH_STATE_TO "[ Unicode 16進 ]"
++<Multi_key> <u> <o>	: SWITCH_STATE_TO "[ Unicode 8進 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日本語 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓国語 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ キリル文字 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ ギリシア語 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ タイ語 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ アラビア語 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ インド諸語 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ ヘブライ語 ]"
++Ctrl<T> <u> <h>		: SWITCH_STATE_TO "[ Unicode 16進 ]"
++Ctrl<T> <u> <o>		: SWITCH_STATE_TO "[ Unicode 8進 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日本語 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓国語 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡体字中国語 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体字中国語 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体字中国語 (香港) ]"
++
++XCOMM attributes
++MAX_NUMBER_OF_ROWS :		6
++MAX_NUMBER_OF_COLUMNS :		16
++MAX_NUMBER_OF_CANDIDATES :	80	# <= 94 best if it's multiple of 16
++TITLE_STRING:	"Lookup Selection Window"
++FONTSET:	"-dt-interface user-medium-r-normal-s*utf*-*-*-*-*-*-*-*-*"
++POSITION: CURSOR	# CURSOR/CLIENT
++PLACEMENT: BOTTOM	# TOP/BOTTOM/LEFT/RIGHT
++"a - 基本ラテン"	:	0x0000 0x007f
++"b - ラテン-1 補助"		:	0x0080 0x00ff
++"c - ラテン拡張 A"	:	0x0100 0x017f
++"d - ラテン拡張 B"	:	0x0180 0x024f
++XCOMM N/A IPA Extension	:	0x0250 0x02af
++"e - スペース調整文字"	:	0x02b0 0x02ff
++XCOMM N/A Combining Diaetrical Marks	:	0x0300 0x036f
++"f - ギリシア(基本及び記号)及びコプト"	:	0x0370 0x03ff
++"g - キリル"	:	0x0400 0x04ff
++XCOMM N/A Armenian	:	0x0530 0x058f
++"h - ヘブライ(基本及び拡張)"	:	0x0590 0x05ff
++"i - アラビア(基本及び拡張)"	:	0x0600 0x06ff
++"H - ヒンディー語"		:	0x0900 0x097f
++"B - ベンガル語"	:	0x0980 0x09ff
++"P - グルムキー文字"	:	0x0a00 0x0a7f
++"G - グジャラート語"	:	0x0a80 0x0aff
++XCOMM N/A Oriya	:	0x0b00 0x0b7f
++"t - タミル語"	:	0x0b80 0x0bff
++"T - テルグ語"	:	0x0c00 0x0c7f
++"K - カンナダ語"	:	0x0c80 0x0cff
++"M - マラヤーラム語":	0x0d00 0x0d7f
++"j - タイ"	:	0x0e00 0x0e7f
++XCOMM N/A Lao	:	0x0e80 0x0eff
++XCOMM N/A Tibetan	:	0x0f00 0x0fbf
++XCOMM N/A Georgian	:	0x10a0 0x10ff
++XCOMM N/A Hangul Jamo	:	0x1100 0x11ff
++XCOMM N/A Latin Extended Additional	:	0x1e00 0x1eff
++XCOMM N/A Greek Extended	:	0x1f00 0x1fff
++"k - 一般句読点"	:	0x2000 0x206f
++"l - 上付き・下付きの文字"	:	0x2070 0x209f
++"m - 通貨記号"	:	0x20a0 0x20cf
++XCOMM N/A Combining Diacritical Marks for Symbols	:	0x20d0 0x20ff
++"n - 文字様記号"	:	0x2100 0x214f
++"o - 数字の形"	:	0x2150 0x218f
++"p - 矢印"	:	0x2190 0x21ff
++"q - 数学記号"	:	0x2200 0x22ff
++"r - その他の技術用記号"	:	0x2300 0x23ff
++XCOMM N/A Control Pictures	:	0x2400 0x243f
++XCOMM N/A Optical Character Recognition	:	0x2440 0x245f
++"s - 囲み英数字"	:	0x2460 0x24ff
++"t - 罫線素片"	:	0x2500 0x257f
++"u - ブロック要素"	:	0x2580 0x259f
++"v - 幾何学模様"	:	0x25a0 0x25ff
++"w - その他の記号"	:	0x2600 0x26ff
++XCOMM N/A Dingbats	:	0x2700 0x27bf
++"x - CJK用の記号及び分音記号"	:	0x3000 0x303f
++"y - 平仮名"	:	0x3040 0x309f
++"z - 片仮名"	:	0x30a0 0x30ff
++"0 - 注音字母"	:	0x3100 0x312f
++"1 - ハングル互換字母"	:	0x3130 0x318f
++XCOMM N/A Kanbun	:	0x3190 0x319f
++"2 - 囲みCJK文字・月"	:	0x3200 0x32ff
++"3 - CJK互換文字"	:	0x3300 0x33ff
++"4 - CJK統合漢字"	:	0x4e00 0x9fa5
++"5 - ハングル音節"	:	0xac00 0xd7a3
++XCOMM N/A High Surrogates	:	0xd800 0xdb7f
++XCOMM N/A Private Use High Surrogates	:	0xdb80 0xdbff
++XCOMM N/A Low Surrogates	:	0xdc00 0xdfff
++XCOMM N/A Private Use Area	:	0xe000 0xf8ff
++"6 - CJK互換漢字"	:	0xf900 0xfaff
++XCOMM N/A Alphabetic Presentation Forms	:	0xfb00 0xfb4f
++XCOMM N/A Arabic Presentation Forms-A	:	0xfb50 0xfdff
++XCOMM N/A Combining Half Marks	:	0xfe20 0xfe2f
++"7 - CJK互換形"	:	0xfe30 0xfe4f
++"8 - 小字形"	:	0xfe50 0xfe6f
++XCOMM N/A Arabic Presentation Forms-B	:	0xfe70 0xfeff
++"9 - 半角形・全角形"	:	0xff00 0xffef
++"/ - 特殊文字"	:	0xfff0 0xffff
++XCOMM end of attributes
++
++XCOMM actions
++Ctrl<n> :	NEXT_PAGE
++Ctrl<p> :	PREV_PAGE
++Ctrl<a> :	TOP_PAGE
++Ctrl<e> :	LAST_PAGE
++<Right>	:	NEXT_CAND
++<Left>	:	PREV_CAND
++<Up>	:	UP_CAND
++<Down>	:	DOWN_CAND
++Ctrl<k>	:	SELECT_CAND
++XCOMM end of actions
++END_STATE
++
++STATE "[ 日本語 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++LANGUAGE : ja 
++END_STATE
++
++STATE "[ 韓国語 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++LANGUAGE : ko
++END_STATE
++
++STATE "[ 簡体字中国語 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++LANGUAGE : zh_CN 
++END_STATE
++
++STATE "[ 繁体字中国語 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++LANGUAGE : zh_TW
++END_STATE
++
++STATE "[ 繁体字中国語 (香港) ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++LANGUAGE : zh_HK
++END_STATE
++
++STATE "[ タイ語 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++LANGUAGE : th_TH
++END_STATE
++
++STATE "[ インド諸語 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>		: SWITCH_STATE_TO "[ 英語/ヨーロッパ言語 ]"
++LANGUAGE : in_IN
++END_STATE
+diff -urp -x '*~' -x '*.orig' nls/ja_JP.UTF-8/XI18N_OBJS nls/ja_JP.UTF-8/XI18N_OBJS
+--- nls/ja_JP.UTF-8/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/ja_JP.UTF-8/XI18N_OBJS	2008-02-27 21:08:32.577125000 -0800
+@@ -5,5 +5,8 @@
+ # $XFree86$
+ #
+ XLC	common/xlcUTF8Load	_XlcUtf8Loader	# XLC_open
+-XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
++XIM	common/xiiimp	_SwitchOpenIM		# XIM_open
++XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_regiser XIM_unregister
++XIM	common/ximlocal	_XimpLocalOpenIM	# XIM_open
++XIM	common/ximp40	_Ximp_OpenIM		# XIM_open
+ XOM	common/xomGeneric 	_XomGenericOpenOM	# XOM_open
+diff -urp -x '*~' -x '*.orig' nls/ja_JP.UTF-8/XLC_LOCALE.pre nls/ja_JP.UTF-8/XLC_LOCALE.pre
+--- nls/ja_JP.UTF-8/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/ja_JP.UTF-8/XLC_LOCALE.pre	2008-02-27 21:08:32.577741000 -0800
+@@ -18,7 +18,7 @@ fs0 {
+     name  ISO8859-1:GL
+   }
+   font  {
+-    primary   ISO8859-1:GL
++    primary  JISX0201.1976-0:GL;ISO8859-1:GL
+     vertical_rotate all
+   }
+ }
+@@ -42,18 +42,29 @@ fs2	{
+ 	}
+ }
+ 
+-XCOMM   fs3 class (Korean Character)
++XCOMM	fs3 class (Supplementary Kanji)
+ fs3	{
++        charset {
++                name            JISX0212.1990-0:GL
++                udc_area        \x7521,\x7e7e
++        }
++        font    {
++                primary         JISX0212.1990-0:GL
++        }
++}
++
++XCOMM   fs4 class (Korean Character)
++fs4	{
+ 	charset	{
+-		name	KSC5601.1987-0:GL
++		name	KSC5601.1992-3:GLGR
+ 	}
+ 	font	{
+-		primary	KSC5601.1987-0:GL
++		primary	KSC5601.1992-3:GLGR
+ 	}
+ }
+ 
+-XCOMM   fs4 class (Chinese Han Character)
+-fs4	{
++XCOMM   fs5 class (Chinese Han Character)
++fs5	{
+ 	charset	{
+ 		name	GB2312.1980-0:GL
+ 	}
+@@ -61,8 +72,8 @@ fs4	{
+ 		primary	GB2312.1980-0:GL
+ 	}
+ }
+-XCOMM	fs5 class (Half Kana)
+-fs5	{
++XCOMM	fs6 class (Half Kana)
++fs6	{
+ 	charset	{
+ 		name	JISX0201.1976-0:GR
+ 	}
+@@ -76,12 +87,13 @@ XCOMM other fonts are picked up before i
+ XCOMM Moreover, some iso10646-1 fonts don't have any glyph at all
+ XCOMM in ISO8859-X ranges.
+ 
+-XCOMM fs6 class
+-fs6 {
++XCOMM fs7 class
++fs7 {
+   charset {
+     name  ISO10646-1
+   }
+   font  {
++    load_option     delay_nocheck
+     primary ISO10646-1
+   }
+ }
+@@ -101,7 +113,7 @@ XCOMM	cs0 class
+ cs0	{
+ 	side		GL:Default
+ 	length		1
+-	ct_encoding	ISO8859-1:GL
++	ct_encoding	ISO8859-1:GL;JISX0201.1976-0:GL
+ }
+ 
+ XCOMM	cs1 class
+@@ -120,29 +132,36 @@ cs2	{
+ }
+ 
+ XCOMM	cs3 class
+-cs3     {
+-        side            GL
++cs3	{
++	side		GL
++	length		2
++	ct_encoding	JISX0212.1990-0:GL; JISX0212.1990-0:GR
++}
++
++XCOMM	cs4 class
++cs4     {
++        side            GR:Default
+         length          2
+-        ct_encoding     KSC5601.1987-0:GL; KSC5601.1987-0:GR;                        KSC5601.1987-1:GL; KSC5601.1987-1:GR
++        ct_encoding     KSC5601.1992-3:GLGR
+ 
+ }
+  
+-XCOMM	cs4 class
+-cs4     {
++XCOMM	cs5 class
++cs5     {
+         side            GR
+         length          2
+         ct_encoding     GB2312.1980-0:GL; GB2312.1980-0:GR
+ }
+  
+-XCOMM	cs5 class
+-cs5	{
++XCOMM	cs6 class
++cs6	{
+ 	side		GR
+ 	length		1
+ 	ct_encoding	JISX0201.1976-0:GR
+ }
+ 
+-XCOMM	cs6 class
+-cs6	{
++XCOMM	cs7 class
++cs7	{
+ 	side		none
+ 	ct_encoding	ISO10646-1
+ }
+diff -urp -x '*~' -x '*.orig' nls/ko/XI18N_OBJS nls/ko/XI18N_OBJS
+--- nls/ko/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/ko/XI18N_OBJS	2008-02-27 21:08:32.586013000 -0800
+@@ -3,5 +3,5 @@
+ #	XI18N objects table for ko locale
+ #
+ XLC	common/xlibi18n	_XlcGenericLoader	# XLC_open
+-XIM	common/ximp40	_Ximp_OpenIM		# XIM_open
++XIM	common/ximcp   _XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open    XIM_register XIM_unregister
+ XOM	common/xomGeneric	_XomGenericOpenOM # XOM_open
+diff -urp -x '*~' -x '*.orig' nls/ko/XLC_LOCALE.pre nls/ko/XLC_LOCALE.pre
+--- nls/ko/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/ko/XLC_LOCALE.pre	2008-02-27 21:08:32.586327000 -0800
+@@ -13,7 +13,7 @@ fs0	{
+ 		name	ISO8859-1:GL
+ 	}
+ 	font	{
+-		primary		ISO8859-1:GL
++		primary		KSC5636-0:GL;ISO8859-1:GL
+ 		vertical_rotate	all
+ 	}
+ }
+diff -urp -x '*~' -x '*.orig' nls/ko_KR.UTF-8/Compose.pre nls/ko_KR.UTF-8/Compose.pre
+--- nls/ko_KR.UTF-8/Compose.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/ko_KR.UTF-8/Compose.pre	2008-02-27 21:08:32.589576000 -0800
+@@ -0,0 +1,2542 @@
++XCOMM
++XCOMM Copyright (c) 1996-2000 by Sun Microsystems, Inc.
++XCOMM All rights reserved.
++XCOMM
++XCOMM ident	$Id: Compose,v 1.15 2006/02/13 07:51:50 bt150191 Exp $
++XCOMM
++XCOMM Compose table for the ko.UTF8 locale
++XCOMM
++
++STATE "[ 영어/유럽어 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 키릴어 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 그리스어 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 태국어 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 아라비아어 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 히브리어 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16진수 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8진수 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 표 참조 입력 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 일본어 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 한국어 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 중국어-간체 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 중국어-번체 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 키릴어 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 그리스어 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 태국어 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 아라비아어 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 히브리어 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16진수 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8진수 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 표 참조 입력 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 일본어 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 한국어 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 중국어-간체 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 중국어-번체 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++XCOMM Rules to compose Euro Currency Symbol
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++Alt<e>			: "\xe2\x82\xac"
++Alt<E>			: "\xe2\x82\xac"
++Alt<4>			: "\xe2\x82\xac"
++Alt<5>			: "\xe2\x82\xac"
++Meta<e>			: "\xe2\x82\xac"
++Meta<E>			: "\xe2\x82\xac"
++Meta<4>			: "\xe2\x82\xac"
++Meta<5>			: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
++<Multi_key> <plus> <plus>		: "\x23"	numbersign
++<Multi_key> <apostrophe> <space>	: "\x27"	apostrophe
++<Multi_key> <space> <apostrophe>	: "\x27'"	apostrophe
++<Multi_key> <A> <A>			: "\x40"	at
++<Multi_key> <a> <A>			: "\xc4\x84"	Aogonek
++<Multi_key> <A> <a> 			: "\xc4\x84"	Aogonek
++<Multi_key> <a> <a> 			: "\xc4\x85"	aogonek
++<Multi_key> <parenleft> <parenleft>	: "\x5b"	bracketleft
++<Multi_key> <slash> <slash>		: "\x5c"	backslash
++<Multi_key> <slash> <less>		: "\x5c"	backslash
++<Multi_key> <less> <slash>		: "\x5c"	backslash
++<Multi_key> <parenright> <parenright>	: "\x5d"	bracketright
++<Multi_key> <asciicircum> <space>	: "\x5e"	asciicircum
++<Multi_key> <space> <asciicircum>	: "\x5e"	asciicircum
++<Multi_key> <greater> <space>		: "\x5e"	asciicircum
++<Multi_key> <space> <greater>		: "\x5e"	asciicircum
++<Multi_key> <grave> <space>		: "\x60"	grave
++<Multi_key> <space> <grave>		: "\x60"	grave
++<Multi_key> <parenleft> <minus>		: "\x7b"	braceleft
++<Multi_key> <minus> <parenleft>		: "\x7b"	braceleft
++<Multi_key> <slash> <asciicircum>	: "\x7c"	bar
++<Multi_key> <asciicircum> <slash>	: "\x7c"	bar
++<Multi_key> <V> <L>			: "\x7c"	bar
++<Multi_key> <L> <V>			: "\x7c"	bar
++<Multi_key> <v> <l>			: "\x7c"	bar
++<Multi_key> <l> <v>			: "\x7c"	bar
++<Multi_key> <parenright> <minus>	: "\x7d"	braceright
++<Multi_key> <minus> <parenright>	: "\x7d"	braceright
++<Multi_key> <asciitilde> <space>	: "\x7e"	asciitilde
++<Multi_key> <space> <asciitilde>	: "\x7e"	asciitilde
++<Multi_key> <minus> <space>		: "\x7e"	asciitilde
++<Multi_key> <space> <minus>		: "\x7e"	asciitilde
++<Multi_key> <exclam> <exclam>		: "\xc2\xa1"	exclamdown
++<Multi_key> <C> <acute> 		: "\xc4\x86"	Cacute
++<Multi_key> <c> <acute> 		: "\xc4\x87"	cacute
++<Multi_key> <acute> <C>			: "\xc4\x86"	Cacute
++<Multi_key> <acute> <c>			: "\xc4\x87"	cacute
++<Multi_key> <c> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <c>			: "\xc2\xa2"	cent
++<Multi_key> <C> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <C>			: "\xc2\xa2"	cent
++<Multi_key> <C> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <C>			: "\xc2\xa2"	cent
++<Multi_key> <c> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <c>			: "\xc2\xa2"	cent
++<Multi_key> <acute> <L>			: "\xc4\xb9"	Lacute
++<Multi_key> <L> <acute> 		: "\xc4\xb9"	Lacute
++<Multi_key> <acute> <l>			: "\xc4\xba"	lacute
++<Multi_key> <l> <acute> 		: "\xc4\xba"	lacute
++<Multi_key> <l> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <l> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <acute> <N>			: "\xc5\x83"	Nacute
++<Multi_key> <N> <acute> 		: "\xc5\x83"	Nacute
++<Multi_key> <y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <s> <o>			: "\xc2\xa7"	section
++<Multi_key> <o> <s>			: "\xc2\xa7"	section
++<Multi_key> <S> <O>			: "\xc2\xa7"	section
++<Multi_key> <O> <S>			: "\xc2\xa7"	section
++<Multi_key> <S> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <S>		: "\xc2\xa7"	section
++<Multi_key> <s> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <s>		: "\xc2\xa7"	section
++<Multi_key> <S> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <S>			: "\xc2\xa7"	section
++<Multi_key> <s> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <s>			: "\xc2\xa7"	section
++<Multi_key> <x> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <X>			: "\xc2\xa4"	currency
++<Multi_key> <c> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <a> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <a>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <A> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <A>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <o> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <o>			: "\xc2\xba"	masculine
++<Multi_key> <O> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <O>			: "\xc2\xba"	masculine
++<Multi_key> <less> <less>		: "\xc2\xab"	guillemotleft
++<Multi_key> <greater> <greater>		: "\xc2\xbb"	guillemotright
++<Multi_key> <0> <asciicircum>		: "\xc2\xb0"	degree
++<Multi_key> <asciicircum> <0>		: "\xc2\xb0"	degree
++<Multi_key> <0> <asterisk>		: "\xc2\xb0"	degree
++<Multi_key> <asterisk> <0>		: "\xc2\xb0"	degree
++<Multi_key> <plus> <minus>		: "\xc2\xb1"	plusminus
++<Multi_key> <minus> <plus>		: "\xc2\xb1"	plusminus
++<Multi_key> <slash> <u>			: "\xc2\xb5"	mu
++<Multi_key> <u> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <slash> <U>			: "\xc2\xb5"	mu
++<Multi_key> <U> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <1> <asciicircum>		: "\xc2\xb9"	onesuperior
++<Multi_key> <asciicircum> <1>		: "\xc2\xb9"	onesuperior
++<Multi_key> <S> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <S>			: "\xc2\xb9"	onesuperior
++<Multi_key> <s> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <s>			: "\xc2\xb9"	onesuperior
++<Multi_key> <2> <asciicircum>		: "\xc2\xb2"	twosuperior
++<Multi_key> <asciicircum> <2>		: "\xc2\xb2"	twosuperior
++<Multi_key> <S> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <S>			: "\xc2\xb2"	twosuperior
++<Multi_key> <s> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <s>			: "\xc2\xb2"	twosuperior
++<Multi_key> <3> <asciicircum>		: "\xc2\xb3"	threesuperior
++<Multi_key> <asciicircum> <3>		: "\xc2\xb3"	threesuperior
++<Multi_key> <S> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <S>			: "\xc2\xb3"	threesuperior
++<Multi_key> <s> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <s>			: "\xc2\xb3"	threesuperior
++<Multi_key> <p> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <p>		: "\xc2\xb6"	paragraph
++<Multi_key> <P> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <P>		: "\xc2\xb6"	paragraph
++<Multi_key> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++<Multi_key> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++<Multi_key> <period> <period>		: "\xc2\xb7"	periodcentered
++<Multi_key> <1> <4>			: "\xc2\xbc"	onequarter
++<Multi_key> <1> <2>			: "\xc2\xbd"	onehalf
++<Multi_key> <3> <4>			: "\xc2\xbe"	threequarters
++<Multi_key> <question> <question>	: "\xc2\xbf"	questiondown
++<Multi_key> <space> <space>		: "\xc2\xa0"	nobreakspace
++<Multi_key> <bar> <bar>			: "\xc2\xa6"	brokenbar
++<Multi_key> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++<Multi_key> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++<Multi_key> <V> <B>			: "\xc2\xa6"	brokenbar
++<Multi_key> <B> <V>			: "\xc2\xa6"	brokenbar
++<Multi_key> <v> <b>			: "\xc2\xa6"	brokenbar
++<Multi_key> <b> <v>			: "\xc2\xa6"	brokenbar
++<Multi_key> <minus> <comma>		: "\xc2\xac"	notsign
++<Multi_key> <comma> <minus>		: "\xc2\xac"	notsign
++<Multi_key> <minus> <minus>		: "\xc2\xad"	hyphen
++<Multi_key> <R> <O>			: "\xc2\xae"	registered
++<Multi_key> <O> <R>			: "\xc2\xae"	registered
++<Multi_key> <minus> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <minus>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <minus> <colon>		: "\xc3\xb7"	division
++<Multi_key> <colon> <minus>		: "\xc3\xb7"	division
++<Multi_key> <x> <x>			: "\xc3\x97"	multiply
++<Multi_key> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++<Multi_key> <comma> <comma>		: "\xc2\xb8"	cedilla
++<Multi_key> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++<Multi_key> <A> <grave>			: "\xc3\x80"	Agrave
++<Multi_key> <grave> <A>			: "\xc3\x80"	Agrave
++<Multi_key> <A> <acute>			: "\xc3\x81"	Aacute
++<Multi_key> <acute> <A>			: "\xc3\x81"	Aacute
++<Multi_key> <A> <apostrophe>		: "\xc3\x81"	Aacute
++<Multi_key> <apostrophe> <A>		: "\xc3\x81"	Aacute
++<Multi_key> <A> <asciicircum>		: "\xc3\x82"	Acircumflex
++<Multi_key> <asciicircum> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <greater>		: "\xc3\x82"	Acircumflex
++<Multi_key> <greater> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <asciitilde>		: "\xc3\x83"	Atilde
++<Multi_key> <asciitilde> <A>		: "\xc3\x83"	Atilde
++<Multi_key> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <asterisk>		: "\xc3\x85"	Aring
++<Multi_key> <asterisk> <A>		: "\xc3\x85"	Aring
++<Multi_key> <A> <E>			: "\xc3\x86"	AE
++<Multi_key> <a> <grave>			: "\xc3\xa0"	agrave
++<Multi_key> <grave> <a>			: "\xc3\xa0"	agrave
++<Multi_key> <a> <acute>			: "\xc3\xa1"	aacute
++<Multi_key> <acute> <a>			: "\xc3\xa1"	aacute
++<Multi_key> <a> <apostrophe>		: "\xc3\xa1"	aacute
++<Multi_key> <apostrophe> <a>		: "\xc3\xa1"	aacute
++<Multi_key> <a> <asciicircum>		: "\xc3\xa2"	acircumflex
++<Multi_key> <asciicircum> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <greater>		: "\xc3\xa2"	acircumflex
++<Multi_key> <greater> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <asciitilde>		: "\xc3\xa3"	atilde
++<Multi_key> <asciitilde> <a>		: "\xc3\xa3"	atilde
++<Multi_key> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <asterisk>		: "\xc3\xa5"	aring
++<Multi_key> <asterisk> <a>		: "\xc3\xa5"	aring
++<Multi_key> <a> <e>			: "\xc3\xa6"	ae
++<Multi_key> <C> <comma>			: "\xc3\x87"	Ccedilla
++<Multi_key> <comma> <C>			: "\xc3\x87"	Ccedilla
++<Multi_key> <c> <comma>			: "\xc3\xa7"	ccedilla
++<Multi_key> <comma> <c>			: "\xc3\xa7"	ccedilla
++XCOMM <Multi_key> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM <Multi_key> <minus> <d>		: "\xc3\xb0"	eth
++<Multi_key> <D> <minus>			: "\xc3\x90"	ETH
++<Multi_key> <d> <minus>			: "\xc3\xb0"	eth
++<Multi_key> <slash> <D>			: "\xc4\x90"	Dstroke
++<Multi_key> <slash> <d>			: "\xc4\x91"	dstroke
++<Multi_key> <E> <grave>			: "\xc3\x88"	Egrave
++<Multi_key> <grave> <E>			: "\xc3\x88"	Egrave
++<Multi_key> <E> <acute>			: "\xc3\x89"	Eacute
++<Multi_key> <acute> <E>			: "\xc3\x89"	Eacute
++<Multi_key> <E> <apostrophe>		: "\xc3\x89"	Eacute
++<Multi_key> <apostrophe> <E>		: "\xc3\x89"	Eacute
++<Multi_key> <E> <asciicircum>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <asciicircum> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <e> <grave>			: "\xc3\xa8"	egrave
++<Multi_key> <grave> <e>			: "\xc3\xa8"	egrave
++<Multi_key> <e> <acute>			: "\xc3\xa9"	eacute
++<Multi_key> <acute> <e>			: "\xc3\xa9"	eacute
++<Multi_key> <e> <apostrophe>		: "\xc3\xa9"	eacute
++<Multi_key> <apostrophe> <e>		: "\xc3\xa9"	eacute
++<Multi_key> <e> <asciicircum>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <asciicircum> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <greater>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <greater> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++<Multi_key> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++<Multi_key> <I> <grave>			: "\xc3\x8c"	Igrave
++<Multi_key> <grave> <I>			: "\xc3\x8c"	Igrave
++<Multi_key> <I> <acute>			: "\xc3\x8d"	Iacute
++<Multi_key> <acute> <I>			: "\xc3\x8d"	Iacute
++<Multi_key> <I> <apostrophe>		: "\xc3\x8d"	Iacute
++<Multi_key> <apostrophe> <I>		: "\xc3\x8d"	Iacute
++<Multi_key> <I> <asciicircum>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <asciicircum> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <greater>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <greater> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <i> <grave>			: "\xc3\xac"	igrave
++<Multi_key> <grave> <i>			: "\xc3\xac"	igrave
++<Multi_key> <i> <acute>			: "\xc3\xad"	iacute
++<Multi_key> <acute> <i>			: "\xc3\xad"	iacute
++<Multi_key> <i> <apostrophe>		: "\xc3\xad"	iacute
++<Multi_key> <apostrophe> <i>		: "\xc3\xad"	iacute
++<Multi_key> <i> <asciicircum>		: "\xc3\xae"	icircumflex
++<Multi_key> <asciicircum> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <greater>		: "\xc3\xae"	icircumflex
++<Multi_key> <greater> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <N> <asciitilde>		: "\xc3\x91"	Ntilde
++<Multi_key> <asciitilde> <N>		: "\xc3\x91"	Ntilde
++<Multi_key> <N> <minus>			: "\xc3\x91"	Ntilde
++<Multi_key> <minus> <N>			: "\xc3\x91"	Ntilde
++<Multi_key> <n> <asciitilde>		: "\xc3\xb1"	ntilde
++<Multi_key> <asciitilde> <n>		: "\xc3\xb1"	ntilde
++<Multi_key> <n> <minus>			: "\xc3\xb1"	ntilde
++<Multi_key> <minus> <n>			: "\xc3\xb1"	ntilde
++<Multi_key> <O> <grave>			: "\xc3\x92"	Ograve
++<Multi_key> <grave> <O>			: "\xc3\x92"	Ograve
++<Multi_key> <O> <acute>			: "\xc3\x93"	Oacute
++<Multi_key> <acute> <O>			: "\xc3\x93"	Oacute
++<Multi_key> <O> <apostrophe>		: "\xc3\x93"	Oacute
++<Multi_key> <apostrophe> <O>		: "\xc3\x93"	Oacute
++<Multi_key> <O> <asciicircum>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <asciicircum> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <greater>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <greater> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <asciitilde>		: "\xc3\x95"	Otilde
++<Multi_key> <asciitilde> <O>		: "\xc3\x95"	Otilde
++<Multi_key> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <slash>			: "\xc3\x98"	Ooblique
++<Multi_key> <slash> <O>			: "\xc3\x98"	Ooblique
++<Multi_key> <o> <grave>			: "\xc3\xb2"	ograve
++<Multi_key> <grave> <o>			: "\xc3\xb2"	ograve
++<Multi_key> <o> <acute>			: "\xc3\xb3"	oacute
++<Multi_key> <acute> <o>			: "\xc3\xb3"	oacute
++<Multi_key> <o> <apostrophe>		: "\xc3\xb3"	oacute
++<Multi_key> <apostrophe> <o>		: "\xc3\xb3"	oacute
++<Multi_key> <o> <asciicircum>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <asciicircum> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <greater>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <greater> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <asciitilde>		: "\xc3\xb5"	otilde
++<Multi_key> <asciitilde> <o>		: "\xc3\xb5"	otilde
++<Multi_key> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <slash>			: "\xc3\xb8"	oslash
++<Multi_key> <slash> <o>			: "\xc3\xb8"	oslash
++<Multi_key> <U> <grave>			: "\xc3\x99"	Ugrave
++<Multi_key> <grave> <U>			: "\xc3\x99"	Ugrave
++<Multi_key> <U> <acute>			: "\xc3\x9a"	Uacute
++<Multi_key> <acute> <U>			: "\xc3\x9a"	Uacute
++<Multi_key> <U> <apostrophe>		: "\xc3\x9a"	Uacute
++<Multi_key> <apostrophe> <U>		: "\xc3\x9a"	Uacute
++<Multi_key> <U> <asciicircum>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <asciicircum> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <u> <grave>			: "\xc3\xb9"	ugrave
++<Multi_key> <grave> <u>			: "\xc3\xb9"	ugrave
++<Multi_key> <u> <acute>			: "\xc3\xba"	uacute
++<Multi_key> <acute> <u>			: "\xc3\xba"	uacute
++<Multi_key> <u> <apostrophe>		: "\xc3\xba"	uacute
++<Multi_key> <apostrophe> <u>		: "\xc3\xba"	uacute
++<Multi_key> <u> <asciicircum>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <asciicircum> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <greater>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <greater> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <s> <s>			: "\xc3\x9f"	ssharp
++<Multi_key> <T> <H>			: "\xc3\x9e"	THORN
++<Multi_key> <t> <h>			: "\xc3\xbe"	thorn
++<Multi_key> <Y> <acute>			: "\xc3\x9d"	Yacute
++<Multi_key> <acute> <Y>			: "\xc3\x9d"	Yacute
++<Multi_key> <Y> <apostrophe>		: "\xc3\x9d"	Yacute
++<Multi_key> <apostrophe> <Y>		: "\xc3\x9d"	Yacute
++<Multi_key> <y> <acute>			: "\xc3\xbd"	yacute
++<Multi_key> <acute> <y>			: "\xc3\xbd"	yacute
++<Multi_key> <y> <apostrophe>		: "\xc3\xbd"	yacute
++<Multi_key> <apostrophe> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++<Multi_key> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++<ecaron>	: "\xc4\x9b"	ecaron
++<scaron>	: "\xc5\xa1"	scaron
++<ccaron>	: "\xc4\x8d"	ccaron
++<rcaron>	: "\xc5\x99"	rcaron
++<yacute>	: "\xc3\xbd"	yacute
++<aacute>	: "\xc3\xa1"	aacute
++<iacute>	: "\xc3\xad"	iacute
++<eacute>	: "\xc3\xa9"	eacute
++<uacute>	: "\xc3\xba"	uacute
++<uring>		: "\xc5\xaf"	uring
++<section>	: "\xc2\xa7"	section
++<ssharp>	: "\xc3\x9f"	ssharp
++<zabovedot>	: "\xc5\xbc"	zabovedot	
++<Zabovedot>	: "\xc5\xbb"	Zabovedot
++<ogonek>	: "\xcb\x9b"	ogonek
++<oacute>	: "\xc3\xb3"	oacute
++<zacute>	: "\xc5\xba"	zacute
++<lstroke>	: "\xc5\x82"	lstroke
++<Lstroke>	: "\xc5\x81"	Lstroke
++<aogonek>	: "\xc4\x85"	aogonek
++<eogonek>	: "\xc4\x99"	eogonek
++<currency>	: "\xe2\x82\xac"	currency
++<sacute>	: "\xc5\x9b"	sacute
++<nacute>	: "\xc5\x84"	nacute
++<cacute>	: "\xc4\x87"	cacute
++<degree>	: "\xc2\xb0"	degree
++<Odiaeresis>	: "\xc3\x96"	Odiaeresis
++<Udiaeresis>	: "\xc3\x9c"	Udiaeresis
++<odiaeresis>	: "\xc3\xb6"	odiaeresis
++<udiaeresis>	: "\xc3\xbc"	udiaeresis
++<Oacute> 	: "\xc3\x93"	Oacute
++<odoubleacute>	: "\xc5\x91"	odoubleacute
++<Odoubleacute>	: "\xc5\x90"	Odoubleacute
++<Uacute>	: "\xc3\x9a"	Uacute
++<Eacute>	: "\xc3\x89"	Eacute
++<Aacute>	: "\xc3\x81"	Aacute
++<adiaeresis>	: "\xc3\xa4"	adiaeresis
++<Adiaeresis>	: "\xc3\x84"	Adiaeresis
++<udoubleacute>	: "\xc5\xb1"	udoubleacute
++<Udoubleacute>	: "\xc5\xb0"	Udoubleacute
++<Iacute>	: "\xc3\x8d"	Iacute
++<dead_circumflex> <slash>	: "\x7c"	bar
++<dead_grave> <space>		: "\x60"	grave
++<dead_acute> <space>		: "\x27"	apostrophe
++<dead_diaeresis> <space>	: "\xc2\xa8"	diaeresis
++<dead_circumflex> <space>	: "\x5e"	asciicircum
++<dead_tilde> <space>		: "\x7e"	asciitilde
++<dead_circumflex> <0>		: "\xc2\xb0"	degree
++<dead_circumflex> <1>		: "\xc2\xb9"	onesuperior
++<dead_circumflex> <2>		: "\xc2\xb2"	twosuperior
++<dead_circumflex> <3>		: "\xc2\xb3"	threesuperior
++<dead_circumflex> <period>	: "\xc2\xb7"	periodcentered
++<dead_circumflex> <exclam>	: "\xc2\xa6"	brokenbar
++<dead_cedilla> <minus>		: "\xc2\xac"	notsign
++<dead_circumflex> <minus>	: "\xc2\xaf"	macron
++<dead_circumflex> <underscore>	: "\xc2\xaf"	macron
++<dead_acute> <apostrophe>	: "\xc2\xb4"	acute
++<dead_cedilla> <comma>		: "\xc2\xb8"	cedilla
++<dead_diaeresis> <quotedbl>	: "\xc2\xa8"	diaeresis
++<dead_grave> <A>		: "\xc3\x80"	Agrave
++<dead_acute> <A>		: "\xc3\x81"	Aacute
++<dead_circumflex> <A>		: "\xc3\x82"	Acircumflex
++<dead_tilde> <A>		: "\xc3\x83"	Atilde
++<dead_diaeresis> <A>		: "\xc3\x84"	Adiaeresis
++<dead_grave> <a>		: "\xc3\xa0"	agrave
++<dead_acute> <a>		: "\xc3\xa1"	aacute
++<dead_circumflex> <a>		: "\xc3\xa2"	acircumflex
++<dead_tilde> <a>		: "\xc3\xa3"	atilde
++<dead_diaeresis> <a>		: "\xc3\xa4"	adiaeresis
++<dead_cedilla> <C>		: "\xc3\x87"	Ccedilla
++<dead_cedilla> <c>		: "\xc3\xa7"	ccedilla
++<dead_grave> <E>		: "\xc3\x88"	Egrave
++<dead_acute> <E>		: "\xc3\x89"	Eacute
++<dead_circumflex> <E>		: "\xc3\x8a"	Ecircumflex
++<dead_diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<dead_grave> <e>		: "\xc3\xa8"	egrave
++<dead_acute> <e>		: "\xc3\xa9"	eacute
++<dead_circumflex> <e>		: "\xc3\xaa"	ecircumflex
++<dead_diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<dead_grave> <I>		: "\xc3\x8c"	Igrave
++<dead_acute> <I>		: "\xc3\x8d"	Iacute
++<dead_circumflex> <I>		: "\xc3\x8e"	Icircumflex
++<dead_diaeresis> <I>		: "\xc3\x8f"	Idiaeresis
++<dead_grave> <i>		: "\xc3\xac"	igrave
++<dead_acute> <i>		: "\xc3\xad"	iacute
++<dead_circumflex> <i>		: "\xc3\xae"	icircumflex
++<dead_diaeresis> <i>		: "\xc3\xaf"	idiaeresis
++<dead_tilde> <N>		: "\xc3\x91"	Ntilde
++<dead_tilde> <n>		: "\xc3\xb1"	ntilde
++<dead_grave> <O>		: "\xc3\x92"	Ograve
++<dead_acute> <O>		: "\xc3\x93"	Oacute
++<dead_circumflex> <O>		: "\xc3\x94"	Ocircumflex
++<dead_tilde> <O>		: "\xc3\x95"	Otilde
++<dead_diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<dead_grave> <o>		: "\xc3\xb2"	ograve
++<dead_acute> <o>		: "\xc3\xb3"	oacute
++<dead_circumflex> <o>		: "\xc3\xb4"	ocircumflex
++<dead_tilde> <o>		: "\xc3\xb5"	otilde
++<dead_diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<dead_cedilla> <S>		: "\xc5\x9e"	Scedilla
++<dead_cedilla> <s>		: "\xc5\x9f"	scedilla
++<dead_grave> <U>		: "\xc3\x99"	Ugrave
++<dead_acute> <U>		: "\xc3\x9a"	Uacute
++<dead_circumflex> <U>		: "\xc3\x9b"	Ucircumflex
++<dead_diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<dead_grave> <u>		: "\xc3\xb9"	ugrave
++<dead_acute> <u>		: "\xc3\xba"	uacute
++<dead_circumflex> <u>		: "\xc3\xbb"	ucircumflex
++<dead_diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++<dead_acute> <Y>		: "\xc3\x9d"	Yacute
++<dead_acute> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <caron> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++<Multi_key> <v> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <v>		: "\xc5\xbd"	Zcaron
++<zcaron>			: "\xc5\xbe"	zcaron
++<Multi_key> <caron> <z>		: "\xc5\xbe"	zcaron
++<Multi_key> <z> <caron> 	: "\xc5\xbe"	zcaron
++<Multi_key> <z> <v>		: "\xc5\xbe"	zcaron
++<Multi_key> <v> <z>		: "\xc5\xbe"	zcaron
++<dead_diaeresis> <y>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <plus> <plus>		: "\x23"	numbersign
++Ctrl<T> <apostrophe> <space>	: "\x27"	apostrophe
++Ctrl<T> <space> <apostrophe>	: "\x27"	apostrophe
++Ctrl<T> <A> <A>			: "\x40"	at
++Ctrl<T> <parenleft> <parenleft>	: "\x5b"	bracketleft
++Ctrl<T> <slash> <slash>		: "\x5c"	backslash
++Ctrl<T> <slash> <less>		: "\x5c"	backslash
++Ctrl<T> <less> <slash>		: "\x5c"	backslash
++Ctrl<T> <parenright> <parenright>	: "\x5d"	bracketright
++Ctrl<T> <asciicircum> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <asciicircum>	: "\x5e"	asciicircum
++Ctrl<T> <greater> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <greater>	: "\x5e"	asciicircum
++Ctrl<T> <grave> <space>		: "\x60"	grave
++Ctrl<T> <space> <grave>		: "\x60"	grave
++Ctrl<T> <parenleft> <minus>	: "\x7b"	braceleft
++Ctrl<T> <minus> <parenleft>	: "\x7b"	braceleft
++Ctrl<T> <slash> <asciicircum>	: "\x7c"	bar
++Ctrl<T> <asciicircum> <slash>	: "\x7c"	bar
++Ctrl<T> <V> <L>			: "\x7c"	bar
++Ctrl<T> <L> <V>			: "\x7c"	bar
++Ctrl<T> <v> <l>			: "\x7c"	bar
++Ctrl<T> <l> <v>			: "\x7c"	bar
++Ctrl<T> <parenright> <minus>	: "\x7d"	braceright
++Ctrl<T> <minus> <parenright>	: "\x7d"	braceright
++Ctrl<T> <asciitilde> <space>	: "\x7e"	asciitilde
++Ctrl<T> <space> <asciitilde>	: "\x7e"	asciitilde
++Ctrl<T> <minus> <space>		: "\x7e"	asciitilde
++Ctrl<T> <space> <minus>		: "\x7e"	asciitilde
++Ctrl<T> <exclam> <exclam>	: "\xc2\xa1"	exclamdown
++Ctrl<T> <c> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <c> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <acute> <L>			: "\xc4\xb9"	Lacute
++Ctrl<T> <L> <acute> 		: "\xc4\xb9"	Lacute
++Ctrl<T> <acute> <l>			: "\xc4\xba"	lacute
++Ctrl<T> <l> <acute> 		: "\xc4\xba"	lacute
++Ctrl<T> <l> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <l> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <s> <o>			: "\xc2\xa7"	section
++Ctrl<T> <o> <s>			: "\xc2\xa7"	section
++Ctrl<T> <S> <O>			: "\xc2\xa7"	section
++Ctrl<T> <O> <S>			: "\xc2\xa7"	section
++Ctrl<T> <S> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <S>		: "\xc2\xa7"	section
++Ctrl<T> <s> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <s>		: "\xc2\xa7"	section
++Ctrl<T> <S> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <S>			: "\xc2\xa7"	section
++Ctrl<T> <s> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <s>			: "\xc2\xa7"	section
++Ctrl<T> <x> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <c> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <a> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <a>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <A> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <A>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <O> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <o> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <o>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <O>	: "\xc2\xba"	masculine
++Ctrl<T> <less> <less>		: "\xc2\xab"	guillemotleft
++Ctrl<T> <greater> <greater>	: "\xc2\xbb"	guillemotright
++Ctrl<T> <0> <asciicircum>	: "\xc2\xb0"	degree
++Ctrl<T> <asciicircum> <0>	: "\xc2\xb0"	degree
++Ctrl<T> <0> <asterisk>		: "\xc2\xb0"	degree
++Ctrl<T> <asterisk> <0>		: "\xc2\xb0"	degree
++Ctrl<T> <plus> <minus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <minus> <plus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <slash> <u>		: "\xc2\xb5"	mu
++Ctrl<T> <u> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <slash> <U>		: "\xc2\xb5"	mu
++Ctrl<T> <U> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <1> <asciicircum>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <asciicircum> <1>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <S> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <S>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <s> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <s>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <2> <asciicircum>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <asciicircum> <2>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <S> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <S>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <s> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <s>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <3> <asciicircum>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <asciicircum> <3>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <S> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <S>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <s> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <s>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <p> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <p>		: "\xc2\xb6"	paragraph
++Ctrl<T> <P> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <P>		: "\xc2\xb6"	paragraph
++Ctrl<T> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <period> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <1> <4>			: "\xc2\xbc"	onequarter
++Ctrl<T> <1> <2>			: "\xc2\xbd"	onehalf
++Ctrl<T> <3> <4>			: "\xc2\xbe"	threequarters
++Ctrl<T> <question> <question>	: "\xc2\xbf"	questiondown
++Ctrl<T> <space> <space>		: "\xc2\xa0"	nobreakspace
++Ctrl<T> <bar> <bar>		: "\xc2\xa6"	brokenbar
++Ctrl<T> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <V> <B>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <B> <V>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <v> <b>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <b> <v>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <minus> <comma>		: "\xc2\xac"	notsign
++Ctrl<T> <comma> <minus>		: "\xc2\xac"	notsign
++Ctrl<T> <minus> <minus>		: "\xc2\xad"	hyphen
++Ctrl<T> <R> <O>			: "\xc2\xae"	registered
++Ctrl<T> <O> <R>			: "\xc2\xae"	registered
++Ctrl<T> <minus> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <minus>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <minus> <colon>		: "\xc3\xb7"	division
++Ctrl<T> <colon> <minus>		: "\xc3\xb7"	division
++Ctrl<T> <x> <x>			: "\xc3\x97"	multiply
++Ctrl<T> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++Ctrl<T> <comma> <comma>		: "\xc2\xb8"	cedilla
++Ctrl<T> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++Ctrl<T> <A> <grave>		: "\xc3\x80"	Agrave
++Ctrl<T> <grave> <A>		: "\xc3\x80"	Agrave
++Ctrl<T> <A> <acute>		: "\xc3\x81"	Aacute
++Ctrl<T> <acute> <A>		: "\xc3\x81"	Aacute
++Ctrl<T> <A> <apostrophe>	: "\xc3\x81"	Aacute
++Ctrl<T> <apostrophe> <A>	: "\xc3\x81"	Aacute
++Ctrl<T> <A> <asciicircum>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <asciicircum> <A>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <greater>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <greater> <A>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <asciitilde>	: "\xc3\x83"	Atilde
++Ctrl<T> <asciitilde> <A>	: "\xc3\x83"	Atilde
++Ctrl<T> <A> <minus>		: "\xc3\x83"	Atilde
++Ctrl<T> <minus> <A>		: "\xc3\x83"	Atilde
++Ctrl<T> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <asterisk>		: "\xc3\x85"	Aring
++Ctrl<T> <asterisk> <A>		: "\xc3\x85"	Aring
++Ctrl<T> <A> <E>			: "\xc3\x86"	AE
++Ctrl<T> <a> <grave>		: "\xc3\xa0"	agrave
++Ctrl<T> <grave> <a>		: "\xc3\xa0"	agrave
++Ctrl<T> <a> <acute>		: "\xc3\xa1"	aacute
++Ctrl<T> <acute> <a>		: "\xc3\xa1"	aacute
++Ctrl<T> <a> <apostrophe>	: "\xc3\xa1"	aacute
++Ctrl<T> <apostrophe> <a>	: "\xc3\xa1"	aacute
++Ctrl<T> <a> <asciicircum>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <asciicircum> <a>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <greater>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <greater> <a>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <asciitilde>	: "\xc3\xa3"	atilde
++Ctrl<T> <asciitilde> <a>	: "\xc3\xa3"	atilde
++Ctrl<T> <a> <minus>		: "\xc3\xa3"	atilde
++Ctrl<T> <minus> <a>		: "\xc3\xa3"	atilde
++Ctrl<T> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <asterisk>		: "\xc3\xa5"	aring
++Ctrl<T> <asterisk> <a>		: "\xc3\xa5"	aring
++Ctrl<T> <a> <e>			: "\xc3\xa6"	ae
++Ctrl<T> <C> <comma>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <comma> <C>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <c> <comma>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <comma> <c>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++Ctrl<T> <D> <minus>		: "\xc3\x90"	ETH
++Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <d> <minus>		: "\xc3\xb0"	eth
++Ctrl<T> <E> <grave>		: "\xc3\x88"	Egrave
++Ctrl<T> <grave> <E>		: "\xc3\x88"	Egrave
++Ctrl<T> <E> <acute>		: "\xc3\x89"	Eacute
++Ctrl<T> <acute> <E>		: "\xc3\x89"	Eacute
++Ctrl<T> <E> <apostrophe>	: "\xc3\x89"	Eacute
++Ctrl<T> <apostrophe> <E>	: "\xc3\x89"	Eacute
++Ctrl<T> <E> <asciicircum>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <asciicircum> <E>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <e> <grave>		: "\xc3\xa8"	egrave
++Ctrl<T> <grave> <e>		: "\xc3\xa8"	egrave
++Ctrl<T> <e> <acute>		: "\xc3\xa9"	eacute
++Ctrl<T> <acute> <e>		: "\xc3\xa9"	eacute
++Ctrl<T> <e> <apostrophe>	: "\xc3\xa9"	eacute
++Ctrl<T> <apostrophe> <e>	: "\xc3\xa9"	eacute
++Ctrl<T> <e> <asciicircum>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <asciicircum> <e>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <greater>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <greater> <e>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <I> <grave>		: "\xc3\x8c"	Igrave
++Ctrl<T> <grave> <I>		: "\xc3\x8c"	Igrave
++Ctrl<T> <I> <acute>		: "\xc3\x8d"	Iacute
++Ctrl<T> <acute> <I>		: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <apostrophe>	: "\xc3\x8d"	Iacute
++Ctrl<T> <apostrophe> <I>	: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <asciicircum>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <asciicircum> <I>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <greater>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <greater> <I>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <i> <grave>		: "\xc3\xac"	igrave
++Ctrl<T> <grave> <i>		: "\xc3\xac"	igrave
++Ctrl<T> <i> <acute>		: "\xc3\xad"	iacute
++Ctrl<T> <acute> <i>		: "\xc3\xad"	iacute
++Ctrl<T> <i> <apostrophe>	: "\xc3\xad"	iacute
++Ctrl<T> <apostrophe> <i>	: "\xc3\xad"	iacute
++Ctrl<T> <i> <asciicircum>	: "\xc3\xae"	icircumflex
++Ctrl<T> <asciicircum> <i>	: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <greater>		: "\xc3\xae"	icircumflex
++Ctrl<T> <greater> <i>		: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <N> <asciitilde>	: "\xc3\x91"	Ntilde
++Ctrl<T> <asciitilde> <N>	: "\xc3\x91"	Ntilde
++Ctrl<T> <N> <minus>		: "\xc3\x91"	Ntilde
++Ctrl<T> <minus> <N>		: "\xc3\x91"	Ntilde
++Ctrl<T> <n> <asciitilde>	: "\xc3\xb1"	ntilde
++Ctrl<T> <asciitilde> <n>	: "\xc3\xb1"	ntilde
++Ctrl<T> <n> <minus>		: "\xc3\xb1"	ntilde
++Ctrl<T> <minus> <n>		: "\xc3\xb1"	ntilde
++Ctrl<T> <O> <grave>		: "\xc3\x92"	Ograve
++Ctrl<T> <grave> <O>		: "\xc3\x92"	Ograve
++Ctrl<T> <O> <acute>		: "\xc3\x93"	Oacute
++Ctrl<T> <acute> <O>		: "\xc3\x93"	Oacute
++Ctrl<T> <O> <apostrophe>	: "\xc3\x93"	Oacute
++Ctrl<T> <apostrophe> <O>	: "\xc3\x93"	Oacute
++Ctrl<T> <O> <asciicircum>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <asciicircum> <O>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <greater>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <greater> <O>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <asciitilde>	: "\xc3\x95"	Otilde
++Ctrl<T> <asciitilde> <O>	: "\xc3\x95"	Otilde
++Ctrl<T> <O> <minus>		: "\xc3\x95"	Otilde
++Ctrl<T> <minus> <O>		: "\xc3\x95"	Otilde
++Ctrl<T> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <slash>		: "\xc3\x98"	Ooblique
++Ctrl<T> <slash> <O>		: "\xc3\x98"	Ooblique
++Ctrl<T> <o> <grave>		: "\xc3\xb2"	ograve
++Ctrl<T> <grave> <o>		: "\xc3\xb2"	ograve
++Ctrl<T> <o> <acute>		: "\xc3\xb3"	oacute
++Ctrl<T> <acute> <o>		: "\xc3\xb3"	oacute
++Ctrl<T> <o> <apostrophe>	: "\xc3\xb3"	oacute
++Ctrl<T> <apostrophe> <o>	: "\xc3\xb3"	oacute
++Ctrl<T> <o> <asciicircum>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <asciicircum> <o>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <greater>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <greater> <o>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <asciitilde>	: "\xc3\xb5"	otilde
++Ctrl<T> <asciitilde> <o>	: "\xc3\xb5"	otilde
++Ctrl<T> <o> <minus>		: "\xc3\xb5"	otilde
++Ctrl<T> <minus> <o>		: "\xc3\xb5"	otilde
++Ctrl<T> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <slash>		: "\xc3\xb8"	oslash
++Ctrl<T> <slash> <o>		: "\xc3\xb8"	oslash
++Ctrl<T> <U> <grave>		: "\xc3\x99"	Ugrave
++Ctrl<T> <grave> <U>		: "\xc3\x99"	Ugrave
++Ctrl<T> <U> <acute>		: "\xc3\x9a"	Uacute
++Ctrl<T> <acute> <U>		: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <apostrophe>	: "\xc3\x9a"	Uacute
++Ctrl<T> <apostrophe> <U>	: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <asciicircum>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <asciicircum> <U>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <u> <grave>		: "\xc3\xb9"	ugrave
++Ctrl<T> <grave> <u>		: "\xc3\xb9"	ugrave
++Ctrl<T> <u> <acute>		: "\xc3\xba"	uacute
++Ctrl<T> <acute> <u>		: "\xc3\xba"	uacute
++Ctrl<T> <u> <apostrophe>	: "\xc3\xba"	uacute
++Ctrl<T> <apostrophe> <u>	: "\xc3\xba"	uacute
++Ctrl<T> <u> <asciicircum>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <asciicircum> <u>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <greater>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <greater> <u>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <s> <s>			: "\xc3\x9f"	ssharp
++Ctrl<T> <T> <H>			: "\xc3\x9e"	THORN
++Ctrl<T> <t> <h>			: "\xc3\xbe"	thorn
++Ctrl<T> <Y> <acute>		: "\xc3\x9d"	Yacute
++Ctrl<T> <acute> <Y>		: "\xc3\x9d"	Yacute
++Ctrl<T> <Y> <apostrophe>	: "\xc3\x9d"	Yacute
++Ctrl<T> <apostrophe> <Y>	: "\xc3\x9d"	Yacute
++Ctrl<T> <y> <acute>		: "\xc3\xbd"	yacute
++Ctrl<T> <acute> <y>		: "\xc3\xbd"	yacute
++Ctrl<T> <y> <apostrophe>	: "\xc3\xbd"	yacute
++Ctrl<T> <apostrophe> <y>	: "\xc3\xbd"	yacute
++Ctrl<T> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++XCOMM turkish
++<Multi_key> <G> <u>		: "\xc4\x9e"	Gbreve
++<Multi_key> <u> <G>		: "\xc4\x9e"	Gbreve
++<Multi_key> <g> <u>		: "\xc4\x9f"	gbreve
++<Multi_key> <u> <g>		: "\xc4\x9f"	gbreve
++<Multi_key> <I> <period>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <period> <I>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <i> <period>	: "\xc4\xb1"	idotless
++<Multi_key> <period> <i>	: "\xc4\xb1"	idotless
++XCOMM polish
++<Multi_key> <space> <breve>	: "\xcb\x98"	breve
++<Multi_key> <space> <degree>	: "\xc2\xb0"	degree
++<Multi_key> <space> <ogonek>	: "\xcb\x9b"	ogonek
++<Multi_key> <space> <caron>	: "\xcb\x87"	caron
++<Multi_key> <space> <v>		: "\xcb\x87"	caron
++<Multi_key> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++<Multi_key> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++<Multi_key> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++<Multi_key> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++<Multi_key> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++<Multi_key> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++<Multi_key> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++<Multi_key> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++<Multi_key> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++<Multi_key> <acute> <R>		: "\xc5\x94"	Racute
++<Multi_key> <R> <acute> 	: "\xc5\x94"	Racute
++<Multi_key> <acute> <S>		: "\xc5\x9a"	Sacute
++<Multi_key> <S> <acute> 	: "\xc5\x9a"	Sacute
++<Multi_key> <acute> <Z>		: "\xc4\xbe"	Zacute
++<Multi_key> <Z> <acute> 	: "\xc4\xbe"	Zacute
++<Multi_key> <acute> <n>		: "\xc5\x84"	nacute
++<Multi_key> <n> <acute> 	: "\xc5\x84"	nacute
++<Multi_key> <acute> <r>		: "\xc5\x95"	racute
++<Multi_key> <r> <acute> 	: "\xc5\x95"	racute
++<Multi_key> <acute> <s>		: "\xc5\x9b"	sacute
++<Multi_key> <s> <acute> 	: "\xc5\x9b"	sacute
++<Multi_key> <acute> <z>		: "\xc5\xba"	zacute
++<Multi_key> <z> <acute> 	: "\xc5\xba"	zacute
++<Multi_key> <0> <O>		: "\xc2\xb0"	degree
++<Multi_key> <o> <o> 		: "\xc2\xb0"	degree
++<Multi_key> <comma> <S>		: "\xc5\x9e"	Scedilla
++<Multi_key> <S> <comma> 	: "\xc5\x9e"	Scedilla
++<Multi_key> <comma> <T>		: "\xc5\xa2"	Tcedilla
++<Multi_key> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++<Multi_key> <comma> <s>		: "\xc5\x9f"	scedilla
++<Multi_key> <s> <comma> 	: "\xc5\x9f"	scedilla
++<Multi_key> <comma> <t>		: "\xc5\xa3"	tcedilla
++<Multi_key> <t> <comma> 	: "\xc5\xa3"	tcedilla
++<Multi_key> <caron> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <caron> 	: "\xc4\x8c"	Ccaron
++<Multi_key> <caron> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <caron> 	: "\xc4\x8e"	Dcaron
++<Multi_key> <caron> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <caron> 	: "\xc4\x9a"	Ecaron
++<Multi_key> <caron> <L>		: "\xc4\xbd"	Lcaron
++<Multi_key> <L> <caron> 	: "\xc4\xbd"	Lcaron
++<Multi_key> <caron> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <caron>		: "\xc5\x87" 	Ncaron
++<Multi_key> <caron> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <caron> 	: "\xc5\x98"	Rcaron
++<Multi_key> <caron> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <caron> 	: "\xc5\xa0"	Scaron
++<Multi_key> <caron> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <caron> 	: "\xc5\xa4"	Tcaron
++<Multi_key> <caron> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <caron> 	: "\xc5\xae"	Uring
++<Multi_key> <caron> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <caron> 	: "\xc4\x8d"	ccaron
++<Multi_key> <caron> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <caron> 	: "\xc4\x8f"	dcaron
++<Multi_key> <caron> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <caron> 	: "\xc4\x9b"	ecaron
++<Multi_key> <caron> <l>		: "\xc4\xbe"	lcaron
++<Multi_key> <l> <caron> 	: "\xc4\xbe"	lcaron
++<Multi_key> <caron> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <caron> 	: "\xc5\x88"	ncaron
++<Multi_key> <caron> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <caron> 	: "\xc5\x99"	rcaron
++<Multi_key> <caron> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <caron> 	: "\xc5\xa1"	scaron
++<Multi_key> <caron> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <caron> 	: "\xc5\xa5"	tcaron
++<Multi_key> <caron> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <caron> 	: "\xc5\xaf"	uring
++<Multi_key> <v> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <v> 		: "\xc4\x8c"	Ccaron
++<Multi_key> <v> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <v> 		: "\xc4\x8e"	Dcaron
++<Multi_key> <v> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <v> 		: "\xc4\x9a"	Ecaron
++<Multi_key> <v> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <v>		: "\xc5\x87" 	Ncaron
++<Multi_key> <v> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <v> 		: "\xc5\x98"	Rcaron
++<Multi_key> <v> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <v> 		: "\xc5\xa4"	Tcaron
++<Multi_key> <v> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <v> 		: "\xc5\xae"	Uring
++<Multi_key> <v> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <v> 		: "\xc4\x8d"	ccaron
++<Multi_key> <v> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <v> 		: "\xc4\x8f"	dcaron
++<Multi_key> <v> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <v> 		: "\xc4\x9b"	ecaron
++<Multi_key> <v> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <v> 		: "\xc5\x88"	ncaron
++<Multi_key> <v> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <v> 		: "\xc5\x99"	rcaron
++<Multi_key> <v> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <v> 		: "\xc5\xa5"	tcaron
++<Multi_key> <v> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <v> 		: "\xc5\xaf"	uring
++<Multi_key> <breve> <A>		: "\xc4\x82"	Abreve
++<Multi_key> <A> <breve> 	: "\xc4\x82"	Abreve
++<Multi_key> <breve> <a>		: "\xc4\x83"	abreve
++<Multi_key> <a> <breve> 	: "\xc4\x83"	abreve
++<Multi_key> <ogonek> <A>	: "\xc4\x84"	Aogonek
++<Multi_key> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++<Multi_key> <ogonek> <E>	: "\xc4\x98"	Eogonek
++<Multi_key> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++<Multi_key> <ogonek> <a> 	: "\xc4\x85"	aogonek
++<Multi_key> <a> <ogonek> 	: "\xc4\x85"	aogonek
++<Multi_key> <ogonek> <e> 	: "\xc4\x99"	eogonek
++<Multi_key> <e> <ogonek> 	: "\xc4\x99"	eogonek
++<Multi_key> <E> <a> 		: "\xc4\x98"	Eogonek
++<Multi_key> <e> <a> 		: "\xc4\x99"	eogonek
++<Multi_key> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++<Multi_key> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++<Multi_key> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++<Multi_key> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++<Multi_key> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++<Multi_key> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++<Multi_key> <period> <U>	: "\xc5\xae"	Uring
++<Multi_key> <U> <period> 	: "\xc5\xae"	Uring
++<Multi_key> <period> <u>	: "\xc5\xaf"	uring
++<Multi_key> <u> <period> 	: "\xc5\xaf"	uring
++<Multi_key> <period> <z>	: "\xc5\xbc"	zabovedot
++<Multi_key> <z> <period> 	: "\xc5\xbc"	zabovedot
++<Multi_key> <period> <Z>	: "\xc5\xbb"	Zabovedot
++<Multi_key> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++<acute> <A>		: "\xc3\x81"	Aacute
++<acute> <C>		: "\xc4\x86"	Cacute
++<acute> <E>		: "\xc3\x89"	Eacute
++<acute> <I>		: "\xc3\x8d"	Iacute
++<acute> <L>		: "\xc4\xb9"	Lacute
++<acute> <N>		: "\xc5\x83"	Nacute
++<acute> <O>		: "\xc3\x93"	Oacute
++<acute> <R>		: "\xc5\x94"	Racute
++<acute> <S>		: "\xc5\x9a"	Sacute
++<acute> <U>		: "\xc3\x9a"	Uacute
++<acute> <Y>		: "\xc3\x9d"	Yacute
++<acute> <Z>		: "\xc4\xbe"	Zacute
++<acute> <a>		: "\xc3\xa1"	aacute
++<acute> <c>		: "\xc4\x87"	cacute
++<acute> <e>		: "\xc3\xa9"	eacute
++<acute> <i>		: "\xc3\xad"	iacute
++<acute> <l>		: "\xc4\xba"	lacute
++<acute> <n>		: "\xc5\x84"	nacute
++<acute> <o>		: "\xc3\xb3"	oacute
++<acute> <r>		: "\xc5\x95"	racute
++<acute> <s>		: "\xc5\x9b"	sacute
++<acute> <u>		: "\xc3\xba"	uacute
++<acute> <y>		: "\xc3\xbd"	yacute
++<acute> <z>		: "\xc5\xba"	zacute
++<diaeresis> <A>		: "\xc3\x84" 	Adiaeresis
++<diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<diaeresis> <a>		: "\xc3\xa4" 	adiaeresis
++<diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++XCOMM
++XCOMM Additional latin-2 sequences
++<Multi_key> <a> <space>         : "\xcb\x9b"    ogonek
++<Multi_key> <u> <space>         : "\xcb\x98"    breve
++<Multi_key> <v> <space>         : "\xcb\x87"    caron
++<Multi_key> <quotedbl> <space>  : "\xcb\x9d"    doubleacute
++<Multi_key> <A> <u>             : "\xc4\x82"    Abreve
++<Multi_key> <C> <apostrophe>    : "\xc4\x86"    Cacute
++<Multi_key> <L> <apostrophe>    : "\xc4\xb9"    Lacute
++<Multi_key> <L> <slash>         : "\xc5\x81"    Lstroke
++<Multi_key> <L> <greater>       : "\xc4\xbd"    Lcaron
++<Multi_key> <N> <apostrophe>    : "\xc5\x83"    Nacute
++<Multi_key> <S> <apostrophe>    : "\xc5\x9a"    Sacute
++<Multi_key> <R> <apostrophe>    : "\xc5\x94"    Racute
++<Multi_key> <U> <asterisk>      : "\xc5\xae"    Uring
++<Multi_key> <Z> <apostrophe>    : "\xc5\xb9"    Zacute
++<Multi_key> <a> <u>             : "\xc4\x83"    abreve
++<Multi_key> <c> <apostrophe>    : "\xc4\x87"    cacute
++<Multi_key> <l> <apostrophe>    : "\xc4\xba"    lacute
++<Multi_key> <l> <slash>         : "\xc5\x82"    lstroke
++<Multi_key> <l> <greater>       : "\xc4\xbe"    lcaron
++<Multi_key> <n> <apostrophe>    : "\xc5\x84"    nacute
++<Multi_key> <s> <apostrophe>    : "\xc5\x9b"    sacute
++<Multi_key> <r> <apostrophe>    : "\xc5\x95"    racute
++<Multi_key> <u> <asterisk>      : "\xc5\xaf"    uring
++<Multi_key> <z> <apostrophe>    : "\xc5\xba"    zacute
++XCOMM
++XCOMM Latin-3 sequences
++<Multi_key> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <C> <greater>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <greater> <C>	: "\xc4\x88"	Ccircumflex
++
++<Multi_key> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++<Multi_key> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++<Multi_key> <c> <greater>	: "\xc4\x89"	ccircumflex
++<Multi_key> <greater> <c>	: "\xc4\x89"	ccircumflex
++
++<Multi_key> <period> <C>	: "\xc4\x8a"	Cabovedot
++<Multi_key> <C> <period> 	: "\xc4\x8a"	Cabovedot
++
++<Multi_key> <period> <c>	: "\xc4\x8b"	cabovedot
++<Multi_key> <c> <period> 	: "\xc4\x8b"	cabovedot
++
++<Multi_key> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <G> <greater>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <greater> <G>	: "\xc4\x9c"	Gcircumflex
++
++<Multi_key> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <g> <greater>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <greater> <g>	: "\xc4\x9d"	gcircumflex
++
++<Multi_key> <period> <G>	: "\xc4\xa0"	Gabovedot
++<Multi_key> <G> <period> 	: "\xc4\xa0"	Gabovedot
++
++<Multi_key> <period> <g>	: "\xc4\xa1"	gabovedot
++<Multi_key> <g> <period> 	: "\xc4\xa1"	gabovedot
++
++<Multi_key> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <H> <greater>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <greater> <H>	: "\xc4\xa4"	Hcircumflex
++
++<Multi_key> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <h> <greater>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <greater> <h>	: "\xc4\xa5"	hcircumflex
++
++<Multi_key> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <J> <greater>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <greater> <J>	: "\xc4\xb4"	Jcircumflex
++
++<Multi_key> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <j> <greater>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <greater> <j>	: "\xc4\xb5"	jcircumflex
++
++<Multi_key> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <S> <greater>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <greater> <S>	: "\xc5\x9c"	Scircumflex
++
++<Multi_key> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++<Multi_key> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++<Multi_key> <s> <greater>	: "\xc5\x9d"	scircumflex
++<Multi_key> <greater> <s>	: "\xc5\x9d"	scircumflex
++
++<Multi_key> <U> <breve>		: "\xc5\xac"	Ubreve
++<Multi_key> <breve> <U>		: "\xc5\xac"	Ubreve
++<Multi_key> <U> <u>		: "\xc5\xac"	Ubreve
++<Multi_key> <u> <U>		: "\xc5\xac"	Ubreve
++
++<Multi_key> <u> <breve>		: "\xc5\xad"	ubreve
++<Multi_key> <breve> <u>		: "\xc5\xad"	ubreve
++<Multi_key> <u> <u>		: "\xc5\xad"	ubreve
++XCOMM
++XCOMM Latin-4 sequences
++<Multi_key> <N> <N>             : "\xc5\x8a"    ENG
++<Multi_key> <U> <a>		: "\xc5\xb2"	Uogonek
++<Multi_key> <u> <a>		: "\xc5\xb3"	uogonek
++<Multi_key> <k> <k>		: "\xc4\xb8"	kra
++<Multi_key> <R> <comma>		: "\xc5\x96"	Rcedilla
++<Multi_key> <comma> <R>		: "\xc5\x96"	Rcedilla
++<Multi_key> <r> <comma>		: "\xc5\x97"	rcedilla
++<Multi_key> <comma> <r>		: "\xc5\x97"	rcedilla
++<Multi_key> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++<Multi_key> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++<Multi_key> <i> <asciitilde>	: "\xc4\xa9"	itilde
++<Multi_key> <asciitilde> <i>	: "\xc4\xa9"	itilde
++<Multi_key> <L> <comma>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <comma> <L>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <l> <comma>		: "\xc4\xbc"	lcedilla
++<Multi_key> <comma> <l>		: "\xc4\xbc"	lcedilla
++<diaeresis>			: "\xc2\xa8"	diaeresis
++<Multi_key> <S> <v>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <V>		: "\xc5\xa0"	Scaron
++<Multi_key> <v> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <V> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <s> <v>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <V>		: "\xc5\xa1"	scaron
++<Multi_key> <v> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <V> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <E> <underscore>	: "\xc4\x92"	Emacron
++<Multi_key> <underscore> <E>	: "\xc4\x92"	Emacron
++<Multi_key> <e> <underscore>	: "\xc4\x93"	emacron
++<Multi_key> <underscore> <e>	: "\xc4\x93"	emacron
++<Multi_key> <G> <comma>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <comma> <G>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <g> <comma>		: "\xc4\xa3"	gcedilla
++<Multi_key> <comma> <g>		: "\xc4\xa3"	gcedilla
++<Multi_key> <T> <bar>		: "\xc5\xa6"	Tslash
++<Multi_key> <bar> <T>		: "\xc5\xa6"	Tslash
++<Multi_key> <t> <bar>		: "\xc5\xa7"	tslash
++<Multi_key> <bar> <t>		: "\xc5\xa7"	tslash
++<Multi_key> <n> <n>		: "\xc5\x8b" 	eng
++<Multi_key> <A> <underscore>	: "\xc4\x80"	Amacron
++<Multi_key> <underscore> <A>	: "\xc4\x80"	Amacron
++<Multi_key> <a> <underscore>	: "\xc4\x81"	amacron
++<Multi_key> <underscore> <a>	: "\xc4\x81"	amacron
++<Multi_key> <d> <underscore>	: "\xc4\x91"
++<Multi_key> <underscore> <d> 	: "\xc4\x91"
++<Multi_key> <N> <comma>		: "\xc5\x85"	Ncedilla
++<Multi_key> <comma> <N>		: "\xc5\x85"	Ncedilla
++<Multi_key> <n> <comma>		: "\xc5\x86"	ncedilla
++<Multi_key> <comma> <n>		: "\xc5\x86"	ncedilla
++<Multi_key> <O> <underscore>	: "\xc5\x8c"	Omacron
++<Multi_key> <underscore> <O>	: "\xc5\x8c"	Omacron
++<Multi_key> <o> <underscore>	: "\xc5\x8d"	omacron
++<Multi_key> <underscore> <o>	: "\xc5\x8d"	omacron
++<Multi_key> <K> <comma>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <comma> <K>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <k> <comma>		: "\xc4\xb7"	kcedilla
++<Multi_key> <comma> <k>		: "\xc4\xb7"	kcedilla
++<Multi_key> <I> <a>		: "\xc4\xae"	Iogonek
++<Multi_key> <a> <I>		: "\xc4\xae"	Iogonek
++<Multi_key> <i> <a>		: "\xc4\xaf"	iogonek
++<Multi_key> <a> <i>		: "\xc4\xaf"	iogonek
++<Multi_key> <E> <period>	: "\xc4\x96"	Eabovedot
++<Multi_key> <e> <period>	: "\xc4\x97"	eabovedot
++<Multi_key> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++<Multi_key> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++<Multi_key> <u> <asciitilde>	: "\xc5\xa9"	utilde
++<Multi_key> <asciitilde> <u>	: "\xc5\xa9"	utilde
++<Multi_key> <U> <underscore>	: "\xc5\xaa"	Umacron
++<Multi_key> <underscore> <U>	: "\xc5\xaa"	Umacron
++<Multi_key> <u> <underscore>	: "\xc5\xab"	umacron
++<Multi_key> <underscore> <u>	: "\xc5\xab"	umacron
++<Multi_key> <I> <underscore>	: "\xc4\xaa"	Imacron
++<Multi_key> <underscore> <I> 	: "\xc4\xaa"	Imacron
++<Multi_key> <i> <underscore>	: "\xc4\xab"	imacron
++<Multi_key> <underscore> <i> 	: "\xc4\xab"	imacron
++
++XCOMM Ctrl<T> combo
++Ctrl<T> <a> <A>			: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <a> 			: "\xc4\x84"	Aogonek
++Ctrl<T> <a> <a> 			: "\xc4\x85"	aogonek
++Ctrl<T> <C> <acute> 		: "\xc4\x86"	Cacute
++Ctrl<T> <c> <acute> 		: "\xc4\x87"	cacute
++Ctrl<T> <acute> <C>			: "\xc4\x86"	Cacute
++Ctrl<T> <acute> <c>			: "\xc4\x87"	cacute
++Ctrl<T> <acute> <N>			: "\xc5\x83"	Nacute
++Ctrl<T> <N> <acute> 		: "\xc5\x83"	Nacute
++XCOMM Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <slash> <D>			: "\xc4\x90"	Dstroke
++Ctrl<T> <slash> <d>			: "\xc4\x91"	dstroke
++Ctrl<T> <caron> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++Ctrl<T> <v> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <v>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <caron> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <caron> 	: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <v>		: "\xc5\xbe"	zcaron
++Ctrl<T> <v> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <G> <u>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <u> <G>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <g> <u>		: "\xc4\x9f"	gbreve
++Ctrl<T> <u> <g>		: "\xc4\x9f"	gbreve
++Ctrl<T> <I> <period>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <period> <I>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <i> <period>	: "\xc4\xb1"	idotless
++Ctrl<T> <period> <i>	: "\xc4\xb1"	idotless
++Ctrl<T> <space> <breve>	: "\xcb\x98"	breve
++Ctrl<T> <space> <degree>	: "\xc2\xb0"	degree
++Ctrl<T> <space> <ogonek>	: "\xcb\x9b"	ogonek
++Ctrl<T> <space> <caron>	: "\xcb\x87"	caron
++Ctrl<T> <space> <v>		: "\xcb\x87"	caron
++Ctrl<T> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++Ctrl<T> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++Ctrl<T> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++Ctrl<T> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <acute> <R>		: "\xc5\x94"	Racute
++Ctrl<T> <R> <acute> 	: "\xc5\x94"	Racute
++Ctrl<T> <acute> <S>		: "\xc5\x9a"	Sacute
++Ctrl<T> <S> <acute> 	: "\xc5\x9a"	Sacute
++Ctrl<T> <acute> <Z>		: "\xc4\xbe"	Zacute
++Ctrl<T> <Z> <acute> 	: "\xc4\xbe"	Zacute
++Ctrl<T> <acute> <n>		: "\xc5\x84"	nacute
++Ctrl<T> <n> <acute> 	: "\xc5\x84"	nacute
++Ctrl<T> <acute> <r>		: "\xc5\x95"	racute
++Ctrl<T> <r> <acute> 	: "\xc5\x95"	racute
++Ctrl<T> <acute> <s>		: "\xc5\x9b"	sacute
++Ctrl<T> <s> <acute> 	: "\xc5\x9b"	sacute
++Ctrl<T> <acute> <z>		: "\xc5\xba"	zacute
++Ctrl<T> <z> <acute> 	: "\xc5\xba"	zacute
++Ctrl<T> <0> <O>		: "\xc2\xb0"	degree
++Ctrl<T> <o> <o> 		: "\xc2\xb0"	degree
++Ctrl<T> <comma> <S>		: "\xc5\x9e"	Scedilla
++Ctrl<T> <S> <comma> 	: "\xc5\x9e"	Scedilla
++Ctrl<T> <comma> <T>		: "\xc5\xa2"	Tcedilla
++Ctrl<T> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++Ctrl<T> <comma> <s>		: "\xc5\x9f"	scedilla
++Ctrl<T> <s> <comma> 	: "\xc5\x9f"	scedilla
++Ctrl<T> <comma> <t>		: "\xc5\xa3"	tcedilla
++Ctrl<T> <t> <comma> 	: "\xc5\xa3"	tcedilla
++Ctrl<T> <caron> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <caron> 	: "\xc4\x8c"	Ccaron
++Ctrl<T> <caron> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <caron> 	: "\xc4\x8e"	Dcaron
++Ctrl<T> <caron> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <caron> 	: "\xc4\x9a"	Ecaron
++Ctrl<T> <caron> <L>		: "\xc4\xbd"	Lcaron
++Ctrl<T> <L> <caron> 	: "\xc4\xbd"	Lcaron
++Ctrl<T> <caron> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <caron>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <caron> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <caron> 	: "\xc5\x98"	Rcaron
++Ctrl<T> <caron> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <caron> 	: "\xc5\xa0"	Scaron
++Ctrl<T> <caron> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <caron> 	: "\xc5\xa4"	Tcaron
++Ctrl<T> <caron> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <caron> 	: "\xc5\xae"	Uring
++Ctrl<T> <caron> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <caron> 	: "\xc4\x8d"	ccaron
++Ctrl<T> <caron> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <caron> 	: "\xc4\x8f"	dcaron
++Ctrl<T> <caron> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <caron> 	: "\xc4\x9b"	ecaron
++Ctrl<T> <caron> <l>		: "\xc4\xbe"	lcaron
++Ctrl<T> <l> <caron> 	: "\xc4\xbe"	lcaron
++Ctrl<T> <caron> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <caron> 	: "\xc5\x88"	ncaron
++Ctrl<T> <caron> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <caron> 	: "\xc5\x99"	rcaron
++Ctrl<T> <caron> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <caron> 	: "\xc5\xa1"	scaron
++Ctrl<T> <caron> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <caron> 	: "\xc5\xa5"	tcaron
++Ctrl<T> <caron> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <caron> 	: "\xc5\xaf"	uring
++Ctrl<T> <v> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <v> 		: "\xc4\x8c"	Ccaron
++Ctrl<T> <v> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <v> 		: "\xc4\x8e"	Dcaron
++Ctrl<T> <v> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <v> 		: "\xc4\x9a"	Ecaron
++Ctrl<T> <v> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <v>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <v> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <v> 		: "\xc5\x98"	Rcaron
++Ctrl<T> <v> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <v> 		: "\xc5\xa4"	Tcaron
++Ctrl<T> <v> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <v> 		: "\xc5\xae"	Uring
++Ctrl<T> <v> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <v> 		: "\xc4\x8d"	ccaron
++Ctrl<T> <v> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <v> 		: "\xc4\x8f"	dcaron
++Ctrl<T> <v> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <v> 		: "\xc4\x9b"	ecaron
++Ctrl<T> <v> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <v> 		: "\xc5\x88"	ncaron
++Ctrl<T> <v> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <v> 		: "\xc5\x99"	rcaron
++Ctrl<T> <v> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <v> 		: "\xc5\xa5"	tcaron
++Ctrl<T> <v> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <v> 		: "\xc5\xaf"	uring
++Ctrl<T> <breve> <A>		: "\xc4\x82"	Abreve
++Ctrl<T> <A> <breve> 	: "\xc4\x82"	Abreve
++Ctrl<T> <breve> <a>		: "\xc4\x83"	abreve
++Ctrl<T> <a> <breve> 	: "\xc4\x83"	abreve
++Ctrl<T> <ogonek> <A>	: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++Ctrl<T> <ogonek> <E>	: "\xc4\x98"	Eogonek
++Ctrl<T> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++Ctrl<T> <ogonek> <a> 	: "\xc4\x85"	aogonek
++Ctrl<T> <a> <ogonek> 	: "\xc4\x85"	aogonek
++Ctrl<T> <ogonek> <e> 	: "\xc4\x99"	eogonek
++Ctrl<T> <e> <ogonek> 	: "\xc4\x99"	eogonek
++Ctrl<T> <E> <a> 		: "\xc4\x98"	Eogonek
++Ctrl<T> <e> <a> 		: "\xc4\x99"	eogonek
++Ctrl<T> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++Ctrl<T> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++Ctrl<T> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <period> <U>	: "\xc5\xae"	Uring
++Ctrl<T> <U> <period> 	: "\xc5\xae"	Uring
++Ctrl<T> <period> <u>	: "\xc5\xaf"	uring
++Ctrl<T> <u> <period> 	: "\xc5\xaf"	uring
++Ctrl<T> <period> <z>	: "\xc5\xbc"	zabovedot
++Ctrl<T> <z> <period> 	: "\xc5\xbc"	zabovedot
++Ctrl<T> <period> <Z>	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <a> <space>         : "\xcb\x9b"    ogonek
++Ctrl<T> <u> <space>         : "\xcb\x98"    breve
++Ctrl<T> <v> <space>         : "\xcb\x87"    caron
++Ctrl<T> <quotedbl> <space>  : "\xcb\x9d"    doubleacute
++Ctrl<T> <A> <u>             : "\xc4\x82"    Abreve
++Ctrl<T> <C> <apostrophe>    : "\xc4\x86"    Cacute
++Ctrl<T> <L> <apostrophe>    : "\xc4\xb9"    Lacute
++Ctrl<T> <L> <slash>         : "\xc5\x81"    Lstroke
++Ctrl<T> <L> <greater>       : "\xc4\xbd"    Lcaron
++Ctrl<T> <N> <apostrophe>    : "\xc5\x83"    Nacute
++Ctrl<T> <S> <apostrophe>    : "\xc5\x9a"    Sacute
++Ctrl<T> <R> <apostrophe>    : "\xc5\x94"    Racute
++Ctrl<T> <U> <asterisk>      : "\xc5\xae"    Uring
++Ctrl<T> <Z> <apostrophe>    : "\xc5\xb9"    Zacute
++Ctrl<T> <a> <u>             : "\xc4\x83"    abreve
++Ctrl<T> <c> <apostrophe>    : "\xc4\x87"    cacute
++Ctrl<T> <l> <apostrophe>    : "\xc4\xba"    lacute
++Ctrl<T> <l> <slash>         : "\xc5\x82"    lstroke
++Ctrl<T> <l> <greater>       : "\xc4\xbe"    lcaron
++Ctrl<T> <n> <apostrophe>    : "\xc5\x84"    nacute
++Ctrl<T> <s> <apostrophe>    : "\xc5\x9b"    sacute
++Ctrl<T> <r> <apostrophe>    : "\xc5\x95"    racute
++Ctrl<T> <u> <asterisk>      : "\xc5\xaf"    uring
++Ctrl<T> <z> <apostrophe>    : "\xc5\xba"    zacute
++XCOMM
++XCOMM Latin-3 sequences
++Ctrl<T> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <C> <greater>		: "\xc4\x88"	Ccircumflex
++Ctrl<T> <greater> <C>		: "\xc4\x88"	Ccircumflex
++
++Ctrl<T> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <c> <greater>		: "\xc4\x89"	ccircumflex
++Ctrl<T> <greater> <c>		: "\xc4\x89"	ccircumflex
++
++Ctrl<T> <period> <C>		: "\xc4\x8a"	Cabovedot
++Ctrl<T> <C> <period> 		: "\xc4\x8a"	Cabovedot
++
++Ctrl<T> <period> <c>		: "\xc4\x8b"	cabovedot
++Ctrl<T> <c> <period> 		: "\xc4\x8b"	cabovedot
++
++Ctrl<T> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <G> <greater>		: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <greater> <G>		: "\xc4\x9c"	Gcircumflex
++
++Ctrl<T> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <g> <greater>		: "\xc4\x9d"	gcircumflex
++Ctrl<T> <greater> <g>		: "\xc4\x9d"	gcircumflex
++
++Ctrl<T> <period> <G>		: "\xc4\xa0"	Gabovedot
++Ctrl<T> <G> <period> 		: "\xc4\xa0"	Gabovedot
++
++Ctrl<T> <period> <g>		: "\xc4\xa1"	gabovedot
++Ctrl<T> <g> <period> 		: "\xc4\xa1"	gabovedot
++
++Ctrl<T> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <H> <greater>		: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <greater> <H>		: "\xc4\xa4"	Hcircumflex
++
++Ctrl<T> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <h> <greater>		: "\xc4\xa5"	hcircumflex
++Ctrl<T> <greater> <h>		: "\xc4\xa5"	hcircumflex
++
++Ctrl<T> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <J> <greater>		: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <greater> <J>		: "\xc4\xb4"	Jcircumflex
++
++Ctrl<T> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <j> <greater>		: "\xc4\xb5"	jcircumflex
++Ctrl<T> <greater> <j>		: "\xc4\xb5"	jcircumflex
++
++Ctrl<T> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <S> <greater>		: "\xc5\x9c"	Scircumflex
++Ctrl<T> <greater> <S>		: "\xc5\x9c"	Scircumflex
++
++Ctrl<T> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <s> <greater>		: "\xc5\x9d"	scircumflex
++Ctrl<T> <greater> <s>		: "\xc5\x9d"	scircumflex
++
++Ctrl<T> <U> <breve>		: "\xc5\xac"	Ubreve
++Ctrl<T> <breve> <U>		: "\xc5\xac"	Ubreve
++Ctrl<T> <U> <u>			: "\xc5\xac"	Ubreve
++Ctrl<T> <u> <U>			: "\xc5\xac"	Ubreve
++
++Ctrl<T> <u> <breve>		: "\xc5\xad"	ubreve
++Ctrl<T> <breve> <u>		: "\xc5\xad"	ubreve
++Ctrl<T> <u> <u>			: "\xc5\xad"	ubreve
++XCOMM
++XCOMM Latin-4 sequences
++Ctrl<T> <N> <N>             : "\xc5\x8a"    ENG
++Ctrl<T> <U> <a>		: "\xc5\xb2"	Uogonek
++Ctrl<T> <u> <a>		: "\xc5\xb3"	uogonek
++Ctrl<T> <k> <k>		: "\xc4\xb8"	kra
++Ctrl<T> <R> <comma>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <comma> <R>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <r> <comma>		: "\xc5\x97"	rcedilla
++Ctrl<T> <comma> <r>		: "\xc5\x97"	rcedilla
++Ctrl<T> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++Ctrl<T> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++Ctrl<T> <i> <asciitilde>	: "\xc4\xa9"	itilde
++Ctrl<T> <asciitilde> <i>	: "\xc4\xa9"	itilde
++Ctrl<T> <L> <comma>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <comma> <L>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <l> <comma>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <comma> <l>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <S> <v>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <V>		: "\xc5\xa0"	Scaron
++Ctrl<T> <v> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <V> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <s> <v>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <V>		: "\xc5\xa1"	scaron
++Ctrl<T> <v> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <V> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <E> <underscore>	: "\xc4\x92"	Emacron
++Ctrl<T> <underscore> <E>	: "\xc4\x92"	Emacron
++Ctrl<T> <e> <underscore>	: "\xc4\x93"	emacron
++Ctrl<T> <underscore> <e>	: "\xc4\x93"	emacron
++Ctrl<T> <G> <comma>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <comma> <G>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <g> <comma>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <comma> <g>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <T> <bar>		: "\xc5\xa6"	Tslash
++Ctrl<T> <bar> <T>		: "\xc5\xa6"	Tslash
++Ctrl<T> <t> <bar>		: "\xc5\xa7"	tslash
++Ctrl<T> <bar> <t>		: "\xc5\xa7"	tslash
++Ctrl<T> <n> <n>		: "\xc5\x8b" 	eng
++Ctrl<T> <d> <underscore>	: "\xc4\x91"
++Ctrl<T> <underscore> <d> 	: "\xc4\x91"
++Ctrl<T> <N> <comma>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <comma> <N>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <n> <comma>		: "\xc5\x86"	ncedilla
++Ctrl<T> <comma> <n>		: "\xc5\x86"	ncedilla
++Ctrl<T> <K> <comma>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <comma> <K>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <k> <comma>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <comma> <k>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <I> <a>		: "\xc4\xae"	Iogonek
++Ctrl<T> <a> <I>		: "\xc4\xae"	Iogonek
++Ctrl<T> <i> <a>		: "\xc4\xaf"	iogonek
++Ctrl<T> <a> <i>		: "\xc4\xaf"	iogonek
++Ctrl<T> <E> <period>	: "\xc4\x96"	Eabovedot
++Ctrl<T> <e> <period>	: "\xc4\x97"	eabovedot
++Ctrl<T> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++Ctrl<T> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++Ctrl<T> <u> <asciitilde>	: "\xc5\xa9"	utilde
++Ctrl<T> <asciitilde> <u>	: "\xc5\xa9"	utilde
++Ctrl<T> <U> <underscore>	: "\xc5\xaa"	Umacron
++Ctrl<T> <underscore> <U>	: "\xc5\xaa"	Umacron
++Ctrl<T> <u> <underscore>	: "\xc5\xab"	umacron
++Ctrl<T> <underscore> <u>	: "\xc5\xab"	umacron
++Ctrl<T> <I> <underscore>	: "\xc4\xaa"	Imacron
++Ctrl<T> <underscore> <I> 	: "\xc4\xaa"	Imacron
++Ctrl<T> <i> <underscore>	: "\xc4\xab"	imacron
++Ctrl<T> <underscore> <i> 	: "\xc4\xab"	imacron
++XCOMM
++XCOMM Latin-9 input sequences:
++<Multi_key> <o> <e> 		: "\xc5\x93"
++<Multi_key> <O> <E> 		: "\xc5\x92"
++<Multi_key> <Y> <quotedbl> 	: "\xc5\xb8"
++<Multi_key> <quotedbl> <Y> 	: "\xc5\xb8"
++Ctrl<T> <o> <e> 		: "\xc5\x93"
++Ctrl<T> <O> <E> 		: "\xc5\x92"
++Ctrl<T> <Y> <quotedbl> 		: "\xc5\xb8"
++Ctrl<T> <quotedbl> <Y>		: "\xc5\xb8"
++XCOMM
++XCOMM Rules for SunXK_FA_* keysyms:
++<SunFA_Acute> <apostrophe>	: "\xc2\xb4"
++<SunFA_Acute> <A>		: "\xc3\x81"
++<SunFA_Acute> <a>		: "\xc3\xa1"
++<SunFA_Acute> <C>		: "\xc4\x86"
++<SunFA_Acute> <c>		: "\xc4\x87"
++<SunFA_Acute> <E>		: "\xc3\x89"
++<SunFA_Acute> <e>		: "\xc3\xa9"
++<SunFA_Acute> <I>		: "\xc3\x8d"
++<SunFA_Acute> <i>		: "\xc3\xad"
++<SunFA_Acute> <L>		: "\xc4\xb9"
++<SunFA_Acute> <l>		: "\xc4\xba"
++<SunFA_Acute> <N>		: "\xc5\x83"
++<SunFA_Acute> <n>		: "\xc5\x84"
++<SunFA_Acute> <O>		: "\xc3\x93"
++<SunFA_Acute> <o>		: "\xc3\xb3"
++<SunFA_Acute> <R>		: "\xc5\x94"
++<SunFA_Acute> <r>		: "\xc5\x95"
++<SunFA_Acute> <space>		: "\x27"
++<SunFA_Acute> <S>		: "\xc5\x9a"
++<SunFA_Acute> <s>		: "\xc5\x9b"
++<SunFA_Acute> <U>		: "\xc3\x9a"
++<SunFA_Acute> <u>		: "\xc3\xba"
++<SunFA_Acute> <Y>		: "\xc3\x9d"
++<SunFA_Acute> <y>		: "\xc3\xbd"
++<SunFA_Acute> <Z>		: "\xc4\xbe"
++<SunFA_Acute> <z>		: "\xc5\xba"
++<SunFA_Cedilla> <comma>		: "\xc2\xb8"
++<SunFA_Cedilla> <C>		: "\xc3\x87"
++<SunFA_Cedilla> <c>		: "\xc3\xa7"
++<SunFA_Cedilla> <G>		: "\xc4\xa2"
++<SunFA_Cedilla> <g>		: "\xc4\xa3"
++<SunFA_Cedilla> <K>		: "\xc4\xb6"
++<SunFA_Cedilla> <k>		: "\xc4\xb7"
++<SunFA_Cedilla> <L>		: "\xc4\xbb"
++<SunFA_Cedilla> <l>		: "\xc4\xbc"
++<SunFA_Cedilla> <minus>		: "\xc2\xac"
++<SunFA_Cedilla> <N>		: "\xc5\x85"
++<SunFA_Cedilla> <n>		: "\xc5\x86"
++<SunFA_Cedilla> <R>		: "\xc5\x96"
++<SunFA_Cedilla> <r>		: "\xc5\x97"
++<SunFA_Cedilla> <S>		: "\xc5\x9e"
++<SunFA_Cedilla> <s>		: "\xc5\x9f"
++<SunFA_Cedilla> <T>		: "\xc5\xa2"
++<SunFA_Cedilla> <t>		: "\xc5\xa3"
++<SunFA_Circum> <0>		: "\xc2\xb0"
++<SunFA_Circum> <1>		: "\xc2\xb9"
++<SunFA_Circum> <2>		: "\xc2\xb2"
++<SunFA_Circum> <3>		: "\xc2\xb3"
++<SunFA_Circum> <A>		: "\xc3\x82"
++<SunFA_Circum> <a>		: "\xc3\xa2"
++<SunFA_Circum> <C>		: "\xc4\x88"
++<SunFA_Circum> <c>		: "\xc4\x89"
++<SunFA_Circum> <E>		: "\xc3\x8a"
++<SunFA_Circum> <e>		: "\xc3\xaa"
++<SunFA_Circum> <exclam>		: "\xc2\xa6"
++<SunFA_Circum> <G>		: "\xc4\x9c"
++<SunFA_Circum> <g>		: "\xc4\x9d"
++<SunFA_Circum> <H>		: "\xc4\xa4"
++<SunFA_Circum> <h>		: "\xc4\xa5"
++<SunFA_Circum> <I>		: "\xc3\x8e"
++<SunFA_Circum> <i>		: "\xc3\xae"
++<SunFA_Circum> <J>		: "\xc4\xb4"
++<SunFA_Circum> <j>		: "\xc4\xb5"
++<SunFA_Circum> <minus>		: "\xc2\xaf"
++<SunFA_Circum> <O>		: "\xc3\x94"
++<SunFA_Circum> <o>		: "\xc3\xb4"
++<SunFA_Circum> <period>		: "\xc2\xb7"
++<SunFA_Circum> <slash>		: "\x7c"
++<SunFA_Circum> <space>		: "\x5e"
++<SunFA_Circum> <S>		: "\xc5\x9c"
++<SunFA_Circum> <s>		: "\xc5\x9d"
++<SunFA_Circum> <underscore>	: "\xc2\xaf"
++<SunFA_Circum> <U>		: "\xc3\x9b"
++<SunFA_Circum> <u>		: "\xc3\xbb"
++<SunFA_Diaeresis> <A>		: "\xc3\x84"
++<SunFA_Diaeresis> <a>		: "\xc3\xa4"
++<SunFA_Diaeresis> <E>		: "\xc3\x8b"
++<SunFA_Diaeresis> <e>		: "\xc3\xab"
++<SunFA_Diaeresis> <I>		: "\xc3\x8f"
++<SunFA_Diaeresis> <i>		: "\xc3\xaf"
++<SunFA_Diaeresis> <O>		: "\xc3\x96"
++<SunFA_Diaeresis> <o>		: "\xc3\xb6"
++<SunFA_Diaeresis> <quotedbl>	: "\xc2\xa8"
++<SunFA_Diaeresis> <space>	: "\xc2\xa8"
++<SunFA_Diaeresis> <U>		: "\xc3\x9c"
++<SunFA_Diaeresis> <u>		: "\xc3\xbc"
++<SunFA_Diaeresis> <y>		: "\xc3\xbf"
++<SunFA_Diaeresis> <Y>		: "\xc5\xb8"
++<SunFA_Grave> <A>		: "\xc3\x80"
++<SunFA_Grave> <a>		: "\xc3\xa0"
++<SunFA_Grave> <E>		: "\xc3\x88"
++<SunFA_Grave> <e>		: "\xc3\xa8"
++<SunFA_Grave> <I>		: "\xc3\x8c"
++<SunFA_Grave> <i>		: "\xc3\xac"
++<SunFA_Grave> <O>		: "\xc3\x92"
++<SunFA_Grave> <o>		: "\xc3\xb2"
++<SunFA_Grave> <space>		: "\x60"
++<SunFA_Grave> <U>		: "\xc3\x99"
++<SunFA_Grave> <u>		: "\xc3\xb9"
++<SunFA_Tilde> <A>		: "\xc3\x83"
++<SunFA_Tilde> <a>		: "\xc3\xa3"
++<SunFA_Tilde> <N>		: "\xc3\x91"
++<SunFA_Tilde> <n>		: "\xc3\xb1"
++<SunFA_Tilde> <O>		: "\xc3\x95"
++<SunFA_Tilde> <o>		: "\xc3\xb5"
++<SunFA_Tilde> <space>		: "\x7e"
++END_STATE
++
++STATE "[ 키릴어 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 영어/유럽어 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 그리스어 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 태국어 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 아라비아어 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 히브리어 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16진수 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8진수 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 표 참조 입력 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 일본어 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 한국어 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 중국어-간체 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 중국어-번체 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 그리스어 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 태국어 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 아라비아어 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 히브리어 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16진수 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8진수 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 표 참조 입력 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 일본어 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 한국어 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 중국어-간체 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 중국어-번체 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++<at>		: "\x22"	quotedbl
++<numbersign>	: "\xe2\x84\x96"	numerosign
++<dollar>	: "\x25"	percent
++<percent>	: "\x3a"	colon
++<asciicircum>	: "\x2c"	comma
++<ampersand>	: "\x2e"	period
++<asterisk>	: "\x3b"	semicolon
++<numerosign>	: "\xe2\x84\x96" numerosign
++<q>		: "\xd0\xb9"	Cyrillic_shorti
++<w>		: "\xd1\x86"	Cyrillic_tse
++<e>		: "\xd1\x83"	Cyrillic_u
++<r>		: "\xd0\xba"	Cyrillic_ka
++<t>		: "\xd0\xb5"	Cyrillic_ie
++<y>		: "\xd0\xbd"	Cyrillic_en
++<u>		: "\xd0\xb3"	Cyrillic_ghe
++<i>		: "\xd1\x88"	Cyrillic_sha
++<o>		: "\xd1\x89"	Cyrillic_shcha
++<p>		: "\xd0\xb7"	Cyrillic_ze
++<bracketleft>	: "\xd1\x85"	Cyrillic_ha
++<bracketright>	: "\xd1\x8a"	Cyrillic_hardsign
++<Q>		: "\xd0\x99"	Cyrillic_SHORTI
++<W>		: "\xd0\xa6"	Cyrillic_TSE
++<E>		: "\xd0\xa3"	Cyrillic_U
++<R>		: "\xd0\x9a"	Cyrillic_KA
++<T>		: "\xd0\x95"	Cyrillic_IE
++<Y>		: "\xd0\x9d"	Cyrillic_EN
++<U>		: "\xd0\x93"	Cyrillic_GHE
++<I>		: "\xd0\xa8"	Cyrillic_SHA
++<O>		: "\xd0\xa9"	Cyrillic_SHCHA
++<P>		: "\xd0\x97"	Cyrillic_ZE
++Lock<bracketleft> 	: "\xd0\xa5"	Cyrillic_HA
++Lock<bracketright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<braceleft> 	: "\xd0\xa5"	Cyrillic_HA
++<braceright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<a>		: "\xd1\x84"	Cyrillic_ef
++<s>		: "\xd1\x8b"	Cyrillic_yeru
++<d>		: "\xd0\xb2"	Cyrillic_ve
++<f>		: "\xd0\xb0"	Cyrillic_a
++<g>		: "\xd0\xbf"	Cyrillic_pe
++<h>		: "\xd1\x80"	Cyrillic_er
++<j>		: "\xd0\xbe"	Cyrillic_o
++<k>		: "\xd0\xbb"	Cyrillic_el
++<l>		: "\xd0\xb4"	Cyrillic_de
++<semicolon>	: "\xd0\xb6"	Cyrillic_zhe
++<quoteright>	: "\xd1\x8d"	Cyrillic_e
++<A>		: "\xd0\xa4"	Cyrillic_EF
++<S>		: "\xd0\xab"	Cyrillic_YERU
++<D>		: "\xd0\x92"	Cyrillic_VE
++<F>		: "\xd0\x90"	Cyrillic_A
++<G>		: "\xd0\x9f"	Cyrillic_PE
++<H>		: "\xd0\xa0"	Cyrillic_ER
++<J>		: "\xd0\x9e"	Cyrillic_O
++<K>		: "\xd0\x9b"	Cyrillic_EL
++<L>		: "\xd0\x94"	Cyrillic_DE
++<colon>		: "\xd0\x96"	Cyrillic_ZHE
++<quotedbl>	: "\xd0\xad"	Cyrillic_E
++<z>		: "\xd1\x8f"	Cyrillic_ya
++<x>		: "\xd1\x87"	Cyrillic_che
++<c>		: "\xd1\x81"	Cyrillic_es
++<v>		: "\xd0\xbc"	Cyrillic_em
++<b>		: "\xd0\xb8"	Cyrillic_i
++<n>		: "\xd1\x82"	Cyrillic_te
++<m>		: "\xd1\x8c"	Cyrillic_softsign
++<comma>		: "\xd0\xb1"	Cyrillic_be
++<period>	: "\xd1\x8e"	Cyrillic_yu
++<slash>		: "\xd1\x91"	Cyrillic_io
++<Z>		: "\xd0\xaf"	Cyrillic_YA
++<X>		: "\xd0\xa7"	Cyrillic_CHE
++<C>		: "\xd0\xa1"	Cyrillic_ES
++<V>		: "\xd0\x9c"	Cyrillic_EM
++<B>		: "\xd0\x98"	Cyrillic_I
++<N>		: "\xd0\xa2"	Cyrillic_TE
++<M>		: "\xd0\xac"	Cyrillic_SOFTSIGN
++<less>		: "\xd0\x91"	Cyrillic_BE
++<greater>	: "\xd0\xae"	Cyrillic_YU
++<question>	: "\xd0\x81"	Cyrillic_IO
++
++END_STATE
++
++STATE "[ 그리스어 ]"
++Ctrl<space> 		: SWITCH_STATE_TO "[ 영어/유럽어 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 키릴어 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 태국어 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 아라비아어 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 히브리어 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16진수 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8진수 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 표 참조 입력 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 일본어 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 한국어 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 중국어-간체 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 중국어-번체 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 키릴어 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 태국어 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 아라비아어 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 히브리어 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16진수 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8진수 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 표 참조 입력 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 한국어 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 일본어 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 중국어-간체 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 중국어-번체 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++XCOMM
++XCOMM Key sequences for euro sign:
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++Alt<e>			: "\xe2\x82\xac"
++Alt<E>			: "\xe2\x82\xac"
++Alt<4>			: "\xe2\x82\xac"
++Alt<5>			: "\xe2\x82\xac"
++Meta<e>			: "\xe2\x82\xac"
++Meta<E>			: "\xe2\x82\xac"
++Meta<4>			: "\xe2\x82\xac"
++Meta<5>			: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
++XCOMM
++XCOMM The following seven mappings are not appropriate here; this kind of mappings
++XCOMM should be done at the keytable level at /usr/openwin/share/etc/keytables,
++XCOMM not in the Compose file.
++XCOMM <at>		: "\x22"	quotedbl
++XCOMM <numbersign>	: "\xcf\x80"	numerosign
++XCOMM <dollar>	: "\x25"	percent
++XCOMM <percent>	: "\x3a"	colon
++XCOMM <asciicircum>	: "\x2c"	comma
++XCOMM <ampersand>	: "\x2e"	period
++XCOMM <asterisk>	: "\x3b"	semicolon
++
++<q>		: "\x3b"	semicolon
++<w>		: "\xcf\x82"	Greek_sigma
++<e>		: "\xce\xb5"	Greek_epsilon
++<r>		: "\xcf\x81"	Greek_rho
++<t>		: "\xcf\x84"	Greek_tau
++<y>		: "\xcf\x85"	Greek_upsilon
++<u>		: "\xce\xb8"	Greek_theta
++<i>		: "\xce\xb9"	Greek_iota
++<o>		: "\xce\xbf"	Greek_omicron
++<p>		: "\xcf\x80"	Greek_pi
++<Greek_sigma>	: "\xcf\x82"	Greek_sigma
++<Greek_epsilon>	: "\xce\xb5"	Greek_epsilon
++<Greek_rho>	: "\xcf\x81"	Greek_rho
++<Greek_tau>	: "\xcf\x84"	Greek_tau
++<Greek_upsilon>	: "\xcf\x85"	Greek_upsilon
++<Greek_theta>	: "\xce\xb8"	Greek_theta
++<Greek_iota>	: "\xce\xb9"	Greek_iota
++<Greek_omicron>	: "\xce\xbf"	Greek_omicron
++<Greek_pi>	: "\xcf\x80"	Greek_pi
++<Q>		: "\x3a"	colon
++<W>		: "\xce\xa3"	Greek_SIGMA
++<E>		: "\xce\x95"	Greek_EPSILON
++<R>		: "\xce\xa1"	Greek_RHO
++<T>		: "\xce\xa4"	Greek_TAU
++<Y>		: "\xce\xa5"	Greek_UPSILON
++<U>		: "\xce\x98"	Greek_THETA
++<I>		: "\xce\x99"	Greek_IOTA
++<O>		: "\xce\x9f"	Greek_OMICRON
++<P>		: "\xce\xa0"	Greek_PI
++<Greek_SIGMA>	: "\xce\xa3"	Greek_SIGMA
++<Greek_EPSILON>	: "\xce\x95"	Greek_EPSILON
++<Greek_RHO>	: "\xce\xa1"	Greek_RHO
++<Greek_TAU>	: "\xce\xa4"	Greek_TAU
++<Greek_UPSILON>	: "\xce\xa5"	Greek_UPSILON
++<Greek_THETA>	: "\xce\x98"	Greek_THETA
++<Greek_IOTA>	: "\xce\x99"	Greek_IOTA
++<Greek_OMICRON>	: "\xce\x9f"	Greek_OMICRON
++<Greek_PI>	: "\xce\xa0"	Greek_PI
++<a>		: "\xce\xb1"	Greek_alpha
++<s>		: "\xcf\x83"	Greek_finalsmallsigma
++<d>		: "\xce\xb4"	Greek_delta
++<f>		: "\xcf\x86"	Greek_phi
++<g>		: "\xce\xb3"	Greek_gamma
++<h>		: "\xce\xb7"	Greek_eta
++<j>		: "\xce\xbe"	Greek_xi
++<k>		: "\xce\xba"	Greek_kappa
++<l>		: "\xce\xbb"	Greek_lamda
++<Greek_alpha>	: "\xce\xb1"	Greek_alpha
++<Greek_finalsmallsigma>	: "\xcf\x83"	Greek_finalsmallsigma
++<Greek_delta>	: "\xce\xb4"	Greek_delta
++<Greek_phi>	: "\xcf\x86"	Greek_phi
++<Greek_gamma>	: "\xce\xb3"	Greek_gamma
++<Greek_eta>	: "\xce\xb7"	Greek_eta
++<Greek_xi>	: "\xce\xbe"	Greek_xi
++<Greek_kappa>	: "\xce\xba"	Greek_kappa
++<Greek_lamda>	: "\xce\xbb"	Greek_lamda
++<A>		: "\xce\x91"	Greek_ALPHA
++<S>		: "\xce\xa3"	Greek_SIGMA
++<D>		: "\xce\x94"	Greek_DELTA
++<F>		: "\xce\xa6"	Greek_PHI
++<G>		: "\xce\x93"	Greek_GAMMA
++<H>		: "\xce\x97"	Greek_ETA
++<J>		: "\xce\x9e"	Greek_XI
++<K>		: "\xce\x9a"	Greek_KAPPA
++<L>		: "\xce\x9b"	Greek_LAMDA
++<Greek_ALPHA>	: "\xce\x91"	Greek_ALPHA
++<Greek_DELTA>	: "\xce\x94"	Greek_DELTA
++<Greek_PHI>	: "\xce\xa6"	Greek_PHI
++<Greek_GAMMA>	: "\xce\x93"	Greek_GAMMA
++<Greek_ETA>	: "\xce\x97"	Greek_ETA
++<Greek_XI>	: "\xce\x9e"	Greek_XI
++<Greek_KAPPA>	: "\xce\x9a"	Greek_KAPPA
++<Greek_LAMDA>	: "\xce\x9b"	Greek_LAMDA
++<z>		: "\xce\xb6"	Greek_zeta
++<x>		: "\xcf\x87"	Greek_chi
++<c>		: "\xcf\x88"	Greek_psi
++<v>		: "\xcf\x89"	Greek_omega
++<b>		: "\xce\xb2"	Greek_beta
++<n>		: "\xce\xbd"	Greek_nu
++<m>		: "\xce\xbc"	Greek_mu
++<Greek_zeta>	: "\xc2\x98"	Greek_zeta
++<Greek_chi>	: "\xcf\x87"	Greek_chi
++<Greek_psi>	: "\xcf\x88"	Greek_psi
++<Greek_omega>	: "\xcf\x89"	Greek_omega
++<Greek_beta>	: "\xce\xb2"	Greek_beta
++<Greek_nu>	: "\xce\xbd"	Greek_nu
++<Greek_mu>	: "\xce\xbc"	Greek_mu
++<Z>		: "\xce\x96"	Greek_ZETA
++<X>		: "\xce\xa7"	Greek_CHI
++<C>		: "\xce\xa8"	Greek_PSI
++<V>		: "\xce\xa9"	Greek_OMEGA
++<B>		: "\xce\x92"	Greek_BETA
++<N>		: "\xce\x9d"	Greek_NU
++<M>		: "\xce\x9c"	Greek_MU
++<less>		: "\x3b"	semicolon
++<greater>	: "\x3a"	colon
++<question>	: "\xc2\xb7"	periodcentered
++<Greek_ZETA>	: "\xce\x96"	Greek_ZETA
++<Greek_CHI>	: "\xce\xa7"	Greek_CHI
++<Greek_PSI>	: "\xce\xa8"	Greek_PSI
++<Greek_OMEGA>	: "\xce\xa9"	Greek_OMEGA
++<Greek_BETA>	: "\xce\x92"	Greek_BETA
++<Greek_NU>	: "\xce\x9d"	Greek_NU
++<Greek_MU>	: "\xce\x9c"	Greek_MU
++<periodcentered> : "\xc2\xb7"	periodcentered
++
++XCOMM
++XCOMM XK_dead_acute and XK_dead_diaeresis defined in Greece*.kt keytable files.
++XCOMM XK_Greek_* are not defined in Greece*.kt keytable files. Nonetheless, we 
++XCOMM keep them here for user-defined keytable file possibility.
++<dead_acute> <Greek_alpha>	:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <Greek_epsilon>	:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <Greek_eta>	:"\xce\xae"	Greek_etaaccent
++<dead_acute> <Greek_iota>	:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <Greek_omicron>	:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <Greek_upsilon>	:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <Greek_omega>	:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <Greek_ALPHA>	:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <Greek_EPSILON>	:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <Greek_ETA>	:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <Greek_IOTA>	:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <Greek_OMICRON>	:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Greek_UPSILON>	:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <Greek_OMEGA>	:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_acute> <a>		:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <e>		:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <h>		:"\xce\xae"	Greek_etaaccent
++<dead_acute> <i>		:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <o>		:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <y>		:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <v>		:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <A>		:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <E>		:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <H>		:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <I>		:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <O>		:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Y>		:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <V>		:"\xce\x8f"	Greek_OMEGAaccent
++
++<semicolon> <a>			:"\xce\xac"	Greek_alphaaccent
++<semicolon> <e>			:"\xce\xad"	Greek_epsilonaccent
++<semicolon> <h>			:"\xce\xae"	Greek_etaaccent
++<semicolon> <i>			:"\xce\xaf"	Greek_iotaaccent
++<semicolon> <o>			:"\xcf\x8c"	Greek_omicronaccent
++<semicolon> <y>			:"\xcf\x8d"	Greek_upsilonaccent
++<semicolon> <v>			:"\xcf\x8e"	Greek_omegaaccent
++<semicolon> <A>			:"\xce\x86"	Greek_ALPHAaccent
++<semicolon> <E>			:"\xce\x88"	Greek_EPSILONaccent
++<semicolon> <H>			:"\xce\x89"	Greek_ETAaccent
++<semicolon> <I>			:"\xce\x8a"	Greek_IOTAaccent
++<semicolon> <O>			:"\xce\x8c"	Greek_OMICRONaccent
++<semicolon> <Y>			:"\xce\x8e"	Greek_UPSILONaccent
++<semicolon> <V>			:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_diaeresis> <Greek_iota>	:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <Greek_upsilon> :"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <Greek_IOTA>	:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Greek_UPSILON> :"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_diaeresis> <i>		:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <y>		:"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <I>		:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Y>		:"\xce\xab"	Greek_UPSILONdieresis
++
++<colon> <i>			:"\xcf\x8a"	Greek_iotadieresis
++<colon> <y>			:"\xcf\x8b"	Greek_upsilondieresis
++<colon> <I>			:"\xce\xaa"	Greek_IOTAdiaeresis
++<colon> <Y>			:"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_acute> <dead_diaeresis> <Greek_upsilon>	:"\xce\xb0"
++<dead_diaeresis> <dead_acute> <Greek_upsilon>	:"\xce\xb0"
++<dead_acute> <dead_diaeresis> <Greek_iota>	:"\xce\x90"
++<dead_diaeresis> <dead_acute> <Greek_iota>	:"\xce\x90"
++
++<dead_acute> <dead_diaeresis> <y> :"\xce\xb0"
++<dead_diaeresis> <dead_acute> <y> :"\xce\xb0"
++<dead_acute> <dead_diaeresis> <i> :"\xce\x90"
++<dead_diaeresis> <dead_acute> <i> :"\xce\x90"
++
++<semicolon> <colon> <y>		:"\xce\xb0"
++<colon> <semicolon> <y>		:"\xce\xb0"
++<semicolon> <colon> <i>		:"\xce\x90"
++<colon> <semicolon> <i>		:"\xce\x90"
++
++XCOMM
++XCOMM The following special key sequences are for Tonos, Diaeresis/Dialytica,
++XCOMM and Dialytika Tonos.
++<semicolon> <semicolon>		:"\xce\x84"
++<colon> <colon>			:"\xc2\xa8"
++<semicolon> <colon> <semicolon> <colon> :"\xce\x85"
++<colon> <semicolon> <colon> <semicolon> :"\xce\x85"
++
++<ordfeminine> <0>		:"\xc2\xb1"	plusminus
++<ordfeminine> <1>		:"\xc2\xa7"	section
++<ordfeminine> <2>		:"\xc2\xb2"	twosuperior	
++<ordfeminine> <3>		:"\xc2\xb3"	threesuperior
++<ordfeminine> <4>		:""
++<ordfeminine> <5>		:"\xc2\xa6"	brokenbar
++<ordfeminine> <6>		:"\xc2\xa9"	copyright
++<ordfeminine> <7>		:"\xc2\xac"	notequal
++<ordfeminine> <8>		:"\xc2\xad"	hyphen
++<ordfeminine> <9>		:"\xc2\xb0"	degree
++<ordfeminine> <hyphen>		:"\xc2\xbd"	onehalf
++<ordfeminine> <equal>		:""
++<ordfeminine> <backslash>	:"\xc2\xa3"	sterling
++<ordfeminine> <braceleft>	:"\xca\xbd"
++<ordfeminine> <braceright>	:"\xca\xbc"
++<ordfeminine> <bracketleft>	:"\xc2\xab"	guillemotleft
++<ordfeminine> <bracketright>	:"\xc2\xbb"	guillemotright
++
++END_STATE
++
++STATE "[ 아라비아어 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 영어/유럽어 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 키릴어 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 그리스어 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 태국어 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 히브리어 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16진수 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8진수 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 표 참조 입력 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 일본어 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 한국어 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 중국어-간체 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 중국어-번체 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 키릴어 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 그리스어 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 태국어 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 히브리어 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16진수 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8진수 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 표 참조 입력 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 일본어 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 한국어 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 중국어-간체 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 중국어-번체 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++XCOMM <0> Arabic-Indic Digit Zero
++<0>		: "\xd9\xa0"
++XCOMM <1> Arabic-Indic Digit One
++<1>		: "\xd9\xa1"
++XCOMM <2> Arabic-Indic Digit Two
++<2>		: "\xd9\xa2"
++XCOMM <3> Arabic-Indic Digit Three
++<3>		: "\xd9\xa3"
++XCOMM <4> Arabic-Indic Digit Four
++<4>		: "\xd9\xa4"
++XCOMM <5> Arabic-Indic Digit Five
++<5>		: "\xd9\xa5"
++XCOMM <6> Arabic-Indic Digit Six
++<6>		: "\xd9\xa6"
++XCOMM <7> Arabic-Indic Digit Seven
++<7>		: "\xd9\xa7"
++XCOMM <8> Arabic-Indic Digit Eight
++<8>		: "\xd9\xa8"
++XCOMM <9> Arabic-Indic Digit Nine
++<9>		: "\xd9\xa9"
++
++<a>             : "\xd8\xb4"
++<A>             : "\x5c"
++<apostrophe>    : "\xd8\xb7"
++<asciitilde>    : "\xd9\x91"
++<b>             : "\xd9\x84\xd8\xa7"
++<B>             : "\xd9\x84\xd8\xa2"
++<backslash>     : "\xd9\x80"
++<bracketleft>   : "\xd8\xac"
++<bracketright>  : "\xd8\xaf"
++<c>             : "\xd8\xa4"
++<C>             : "\xd9\x8d"
++<comma>         : "\xd9\x88"
++<d>             : "\xd9\x8a"
++<D>             : "\x5d"
++<e>             : "\xd8\xab"
++<E>             : "\xd9\x8f"
++<f>             : "\xd8\xa8"
++<F>             : "\x5b"
++<g>             : "\xd9\x84"
++<G>             : "\xd9\x84\xd8\xa3"
++<grave>         : "\xd8\xb0"
++<greater>       : "\x2e"
++<h>             : "\xd8\xa7"
++<H>             : "\xd8\xa3"
++<i>             : "\xd9\x87"
++<j>             : "\xd8\xaa"
++<k>             : "\xd9\x86"
++<K>             : "\xd8\x8c"
++<l>             : "\xd9\x85"
++<L>             : "\x2f"
++<m>             : "\xd8\xa9"
++XCOMM previously <M>             : "\xd9\x8f"
++<M>             : "\xd9\xac"
++<n>             : "\xd9\x89"
++<N>             : "\xd8\xa2"
++<o>             : "\xd8\xae"
++<p>             : "\xd8\xad"
++<P>             : "\xd8\x9b"
++<period>        : "\xd8\xb2"
++<q>             : "\xd8\xb6"
++<Q>             : "\xd9\x8e"
++<question>      : "\xd8\x9f"
++<r>             : "\xd9\x82"
++<R>             : "\xd9\x8c"
++<s>             : "\xd8\xb3"
++<semicolon>     : "\xd9\x83"
++<slash>         : "\xd8\xb8"
++<smaller>       : "\x2c"
++<t>             : "\xd9\x81"
++<u>             : "\xd8\xb9"
++<v>             : "\xd8\xb1"
++<V>             : "\xd9\x90"
++<w>             : "\xd8\xb5"
++<W>             : "\xd9\x8b"
++<x>             : "\xd8\xa1"
++<y>             : "\xd8\xba"
++<Y>             : "\xd8\xa5"
++<z>             : "\xd8\xa6"
++
++END_STATE
++
++STATE "[ 히브리어 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 영어/유럽어 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 키릴어 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 그리스어 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 태국어 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 아라비아어 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16진수 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8진수 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 표 참조 입력 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 일본어 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 한국어 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 중국어-간체 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 중국어-번체 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 키릴어 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 그리스어 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 태국어 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 아라비아어 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16진수 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8진수 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 표 참조 입력 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 일본어 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 한국어 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 중국어-간체 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 중국어-번체 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++<q>                 : "\x2f"
++<w>                 : "\x27"
++<e>                 : "\xd7\xa7"
++<r>                 : "\xd7\xa8"
++<t>                 : "\xd7\x90"
++<y>                 : "\xd7\x98"
++<u>                 : "\xd7\x95"
++<i>                 : "\xd7\x9f"
++<o>                 : "\xd7\x9d"
++<p>                 : "\xd7\xa4"
++<a>                 : "\xd7\xa9"
++<s>                 : "\xd7\x93"
++<d>                 : "\xd7\x92"
++<f>                 : "\xd7\x9b"
++<g>                 : "\xd7\xa2"
++<h>                 : "\xd7\x99"
++<j>                 : "\xd7\x97"
++<k>                 : "\xd7\x9c"
++<l>                 : "\xd7\x9a"
++<semicolon>         : "\xd7\xa3"
++<z>                 : "\xd7\x96"
++<x>                 : "\xd7\xa1"
++<c>                 : "\xd7\x91"
++<v>                 : "\xd7\x94"
++<b>                 : "\xd7\xa0"
++<n>                 : "\xd7\x9e"
++<m>                 : "\xd7\xa6"
++<comma>             : "\xd7\xaa"
++<period>            : "\xd7\xa5"
++<slash>             : "\x2f"
++<grave>             : "\x3b"
++<apostrophe>        : "\x2c"
++END_STATE
++
++STATE "[ Unicode 16진수 ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:       4       # 1|2|3|4|5|,...
++                                # when the number of input sequence
++                                # reaches to the given number,
++                                # conversion occurs automatically.
++
++TYPE_OF_INPUT:          HEX     # HEX or OCTET. The default is HEX.
++                                # If it's HEX, valid input is: 0-9,
++                                # a-f, A-F.
++                                # If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :               DO_LOOKUP
++<space> :               DO_CONV
++                                # force to convert input sequence into
++                                # a character before MAX_INPUT_LENGTH
++                                # of characters are input.
++Ctrl<n> :     NEXT_PAGE
++Ctrl<p> :     PREV_PAGE
++Ctrl<a> :     TOP_PAGE
++Ctrl<e> :     LAST_PAGE
++<Right>	:     NEXT_CAND
++<Left>	:     PREV_CAND
++<Up>	:     UP_CAND
++<Down>  :     DOWN_CAND
++Ctrl<k>	:     SELECT_CAND
++XCOMM end of actions
++Ctrl<space>		: SWITCH_STATE_TO "[ 영어/유럽어 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 키릴어 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 그리스어 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 태국어 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 아라비아어 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 히브리어 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8진수 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 표 참조 입력 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 일본어 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 한국어 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 중국어-간체 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 중국어-번체 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 키릴어 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 그리스어 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 태국어 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 아라비아어 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 히브리어 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8진수 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 표 참조 입력 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 일본어 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 한국어 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 중국어-간체 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 중국어-번체 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++END_STATE
++
++STATE "[ Unicode 8진수 ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:       6       # 1|2|3|4|5|,...
++                                # when the number of input sequence
++                                # reaches to the given number,
++                                # conversion occurs automatically.
++
++TYPE_OF_INPUT:          OCTET   # HEX or OCTET. The default is HEX.
++                                # If it's HEX, valid input is: 0-9,
++                                # a-f, A-F.
++                                # If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :               DO_LOOKUP
++<space> :               DO_CONV
++                                # force to convert input sequence into
++                                # a character before MAX_INPUT_LENGTH
++                                # of characters are input.
++Ctrl<n> :     NEXT_PAGE
++Ctrl<p> :     PREV_PAGE
++Ctrl<a> :     TOP_PAGE
++Ctrl<e> :     LAST_PAGE
++<Right>	:     NEXT_CAND
++<Left>	:     PREV_CAND
++<Up>	:     UP_CAND
++<Down>  :     DOWN_CAND
++Ctrl<k>	:     SELECT_CAND
++XCOMM end of actions
++Ctrl<space> 		: SWITCH_STATE_TO "[ 영어/유럽어 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 키릴어 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 그리스어 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 태국어 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 아라비아어 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 히브리어 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16진수 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 표 참조 입력 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 일본어 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 한국어 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 중국어-간체 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 중국어-번체 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 키릴어 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 그리스어 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 태국어 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 아라비아어 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 히브리어 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16진수 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 표 참조 입력 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 일본어 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 한국어 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 중국어-간체 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 중국어-번체 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++END_STATE
++
++STATE "[ 표 참조 입력 ]"
++STATE_TYPE: LOOKUP
++Ctrl<space>		: SWITCH_STATE_TO "[ 영어/유럽어 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 키릴어 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 그리스어 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 태국어 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 아라비아어 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 힌디어 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 히브리어 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16진수 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8진수 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 일본어 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 한국어 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 중국어-간체 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 중국어-번체 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 키릴어 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 그리스어 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 태국어 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 아라비아어 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 힌디어 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 히브리어 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16진수 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8진수 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 일본어 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 한국어 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 중국어-간체 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 중국어-번체 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 중국어-번체 (홍콩) ]"
++
++XCOMM attributes
++MAX_NUMBER_OF_ROWS :		6
++MAX_NUMBER_OF_COLUMNS :		16
++MAX_NUMBER_OF_CANDIDATES :	80	# <= 94 best if it's multiple of 16
++TITLE_STRING:	"표 참조 입력 Selection Window"
++FONTSET:	"-dt-interface user-medium-r-normal-s*utf*-*-*-*-*-*-*-*-*"
++POSITION: CURSOR	# CURSOR/CLIENT
++PLACEMENT: BOTTOM	# TOP/BOTTOM/LEFT/RIGHT
++"a - 기본 라틴어"       :       0x0000 0x007f
++"b - 라틴어 1"           :       0x0080 0x00ff
++"c - 라틴어 확장 A"  :       0x0100 0x017f
++"d - 라틴어 확장 B"  :       0x0180 0x024f
++XCOMM 해당 안됨 IPA 확장     :       0x0250 0x02af
++"e - 공백 수정 문자"  :       0x02b0 0x02ff
++XCOMM 해당 안됨 조합형 분음 기호        :       0x0300 0x036f
++"f - 그리스어"     :       0x0370 0x03ff
++"g - 시릴어"  :       0x0400 0x04ff
++XCOMM 해당 안됨 미국 영어  :       0x0530 0x058f
++"h - 헤브루어"    :       0x0590 0x05ff
++"i - 아라비아어"    :       0x0600 0x06ff
++"H - 힌디어"         :       0x0900 0x097f
++XCOMM 해당 안됨 벵골어   :       0x0980 0x09ff
++XCOMM 해당 안됨 구르무키어  :       0x0a00 0x0a7f
++XCOMM 해당 안됨 구자라트어  :       0x0a80 0x0aff
++XCOMM 해당 안됨 오리야어     :       0x0b00 0x0b7f
++XCOMM 해당 안됨 타밀어     :       0x0b80 0x0bff
++XCOMM 해당 안됨 텔루구어    :       0x0c00 0x0c7f
++XCOMM 해당 안됨 카나다어   :       0x0c80 0x0cff
++XCOMM 해당 안됨 말라야어 :       0x0d00 0x0d7f
++"j - 타이어"      :       0x0e00 0x0e7f
++XCOMM 해당 안됨 라오스어       :       0x0e80 0x0eff
++XCOMM 해당 안됨 티벳어   :       0x0f00 0x0fbf
++XCOMM 해당 안됨 그루지아어  :       0x10a0 0x10ff
++XCOMM 해당 안됨 한글 자모       :       0x1100 0x11ff
++XCOMM 해당 안됨 라틴 확장 추가 글꼴 :       0x1e00 0x1eff
++XCOMM 해당 안됨 그리스어 확장    :       0x1f00 0x1fff
++"k - 일반 문장 부호"       :       0x2000 0x206f
++"l - 위 첨자 아래 첨자"   :       0x2070 0x209f
++"m - 통화 기호"  :       0x20a0 0x20cf
++XCOMM 해당 안됨 기호용 조합형 분음 기호   :       0x20d0 0x20ff
++"n - 문자 기호"        :       0x2100 0x214f
++"o - 숫자 형식"      :       0x2150 0x218f
++"p - 화살표"    :       0x2190 0x21ff
++"q - 수학 연산자"    :       0x2200 0x22ff
++"r - 기타 기술 기호"    :       0x2300 0x23ff
++XCOMM 해당 안됨 제어 문자 표시  :       0x2400 0x243f
++XCOMM 해당 안됨 OCR(광학 문자 판독장치)     :       0x2440 0x245f
++"s - 괄호 영숫자"    :       0x2460 0x24ff
++"t - 박스 도표"       :       0x2500 0x257f
++"u - 블록 요소"    :       0x2580 0x259f
++"v - 도형"  :       0x25a0 0x25ff
++"w - 기타 기호"     :       0x2600 0x26ff
++XCOMM 해당 안됨 장식 활자  :       0x2700 0x27bf
++"x - 한중일 기호 및 문장 부호"       :       0x3000 0x303f
++"y - 히라가나"  :       0x3040 0x309f
++"z - 가타카나"  :       0x30a0 0x30ff
++"0 - Bopomofo"  :       0x3100 0x312f
++"1 - 한글 호환 자모" :       0x3130 0x318f
++XCOMM 해당 안됨 Kanbun    :       0x3190 0x319f
++"2 - 괄호 한중일 문자 및 월 이름"   :       0x3200 0x32ff
++"3 - 한중일 호환 글꼴" :       0x3300 0x33ff
++"4 - 한중일 공통 표의 문자"    :       0x4e00 0x9fa5
++"5 - 한글 음절"  :       0xac00 0xd7a3
++XCOMM 해당 안됨 상위 대체 문자   :       0xd800 0xdb7f
++XCOMM 해당 안됨 전용 상위 대체 문자       :       0xdb80 0xdbff
++XCOMM 해당 안됨 하위 대체 문자    :       0xdc00 0xdfff
++XCOMM 해당 안됨 전용 영역  :       0xe000 0xf8ff
++"6 - 한중일 호환 표의 문자"      :       0xf900 0xfaff
++XCOMM 해당 안됨 알파벳 프레젠테이션 형식     :       0xfb00 0xfb4f
++XCOMM 해당 안됨 아라비아어 프레젠테이션 형식-A       :       0xfb50 0xfdff
++XCOMM 해당 안됨 조합형 반자 기호      :       0xfe20 0xfe2f
++"7 - 한중일 호환 형식"   :       0xfe30 0xfe4f
++"8 - 소형 변형 문자"       :       0xfe50 0xfe6f
++XCOMM 해당 안됨 아라비아어 프레젠테이션 형식-B       :       0xfe70 0xfeff
++"9 - 반자/전자 형식"     :       0xff00 0xffef
++"/ - 특수 기호"  :       0xfff0 0xffff
++XCOMM end of attributes
++
++XCOMM actions
++Ctrl<n> :     NEXT_PAGE
++Ctrl<p> :     PREV_PAGE
++Ctrl<a> :     TOP_PAGE
++Ctrl<e> :     LAST_PAGE
++<Right>	:     NEXT_CAND
++<Left>	:     PREV_CAND
++<Up>	:     UP_CAND
++<Down>  :     DOWN_CAND
++Ctrl<k>	:     SELECT_CAND
++XCOMM end of actions
++END_STATE
++
++STATE "[ 일본어 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 영어/유럽어 ]"
++LANGUAGE : ja 
++END_STATE
++
++STATE "[ 중국어-간체 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 영어/유럽어 ]"
++LANGUAGE : zh_CN 
++END_STATE
++
++STATE "[ 중국어-번체 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 영어/유럽어 ]"
++LANGUAGE : zh_TW
++END_STATE
++
++STATE "[ 한국어 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 영어/유럽어 ]"
++LANGUAGE : ko
++END_STATE
++
++STATE "[ 중국어-번체 (홍콩) ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 영어/유럽어 ]"
++LANGUAGE : zh_HK
++END_STATE
++
++STATE "[ 태국어 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 영어/유럽어 ]"
++LANGUAGE : th_TH
++END_STATE
++
++STATE "[ 힌디어 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 영어/유럽어 ]"
++LANGUAGE : in_IN
++END_STATE
+diff -urp -x '*~' -x '*.orig' nls/ko_KR.UTF-8/XI18N_OBJS nls/ko_KR.UTF-8/XI18N_OBJS
+--- nls/ko_KR.UTF-8/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/ko_KR.UTF-8/XI18N_OBJS	2008-02-27 21:08:32.589964000 -0800
+@@ -5,5 +5,8 @@
+ # $XFree86$
+ #
+ XLC	common/xlcUTF8Load	_XlcUtf8Loader	# XLC_open
++XIM	common/xiiimp		_SwitchOpenIM		# XIM_open
+ XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
++XIM	common/ximll		_XimpLocalOpenIM	# XIM_open
++XIM	common/ximlocal		_XimpLocalOpenIM	# XIM_open
+ XOM	common/xomGeneric 	_XomGenericOpenOM	# XOM_open
+diff -urp -x '*~' -x '*.orig' nls/ko_KR.UTF-8/XLC_LOCALE.pre nls/ko_KR.UTF-8/XLC_LOCALE.pre
+--- nls/ko_KR.UTF-8/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/ko_KR.UTF-8/XLC_LOCALE.pre	2008-02-27 21:08:32.590481000 -0800
+@@ -34,10 +34,10 @@ fs1 {
+ XCOMM   fs2 class (Korean Character)
+ fs2	{
+ 	charset	{
+-		name	KSC5601.1987-0:GL
++	  name	KSC5601.1992-3:GLGR
+ 	}
+ 	font	{
+-		primary	KSC5601.1987-0:GL
++	  primary	KSC5601.1992-3:GLGR
+ 	}
+ }
+ XCOMM 	fs3 class (Kanji)
+@@ -69,20 +69,133 @@ fs5	{
+ 	}
+ }
+ 
++fs6	{
++        charset         BIG5-0:GLGR
++        font {
++            load_option delay_nocheck
++            primary     BIG5-0:GLGR
++        }
++}
++
++XCOMM CTL language
++fs7     {
++         charset         TIS620-0:GR
++         font {
++			load_option delay_nocheck
++             primary     TIS620-0:GR
++         }
++}
++
++fs8	{
++	charset		ISO8859-5:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-5:GR
++	}
++}
++
++XCOMM 	fs9 class 
++fs9	{
++	charset		ISO8859-7:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-7:GR
++	}
++}
++
++XCOMM 	fs10 class 
++fs10	{
++	charset		ISO8859-2:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-2:GR
++	}
++}
++
++XCOMM 	fs11 class 
++fs11	{
++	charset		ISO8859-4:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-4:GR
++	}
++}
++XCOMM 	fs12 class 
++fs12	{
++	charset		ISO8859-9:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-9:GR
++	}
++}
++
++XCOMM 	fs13 class 
++fs13	{
++	charset		ISO8859-15:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-15:GR
++	}
++}
++XCOMM fs14 class (ISO8859-6) (Arabic)
++fs14	{
++	charset	{
++		    name ISO8859-6:GLGR
++	}
++	font {
++		load_option delay_nocheck
++	    primary	ISO8859-6:GLGR
++	}
++}
++XCOMM fs15 class (ISO8859-8) (Hebrew)
++fs15	{
++	charset {
++		    name ISO8859-8:GR
++	}
++	font {
++		 # load_option delay_nocheck
++	    primary	ISO8859-8:GR
++	}
++}
++
++XCOMM   fs16 class (SUN.UNICODE.INDIA-0) (Indian Script)
++fs16    {
++	charset {
++		    name SUN.UNICODE.INDIA-0:GLGR
++	}
++	font {
++		 load_option delay_nocheck
++	    primary SUN.UNICODE.INDIA-0:GLGR
++	}
++}
++
++XCOMM       fs17 (Last, fallback) class (unicode-fontspecific)
++fs17 {
++	charset {
++		    name UNICODE-FONTSPECIFIC:GLGR
++	}
++	font {
++            load_option delay_nocheck
++	    primary	UNICODE-FONTSPECIFIC:GLGR
++	}
++}
++
++
++
+ XCOMM ISO10646-1 is put last to make usually better-looking
+ XCOMM other fonts are picked up before iso10646-1 fonts.
+ XCOMM Moreover, some iso10646-1 fonts don't have any glyph at all
+ XCOMM in ISO8859-X ranges.
+ 
+ XCOMM fs6 class
+-fs6 {
+-  charset {
+-    name  ISO10646-1
+-  }
+-  font  {
+-    primary ISO10646-1
+-  }
+-}
++XCOMM fs6 {
++XCOMM  charset {
++XCOMM    name  ISO10646-1
++XCOMM  }
++XCOMM  font  {
++XCOMM    primary ISO10646-1
++XCOMM  }
++XCOMM}
+ 
+ END XLC_FONTSET
+ 
+@@ -111,10 +224,9 @@ cs1     {
+ 
+ XCOMM	cs2 class
+ cs2     {
+-        side            GL
++        side            GR:Default
+         length          2
+-        ct_encoding     KSC5601.1987-0:GL; KSC5601.1987-0:GR;                        KSC5601.1987-1:GL; KSC5601.1987-1:GR
+-
++        ct_encoding     KSC5601.1992-3:GLGR
+ }
+  
+ XCOMM	cs3 class
+@@ -139,10 +251,92 @@ cs5	{
+ 	ct_encoding	JISX0201.1976-0:GR
+ }
+ 
+-XCOMM	cs6 class
+-cs6	{
+-	side		none
+-	ct_encoding	ISO10646-1
++cs6     {
++        side            GR:Default
++        length          2
++        ct_encoding     BIG5-0:GLGR
++
++}
++XCOMM Thai
++cs7     {
++         side            GR:Default
++         length          1
++         ct_encoding     TIS620-0:GR
++}
++XCOMM 	cs8 class
++cs8	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-5:GR
++}
++
++XCOMM 	cs9 class
++cs9	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-7:GR
+ }
+ 
++XCOMM 	cs10 class
++cs10	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-2:GR
++}
++
++XCOMM 	cs11 class
++cs11	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-4:GR
++}
++XCOMM 	cs12 class
++cs12	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-9:GR
++
++}
++
++XCOMM 	cs13 class
++cs13	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-15:GR
++}
++
++XCOMM 	cs14 class
++cs14 {
++	side		GR:Default
++	length		2
++	ct_encoding	ISO8859-6:GLGR
++}
++XCOMM 	cs15 class
++cs15	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-8:GR
++}
++
++XCOMM   cs16 class
++cs16    {
++	side        GR:Default
++	length      2
++	ct_encoding SUN.UNICODE.INDIA-0:GLGR
++}
++
++XCOMM 	Last, fallback class
++cs17	{
++	side		GR:Default
++	length		1
++	ct_encoding	UNICODE-FONTSPECIFIC:GLGR
++}
++
++
++XCOMM	cs6 class
++XCOMM cs6	{
++XCOMM	side		none
++XCOMM	ct_encoding	ISO10646-1
++XCOMM}
++
+ END XLC_XLOCALE
+diff -urp -x '*~' -x '*.orig' nls/locale.alias.pre nls/locale.alias.pre
+--- nls/locale.alias.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/locale.alias.pre	2008-02-27 21:08:32.591909000 -0800
+@@ -29,6 +29,7 @@ af_ZA.utf8:				af_ZA.UTF-8
+ am:						am_ET.UTF-8
+ am_ET:						am_ET.UTF-8
+ ar:						ar_AA.ISO8859-6
++ar_SA:					ar
+ ar_AA:						ar_AA.ISO8859-6
+ AR_AA:						ar_AA.ISO8859-6
+ Ar_AA:						ar_AA.ISO8859-6
+@@ -118,7 +119,7 @@ be_BY.microsoft-cp1251:				be_BY.CP1251
+ be_BY.MICROSOFT-CP1251:				be_BY.CP1251
+ be_BY.utf8:					be_BY.UTF-8
+ bg:						bg_BG.CP1251
+-bg_BG:						bg_BG.CP1251
++bg_BG:						bg_BG.ISO8859-5
+ bg_BG.cp1251:					bg_BG.CP1251
+ bg_BG.microsoftcp1251:				bg_BG.CP1251
+ bg_BG.microsoft-cp1251:				bg_BG.CP1251
+@@ -188,6 +189,7 @@ da_DK.ISO_8859-1:				da_DK.ISO8859-1
+ da_DK.iso885915:				da_DK.ISO8859-15
+ da_DK.ISO-8859-15:				da_DK.ISO8859-15
+ da_DK.8859-15:					da_DK.ISO8859-15
++da.ISO8859-15:             da_DK.ISO8859-15
+ da_DK.utf8:					da_DK.UTF-8
+ DA_DK.UTF-8:					da_DK.UTF-8
+ de:						de_DE.ISO8859-1
+@@ -230,10 +232,12 @@ de_DE.iso885915:				de_DE.ISO8859-15
+ de_DE.ISO-8859-15:				de_DE.ISO8859-15
+ de_DE.ISO_8859-15:				de_DE.ISO8859-15
+ de_DE.8859-15:					de_DE.ISO8859-15
++de.ISO8859-15:					de_DE.ISO8859-15
+ de_DE.8859-15@euro:				de_DE.ISO8859-15
+ de_DE.ISO-8859-15@euro:				de_DE.ISO8859-15
+ de_DE.UTF-8@euro:				de_DE.UTF-8
+ de_DE.utf8:					de_DE.UTF-8
++de.UTF-8:					de_DE.UTF-8
+ de_LU:						de_LU.ISO8859-1
+ de_LU@euro:					de_LU.ISO8859-15
+ de_LU.iso88591:					de_LU.ISO8859-1
+@@ -256,6 +260,7 @@ el_GR.iso88597:					el_GR.ISO8859-7
+ el_GR.ISO-8859-7:				el_GR.ISO8859-7
+ el_GR@euro:					el_GR.ISO8859-15
+ el_GR.utf8:					el_GR.UTF-8
++el_CY.UTF-8:				el_CY.UTF-8
+ en:						en_US.ISO8859-1
+ en.ISO-8859-1:					en_US.ISO8859-1
+ en_AU:						en_AU.ISO8859-1
+@@ -298,6 +303,7 @@ en_IE.ISO-8859-15@euro:				en_IE.ISO8859
+ en_IE@euro:					en_IE.ISO8859-15
+ en_IE.UTF-8@euro:				en_IE.UTF-8
+ en_IE.utf8:					en_IE.UTF-8
++en_MT.UTF-8:				en_MT.UTF-8
+ en_IN:						en_IN.ISO8859-1
+ en_NZ:						en_NZ.ISO8859-1
+ en_NZ.iso88591:					en_NZ.ISO8859-1
+@@ -389,6 +395,7 @@ es_ES.ISO-8859-15@euro:				es_ES.ISO8859
+ es_ES@euro:					es_ES.ISO8859-15
+ es_ES.UTF-8@euro:				es_ES.UTF-8
+ es_ES.utf8:					es_ES.UTF-8
++es.UTF-8:					es_ES.UTF-8
+ es_GT:						es_GT.ISO8859-1
+ es_GT.iso88591:					es_GT.ISO8859-1
+ es_GT.ISO-8859-1:				es_GT.ISO8859-1
+@@ -472,8 +479,9 @@ fa:						fa_IR.UTF-8
+ fa_IR:						fa_IR.UTF-8
+ fa_IR.isiri3342:				fa_IR.ISIRI-3342
+ fa_IR.utf8:					fa_IR.UTF-8
+-fi:						fi_FI.ISO8859-15
+-fi_FI:						fi_FI.ISO8859-15
++fi:						fi_FI.ISO8859-1
++fi_FI:						fi_FI.ISO8859-1
++fi.ISO8859-15:			fi_FI.ISO8859-15
+ fi_FI.88591:					fi_FI.ISO8859-1
+ fi_FI.88591.en:					fi_FI.ISO8859-1
+ fi_FI.iso88591:					fi_FI.ISO8859-1
+@@ -528,11 +536,13 @@ fr_FR.iso88591:					fr_FR.ISO8859-1
+ fr_FR.ISO-8859-1:				fr_FR.ISO8859-1
+ fr_FR.ISO_8859-1:				fr_FR.ISO8859-1
+ fr_FR.iso885915:				fr_FR.ISO8859-15
++fr.ISO8859-15:					fr_FR.ISO8859-15
+ fr_FR.ISO-8859-15:				fr_FR.ISO8859-15
+ fr_FR.ISO-8859-15@euro:				fr_FR.ISO8859-15
+ fr_FR@euro:					fr_FR.ISO8859-15
+ fr_FR.UTF-8@euro:				fr_FR.UTF-8
+ fr_FR.utf8:					fr_FR.UTF-8
++fr.UTF-8:					fr_FR.UTF-8
+ fr_LU:						fr_LU.ISO8859-1
+ fr_LU.88591:					fr_LU.ISO8859-1
+ fr_LU.88591.en:					fr_LU.ISO8859-1
+@@ -614,6 +624,7 @@ hu:						hu_HU.ISO8859-2
+ hu_HU:						hu_HU.ISO8859-2
+ hu_HU.iso88592:					hu_HU.ISO8859-2
+ hu_HU.ISO-8859-2:				hu_HU.ISO8859-2
++hu_HU.UTF-8:				hu_HU.UTF-8
+ XCOMM in was the old ISO code for Indonesian (now id).  These lines should be
+ XCOMM deleted in the future.
+ in:						id_ID.ISO8859-1
+@@ -641,10 +652,12 @@ it_IT.ISO-8859-1:				it_IT.ISO8859-1
+ it_IT.ISO_8859-1:				it_IT.ISO8859-1
+ it_IT.iso885915:				it_IT.ISO8859-15
+ it_IT.ISO-8859-15:				it_IT.ISO8859-15
++it.ISO8859-15:					it_IT.ISO8859-15
+ it_IT.ISO-8859-15@euro:				it_IT.ISO8859-15
+ it_IT@euro:					it_IT.ISO8859-15
+ it_IT.utf8:					it_IT.UTF-8
+ it_IT.UTF-8@euro:				it_IT.UTF-8
++it.UTF-8:					it_IT.UTF-8
+ iu:						iu_CA.NUNACOM-8
+ iu_CA:						iu_CA.NUNACOM-8
+ iu_CA.nunacom8:					iu_CA.NUNACOM-8
+@@ -680,8 +693,11 @@ ja_JP.jis7:					ja_JP.JIS7
+ ja_JP.mscode:					ja_JP.SJIS
+ ja_JP.SJIS:					ja_JP.SJIS
+ ja_JP.sjis:					ja_JP.SJIS
++ja_JP.PCK:					ja_JP.SJIS
+ ja_JP.utf8:					ja_JP.UTF-8
+ JA_JP.utf8:					ja_JP.UTF-8
++japan:			ja_JP.EUC
++japanese:		ja_JP.EUC
+ ka:						ka_GE.GEORGIAN-ACADEMY
+ ka_GE:						ka_GE.GEORGIAN-ACADEMY
+ ka_GE.georgianacademy:				ka_GE.GEORGIAN-ACADEMY
+@@ -705,6 +721,7 @@ ko_KR.euc:					ko_KR.eucKR
+ ko_KR.euckr:					ko_KR.eucKR
+ ko_KR.utf8:					ko_KR.UTF-8
+ KO_KR.UTF-8:					ko_KR.UTF-8
++ko.UTF-8:					ko_KR.UTF-8
+ kw:						kw_GB.ISO8859-1
+ kw_GB:						kw_GB.ISO8859-1
+ kw_GB.iso88591:					kw_GB.ISO8859-1
+@@ -777,6 +794,7 @@ nb_NO.iso88591:					nb_NO.ISO8859-1
+ nb_NO.ISO-8859-1:				nb_NO.ISO8859-1
+ nb_NO.iso885915:				nb_NO.ISO8859-15
+ nb_NO.ISO-8859-15:				nb_NO.ISO8859-15
++nb_NO.UTF-8:	 			nb_NO.UTF-8
+ nl:						nl_NL.ISO8859-1
+ nl_BE:						nl_BE.ISO8859-1
+ nl_BE.88591:					nl_BE.ISO8859-1
+@@ -799,6 +817,7 @@ nl_NL.ISO_8859-1:				nl_NL.ISO8859-1
+ nl_NL.iso885915:				nl_NL.ISO8859-15
+ nl_NL.ISO-8859-15:				nl_NL.ISO8859-15
+ nl_NL.ISO-8859-15@euro:				nl_NL.ISO8859-15
++nl.ISO8859-15:				nl_NL.ISO8859-15
+ nl_NL@euro:					nl_NL.ISO8859-15
+ nl_NL.utf8:					nl_NL.UTF-8
+ nl_NL.UTF-8@euro:				nl_NL.UTF-8
+@@ -808,7 +827,8 @@ nn_NO.88591:					nn_NO.ISO8859-1
+ nn_NO.ISO-8859-1:				nn_NO.ISO8859-1
+ nn_NO.ISO_8859-1:				nn_NO.ISO8859-1
+ nn_NO.iso885915:				nn_NO.ISO8859-15
+-nn_NO.ISO-8859-15:				nn_NO.ISO8859-15
++nn_NO.ISO-8859-15:			nn_NO.ISO8859-15
++nn_NO.UTF-8: 					nn_NO.UTF-8
+ no:						no_NO.ISO8859-1
+ no_NO:						no_NO.ISO8859-1
+ no_NO.88591:					no_NO.ISO8859-1
+@@ -818,7 +838,7 @@ no_NO.ISO-8859-1:				no_NO.ISO8859-1
+ no_NO.iso885915:				no_NO.ISO8859-15
+ no_NO.ISO-8859-15:				no_NO.ISO8859-15
+ no_NO.utf8:					no_NO.UTF-8
+-nr:							nr_ZA.ISO8859-1
++nr:							nr.ISO8859-2
+ nr_ZA:						nr_ZA.ISO8859-1
+ nr_ZA.iso88591:				nr_ZA.ISO8859-1
+ nr_ZA.utf8:					nr_ZA.UTF-8
+@@ -860,6 +880,7 @@ pl_PL:						pl_PL.ISO8859-2
+ pl_PL.iso88592:					pl_PL.ISO8859-2
+ pl_PL.ISO-8859-2:				pl_PL.ISO8859-2
+ pl_PL.utf8:					pl_PL.UTF-8
++pl.UTF-8:					pl_PL.UTF-8
+ pp:						pp_AN.ISO8859-1
+ pp_AN:						pp_AN.ISO8859-1
+ pp_AN.iso88591:					pp_AN.ISO8859-1
+@@ -880,6 +901,7 @@ pt_PT.ISO-8859-1:				pt_PT.ISO8859-1
+ pt_PT.ISO_8859-1:				pt_PT.ISO8859-1
+ pt_PT.iso885915:				pt_PT.ISO8859-15
+ pt_PT.ISO-8859-15:				pt_PT.ISO8859-15
++pt.ISO8859-15:					pt_PT.ISO8859-15
+ pt_PT.ISO-8859-15@euro:				pt_PT.ISO8859-15
+ pt_PT@euro:					pt_PT.ISO8859-15
+ pt_PT.utf8:					pt_PT.UTF-8
+@@ -894,10 +916,13 @@ ru_RU:						ru_RU.ISO8859-5
+ ru_RU.iso88595:					ru_RU.ISO8859-5
+ ru_RU.ISO-8859-5:				ru_RU.ISO8859-5
+ ru_RU.koi8r:					ru_RU.KOI8-R
++ru.koi8-r:						ru_RU.KOI8-R
+ ru_RU.cp1251:					ru_RU.CP1251
+ ru_RU.microsoftcp1251:				ru_RU.CP1251
+ ru_RU.microsoft-cp1251:				ru_RU.CP1251
+ ru_RU.MICROSOFT-CP1251:				ru_RU.CP1251
++ru.UTF-8:						ru_RU.UTF-8		
++ru_RU.UTF-8:						ru_RU.UTF-8
+ #if defined(INCLUDE_ru_SU)
+ XCOMM ru_SU is redundant now
+ ru_SU:						ru_RU.KOI8-R
+@@ -1006,8 +1031,10 @@ sv_SE.ISO-8859-1:				sv_SE.ISO8859-1
+ sv_SE.ISO_8859-1:				sv_SE.ISO8859-1
+ sv_SE.iso885915:				sv_SE.ISO8859-15
+ sv_SE.ISO-8859-15:				sv_SE.ISO8859-15
++sv.ISO8859-15:			sv_SE.ISO8859-15
+ sv_SE@euro:					sv_SE.ISO8859-15
+ sv_SE.utf8:					sv_SE.UTF-8
++sv.UTF-8:					sv_SE.UTF-8
+ ta:						ta_IN.TSCII-0
+ ta_IN:						ta_IN.TSCII-0
+ ta_IN.tscii:					ta_IN.TSCII-0
+@@ -1018,8 +1045,8 @@ te_IN.UTF-8:					te_IN.UTF-8
+ tg:						tg_TJ.KOI8-C
+ tg_TJ:						tg_TJ.KOI8-C
+ tg_TJ.koi8c:					tg_TJ.KOI8-C
+-th:						th_TH.ISO8859-11
+-th_TH:						th_TH.ISO8859-11
++th:							th_TH.TIS620
++th_TH:						th_TH.TIS620
+ th_TH.ISO-8859-11:				th_TH.ISO8859-11
+ th_TH.tis620:					th_TH.TIS620
+ th_TH.TIS-620:					th_TH.TIS620
+@@ -1102,16 +1129,19 @@ yi_US.cp1255:					yi_US.CP1255
+ yi_US.microsoftcp1255:				yi_US.CP1255
+ yi_US.microsoft-cp1255:				yi_US.CP1255
+ yi_US.MICROSOFT-CP1255:				yi_US.CP1255
+-zh_CN:						zh_CN.gb2312
++zh:							zh_CN.eucCN
++zh_CN:						zh_CN.eucCN
+ zh_CN.Big5:					zh_TW.big5
+ zh_CN.EUC:					zh_CN.eucCN
+ zh_CN.GB2312:					zh_CN.gb2312
+ zh_CN.GBK:					zh_CN.gbk
++zh.GBK:						zh_CN.gbk
+ zh_CN.GB18030:					zh_CN.gb18030
+ zh_CN.big5:					zh_TW.big5
+ zh_CN.euc:					zh_CN.eucCN
+ zh_CN.utf8:					zh_CN.UTF-8
+ ZH_CN.UTF-8:					zh_CN.UTF-8
++zh.UTF-8:					zh_CN.UTF-8
+ zh_HK:						zh_HK.big5hkscs
+ zh_HK.Big5hkscs:				zh_HK.big5hkscs
+ zh_HK.Big5-hkscs:				zh_HK.big5hkscs
+@@ -1121,9 +1151,10 @@ zh_HK.BIG5-HKSCS:				zh_HK.big5hkscs
+ zh_HK.BIG5_HKSCS:				zh_HK.big5hkscs
+ zh_HK.Big5:					zh_HK.big5
+ zh_HK.utf8:					zh_HK.UTF-8
++zh_HK.BIG5HK:					zh_HK.big5hkscs
+ ZH_HK.UTF-8:					zh_HK.UTF-8
+ ZH_SG.UTF-8:					zh_SG.UTF-8
+-zh_TW:						zh_TW.big5
++zh_TW:						zh_TW.eucTW
+ zh_TW.Big5:					zh_TW.big5
+ zh_TW.BIG5:					zh_TW.big5
+ Zh_TW.big5:					zh_TW.big5
+diff -urp -x '*~' -x '*.orig' nls/locale.dir.pre nls/locale.dir.pre
+--- nls/locale.dir.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/locale.dir.pre	2008-02-27 21:08:32.592500000 -0800
+@@ -34,7 +34,7 @@ microsoft-cp1251/XLC_LOCALE:		be_BY.CP12
+ iso8859-5/XLC_LOCALE:			bg_BG.ISO8859-5
+ microsoft-cp1251/XLC_LOCALE:		bg_BG.CP1251
+ koi8-r/XLC_LOCALE:			bg_BG.KOI8-R
+-iso8859-2/XLC_LOCALE                   bs_BA.ISO8859-2
++iso8859-2/XLC_LOCALE:          bs_BA.ISO8859-2
+ iso8859-1/XLC_LOCALE:			br_FR.ISO8859-1
+ iso8859-14/XLC_LOCALE:			br_FR.ISO8859-14
+ iso8859-15/XLC_LOCALE:			br_FR.ISO8859-15
+@@ -181,6 +181,7 @@ iso8859-1/XLC_LOCALE:			nn_NO.ISO8859-15
+ iso8859-1/XLC_LOCALE:			no_NO.ISO8859-1
+ iso8859-1/XLC_LOCALE:			no_NO.ISO8859-15
+ iso8859-1/XLC_LOCALE:			nr_ZA.ISO8859-1
++iso8859-2/XLC_LOCALE:			nr.ISO8859-2
+ iso8859-15/XLC_LOCALE:			nso_ZA.ISO8859-15
+ iso8859-1/XLC_LOCALE:			ny_NO.ISO8859-1
+ iso8859-1/XLC_LOCALE:			ny_NO.ISO8859-15
+@@ -196,7 +197,8 @@ iso8859-15/XLC_LOCALE:			pt_PT.ISO8859-1
+ iso8859-2/XLC_LOCALE:			ro_RO.ISO8859-2
+ iso8859-5/XLC_LOCALE: 			ru_RU.ISO8859-5
+ microsoft-cp1251/XLC_LOCALE: 		ru_RU.CP1251
+-koi8-r/XLC_LOCALE: 			ru_RU.KOI8-R
++XCOMM koi8-r/XLC_LOCALE: 			ru_RU.KOI8-R
++ru.koi8-r/XLC_LOCALE: 			ru_RU.KOI8-R
+ koi8-u/XLC_LOCALE:			ru_UA.KOI8-U
+ iso8859-1/XLC_LOCALE:           rw_RW.ISO8859-1
+ iso8859-2/XLC_LOCALE: 			sh_YU.ISO8859-2
+@@ -263,7 +265,7 @@ en_US.UTF-8/XLC_LOCALE:			ar_LB.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			ar_LY.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			ar_MA.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			ar_OM.UTF-8
+-en_US.UTF-8/XLC_LOCALE                 bs_BA.UTF-8
++en_US.UTF-8/XLC_LOCALE:              bs_BA.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			ar_QA.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			ar_SA.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			ar_SD.UTF-8
+@@ -289,6 +291,7 @@ en_US.UTF-8/XLC_LOCALE:			de_CH.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			de_DE.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			de_LI.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			de_LU.UTF-8
++en_US.UTF-8/XLC_LOCALE:			el_CY.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			el_GR.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			en_AU.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			en_BE.UTF-8
+@@ -417,6 +420,7 @@ en_US.UTF-8/XLC_LOCALE:			vi_VN.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			wa_BE.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			xh_ZA.UTF-8
+ en_US.UTF-8/XLC_LOCALE:			yi_US.UTF-8
++en_US.UTF-8/XLC_LOCALE:			en_MT.UTF-8
+ zh_CN.UTF-8/XLC_LOCALE:			zh_CN.UTF-8
+ zh_HK.UTF-8/XLC_LOCALE:			zh_HK.UTF-8
+ zh_CN.UTF-8/XLC_LOCALE:			zh_SG.UTF-8
+diff -urp -x '*~' -x '*.orig' nls/th_TH.UTF-8/XI18N_OBJS nls/th_TH.UTF-8/XI18N_OBJS
+--- nls/th_TH.UTF-8/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/th_TH.UTF-8/XI18N_OBJS	2008-02-27 21:08:32.592749000 -0800
+@@ -5,5 +5,9 @@
+ # $XFree86$
+ #
+ XLC	common/xlcUTF8Load	_XlcUtf8Loader	# XLC_open
++XIM	common/xiiimp		_SwitchOpenIM		# XIM_open
+ XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
++XIM	common/xiiimp		_XimpLocalOpenIM	# XIM_open
++XIM	common/ximll		_XimpLocalOpenIM	# XIM_open
++XIM	common/ximlocal		_XimpLocalOpenIM	# XIM_open
+ XOM	common/xomGeneric 	_XomGenericOpenOM	# XOM_open
+diff -urp -x '*~' -x '*.orig' nls/th_TH.UTF-8/XLC_LOCALE.pre nls/th_TH.UTF-8/XLC_LOCALE.pre
+--- nls/th_TH.UTF-8/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/th_TH.UTF-8/XLC_LOCALE.pre	2008-02-27 21:08:32.593245000 -0800
+@@ -9,27 +9,171 @@ XCOMM 
+ XCOMM 	XLC_FONTSET category
+ XCOMM 
+ XLC_FONTSET
+-XCOMM	fs0 class
++XCOMM 	fs0 class (7 bit ASCII)
+ fs0	{
+-	charset	{
+-		name	ISO10646-1
++	charset		ISO8859-1:GL
++	font            ISO8859-1:GL
++}
++
++XCOMM  fs1 class (ISO8859 families)
++fs1    {
++       charset {
++               name    ISO8859-1:GR
++       }
++       font    {
++               primary ISO8859-1:GR
++       }
++}
++
++XCOMM  fs2 class (Chinese Han Character)
++fs2    {
++       charset {
++               name    GB2312.1980-0:GL
++       }
++       font    {
++               primary GB2312.1980-0:GL
++       }
++}
++
++XCOMM       fs3 class
++fs3	{
++        charset         BIG5-0:GLGR
++        font {
++XCOMM           load_option delay_nocheck
++            primary     BIG5-0:GLGR
++        }
++}
++
++XCOMM 	fs4 class for JISX0208
++fs4	{
++	charset		JISX0208.1983-0:GL
++	font {
++	    load_option delay_nocheck
++	    primary	JISX0208.1983-0:GL
+ 	}
+-	font	{
+-		primary	ISO10646-1
++}
++
++XCOMM 	fs5 class for JISX0201 kana
++fs5	{
++	charset		JISX0201.1976-0:GR
++	font {
++	    load_option delay_nocheck
++	    primary	JISX0201.1976-0:GR
+ 	}
+ }
+-XCOMM	We leave the legacy encodings in for the moment, because we don't
+-XCOMM	have that many ISO10646 fonts yet.
+-XCOMM 	fs0 class (7 bit ASCII)
+-fs1	{
+-	charset		ISO8859-1:GL
+-	font            ISO8859-1:GL
++
++XCOMM fs6 calss for KS C 5601-1992 Supplementary Codes 3
++fs6	{
++        charset      KSC5601.1992-3:GLGR
++        font {
++	     load_option delay_nocheck
++         primary     KSC5601.1992-3:GLGR
++        }
+ }
++
+ XCOMM 	fs1 class (Thai) 
+-fs2	{
++fs7	{
+ 	charset         TIS620-0:GR
+ 	font            TIS620-0:GR
+ }
++
++fs8	{
++	charset		ISO8859-5:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-5:GR
++	}
++}
++
++XCOMM 	fs9 class 
++fs9	{
++	charset		ISO8859-7:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-7:GR
++	}
++}
++
++XCOMM 	fs10 class 
++fs10	{
++	charset		ISO8859-2:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-2:GR
++	}
++}
++
++XCOMM 	fs11 class 
++fs11	{
++	charset		ISO8859-4:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-4:GR
++	}
++}
++XCOMM 	fs12 class 
++fs12	{
++	charset		ISO8859-9:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-9:GR
++	}
++}
++
++XCOMM 	fs13 class 
++fs13	{
++	charset		ISO8859-15:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-15:GR
++	}
++}
++XCOMM fs14 class (ISO8859-6) (Arabic)
++fs14	{
++	charset	{
++		    name ISO8859-6:GLGR
++	}
++	font {
++		load_option delay_nocheck
++	    primary	ISO8859-6:GLGR
++	}
++}
++XCOMM fs15 class (ISO8859-8) (Hebrew)
++fs15	{
++	charset {
++		    name ISO8859-8:GR
++	}
++	font {
++		load_option delay_nocheck
++	    primary	ISO8859-8:GR
++	}
++}
++
++XCOMM   fs16 class (SUN.UNICODE.INDIA-0) (Indian Script)
++fs16    {
++	charset {
++		    name SUN.UNICODE.INDIA-0:GLGR
++	}
++	font {
++		 load_option delay_nocheck
++	    primary SUN.UNICODE.INDIA-0:GLGR
++	}
++}
++
++XCOMM       fs17 (Last, fallback) class (unicode-fontspecific)
++fs17 {
++	charset {
++		    name UNICODE-FONTSPECIFIC:GLGR
++	}
++	font {
++            load_option delay_nocheck
++	    primary	UNICODE-FONTSPECIFIC:GLGR
++	}
++}
++
++
++
++
+ END XLC_FONTSET
+ 
+ XCOMM 
+@@ -38,38 +182,138 @@ XCOMM 
+ XLC_XLOCALE
+ 
+ encoding_name           UTF-8
+-mb_cur_max		3
++mb_cur_max		6
+ state_depend_encoding	False
+ 
+ 
+-wc_encoding_mask	\x30000000
+-wc_shift_bits		7
++XCOMM wc_encoding_mask	\x30000000
++XCOMM wc_shift_bits		7
+ 
+ 
+ 
++XCOMM 	cs0 class
++cs0	{
++	side		GL:Default
++	length		1
++	ct_encoding     ISO8859-1:GL
++}
+ 
+ 
++XCOMM  cs1 class
++cs1     {
++        side            GR:Default
++        length          1
++        ct_encoding     ISO8859-1:GR
++}
++XCOMM  cs2 class
++cs2     {
++        side            GR
++        length          2
++        ct_encoding     GB2312.1980-0:GL;GB2312.1980-0:GR
++}
+ 
+-use_stdc_env            True
+-force_convert_to_mb     True
+ 
++XCOMM       cs11 class
++cs3     {
++        side            GR:Default
++        length          2
++        ct_encoding     BIG5-0:GLGR
+ 
+-XCOMM 	cs0 class
+-cs0	{
+-	side		GL:Default
++}
++XCOMM 	cs4 class
++cs4	{
++	side		GR
++	length		2
++	ct_encoding	JISX0208.1983-0:GL; JISX0208.1983-0:GR;
++}
++
++XCOMM 	cs5 class
++cs5     {
++        side            GR:Default
++        length          1
++        ct_encoding     JISX0201.1976-0:GL
++}
++
++XCOMM       cs15 class
++cs6     {
++        side            GR:Default
++        length          2
++        ct_encoding     KSC5601.1992-3:GLGR
++
++}
++XCOMM Thai
++cs7     {
++         side            GR:Default
++         length          1
++         ct_encoding     TIS620-0:GR
++}
++XCOMM 	cs8 class
++cs8	{
++	side		GR:Default
+ 	length		1
+-	wc_encoding	\x00000000
+-	ct_encoding     ISO8859-1:GL
++	ct_encoding	ISO8859-5:GR
+ }
+ 
++XCOMM 	cs9 class
++cs9	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-7:GR
++}
+ 
+-XCOMM 	cs1 class
+-cs1	{
++XCOMM 	cs10 class
++cs10	{
+ 	side		GR:Default
+ 	length		1
++	ct_encoding	ISO8859-2:GR
++}
+ 
+-	wc_encoding	\x30000000
+-	ct_encoding     TIS620-0:GR
++XCOMM 	cs11 class
++cs11	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-4:GR
++}
++XCOMM 	cs12 class
++cs12	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-9:GR
++
++}
++
++XCOMM 	cs13 class
++cs13	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-15:GR
++}
++
++XCOMM 	cs14 class
++cs14 {
++	side		GR:Default
++	length		2
++	ct_encoding	ISO8859-6:GLGR
++}
++XCOMM 	cs15 class
++cs15	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-8:GR
++}
++
++XCOMM   cs16 class
++cs16    {
++	side        GR:Default
++	length      2
++	ct_encoding SUN.UNICODE.INDIA-0:GLGR
++}
++
++XCOMM 	Last, fallback class
++cs17	{
++	side		GR:Default
++	length		1
++	ct_encoding	UNICODE-FONTSPECIFIC:GLGR
+ }
+ 
+ END XLC_XLOCALE
+diff -urp -x '*~' -x '*.orig' nls/zh_CN.UTF-8/Compose.pre nls/zh_CN.UTF-8/Compose.pre
+--- nls/zh_CN.UTF-8/Compose.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_CN.UTF-8/Compose.pre	2008-02-27 21:08:32.623903000 -0800
+@@ -0,0 +1,2542 @@
++XCOMM
++XCOMM Copyright (c) 1996-2000 by Sun Microsystems, Inc.
++XCOMM All rights reserved.
++XCOMM
++XCOMM ident	$Id: Compose,v 1.16 2006/02/13 07:51:51 bt150191 Exp $
++XCOMM
++XCOMM Compose table for the zh.UTF8 locale
++XCOMM
++
++STATE "[ 英文/欧洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希腊文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯来文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16进制 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8进制 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韩文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 简体中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希腊文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯来文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16进制 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8进制 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韩文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 简体中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++XCOMM Rules to compose Euro Currency Symbol
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++Alt<e>			: "\xe2\x82\xac"
++Alt<E>			: "\xe2\x82\xac"
++Alt<4>			: "\xe2\x82\xac"
++Alt<5>			: "\xe2\x82\xac"
++Meta<e>			: "\xe2\x82\xac"
++Meta<E>			: "\xe2\x82\xac"
++Meta<4>			: "\xe2\x82\xac"
++Meta<5>			: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
++<Multi_key> <plus> <plus>		: "\x23"	numbersign
++<Multi_key> <apostrophe> <space>	: "\x27"	apostrophe
++<Multi_key> <space> <apostrophe>	: "\x27'"	apostrophe
++<Multi_key> <A> <A>			: "\x40"	at
++<Multi_key> <a> <A>			: "\xc4\x84"	Aogonek
++<Multi_key> <A> <a> 			: "\xc4\x84"	Aogonek
++<Multi_key> <a> <a> 			: "\xc4\x85"	aogonek
++<Multi_key> <parenleft> <parenleft>	: "\x5b"	bracketleft
++<Multi_key> <slash> <slash>		: "\x5c"	backslash
++<Multi_key> <slash> <less>		: "\x5c"	backslash
++<Multi_key> <less> <slash>		: "\x5c"	backslash
++<Multi_key> <parenright> <parenright>	: "\x5d"	bracketright
++<Multi_key> <asciicircum> <space>	: "\x5e"	asciicircum
++<Multi_key> <space> <asciicircum>	: "\x5e"	asciicircum
++<Multi_key> <greater> <space>		: "\x5e"	asciicircum
++<Multi_key> <space> <greater>		: "\x5e"	asciicircum
++<Multi_key> <grave> <space>		: "\x60"	grave
++<Multi_key> <space> <grave>		: "\x60"	grave
++<Multi_key> <parenleft> <minus>		: "\x7b"	braceleft
++<Multi_key> <minus> <parenleft>		: "\x7b"	braceleft
++<Multi_key> <slash> <asciicircum>	: "\x7c"	bar
++<Multi_key> <asciicircum> <slash>	: "\x7c"	bar
++<Multi_key> <V> <L>			: "\x7c"	bar
++<Multi_key> <L> <V>			: "\x7c"	bar
++<Multi_key> <v> <l>			: "\x7c"	bar
++<Multi_key> <l> <v>			: "\x7c"	bar
++<Multi_key> <parenright> <minus>	: "\x7d"	braceright
++<Multi_key> <minus> <parenright>	: "\x7d"	braceright
++<Multi_key> <asciitilde> <space>	: "\x7e"	asciitilde
++<Multi_key> <space> <asciitilde>	: "\x7e"	asciitilde
++<Multi_key> <minus> <space>		: "\x7e"	asciitilde
++<Multi_key> <space> <minus>		: "\x7e"	asciitilde
++<Multi_key> <exclam> <exclam>		: "\xc2\xa1"	exclamdown
++<Multi_key> <C> <acute> 		: "\xc4\x86"	Cacute
++<Multi_key> <c> <acute> 		: "\xc4\x87"	cacute
++<Multi_key> <acute> <C>			: "\xc4\x86"	Cacute
++<Multi_key> <acute> <c>			: "\xc4\x87"	cacute
++<Multi_key> <c> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <c>			: "\xc2\xa2"	cent
++<Multi_key> <C> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <C>			: "\xc2\xa2"	cent
++<Multi_key> <C> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <C>			: "\xc2\xa2"	cent
++<Multi_key> <c> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <c>			: "\xc2\xa2"	cent
++<Multi_key> <acute> <L>			: "\xc4\xb9"	Lacute
++<Multi_key> <L> <acute> 		: "\xc4\xb9"	Lacute
++<Multi_key> <acute> <l>			: "\xc4\xba"	lacute
++<Multi_key> <l> <acute> 		: "\xc4\xba"	lacute
++<Multi_key> <l> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <l> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <acute> <N>			: "\xc5\x83"	Nacute
++<Multi_key> <N> <acute> 		: "\xc5\x83"	Nacute
++<Multi_key> <y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <s> <o>			: "\xc2\xa7"	section
++<Multi_key> <o> <s>			: "\xc2\xa7"	section
++<Multi_key> <S> <O>			: "\xc2\xa7"	section
++<Multi_key> <O> <S>			: "\xc2\xa7"	section
++<Multi_key> <S> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <S>		: "\xc2\xa7"	section
++<Multi_key> <s> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <s>		: "\xc2\xa7"	section
++<Multi_key> <S> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <S>			: "\xc2\xa7"	section
++<Multi_key> <s> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <s>			: "\xc2\xa7"	section
++<Multi_key> <x> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <X>			: "\xc2\xa4"	currency
++<Multi_key> <c> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <a> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <a>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <A> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <A>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <o> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <o>			: "\xc2\xba"	masculine
++<Multi_key> <O> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <O>			: "\xc2\xba"	masculine
++<Multi_key> <less> <less>		: "\xc2\xab"	guillemotleft
++<Multi_key> <greater> <greater>		: "\xc2\xbb"	guillemotright
++<Multi_key> <0> <asciicircum>		: "\xc2\xb0"	degree
++<Multi_key> <asciicircum> <0>		: "\xc2\xb0"	degree
++<Multi_key> <0> <asterisk>		: "\xc2\xb0"	degree
++<Multi_key> <asterisk> <0>		: "\xc2\xb0"	degree
++<Multi_key> <plus> <minus>		: "\xc2\xb1"	plusminus
++<Multi_key> <minus> <plus>		: "\xc2\xb1"	plusminus
++<Multi_key> <slash> <u>			: "\xc2\xb5"	mu
++<Multi_key> <u> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <slash> <U>			: "\xc2\xb5"	mu
++<Multi_key> <U> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <1> <asciicircum>		: "\xc2\xb9"	onesuperior
++<Multi_key> <asciicircum> <1>		: "\xc2\xb9"	onesuperior
++<Multi_key> <S> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <S>			: "\xc2\xb9"	onesuperior
++<Multi_key> <s> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <s>			: "\xc2\xb9"	onesuperior
++<Multi_key> <2> <asciicircum>		: "\xc2\xb2"	twosuperior
++<Multi_key> <asciicircum> <2>		: "\xc2\xb2"	twosuperior
++<Multi_key> <S> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <S>			: "\xc2\xb2"	twosuperior
++<Multi_key> <s> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <s>			: "\xc2\xb2"	twosuperior
++<Multi_key> <3> <asciicircum>		: "\xc2\xb3"	threesuperior
++<Multi_key> <asciicircum> <3>		: "\xc2\xb3"	threesuperior
++<Multi_key> <S> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <S>			: "\xc2\xb3"	threesuperior
++<Multi_key> <s> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <s>			: "\xc2\xb3"	threesuperior
++<Multi_key> <p> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <p>		: "\xc2\xb6"	paragraph
++<Multi_key> <P> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <P>		: "\xc2\xb6"	paragraph
++<Multi_key> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++<Multi_key> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++<Multi_key> <period> <period>		: "\xc2\xb7"	periodcentered
++<Multi_key> <1> <4>			: "\xc2\xbc"	onequarter
++<Multi_key> <1> <2>			: "\xc2\xbd"	onehalf
++<Multi_key> <3> <4>			: "\xc2\xbe"	threequarters
++<Multi_key> <question> <question>	: "\xc2\xbf"	questiondown
++<Multi_key> <space> <space>		: "\xc2\xa0"	nobreakspace
++<Multi_key> <bar> <bar>			: "\xc2\xa6"	brokenbar
++<Multi_key> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++<Multi_key> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++<Multi_key> <V> <B>			: "\xc2\xa6"	brokenbar
++<Multi_key> <B> <V>			: "\xc2\xa6"	brokenbar
++<Multi_key> <v> <b>			: "\xc2\xa6"	brokenbar
++<Multi_key> <b> <v>			: "\xc2\xa6"	brokenbar
++<Multi_key> <minus> <comma>		: "\xc2\xac"	notsign
++<Multi_key> <comma> <minus>		: "\xc2\xac"	notsign
++<Multi_key> <minus> <minus>		: "\xc2\xad"	hyphen
++<Multi_key> <R> <O>			: "\xc2\xae"	registered
++<Multi_key> <O> <R>			: "\xc2\xae"	registered
++<Multi_key> <minus> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <minus>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <minus> <colon>		: "\xc3\xb7"	division
++<Multi_key> <colon> <minus>		: "\xc3\xb7"	division
++<Multi_key> <x> <x>			: "\xc3\x97"	multiply
++<Multi_key> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++<Multi_key> <comma> <comma>		: "\xc2\xb8"	cedilla
++<Multi_key> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++<Multi_key> <A> <grave>			: "\xc3\x80"	Agrave
++<Multi_key> <grave> <A>			: "\xc3\x80"	Agrave
++<Multi_key> <A> <acute>			: "\xc3\x81"	Aacute
++<Multi_key> <acute> <A>			: "\xc3\x81"	Aacute
++<Multi_key> <A> <apostrophe>		: "\xc3\x81"	Aacute
++<Multi_key> <apostrophe> <A>		: "\xc3\x81"	Aacute
++<Multi_key> <A> <asciicircum>		: "\xc3\x82"	Acircumflex
++<Multi_key> <asciicircum> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <greater>		: "\xc3\x82"	Acircumflex
++<Multi_key> <greater> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <asciitilde>		: "\xc3\x83"	Atilde
++<Multi_key> <asciitilde> <A>		: "\xc3\x83"	Atilde
++<Multi_key> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <asterisk>		: "\xc3\x85"	Aring
++<Multi_key> <asterisk> <A>		: "\xc3\x85"	Aring
++<Multi_key> <A> <E>			: "\xc3\x86"	AE
++<Multi_key> <a> <grave>			: "\xc3\xa0"	agrave
++<Multi_key> <grave> <a>			: "\xc3\xa0"	agrave
++<Multi_key> <a> <acute>			: "\xc3\xa1"	aacute
++<Multi_key> <acute> <a>			: "\xc3\xa1"	aacute
++<Multi_key> <a> <apostrophe>		: "\xc3\xa1"	aacute
++<Multi_key> <apostrophe> <a>		: "\xc3\xa1"	aacute
++<Multi_key> <a> <asciicircum>		: "\xc3\xa2"	acircumflex
++<Multi_key> <asciicircum> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <greater>		: "\xc3\xa2"	acircumflex
++<Multi_key> <greater> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <asciitilde>		: "\xc3\xa3"	atilde
++<Multi_key> <asciitilde> <a>		: "\xc3\xa3"	atilde
++<Multi_key> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <asterisk>		: "\xc3\xa5"	aring
++<Multi_key> <asterisk> <a>		: "\xc3\xa5"	aring
++<Multi_key> <a> <e>			: "\xc3\xa6"	ae
++<Multi_key> <C> <comma>			: "\xc3\x87"	Ccedilla
++<Multi_key> <comma> <C>			: "\xc3\x87"	Ccedilla
++<Multi_key> <c> <comma>			: "\xc3\xa7"	ccedilla
++<Multi_key> <comma> <c>			: "\xc3\xa7"	ccedilla
++XCOMM<Multi_key> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM<Multi_key> <minus> <d>		: "\xc3\xb0"	eth
++<Multi_key> <D> <minus>			: "\xc3\x90"	ETH
++<Multi_key> <d> <minus>			: "\xc3\xb0"	eth
++<Multi_key> <slash> <D>			: "\xc4\x90"	Dstroke
++<Multi_key> <slash> <d>			: "\xc4\x91"	dstroke
++<Multi_key> <E> <grave>			: "\xc3\x88"	Egrave
++<Multi_key> <grave> <E>			: "\xc3\x88"	Egrave
++<Multi_key> <E> <acute>			: "\xc3\x89"	Eacute
++<Multi_key> <acute> <E>			: "\xc3\x89"	Eacute
++<Multi_key> <E> <apostrophe>		: "\xc3\x89"	Eacute
++<Multi_key> <apostrophe> <E>		: "\xc3\x89"	Eacute
++<Multi_key> <E> <asciicircum>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <asciicircum> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <e> <grave>			: "\xc3\xa8"	egrave
++<Multi_key> <grave> <e>			: "\xc3\xa8"	egrave
++<Multi_key> <e> <acute>			: "\xc3\xa9"	eacute
++<Multi_key> <acute> <e>			: "\xc3\xa9"	eacute
++<Multi_key> <e> <apostrophe>		: "\xc3\xa9"	eacute
++<Multi_key> <apostrophe> <e>		: "\xc3\xa9"	eacute
++<Multi_key> <e> <asciicircum>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <asciicircum> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <greater>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <greater> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++<Multi_key> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++<Multi_key> <I> <grave>			: "\xc3\x8c"	Igrave
++<Multi_key> <grave> <I>			: "\xc3\x8c"	Igrave
++<Multi_key> <I> <acute>			: "\xc3\x8d"	Iacute
++<Multi_key> <acute> <I>			: "\xc3\x8d"	Iacute
++<Multi_key> <I> <apostrophe>		: "\xc3\x8d"	Iacute
++<Multi_key> <apostrophe> <I>		: "\xc3\x8d"	Iacute
++<Multi_key> <I> <asciicircum>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <asciicircum> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <greater>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <greater> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <i> <grave>			: "\xc3\xac"	igrave
++<Multi_key> <grave> <i>			: "\xc3\xac"	igrave
++<Multi_key> <i> <acute>			: "\xc3\xad"	iacute
++<Multi_key> <acute> <i>			: "\xc3\xad"	iacute
++<Multi_key> <i> <apostrophe>		: "\xc3\xad"	iacute
++<Multi_key> <apostrophe> <i>		: "\xc3\xad"	iacute
++<Multi_key> <i> <asciicircum>		: "\xc3\xae"	icircumflex
++<Multi_key> <asciicircum> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <greater>		: "\xc3\xae"	icircumflex
++<Multi_key> <greater> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <N> <asciitilde>		: "\xc3\x91"	Ntilde
++<Multi_key> <asciitilde> <N>		: "\xc3\x91"	Ntilde
++<Multi_key> <N> <minus>			: "\xc3\x91"	Ntilde
++<Multi_key> <minus> <N>			: "\xc3\x91"	Ntilde
++<Multi_key> <n> <asciitilde>		: "\xc3\xb1"	ntilde
++<Multi_key> <asciitilde> <n>		: "\xc3\xb1"	ntilde
++<Multi_key> <n> <minus>			: "\xc3\xb1"	ntilde
++<Multi_key> <minus> <n>			: "\xc3\xb1"	ntilde
++<Multi_key> <O> <grave>			: "\xc3\x92"	Ograve
++<Multi_key> <grave> <O>			: "\xc3\x92"	Ograve
++<Multi_key> <O> <acute>			: "\xc3\x93"	Oacute
++<Multi_key> <acute> <O>			: "\xc3\x93"	Oacute
++<Multi_key> <O> <apostrophe>		: "\xc3\x93"	Oacute
++<Multi_key> <apostrophe> <O>		: "\xc3\x93"	Oacute
++<Multi_key> <O> <asciicircum>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <asciicircum> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <greater>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <greater> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <asciitilde>		: "\xc3\x95"	Otilde
++<Multi_key> <asciitilde> <O>		: "\xc3\x95"	Otilde
++<Multi_key> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <slash>			: "\xc3\x98"	Ooblique
++<Multi_key> <slash> <O>			: "\xc3\x98"	Ooblique
++<Multi_key> <o> <grave>			: "\xc3\xb2"	ograve
++<Multi_key> <grave> <o>			: "\xc3\xb2"	ograve
++<Multi_key> <o> <acute>			: "\xc3\xb3"	oacute
++<Multi_key> <acute> <o>			: "\xc3\xb3"	oacute
++<Multi_key> <o> <apostrophe>		: "\xc3\xb3"	oacute
++<Multi_key> <apostrophe> <o>		: "\xc3\xb3"	oacute
++<Multi_key> <o> <asciicircum>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <asciicircum> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <greater>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <greater> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <asciitilde>		: "\xc3\xb5"	otilde
++<Multi_key> <asciitilde> <o>		: "\xc3\xb5"	otilde
++<Multi_key> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <slash>			: "\xc3\xb8"	oslash
++<Multi_key> <slash> <o>			: "\xc3\xb8"	oslash
++<Multi_key> <U> <grave>			: "\xc3\x99"	Ugrave
++<Multi_key> <grave> <U>			: "\xc3\x99"	Ugrave
++<Multi_key> <U> <acute>			: "\xc3\x9a"	Uacute
++<Multi_key> <acute> <U>			: "\xc3\x9a"	Uacute
++<Multi_key> <U> <apostrophe>		: "\xc3\x9a"	Uacute
++<Multi_key> <apostrophe> <U>		: "\xc3\x9a"	Uacute
++<Multi_key> <U> <asciicircum>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <asciicircum> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <u> <grave>			: "\xc3\xb9"	ugrave
++<Multi_key> <grave> <u>			: "\xc3\xb9"	ugrave
++<Multi_key> <u> <acute>			: "\xc3\xba"	uacute
++<Multi_key> <acute> <u>			: "\xc3\xba"	uacute
++<Multi_key> <u> <apostrophe>		: "\xc3\xba"	uacute
++<Multi_key> <apostrophe> <u>		: "\xc3\xba"	uacute
++<Multi_key> <u> <asciicircum>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <asciicircum> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <greater>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <greater> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <s> <s>			: "\xc3\x9f"	ssharp
++<Multi_key> <T> <H>			: "\xc3\x9e"	THORN
++<Multi_key> <t> <h>			: "\xc3\xbe"	thorn
++<Multi_key> <Y> <acute>			: "\xc3\x9d"	Yacute
++<Multi_key> <acute> <Y>			: "\xc3\x9d"	Yacute
++<Multi_key> <Y> <apostrophe>		: "\xc3\x9d"	Yacute
++<Multi_key> <apostrophe> <Y>		: "\xc3\x9d"	Yacute
++<Multi_key> <y> <acute>			: "\xc3\xbd"	yacute
++<Multi_key> <acute> <y>			: "\xc3\xbd"	yacute
++<Multi_key> <y> <apostrophe>		: "\xc3\xbd"	yacute
++<Multi_key> <apostrophe> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++<Multi_key> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++<ecaron>	: "\xc4\x9b"	ecaron
++<scaron>	: "\xc5\xa1"	scaron
++<ccaron>	: "\xc4\x8d"	ccaron
++<rcaron>	: "\xc5\x99"	rcaron
++<yacute>	: "\xc3\xbd"	yacute
++<aacute>	: "\xc3\xa1"	aacute
++<iacute>	: "\xc3\xad"	iacute
++<eacute>	: "\xc3\xa9"	eacute
++<uacute>	: "\xc3\xba"	uacute
++<uring>		: "\xc5\xaf"	uring
++<section>	: "\xc2\xa7"	section
++<ssharp>	: "\xc3\x9f"	ssharp
++<zabovedot>	: "\xc5\xbc"	zabovedot	
++<Zabovedot>	: "\xc5\xbb"	Zabovedot
++<ogonek>	: "\xcb\x9b"	ogonek
++<oacute>	: "\xc3\xb3"	oacute
++<zacute>	: "\xc5\xba"	zacute
++<lstroke>	: "\xc5\x82"	lstroke
++<Lstroke>	: "\xc5\x81"	Lstroke
++<aogonek>	: "\xc4\x85"	aogonek
++<eogonek>	: "\xc4\x99"	eogonek
++<currency>	: "\xe2\x82\xac"	currency
++<sacute>	: "\xc5\x9b"	sacute
++<nacute>	: "\xc5\x84"	nacute
++<cacute>	: "\xc4\x87"	cacute
++<degree>	: "\xc2\xb0"	degree
++<Odiaeresis>	: "\xc3\x96"	Odiaeresis
++<Udiaeresis>	: "\xc3\x9c"	Udiaeresis
++<odiaeresis>	: "\xc3\xb6"	odiaeresis
++<udiaeresis>	: "\xc3\xbc"	udiaeresis
++<Oacute> 	: "\xc3\x93"	Oacute
++<odoubleacute>	: "\xc5\x91"	odoubleacute
++<Odoubleacute>	: "\xc5\x90"	Odoubleacute
++<Uacute>	: "\xc3\x9a"	Uacute
++<Eacute>	: "\xc3\x89"	Eacute
++<Aacute>	: "\xc3\x81"	Aacute
++<adiaeresis>	: "\xc3\xa4"	adiaeresis
++<Adiaeresis>	: "\xc3\x84"	Adiaeresis
++<udoubleacute>	: "\xc5\xb1"	udoubleacute
++<Udoubleacute>	: "\xc5\xb0"	Udoubleacute
++<Iacute>	: "\xc3\x8d"	Iacute
++<dead_circumflex> <slash>	: "\x7c"	bar
++<dead_grave> <space>		: "\x60"	grave
++<dead_acute> <space>		: "\x27"	apostrophe
++<dead_diaeresis> <space>	: "\xc2\xa8"	diaeresis
++<dead_circumflex> <space>	: "\x5e"	asciicircum
++<dead_tilde> <space>		: "\x7e"	asciitilde
++<dead_circumflex> <0>		: "\xc2\xb0"	degree
++<dead_circumflex> <1>		: "\xc2\xb9"	onesuperior
++<dead_circumflex> <2>		: "\xc2\xb2"	twosuperior
++<dead_circumflex> <3>		: "\xc2\xb3"	threesuperior
++<dead_circumflex> <period>	: "\xc2\xb7"	periodcentered
++<dead_circumflex> <exclam>	: "\xc2\xa6"	brokenbar
++<dead_cedilla> <minus>		: "\xc2\xac"	notsign
++<dead_circumflex> <minus>	: "\xc2\xaf"	macron
++<dead_circumflex> <underscore>	: "\xc2\xaf"	macron
++<dead_acute> <apostrophe>	: "\xc2\xb4"	acute
++<dead_cedilla> <comma>		: "\xc2\xb8"	cedilla
++<dead_diaeresis> <quotedbl>	: "\xc2\xa8"	diaeresis
++<dead_grave> <A>		: "\xc3\x80"	Agrave
++<dead_acute> <A>		: "\xc3\x81"	Aacute
++<dead_circumflex> <A>		: "\xc3\x82"	Acircumflex
++<dead_tilde> <A>		: "\xc3\x83"	Atilde
++<dead_diaeresis> <A>		: "\xc3\x84"	Adiaeresis
++<dead_grave> <a>		: "\xc3\xa0"	agrave
++<dead_acute> <a>		: "\xc3\xa1"	aacute
++<dead_circumflex> <a>		: "\xc3\xa2"	acircumflex
++<dead_tilde> <a>		: "\xc3\xa3"	atilde
++<dead_diaeresis> <a>		: "\xc3\xa4"	adiaeresis
++<dead_cedilla> <C>		: "\xc3\x87"	Ccedilla
++<dead_cedilla> <c>		: "\xc3\xa7"	ccedilla
++<dead_grave> <E>		: "\xc3\x88"	Egrave
++<dead_acute> <E>		: "\xc3\x89"	Eacute
++<dead_circumflex> <E>		: "\xc3\x8a"	Ecircumflex
++<dead_diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<dead_grave> <e>		: "\xc3\xa8"	egrave
++<dead_acute> <e>		: "\xc3\xa9"	eacute
++<dead_circumflex> <e>		: "\xc3\xaa"	ecircumflex
++<dead_diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<dead_grave> <I>		: "\xc3\x8c"	Igrave
++<dead_acute> <I>		: "\xc3\x8d"	Iacute
++<dead_circumflex> <I>		: "\xc3\x8e"	Icircumflex
++<dead_diaeresis> <I>		: "\xc3\x8f"	Idiaeresis
++<dead_grave> <i>		: "\xc3\xac"	igrave
++<dead_acute> <i>		: "\xc3\xad"	iacute
++<dead_circumflex> <i>		: "\xc3\xae"	icircumflex
++<dead_diaeresis> <i>		: "\xc3\xaf"	idiaeresis
++<dead_tilde> <N>		: "\xc3\x91"	Ntilde
++<dead_tilde> <n>		: "\xc3\xb1"	ntilde
++<dead_grave> <O>		: "\xc3\x92"	Ograve
++<dead_acute> <O>		: "\xc3\x93"	Oacute
++<dead_circumflex> <O>		: "\xc3\x94"	Ocircumflex
++<dead_tilde> <O>		: "\xc3\x95"	Otilde
++<dead_diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<dead_grave> <o>		: "\xc3\xb2"	ograve
++<dead_acute> <o>		: "\xc3\xb3"	oacute
++<dead_circumflex> <o>		: "\xc3\xb4"	ocircumflex
++<dead_tilde> <o>		: "\xc3\xb5"	otilde
++<dead_diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<dead_cedilla> <S>		: "\xc5\x9e"	Scedilla
++<dead_cedilla> <s>		: "\xc5\x9f"	scedilla
++<dead_grave> <U>		: "\xc3\x99"	Ugrave
++<dead_acute> <U>		: "\xc3\x9a"	Uacute
++<dead_circumflex> <U>		: "\xc3\x9b"	Ucircumflex
++<dead_diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<dead_grave> <u>		: "\xc3\xb9"	ugrave
++<dead_acute> <u>		: "\xc3\xba"	uacute
++<dead_circumflex> <u>		: "\xc3\xbb"	ucircumflex
++<dead_diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++<dead_acute> <Y>		: "\xc3\x9d"	Yacute
++<dead_acute> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <caron> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++<Multi_key> <v> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <v>		: "\xc5\xbd"	Zcaron
++<zcaron>			: "\xc5\xbe"	zcaron
++<Multi_key> <caron> <z>		: "\xc5\xbe"	zcaron
++<Multi_key> <z> <caron> 	: "\xc5\xbe"	zcaron
++<Multi_key> <z> <v>		: "\xc5\xbe"	zcaron
++<Multi_key> <v> <z>		: "\xc5\xbe"	zcaron
++<dead_diaeresis> <y>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <plus> <plus>		: "\x23"	numbersign
++Ctrl<T> <apostrophe> <space>	: "\x27"	apostrophe
++Ctrl<T> <space> <apostrophe>	: "\x27"	apostrophe
++Ctrl<T> <A> <A>			: "\x40"	at
++Ctrl<T> <parenleft> <parenleft>	: "\x5b"	bracketleft
++Ctrl<T> <slash> <slash>		: "\x5c"	backslash
++Ctrl<T> <slash> <less>		: "\x5c"	backslash
++Ctrl<T> <less> <slash>		: "\x5c"	backslash
++Ctrl<T> <parenright> <parenright>	: "\x5d"	bracketright
++Ctrl<T> <asciicircum> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <asciicircum>	: "\x5e"	asciicircum
++Ctrl<T> <greater> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <greater>	: "\x5e"	asciicircum
++Ctrl<T> <grave> <space>		: "\x60"	grave
++Ctrl<T> <space> <grave>		: "\x60"	grave
++Ctrl<T> <parenleft> <minus>	: "\x7b"	braceleft
++Ctrl<T> <minus> <parenleft>	: "\x7b"	braceleft
++Ctrl<T> <slash> <asciicircum>	: "\x7c"	bar
++Ctrl<T> <asciicircum> <slash>	: "\x7c"	bar
++Ctrl<T> <V> <L>			: "\x7c"	bar
++Ctrl<T> <L> <V>			: "\x7c"	bar
++Ctrl<T> <v> <l>			: "\x7c"	bar
++Ctrl<T> <l> <v>			: "\x7c"	bar
++Ctrl<T> <parenright> <minus>	: "\x7d"	braceright
++Ctrl<T> <minus> <parenright>	: "\x7d"	braceright
++Ctrl<T> <asciitilde> <space>	: "\x7e"	asciitilde
++Ctrl<T> <space> <asciitilde>	: "\x7e"	asciitilde
++Ctrl<T> <minus> <space>		: "\x7e"	asciitilde
++Ctrl<T> <space> <minus>		: "\x7e"	asciitilde
++Ctrl<T> <exclam> <exclam>	: "\xc2\xa1"	exclamdown
++Ctrl<T> <c> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <c> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <acute> <L>			: "\xc4\xb9"	Lacute
++Ctrl<T> <L> <acute> 		: "\xc4\xb9"	Lacute
++Ctrl<T> <acute> <l>			: "\xc4\xba"	lacute
++Ctrl<T> <l> <acute> 		: "\xc4\xba"	lacute
++Ctrl<T> <l> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <l> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <s> <o>			: "\xc2\xa7"	section
++Ctrl<T> <o> <s>			: "\xc2\xa7"	section
++Ctrl<T> <S> <O>			: "\xc2\xa7"	section
++Ctrl<T> <O> <S>			: "\xc2\xa7"	section
++Ctrl<T> <S> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <S>		: "\xc2\xa7"	section
++Ctrl<T> <s> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <s>		: "\xc2\xa7"	section
++Ctrl<T> <S> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <S>			: "\xc2\xa7"	section
++Ctrl<T> <s> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <s>			: "\xc2\xa7"	section
++Ctrl<T> <x> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <c> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <a> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <a>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <A> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <A>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <O> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <o> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <o>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <O>	: "\xc2\xba"	masculine
++Ctrl<T> <less> <less>		: "\xc2\xab"	guillemotleft
++Ctrl<T> <greater> <greater>	: "\xc2\xbb"	guillemotright
++Ctrl<T> <0> <asciicircum>	: "\xc2\xb0"	degree
++Ctrl<T> <asciicircum> <0>	: "\xc2\xb0"	degree
++Ctrl<T> <0> <asterisk>		: "\xc2\xb0"	degree
++Ctrl<T> <asterisk> <0>		: "\xc2\xb0"	degree
++Ctrl<T> <plus> <minus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <minus> <plus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <slash> <u>		: "\xc2\xb5"	mu
++Ctrl<T> <u> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <slash> <U>		: "\xc2\xb5"	mu
++Ctrl<T> <U> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <1> <asciicircum>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <asciicircum> <1>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <S> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <S>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <s> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <s>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <2> <asciicircum>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <asciicircum> <2>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <S> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <S>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <s> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <s>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <3> <asciicircum>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <asciicircum> <3>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <S> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <S>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <s> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <s>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <p> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <p>		: "\xc2\xb6"	paragraph
++Ctrl<T> <P> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <P>		: "\xc2\xb6"	paragraph
++Ctrl<T> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <period> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <1> <4>			: "\xc2\xbc"	onequarter
++Ctrl<T> <1> <2>			: "\xc2\xbd"	onehalf
++Ctrl<T> <3> <4>			: "\xc2\xbe"	threequarters
++Ctrl<T> <question> <question>	: "\xc2\xbf"	questiondown
++Ctrl<T> <space> <space>		: "\xc2\xa0"	nobreakspace
++Ctrl<T> <bar> <bar>		: "\xc2\xa6"	brokenbar
++Ctrl<T> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <V> <B>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <B> <V>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <v> <b>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <b> <v>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <minus> <comma>		: "\xc2\xac"	notsign
++Ctrl<T> <comma> <minus>		: "\xc2\xac"	notsign
++Ctrl<T> <minus> <minus>		: "\xc2\xad"	hyphen
++Ctrl<T> <R> <O>			: "\xc2\xae"	registered
++Ctrl<T> <O> <R>			: "\xc2\xae"	registered
++Ctrl<T> <minus> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <minus>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <minus> <colon>		: "\xc3\xb7"	division
++Ctrl<T> <colon> <minus>		: "\xc3\xb7"	division
++Ctrl<T> <x> <x>			: "\xc3\x97"	multiply
++Ctrl<T> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++Ctrl<T> <comma> <comma>		: "\xc2\xb8"	cedilla
++Ctrl<T> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++Ctrl<T> <A> <grave>		: "\xc3\x80"	Agrave
++Ctrl<T> <grave> <A>		: "\xc3\x80"	Agrave
++Ctrl<T> <A> <acute>		: "\xc3\x81"	Aacute
++Ctrl<T> <acute> <A>		: "\xc3\x81"	Aacute
++Ctrl<T> <A> <apostrophe>	: "\xc3\x81"	Aacute
++Ctrl<T> <apostrophe> <A>	: "\xc3\x81"	Aacute
++Ctrl<T> <A> <asciicircum>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <asciicircum> <A>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <greater>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <greater> <A>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <asciitilde>	: "\xc3\x83"	Atilde
++Ctrl<T> <asciitilde> <A>	: "\xc3\x83"	Atilde
++Ctrl<T> <A> <minus>		: "\xc3\x83"	Atilde
++Ctrl<T> <minus> <A>		: "\xc3\x83"	Atilde
++Ctrl<T> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <asterisk>		: "\xc3\x85"	Aring
++Ctrl<T> <asterisk> <A>		: "\xc3\x85"	Aring
++Ctrl<T> <A> <E>			: "\xc3\x86"	AE
++Ctrl<T> <a> <grave>		: "\xc3\xa0"	agrave
++Ctrl<T> <grave> <a>		: "\xc3\xa0"	agrave
++Ctrl<T> <a> <acute>		: "\xc3\xa1"	aacute
++Ctrl<T> <acute> <a>		: "\xc3\xa1"	aacute
++Ctrl<T> <a> <apostrophe>	: "\xc3\xa1"	aacute
++Ctrl<T> <apostrophe> <a>	: "\xc3\xa1"	aacute
++Ctrl<T> <a> <asciicircum>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <asciicircum> <a>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <greater>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <greater> <a>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <asciitilde>	: "\xc3\xa3"	atilde
++Ctrl<T> <asciitilde> <a>	: "\xc3\xa3"	atilde
++Ctrl<T> <a> <minus>		: "\xc3\xa3"	atilde
++Ctrl<T> <minus> <a>		: "\xc3\xa3"	atilde
++Ctrl<T> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <asterisk>		: "\xc3\xa5"	aring
++Ctrl<T> <asterisk> <a>		: "\xc3\xa5"	aring
++Ctrl<T> <a> <e>			: "\xc3\xa6"	ae
++Ctrl<T> <C> <comma>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <comma> <C>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <c> <comma>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <comma> <c>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++Ctrl<T> <D> <minus>		: "\xc3\x90"	ETH
++Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <d> <minus>		: "\xc3\xb0"	eth
++Ctrl<T> <E> <grave>		: "\xc3\x88"	Egrave
++Ctrl<T> <grave> <E>		: "\xc3\x88"	Egrave
++Ctrl<T> <E> <acute>		: "\xc3\x89"	Eacute
++Ctrl<T> <acute> <E>		: "\xc3\x89"	Eacute
++Ctrl<T> <E> <apostrophe>	: "\xc3\x89"	Eacute
++Ctrl<T> <apostrophe> <E>	: "\xc3\x89"	Eacute
++Ctrl<T> <E> <asciicircum>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <asciicircum> <E>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <e> <grave>		: "\xc3\xa8"	egrave
++Ctrl<T> <grave> <e>		: "\xc3\xa8"	egrave
++Ctrl<T> <e> <acute>		: "\xc3\xa9"	eacute
++Ctrl<T> <acute> <e>		: "\xc3\xa9"	eacute
++Ctrl<T> <e> <apostrophe>	: "\xc3\xa9"	eacute
++Ctrl<T> <apostrophe> <e>	: "\xc3\xa9"	eacute
++Ctrl<T> <e> <asciicircum>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <asciicircum> <e>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <greater>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <greater> <e>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <I> <grave>		: "\xc3\x8c"	Igrave
++Ctrl<T> <grave> <I>		: "\xc3\x8c"	Igrave
++Ctrl<T> <I> <acute>		: "\xc3\x8d"	Iacute
++Ctrl<T> <acute> <I>		: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <apostrophe>	: "\xc3\x8d"	Iacute
++Ctrl<T> <apostrophe> <I>	: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <asciicircum>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <asciicircum> <I>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <greater>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <greater> <I>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <i> <grave>		: "\xc3\xac"	igrave
++Ctrl<T> <grave> <i>		: "\xc3\xac"	igrave
++Ctrl<T> <i> <acute>		: "\xc3\xad"	iacute
++Ctrl<T> <acute> <i>		: "\xc3\xad"	iacute
++Ctrl<T> <i> <apostrophe>	: "\xc3\xad"	iacute
++Ctrl<T> <apostrophe> <i>	: "\xc3\xad"	iacute
++Ctrl<T> <i> <asciicircum>	: "\xc3\xae"	icircumflex
++Ctrl<T> <asciicircum> <i>	: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <greater>		: "\xc3\xae"	icircumflex
++Ctrl<T> <greater> <i>		: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <N> <asciitilde>	: "\xc3\x91"	Ntilde
++Ctrl<T> <asciitilde> <N>	: "\xc3\x91"	Ntilde
++Ctrl<T> <N> <minus>		: "\xc3\x91"	Ntilde
++Ctrl<T> <minus> <N>		: "\xc3\x91"	Ntilde
++Ctrl<T> <n> <asciitilde>	: "\xc3\xb1"	ntilde
++Ctrl<T> <asciitilde> <n>	: "\xc3\xb1"	ntilde
++Ctrl<T> <n> <minus>		: "\xc3\xb1"	ntilde
++Ctrl<T> <minus> <n>		: "\xc3\xb1"	ntilde
++Ctrl<T> <O> <grave>		: "\xc3\x92"	Ograve
++Ctrl<T> <grave> <O>		: "\xc3\x92"	Ograve
++Ctrl<T> <O> <acute>		: "\xc3\x93"	Oacute
++Ctrl<T> <acute> <O>		: "\xc3\x93"	Oacute
++Ctrl<T> <O> <apostrophe>	: "\xc3\x93"	Oacute
++Ctrl<T> <apostrophe> <O>	: "\xc3\x93"	Oacute
++Ctrl<T> <O> <asciicircum>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <asciicircum> <O>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <greater>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <greater> <O>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <asciitilde>	: "\xc3\x95"	Otilde
++Ctrl<T> <asciitilde> <O>	: "\xc3\x95"	Otilde
++Ctrl<T> <O> <minus>		: "\xc3\x95"	Otilde
++Ctrl<T> <minus> <O>		: "\xc3\x95"	Otilde
++Ctrl<T> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <slash>		: "\xc3\x98"	Ooblique
++Ctrl<T> <slash> <O>		: "\xc3\x98"	Ooblique
++Ctrl<T> <o> <grave>		: "\xc3\xb2"	ograve
++Ctrl<T> <grave> <o>		: "\xc3\xb2"	ograve
++Ctrl<T> <o> <acute>		: "\xc3\xb3"	oacute
++Ctrl<T> <acute> <o>		: "\xc3\xb3"	oacute
++Ctrl<T> <o> <apostrophe>	: "\xc3\xb3"	oacute
++Ctrl<T> <apostrophe> <o>	: "\xc3\xb3"	oacute
++Ctrl<T> <o> <asciicircum>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <asciicircum> <o>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <greater>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <greater> <o>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <asciitilde>	: "\xc3\xb5"	otilde
++Ctrl<T> <asciitilde> <o>	: "\xc3\xb5"	otilde
++Ctrl<T> <o> <minus>		: "\xc3\xb5"	otilde
++Ctrl<T> <minus> <o>		: "\xc3\xb5"	otilde
++Ctrl<T> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <slash>		: "\xc3\xb8"	oslash
++Ctrl<T> <slash> <o>		: "\xc3\xb8"	oslash
++Ctrl<T> <U> <grave>		: "\xc3\x99"	Ugrave
++Ctrl<T> <grave> <U>		: "\xc3\x99"	Ugrave
++Ctrl<T> <U> <acute>		: "\xc3\x9a"	Uacute
++Ctrl<T> <acute> <U>		: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <apostrophe>	: "\xc3\x9a"	Uacute
++Ctrl<T> <apostrophe> <U>	: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <asciicircum>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <asciicircum> <U>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <u> <grave>		: "\xc3\xb9"	ugrave
++Ctrl<T> <grave> <u>		: "\xc3\xb9"	ugrave
++Ctrl<T> <u> <acute>		: "\xc3\xba"	uacute
++Ctrl<T> <acute> <u>		: "\xc3\xba"	uacute
++Ctrl<T> <u> <apostrophe>	: "\xc3\xba"	uacute
++Ctrl<T> <apostrophe> <u>	: "\xc3\xba"	uacute
++Ctrl<T> <u> <asciicircum>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <asciicircum> <u>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <greater>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <greater> <u>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <s> <s>			: "\xc3\x9f"	ssharp
++Ctrl<T> <T> <H>			: "\xc3\x9e"	THORN
++Ctrl<T> <t> <h>			: "\xc3\xbe"	thorn
++Ctrl<T> <Y> <acute>		: "\xc3\x9d"	Yacute
++Ctrl<T> <acute> <Y>		: "\xc3\x9d"	Yacute
++Ctrl<T> <Y> <apostrophe>	: "\xc3\x9d"	Yacute
++Ctrl<T> <apostrophe> <Y>	: "\xc3\x9d"	Yacute
++Ctrl<T> <y> <acute>		: "\xc3\xbd"	yacute
++Ctrl<T> <acute> <y>		: "\xc3\xbd"	yacute
++Ctrl<T> <y> <apostrophe>	: "\xc3\xbd"	yacute
++Ctrl<T> <apostrophe> <y>	: "\xc3\xbd"	yacute
++Ctrl<T> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++XCOMM turkish
++<Multi_key> <G> <u>		: "\xc4\x9e"	Gbreve
++<Multi_key> <u> <G>		: "\xc4\x9e"	Gbreve
++<Multi_key> <g> <u>		: "\xc4\x9f"	gbreve
++<Multi_key> <u> <g>		: "\xc4\x9f"	gbreve
++<Multi_key> <I> <period>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <period> <I>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <i> <period>	: "\xc4\xb1"	idotless
++<Multi_key> <period> <i>	: "\xc4\xb1"	idotless
++XCOMM polish
++<Multi_key> <space> <breve>	: "\xcb\x98"	breve
++<Multi_key> <space> <degree>	: "\xc2\xb0"	degree
++<Multi_key> <space> <ogonek>	: "\xcb\x9b"	ogonek
++<Multi_key> <space> <caron>	: "\xcb\x87"	caron
++<Multi_key> <space> <v>		: "\xcb\x87"	caron
++<Multi_key> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++<Multi_key> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++<Multi_key> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++<Multi_key> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++<Multi_key> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++<Multi_key> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++<Multi_key> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++<Multi_key> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++<Multi_key> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++<Multi_key> <acute> <R>		: "\xc5\x94"	Racute
++<Multi_key> <R> <acute> 	: "\xc5\x94"	Racute
++<Multi_key> <acute> <S>		: "\xc5\x9a"	Sacute
++<Multi_key> <S> <acute> 	: "\xc5\x9a"	Sacute
++<Multi_key> <acute> <Z>		: "\xc4\xbe"	Zacute
++<Multi_key> <Z> <acute> 	: "\xc4\xbe"	Zacute
++<Multi_key> <acute> <n>		: "\xc5\x84"	nacute
++<Multi_key> <n> <acute> 	: "\xc5\x84"	nacute
++<Multi_key> <acute> <r>		: "\xc5\x95"	racute
++<Multi_key> <r> <acute> 	: "\xc5\x95"	racute
++<Multi_key> <acute> <s>		: "\xc5\x9b"	sacute
++<Multi_key> <s> <acute> 	: "\xc5\x9b"	sacute
++<Multi_key> <acute> <z>		: "\xc5\xba"	zacute
++<Multi_key> <z> <acute> 	: "\xc5\xba"	zacute
++<Multi_key> <0> <O>		: "\xc2\xb0"	degree
++<Multi_key> <o> <o> 		: "\xc2\xb0"	degree
++<Multi_key> <comma> <S>		: "\xc5\x9e"	Scedilla
++<Multi_key> <S> <comma> 	: "\xc5\x9e"	Scedilla
++<Multi_key> <comma> <T>		: "\xc5\xa2"	Tcedilla
++<Multi_key> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++<Multi_key> <comma> <s>		: "\xc5\x9f"	scedilla
++<Multi_key> <s> <comma> 	: "\xc5\x9f"	scedilla
++<Multi_key> <comma> <t>		: "\xc5\xa3"	tcedilla
++<Multi_key> <t> <comma> 	: "\xc5\xa3"	tcedilla
++<Multi_key> <caron> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <caron> 	: "\xc4\x8c"	Ccaron
++<Multi_key> <caron> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <caron> 	: "\xc4\x8e"	Dcaron
++<Multi_key> <caron> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <caron> 	: "\xc4\x9a"	Ecaron
++<Multi_key> <caron> <L>		: "\xc4\xbd"	Lcaron
++<Multi_key> <L> <caron> 	: "\xc4\xbd"	Lcaron
++<Multi_key> <caron> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <caron>		: "\xc5\x87" 	Ncaron
++<Multi_key> <caron> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <caron> 	: "\xc5\x98"	Rcaron
++<Multi_key> <caron> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <caron> 	: "\xc5\xa0"	Scaron
++<Multi_key> <caron> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <caron> 	: "\xc5\xa4"	Tcaron
++<Multi_key> <caron> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <caron> 	: "\xc5\xae"	Uring
++<Multi_key> <caron> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <caron> 	: "\xc4\x8d"	ccaron
++<Multi_key> <caron> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <caron> 	: "\xc4\x8f"	dcaron
++<Multi_key> <caron> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <caron> 	: "\xc4\x9b"	ecaron
++<Multi_key> <caron> <l>		: "\xc4\xbe"	lcaron
++<Multi_key> <l> <caron> 	: "\xc4\xbe"	lcaron
++<Multi_key> <caron> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <caron> 	: "\xc5\x88"	ncaron
++<Multi_key> <caron> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <caron> 	: "\xc5\x99"	rcaron
++<Multi_key> <caron> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <caron> 	: "\xc5\xa1"	scaron
++<Multi_key> <caron> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <caron> 	: "\xc5\xa5"	tcaron
++<Multi_key> <caron> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <caron> 	: "\xc5\xaf"	uring
++<Multi_key> <v> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <v> 		: "\xc4\x8c"	Ccaron
++<Multi_key> <v> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <v> 		: "\xc4\x8e"	Dcaron
++<Multi_key> <v> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <v> 		: "\xc4\x9a"	Ecaron
++<Multi_key> <v> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <v>		: "\xc5\x87" 	Ncaron
++<Multi_key> <v> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <v> 		: "\xc5\x98"	Rcaron
++<Multi_key> <v> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <v> 		: "\xc5\xa4"	Tcaron
++<Multi_key> <v> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <v> 		: "\xc5\xae"	Uring
++<Multi_key> <v> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <v> 		: "\xc4\x8d"	ccaron
++<Multi_key> <v> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <v> 		: "\xc4\x8f"	dcaron
++<Multi_key> <v> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <v> 		: "\xc4\x9b"	ecaron
++<Multi_key> <v> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <v> 		: "\xc5\x88"	ncaron
++<Multi_key> <v> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <v> 		: "\xc5\x99"	rcaron
++<Multi_key> <v> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <v> 		: "\xc5\xa5"	tcaron
++<Multi_key> <v> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <v> 		: "\xc5\xaf"	uring
++<Multi_key> <breve> <A>		: "\xc4\x82"	Abreve
++<Multi_key> <A> <breve> 	: "\xc4\x82"	Abreve
++<Multi_key> <breve> <a>		: "\xc4\x83"	abreve
++<Multi_key> <a> <breve> 	: "\xc4\x83"	abreve
++<Multi_key> <ogonek> <A>	: "\xc4\x84"	Aogonek
++<Multi_key> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++<Multi_key> <ogonek> <E>	: "\xc4\x98"	Eogonek
++<Multi_key> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++<Multi_key> <ogonek> <a> 	: "\xc4\x85"	aogonek
++<Multi_key> <a> <ogonek> 	: "\xc4\x85"	aogonek
++<Multi_key> <ogonek> <e> 	: "\xc4\x99"	eogonek
++<Multi_key> <e> <ogonek> 	: "\xc4\x99"	eogonek
++<Multi_key> <E> <a> 		: "\xc4\x98"	Eogonek
++<Multi_key> <e> <a> 		: "\xc4\x99"	eogonek
++<Multi_key> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++<Multi_key> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++<Multi_key> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++<Multi_key> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++<Multi_key> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++<Multi_key> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++<Multi_key> <period> <U>	: "\xc5\xae"	Uring
++<Multi_key> <U> <period> 	: "\xc5\xae"	Uring
++<Multi_key> <period> <u>	: "\xc5\xaf"	uring
++<Multi_key> <u> <period> 	: "\xc5\xaf"	uring
++<Multi_key> <period> <z>	: "\xc5\xbc"	zabovedot
++<Multi_key> <z> <period> 	: "\xc5\xbc"	zabovedot
++<Multi_key> <period> <Z>	: "\xc5\xbb"	Zabovedot
++<Multi_key> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++<acute> <A>		: "\xc3\x81"	Aacute
++<acute> <C>		: "\xc4\x86"	Cacute
++<acute> <E>		: "\xc3\x89"	Eacute
++<acute> <I>		: "\xc3\x8d"	Iacute
++<acute> <L>		: "\xc4\xb9"	Lacute
++<acute> <N>		: "\xc5\x83"	Nacute
++<acute> <O>		: "\xc3\x93"	Oacute
++<acute> <R>		: "\xc5\x94"	Racute
++<acute> <S>		: "\xc5\x9a"	Sacute
++<acute> <U>		: "\xc3\x9a"	Uacute
++<acute> <Y>		: "\xc3\x9d"	Yacute
++<acute> <Z>		: "\xc4\xbe"	Zacute
++<acute> <a>		: "\xc3\xa1"	aacute
++<acute> <c>		: "\xc4\x87"	cacute
++<acute> <e>		: "\xc3\xa9"	eacute
++<acute> <i>		: "\xc3\xad"	iacute
++<acute> <l>		: "\xc4\xba"	lacute
++<acute> <n>		: "\xc5\x84"	nacute
++<acute> <o>		: "\xc3\xb3"	oacute
++<acute> <r>		: "\xc5\x95"	racute
++<acute> <s>		: "\xc5\x9b"	sacute
++<acute> <u>		: "\xc3\xba"	uacute
++<acute> <y>		: "\xc3\xbd"	yacute
++<acute> <z>		: "\xc5\xba"	zacute
++<diaeresis> <A>		: "\xc3\x84" 	Adiaeresis
++<diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<diaeresis> <a>		: "\xc3\xa4" 	adiaeresis
++<diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++XCOMM
++XCOMM Additional latin-2 sequences
++<Multi_key> <a> <space>         : "\xcb\x9b"    ogonek
++<Multi_key> <u> <space>         : "\xcb\x98"    breve
++<Multi_key> <v> <space>         : "\xcb\x87"    caron
++<Multi_key> <quotedbl> <space>  : "\xcb\x9d"    doubleacute
++<Multi_key> <A> <u>             : "\xc4\x82"    Abreve
++<Multi_key> <C> <apostrophe>    : "\xc4\x86"    Cacute
++<Multi_key> <L> <apostrophe>    : "\xc4\xb9"    Lacute
++<Multi_key> <L> <slash>         : "\xc5\x81"    Lstroke
++<Multi_key> <L> <greater>       : "\xc4\xbd"    Lcaron
++<Multi_key> <N> <apostrophe>    : "\xc5\x83"    Nacute
++<Multi_key> <S> <apostrophe>    : "\xc5\x9a"    Sacute
++<Multi_key> <R> <apostrophe>    : "\xc5\x94"    Racute
++<Multi_key> <U> <asterisk>      : "\xc5\xae"    Uring
++<Multi_key> <Z> <apostrophe>    : "\xc5\xb9"    Zacute
++<Multi_key> <a> <u>             : "\xc4\x83"    abreve
++<Multi_key> <c> <apostrophe>    : "\xc4\x87"    cacute
++<Multi_key> <l> <apostrophe>    : "\xc4\xba"    lacute
++<Multi_key> <l> <slash>         : "\xc5\x82"    lstroke
++<Multi_key> <l> <greater>       : "\xc4\xbe"    lcaron
++<Multi_key> <n> <apostrophe>    : "\xc5\x84"    nacute
++<Multi_key> <s> <apostrophe>    : "\xc5\x9b"    sacute
++<Multi_key> <r> <apostrophe>    : "\xc5\x95"    racute
++<Multi_key> <u> <asterisk>      : "\xc5\xaf"    uring
++<Multi_key> <z> <apostrophe>    : "\xc5\xba"    zacute
++XCOMM
++XCOMM Latin-3 sequences
++<Multi_key> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <C> <greater>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <greater> <C>	: "\xc4\x88"	Ccircumflex
++
++<Multi_key> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++<Multi_key> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++<Multi_key> <c> <greater>	: "\xc4\x89"	ccircumflex
++<Multi_key> <greater> <c>	: "\xc4\x89"	ccircumflex
++
++<Multi_key> <period> <C>	: "\xc4\x8a"	Cabovedot
++<Multi_key> <C> <period> 	: "\xc4\x8a"	Cabovedot
++
++<Multi_key> <period> <c>	: "\xc4\x8b"	cabovedot
++<Multi_key> <c> <period> 	: "\xc4\x8b"	cabovedot
++
++<Multi_key> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <G> <greater>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <greater> <G>	: "\xc4\x9c"	Gcircumflex
++
++<Multi_key> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <g> <greater>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <greater> <g>	: "\xc4\x9d"	gcircumflex
++
++<Multi_key> <period> <G>	: "\xc4\xa0"	Gabovedot
++<Multi_key> <G> <period> 	: "\xc4\xa0"	Gabovedot
++
++<Multi_key> <period> <g>	: "\xc4\xa1"	gabovedot
++<Multi_key> <g> <period> 	: "\xc4\xa1"	gabovedot
++
++<Multi_key> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <H> <greater>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <greater> <H>	: "\xc4\xa4"	Hcircumflex
++
++<Multi_key> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <h> <greater>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <greater> <h>	: "\xc4\xa5"	hcircumflex
++
++<Multi_key> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <J> <greater>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <greater> <J>	: "\xc4\xb4"	Jcircumflex
++
++<Multi_key> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <j> <greater>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <greater> <j>	: "\xc4\xb5"	jcircumflex
++
++<Multi_key> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <S> <greater>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <greater> <S>	: "\xc5\x9c"	Scircumflex
++
++<Multi_key> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++<Multi_key> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++<Multi_key> <s> <greater>	: "\xc5\x9d"	scircumflex
++<Multi_key> <greater> <s>	: "\xc5\x9d"	scircumflex
++
++<Multi_key> <U> <breve>		: "\xc5\xac"	Ubreve
++<Multi_key> <breve> <U>		: "\xc5\xac"	Ubreve
++<Multi_key> <U> <u>		: "\xc5\xac"	Ubreve
++<Multi_key> <u> <U>		: "\xc5\xac"	Ubreve
++
++<Multi_key> <u> <breve>		: "\xc5\xad"	ubreve
++<Multi_key> <breve> <u>		: "\xc5\xad"	ubreve
++<Multi_key> <u> <u>		: "\xc5\xad"	ubreve
++XCOMM
++XCOMM Latin-4 sequences
++<Multi_key> <N> <N>             : "\xc5\x8a"    ENG
++<Multi_key> <U> <a>		: "\xc5\xb2"	Uogonek
++<Multi_key> <u> <a>		: "\xc5\xb3"	uogonek
++<Multi_key> <k> <k>		: "\xc4\xb8"	kra
++<Multi_key> <R> <comma>		: "\xc5\x96"	Rcedilla
++<Multi_key> <comma> <R>		: "\xc5\x96"	Rcedilla
++<Multi_key> <r> <comma>		: "\xc5\x97"	rcedilla
++<Multi_key> <comma> <r>		: "\xc5\x97"	rcedilla
++<Multi_key> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++<Multi_key> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++<Multi_key> <i> <asciitilde>	: "\xc4\xa9"	itilde
++<Multi_key> <asciitilde> <i>	: "\xc4\xa9"	itilde
++<Multi_key> <L> <comma>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <comma> <L>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <l> <comma>		: "\xc4\xbc"	lcedilla
++<Multi_key> <comma> <l>		: "\xc4\xbc"	lcedilla
++<diaeresis>			: "\xc2\xa8"	diaeresis
++<Multi_key> <S> <v>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <V>		: "\xc5\xa0"	Scaron
++<Multi_key> <v> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <V> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <s> <v>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <V>		: "\xc5\xa1"	scaron
++<Multi_key> <v> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <V> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <E> <underscore>	: "\xc4\x92"	Emacron
++<Multi_key> <underscore> <E>	: "\xc4\x92"	Emacron
++<Multi_key> <e> <underscore>	: "\xc4\x93"	emacron
++<Multi_key> <underscore> <e>	: "\xc4\x93"	emacron
++<Multi_key> <G> <comma>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <comma> <G>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <g> <comma>		: "\xc4\xa3"	gcedilla
++<Multi_key> <comma> <g>		: "\xc4\xa3"	gcedilla
++<Multi_key> <T> <bar>		: "\xc5\xa6"	Tslash
++<Multi_key> <bar> <T>		: "\xc5\xa6"	Tslash
++<Multi_key> <t> <bar>		: "\xc5\xa7"	tslash
++<Multi_key> <bar> <t>		: "\xc5\xa7"	tslash
++<Multi_key> <n> <n>		: "\xc5\x8b" 	eng
++<Multi_key> <A> <underscore>	: "\xc4\x80"	Amacron
++<Multi_key> <underscore> <A>	: "\xc4\x80"	Amacron
++<Multi_key> <a> <underscore>	: "\xc4\x81"	amacron
++<Multi_key> <underscore> <a>	: "\xc4\x81"	amacron
++<Multi_key> <d> <underscore>	: "\xc4\x91"
++<Multi_key> <underscore> <d> 	: "\xc4\x91"
++<Multi_key> <N> <comma>		: "\xc5\x85"	Ncedilla
++<Multi_key> <comma> <N>		: "\xc5\x85"	Ncedilla
++<Multi_key> <n> <comma>		: "\xc5\x86"	ncedilla
++<Multi_key> <comma> <n>		: "\xc5\x86"	ncedilla
++<Multi_key> <O> <underscore>	: "\xc5\x8c"	Omacron
++<Multi_key> <underscore> <O>	: "\xc5\x8c"	Omacron
++<Multi_key> <o> <underscore>	: "\xc5\x8d"	omacron
++<Multi_key> <underscore> <o>	: "\xc5\x8d"	omacron
++<Multi_key> <K> <comma>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <comma> <K>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <k> <comma>		: "\xc4\xb7"	kcedilla
++<Multi_key> <comma> <k>		: "\xc4\xb7"	kcedilla
++<Multi_key> <I> <a>		: "\xc4\xae"	Iogonek
++<Multi_key> <a> <I>		: "\xc4\xae"	Iogonek
++<Multi_key> <i> <a>		: "\xc4\xaf"	iogonek
++<Multi_key> <a> <i>		: "\xc4\xaf"	iogonek
++<Multi_key> <E> <period>	: "\xc4\x96"	Eabovedot
++<Multi_key> <e> <period>	: "\xc4\x97"	eabovedot
++<Multi_key> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++<Multi_key> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++<Multi_key> <u> <asciitilde>	: "\xc5\xa9"	utilde
++<Multi_key> <asciitilde> <u>	: "\xc5\xa9"	utilde
++<Multi_key> <U> <underscore>	: "\xc5\xaa"	Umacron
++<Multi_key> <underscore> <U>	: "\xc5\xaa"	Umacron
++<Multi_key> <u> <underscore>	: "\xc5\xab"	umacron
++<Multi_key> <underscore> <u>	: "\xc5\xab"	umacron
++<Multi_key> <I> <underscore>	: "\xc4\xaa"	Imacron
++<Multi_key> <underscore> <I> 	: "\xc4\xaa"	Imacron
++<Multi_key> <i> <underscore>	: "\xc4\xab"	imacron
++<Multi_key> <underscore> <i> 	: "\xc4\xab"	imacron
++
++XCOMM Ctrl<T> combo
++Ctrl<T> <a> <A>			: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <a> 			: "\xc4\x84"	Aogonek
++Ctrl<T> <a> <a> 			: "\xc4\x85"	aogonek
++Ctrl<T> <C> <acute> 		: "\xc4\x86"	Cacute
++Ctrl<T> <c> <acute> 		: "\xc4\x87"	cacute
++Ctrl<T> <acute> <C>			: "\xc4\x86"	Cacute
++Ctrl<T> <acute> <c>			: "\xc4\x87"	cacute
++Ctrl<T> <acute> <N>			: "\xc5\x83"	Nacute
++Ctrl<T> <N> <acute> 		: "\xc5\x83"	Nacute
++XCOMM Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <slash> <D>			: "\xc4\x90"	Dstroke
++Ctrl<T> <slash> <d>			: "\xc4\x91"	dstroke
++Ctrl<T> <caron> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++Ctrl<T> <v> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <v>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <caron> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <caron> 	: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <v>		: "\xc5\xbe"	zcaron
++Ctrl<T> <v> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <G> <u>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <u> <G>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <g> <u>		: "\xc4\x9f"	gbreve
++Ctrl<T> <u> <g>		: "\xc4\x9f"	gbreve
++Ctrl<T> <I> <period>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <period> <I>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <i> <period>	: "\xc4\xb1"	idotless
++Ctrl<T> <period> <i>	: "\xc4\xb1"	idotless
++Ctrl<T> <space> <breve>	: "\xcb\x98"	breve
++Ctrl<T> <space> <degree>	: "\xc2\xb0"	degree
++Ctrl<T> <space> <ogonek>	: "\xcb\x9b"	ogonek
++Ctrl<T> <space> <caron>	: "\xcb\x87"	caron
++Ctrl<T> <space> <v>		: "\xcb\x87"	caron
++Ctrl<T> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++Ctrl<T> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++Ctrl<T> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++Ctrl<T> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <acute> <R>		: "\xc5\x94"	Racute
++Ctrl<T> <R> <acute> 	: "\xc5\x94"	Racute
++Ctrl<T> <acute> <S>		: "\xc5\x9a"	Sacute
++Ctrl<T> <S> <acute> 	: "\xc5\x9a"	Sacute
++Ctrl<T> <acute> <Z>		: "\xc4\xbe"	Zacute
++Ctrl<T> <Z> <acute> 	: "\xc4\xbe"	Zacute
++Ctrl<T> <acute> <n>		: "\xc5\x84"	nacute
++Ctrl<T> <n> <acute> 	: "\xc5\x84"	nacute
++Ctrl<T> <acute> <r>		: "\xc5\x95"	racute
++Ctrl<T> <r> <acute> 	: "\xc5\x95"	racute
++Ctrl<T> <acute> <s>		: "\xc5\x9b"	sacute
++Ctrl<T> <s> <acute> 	: "\xc5\x9b"	sacute
++Ctrl<T> <acute> <z>		: "\xc5\xba"	zacute
++Ctrl<T> <z> <acute> 	: "\xc5\xba"	zacute
++Ctrl<T> <0> <O>		: "\xc2\xb0"	degree
++Ctrl<T> <o> <o> 		: "\xc2\xb0"	degree
++Ctrl<T> <comma> <S>		: "\xc5\x9e"	Scedilla
++Ctrl<T> <S> <comma> 	: "\xc5\x9e"	Scedilla
++Ctrl<T> <comma> <T>		: "\xc5\xa2"	Tcedilla
++Ctrl<T> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++Ctrl<T> <comma> <s>		: "\xc5\x9f"	scedilla
++Ctrl<T> <s> <comma> 	: "\xc5\x9f"	scedilla
++Ctrl<T> <comma> <t>		: "\xc5\xa3"	tcedilla
++Ctrl<T> <t> <comma> 	: "\xc5\xa3"	tcedilla
++Ctrl<T> <caron> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <caron> 	: "\xc4\x8c"	Ccaron
++Ctrl<T> <caron> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <caron> 	: "\xc4\x8e"	Dcaron
++Ctrl<T> <caron> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <caron> 	: "\xc4\x9a"	Ecaron
++Ctrl<T> <caron> <L>		: "\xc4\xbd"	Lcaron
++Ctrl<T> <L> <caron> 	: "\xc4\xbd"	Lcaron
++Ctrl<T> <caron> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <caron>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <caron> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <caron> 	: "\xc5\x98"	Rcaron
++Ctrl<T> <caron> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <caron> 	: "\xc5\xa0"	Scaron
++Ctrl<T> <caron> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <caron> 	: "\xc5\xa4"	Tcaron
++Ctrl<T> <caron> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <caron> 	: "\xc5\xae"	Uring
++Ctrl<T> <caron> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <caron> 	: "\xc4\x8d"	ccaron
++Ctrl<T> <caron> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <caron> 	: "\xc4\x8f"	dcaron
++Ctrl<T> <caron> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <caron> 	: "\xc4\x9b"	ecaron
++Ctrl<T> <caron> <l>		: "\xc4\xbe"	lcaron
++Ctrl<T> <l> <caron> 	: "\xc4\xbe"	lcaron
++Ctrl<T> <caron> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <caron> 	: "\xc5\x88"	ncaron
++Ctrl<T> <caron> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <caron> 	: "\xc5\x99"	rcaron
++Ctrl<T> <caron> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <caron> 	: "\xc5\xa1"	scaron
++Ctrl<T> <caron> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <caron> 	: "\xc5\xa5"	tcaron
++Ctrl<T> <caron> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <caron> 	: "\xc5\xaf"	uring
++Ctrl<T> <v> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <v> 		: "\xc4\x8c"	Ccaron
++Ctrl<T> <v> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <v> 		: "\xc4\x8e"	Dcaron
++Ctrl<T> <v> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <v> 		: "\xc4\x9a"	Ecaron
++Ctrl<T> <v> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <v>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <v> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <v> 		: "\xc5\x98"	Rcaron
++Ctrl<T> <v> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <v> 		: "\xc5\xa4"	Tcaron
++Ctrl<T> <v> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <v> 		: "\xc5\xae"	Uring
++Ctrl<T> <v> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <v> 		: "\xc4\x8d"	ccaron
++Ctrl<T> <v> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <v> 		: "\xc4\x8f"	dcaron
++Ctrl<T> <v> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <v> 		: "\xc4\x9b"	ecaron
++Ctrl<T> <v> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <v> 		: "\xc5\x88"	ncaron
++Ctrl<T> <v> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <v> 		: "\xc5\x99"	rcaron
++Ctrl<T> <v> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <v> 		: "\xc5\xa5"	tcaron
++Ctrl<T> <v> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <v> 		: "\xc5\xaf"	uring
++Ctrl<T> <breve> <A>		: "\xc4\x82"	Abreve
++Ctrl<T> <A> <breve> 	: "\xc4\x82"	Abreve
++Ctrl<T> <breve> <a>		: "\xc4\x83"	abreve
++Ctrl<T> <a> <breve> 	: "\xc4\x83"	abreve
++Ctrl<T> <ogonek> <A>	: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++Ctrl<T> <ogonek> <E>	: "\xc4\x98"	Eogonek
++Ctrl<T> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++Ctrl<T> <ogonek> <a> 	: "\xc4\x85"	aogonek
++Ctrl<T> <a> <ogonek> 	: "\xc4\x85"	aogonek
++Ctrl<T> <ogonek> <e> 	: "\xc4\x99"	eogonek
++Ctrl<T> <e> <ogonek> 	: "\xc4\x99"	eogonek
++Ctrl<T> <E> <a> 		: "\xc4\x98"	Eogonek
++Ctrl<T> <e> <a> 		: "\xc4\x99"	eogonek
++Ctrl<T> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++Ctrl<T> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++Ctrl<T> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <period> <U>	: "\xc5\xae"	Uring
++Ctrl<T> <U> <period> 	: "\xc5\xae"	Uring
++Ctrl<T> <period> <u>	: "\xc5\xaf"	uring
++Ctrl<T> <u> <period> 	: "\xc5\xaf"	uring
++Ctrl<T> <period> <z>	: "\xc5\xbc"	zabovedot
++Ctrl<T> <z> <period> 	: "\xc5\xbc"	zabovedot
++Ctrl<T> <period> <Z>	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <a> <space>         : "\xcb\x9b"    ogonek
++Ctrl<T> <u> <space>         : "\xcb\x98"    breve
++Ctrl<T> <v> <space>         : "\xcb\x87"    caron
++Ctrl<T> <quotedbl> <space>  : "\xcb\x9d"    doubleacute
++Ctrl<T> <A> <u>             : "\xc4\x82"    Abreve
++Ctrl<T> <C> <apostrophe>    : "\xc4\x86"    Cacute
++Ctrl<T> <L> <apostrophe>    : "\xc4\xb9"    Lacute
++Ctrl<T> <L> <slash>         : "\xc5\x81"    Lstroke
++Ctrl<T> <L> <greater>       : "\xc4\xbd"    Lcaron
++Ctrl<T> <N> <apostrophe>    : "\xc5\x83"    Nacute
++Ctrl<T> <S> <apostrophe>    : "\xc5\x9a"    Sacute
++Ctrl<T> <R> <apostrophe>    : "\xc5\x94"    Racute
++Ctrl<T> <U> <asterisk>      : "\xc5\xae"    Uring
++Ctrl<T> <Z> <apostrophe>    : "\xc5\xb9"    Zacute
++Ctrl<T> <a> <u>             : "\xc4\x83"    abreve
++Ctrl<T> <c> <apostrophe>    : "\xc4\x87"    cacute
++Ctrl<T> <l> <apostrophe>    : "\xc4\xba"    lacute
++Ctrl<T> <l> <slash>         : "\xc5\x82"    lstroke
++Ctrl<T> <l> <greater>       : "\xc4\xbe"    lcaron
++Ctrl<T> <n> <apostrophe>    : "\xc5\x84"    nacute
++Ctrl<T> <s> <apostrophe>    : "\xc5\x9b"    sacute
++Ctrl<T> <r> <apostrophe>    : "\xc5\x95"    racute
++Ctrl<T> <u> <asterisk>      : "\xc5\xaf"    uring
++Ctrl<T> <z> <apostrophe>    : "\xc5\xba"    zacute
++XCOMM
++XCOMM Latin-3 sequences
++Ctrl<T> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <C> <greater>		: "\xc4\x88"	Ccircumflex
++Ctrl<T> <greater> <C>		: "\xc4\x88"	Ccircumflex
++
++Ctrl<T> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <c> <greater>		: "\xc4\x89"	ccircumflex
++Ctrl<T> <greater> <c>		: "\xc4\x89"	ccircumflex
++
++Ctrl<T> <period> <C>		: "\xc4\x8a"	Cabovedot
++Ctrl<T> <C> <period> 		: "\xc4\x8a"	Cabovedot
++
++Ctrl<T> <period> <c>		: "\xc4\x8b"	cabovedot
++Ctrl<T> <c> <period> 		: "\xc4\x8b"	cabovedot
++
++Ctrl<T> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <G> <greater>		: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <greater> <G>		: "\xc4\x9c"	Gcircumflex
++
++Ctrl<T> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <g> <greater>		: "\xc4\x9d"	gcircumflex
++Ctrl<T> <greater> <g>		: "\xc4\x9d"	gcircumflex
++
++Ctrl<T> <period> <G>		: "\xc4\xa0"	Gabovedot
++Ctrl<T> <G> <period> 		: "\xc4\xa0"	Gabovedot
++
++Ctrl<T> <period> <g>		: "\xc4\xa1"	gabovedot
++Ctrl<T> <g> <period> 		: "\xc4\xa1"	gabovedot
++
++Ctrl<T> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <H> <greater>		: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <greater> <H>		: "\xc4\xa4"	Hcircumflex
++
++Ctrl<T> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <h> <greater>		: "\xc4\xa5"	hcircumflex
++Ctrl<T> <greater> <h>		: "\xc4\xa5"	hcircumflex
++
++Ctrl<T> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <J> <greater>		: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <greater> <J>		: "\xc4\xb4"	Jcircumflex
++
++Ctrl<T> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <j> <greater>		: "\xc4\xb5"	jcircumflex
++Ctrl<T> <greater> <j>		: "\xc4\xb5"	jcircumflex
++
++Ctrl<T> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <S> <greater>		: "\xc5\x9c"	Scircumflex
++Ctrl<T> <greater> <S>		: "\xc5\x9c"	Scircumflex
++
++Ctrl<T> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <s> <greater>		: "\xc5\x9d"	scircumflex
++Ctrl<T> <greater> <s>		: "\xc5\x9d"	scircumflex
++
++Ctrl<T> <U> <breve>		: "\xc5\xac"	Ubreve
++Ctrl<T> <breve> <U>		: "\xc5\xac"	Ubreve
++Ctrl<T> <U> <u>			: "\xc5\xac"	Ubreve
++Ctrl<T> <u> <U>			: "\xc5\xac"	Ubreve
++
++Ctrl<T> <u> <breve>		: "\xc5\xad"	ubreve
++Ctrl<T> <breve> <u>		: "\xc5\xad"	ubreve
++Ctrl<T> <u> <u>			: "\xc5\xad"	ubreve
++XCOMM
++XCOMM Latin-4 sequences
++Ctrl<T> <N> <N>             : "\xc5\x8a"    ENG
++Ctrl<T> <U> <a>		: "\xc5\xb2"	Uogonek
++Ctrl<T> <u> <a>		: "\xc5\xb3"	uogonek
++Ctrl<T> <k> <k>		: "\xc4\xb8"	kra
++Ctrl<T> <R> <comma>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <comma> <R>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <r> <comma>		: "\xc5\x97"	rcedilla
++Ctrl<T> <comma> <r>		: "\xc5\x97"	rcedilla
++Ctrl<T> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++Ctrl<T> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++Ctrl<T> <i> <asciitilde>	: "\xc4\xa9"	itilde
++Ctrl<T> <asciitilde> <i>	: "\xc4\xa9"	itilde
++Ctrl<T> <L> <comma>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <comma> <L>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <l> <comma>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <comma> <l>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <S> <v>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <V>		: "\xc5\xa0"	Scaron
++Ctrl<T> <v> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <V> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <s> <v>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <V>		: "\xc5\xa1"	scaron
++Ctrl<T> <v> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <V> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <E> <underscore>	: "\xc4\x92"	Emacron
++Ctrl<T> <underscore> <E>	: "\xc4\x92"	Emacron
++Ctrl<T> <e> <underscore>	: "\xc4\x93"	emacron
++Ctrl<T> <underscore> <e>	: "\xc4\x93"	emacron
++Ctrl<T> <G> <comma>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <comma> <G>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <g> <comma>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <comma> <g>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <T> <bar>		: "\xc5\xa6"	Tslash
++Ctrl<T> <bar> <T>		: "\xc5\xa6"	Tslash
++Ctrl<T> <t> <bar>		: "\xc5\xa7"	tslash
++Ctrl<T> <bar> <t>		: "\xc5\xa7"	tslash
++Ctrl<T> <n> <n>		: "\xc5\x8b" 	eng
++Ctrl<T> <d> <underscore>	: "\xc4\x91"
++Ctrl<T> <underscore> <d> 	: "\xc4\x91"
++Ctrl<T> <N> <comma>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <comma> <N>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <n> <comma>		: "\xc5\x86"	ncedilla
++Ctrl<T> <comma> <n>		: "\xc5\x86"	ncedilla
++Ctrl<T> <K> <comma>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <comma> <K>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <k> <comma>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <comma> <k>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <I> <a>		: "\xc4\xae"	Iogonek
++Ctrl<T> <a> <I>		: "\xc4\xae"	Iogonek
++Ctrl<T> <i> <a>		: "\xc4\xaf"	iogonek
++Ctrl<T> <a> <i>		: "\xc4\xaf"	iogonek
++Ctrl<T> <E> <period>	: "\xc4\x96"	Eabovedot
++Ctrl<T> <e> <period>	: "\xc4\x97"	eabovedot
++Ctrl<T> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++Ctrl<T> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++Ctrl<T> <u> <asciitilde>	: "\xc5\xa9"	utilde
++Ctrl<T> <asciitilde> <u>	: "\xc5\xa9"	utilde
++Ctrl<T> <U> <underscore>	: "\xc5\xaa"	Umacron
++Ctrl<T> <underscore> <U>	: "\xc5\xaa"	Umacron
++Ctrl<T> <u> <underscore>	: "\xc5\xab"	umacron
++Ctrl<T> <underscore> <u>	: "\xc5\xab"	umacron
++Ctrl<T> <I> <underscore>	: "\xc4\xaa"	Imacron
++Ctrl<T> <underscore> <I> 	: "\xc4\xaa"	Imacron
++Ctrl<T> <i> <underscore>	: "\xc4\xab"	imacron
++Ctrl<T> <underscore> <i> 	: "\xc4\xab"	imacron
++XCOMM
++XCOMM Latin-9 input sequences:
++<Multi_key> <o> <e> 		: "\xc5\x93"
++<Multi_key> <O> <E> 		: "\xc5\x92"
++<Multi_key> <Y> <quotedbl> 	: "\xc5\xb8"
++<Multi_key> <quotedbl> <Y> 	: "\xc5\xb8"
++Ctrl<T> <o> <e> 		: "\xc5\x93"
++Ctrl<T> <O> <E> 		: "\xc5\x92"
++Ctrl<T> <Y> <quotedbl> 		: "\xc5\xb8"
++Ctrl<T> <quotedbl> <Y>		: "\xc5\xb8"
++XCOMM
++XCOMM Rules for SunXK_FA_* keysyms:
++<SunFA_Acute> <apostrophe>	: "\xc2\xb4"
++<SunFA_Acute> <A>		: "\xc3\x81"
++<SunFA_Acute> <a>		: "\xc3\xa1"
++<SunFA_Acute> <C>		: "\xc4\x86"
++<SunFA_Acute> <c>		: "\xc4\x87"
++<SunFA_Acute> <E>		: "\xc3\x89"
++<SunFA_Acute> <e>		: "\xc3\xa9"
++<SunFA_Acute> <I>		: "\xc3\x8d"
++<SunFA_Acute> <i>		: "\xc3\xad"
++<SunFA_Acute> <L>		: "\xc4\xb9"
++<SunFA_Acute> <l>		: "\xc4\xba"
++<SunFA_Acute> <N>		: "\xc5\x83"
++<SunFA_Acute> <n>		: "\xc5\x84"
++<SunFA_Acute> <O>		: "\xc3\x93"
++<SunFA_Acute> <o>		: "\xc3\xb3"
++<SunFA_Acute> <R>		: "\xc5\x94"
++<SunFA_Acute> <r>		: "\xc5\x95"
++<SunFA_Acute> <space>		: "\x27"
++<SunFA_Acute> <S>		: "\xc5\x9a"
++<SunFA_Acute> <s>		: "\xc5\x9b"
++<SunFA_Acute> <U>		: "\xc3\x9a"
++<SunFA_Acute> <u>		: "\xc3\xba"
++<SunFA_Acute> <Y>		: "\xc3\x9d"
++<SunFA_Acute> <y>		: "\xc3\xbd"
++<SunFA_Acute> <Z>		: "\xc4\xbe"
++<SunFA_Acute> <z>		: "\xc5\xba"
++<SunFA_Cedilla> <comma>		: "\xc2\xb8"
++<SunFA_Cedilla> <C>		: "\xc3\x87"
++<SunFA_Cedilla> <c>		: "\xc3\xa7"
++<SunFA_Cedilla> <G>		: "\xc4\xa2"
++<SunFA_Cedilla> <g>		: "\xc4\xa3"
++<SunFA_Cedilla> <K>		: "\xc4\xb6"
++<SunFA_Cedilla> <k>		: "\xc4\xb7"
++<SunFA_Cedilla> <L>		: "\xc4\xbb"
++<SunFA_Cedilla> <l>		: "\xc4\xbc"
++<SunFA_Cedilla> <minus>		: "\xc2\xac"
++<SunFA_Cedilla> <N>		: "\xc5\x85"
++<SunFA_Cedilla> <n>		: "\xc5\x86"
++<SunFA_Cedilla> <R>		: "\xc5\x96"
++<SunFA_Cedilla> <r>		: "\xc5\x97"
++<SunFA_Cedilla> <S>		: "\xc5\x9e"
++<SunFA_Cedilla> <s>		: "\xc5\x9f"
++<SunFA_Cedilla> <T>		: "\xc5\xa2"
++<SunFA_Cedilla> <t>		: "\xc5\xa3"
++<SunFA_Circum> <0>		: "\xc2\xb0"
++<SunFA_Circum> <1>		: "\xc2\xb9"
++<SunFA_Circum> <2>		: "\xc2\xb2"
++<SunFA_Circum> <3>		: "\xc2\xb3"
++<SunFA_Circum> <A>		: "\xc3\x82"
++<SunFA_Circum> <a>		: "\xc3\xa2"
++<SunFA_Circum> <C>		: "\xc4\x88"
++<SunFA_Circum> <c>		: "\xc4\x89"
++<SunFA_Circum> <E>		: "\xc3\x8a"
++<SunFA_Circum> <e>		: "\xc3\xaa"
++<SunFA_Circum> <exclam>		: "\xc2\xa6"
++<SunFA_Circum> <G>		: "\xc4\x9c"
++<SunFA_Circum> <g>		: "\xc4\x9d"
++<SunFA_Circum> <H>		: "\xc4\xa4"
++<SunFA_Circum> <h>		: "\xc4\xa5"
++<SunFA_Circum> <I>		: "\xc3\x8e"
++<SunFA_Circum> <i>		: "\xc3\xae"
++<SunFA_Circum> <J>		: "\xc4\xb4"
++<SunFA_Circum> <j>		: "\xc4\xb5"
++<SunFA_Circum> <minus>		: "\xc2\xaf"
++<SunFA_Circum> <O>		: "\xc3\x94"
++<SunFA_Circum> <o>		: "\xc3\xb4"
++<SunFA_Circum> <period>		: "\xc2\xb7"
++<SunFA_Circum> <slash>		: "\x7c"
++<SunFA_Circum> <space>		: "\x5e"
++<SunFA_Circum> <S>		: "\xc5\x9c"
++<SunFA_Circum> <s>		: "\xc5\x9d"
++<SunFA_Circum> <underscore>	: "\xc2\xaf"
++<SunFA_Circum> <U>		: "\xc3\x9b"
++<SunFA_Circum> <u>		: "\xc3\xbb"
++<SunFA_Diaeresis> <A>		: "\xc3\x84"
++<SunFA_Diaeresis> <a>		: "\xc3\xa4"
++<SunFA_Diaeresis> <E>		: "\xc3\x8b"
++<SunFA_Diaeresis> <e>		: "\xc3\xab"
++<SunFA_Diaeresis> <I>		: "\xc3\x8f"
++<SunFA_Diaeresis> <i>		: "\xc3\xaf"
++<SunFA_Diaeresis> <O>		: "\xc3\x96"
++<SunFA_Diaeresis> <o>		: "\xc3\xb6"
++<SunFA_Diaeresis> <quotedbl>	: "\xc2\xa8"
++<SunFA_Diaeresis> <space>	: "\xc2\xa8"
++<SunFA_Diaeresis> <U>		: "\xc3\x9c"
++<SunFA_Diaeresis> <u>		: "\xc3\xbc"
++<SunFA_Diaeresis> <y>		: "\xc3\xbf"
++<SunFA_Diaeresis> <Y>		: "\xc5\xb8"
++<SunFA_Grave> <A>		: "\xc3\x80"
++<SunFA_Grave> <a>		: "\xc3\xa0"
++<SunFA_Grave> <E>		: "\xc3\x88"
++<SunFA_Grave> <e>		: "\xc3\xa8"
++<SunFA_Grave> <I>		: "\xc3\x8c"
++<SunFA_Grave> <i>		: "\xc3\xac"
++<SunFA_Grave> <O>		: "\xc3\x92"
++<SunFA_Grave> <o>		: "\xc3\xb2"
++<SunFA_Grave> <space>		: "\x60"
++<SunFA_Grave> <U>		: "\xc3\x99"
++<SunFA_Grave> <u>		: "\xc3\xb9"
++<SunFA_Tilde> <A>		: "\xc3\x83"
++<SunFA_Tilde> <a>		: "\xc3\xa3"
++<SunFA_Tilde> <N>		: "\xc3\x91"
++<SunFA_Tilde> <n>		: "\xc3\xb1"
++<SunFA_Tilde> <O>		: "\xc3\x95"
++<SunFA_Tilde> <o>		: "\xc3\xb5"
++<SunFA_Tilde> <space>		: "\x7e"
++END_STATE
++
++STATE "[ 斯拉夫文 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希腊文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯来文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16进制 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8进制 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韩文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 简体中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希腊文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯来文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16进制 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8进制 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韩文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 简体中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++<at>		: "\x22"	quotedbl
++<numbersign>	: "\xe2\x84\x96"	numerosign
++<dollar>	: "\x25"	percent
++<percent>	: "\x3a"	colon
++<asciicircum>	: "\x2c"	comma
++<ampersand>	: "\x2e"	period
++<asterisk>	: "\x3b"	semicolon
++<numerosign>	: "\xe2\x84\x96" numerosign
++<q>		: "\xd0\xb9"	Cyrillic_shorti
++<w>		: "\xd1\x86"	Cyrillic_tse
++<e>		: "\xd1\x83"	Cyrillic_u
++<r>		: "\xd0\xba"	Cyrillic_ka
++<t>		: "\xd0\xb5"	Cyrillic_ie
++<y>		: "\xd0\xbd"	Cyrillic_en
++<u>		: "\xd0\xb3"	Cyrillic_ghe
++<i>		: "\xd1\x88"	Cyrillic_sha
++<o>		: "\xd1\x89"	Cyrillic_shcha
++<p>		: "\xd0\xb7"	Cyrillic_ze
++<bracketleft>	: "\xd1\x85"	Cyrillic_ha
++<bracketright>	: "\xd1\x8a"	Cyrillic_hardsign
++<Q>		: "\xd0\x99"	Cyrillic_SHORTI
++<W>		: "\xd0\xa6"	Cyrillic_TSE
++<E>		: "\xd0\xa3"	Cyrillic_U
++<R>		: "\xd0\x9a"	Cyrillic_KA
++<T>		: "\xd0\x95"	Cyrillic_IE
++<Y>		: "\xd0\x9d"	Cyrillic_EN
++<U>		: "\xd0\x93"	Cyrillic_GHE
++<I>		: "\xd0\xa8"	Cyrillic_SHA
++<O>		: "\xd0\xa9"	Cyrillic_SHCHA
++<P>		: "\xd0\x97"	Cyrillic_ZE
++Lock<bracketleft> 	: "\xd0\xa5"	Cyrillic_HA
++Lock<bracketright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<braceleft> 	: "\xd0\xa5"	Cyrillic_HA
++<braceright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<a>		: "\xd1\x84"	Cyrillic_ef
++<s>		: "\xd1\x8b"	Cyrillic_yeru
++<d>		: "\xd0\xb2"	Cyrillic_ve
++<f>		: "\xd0\xb0"	Cyrillic_a
++<g>		: "\xd0\xbf"	Cyrillic_pe
++<h>		: "\xd1\x80"	Cyrillic_er
++<j>		: "\xd0\xbe"	Cyrillic_o
++<k>		: "\xd0\xbb"	Cyrillic_el
++<l>		: "\xd0\xb4"	Cyrillic_de
++<semicolon>	: "\xd0\xb6"	Cyrillic_zhe
++<quoteright>	: "\xd1\x8d"	Cyrillic_e
++<A>		: "\xd0\xa4"	Cyrillic_EF
++<S>		: "\xd0\xab"	Cyrillic_YERU
++<D>		: "\xd0\x92"	Cyrillic_VE
++<F>		: "\xd0\x90"	Cyrillic_A
++<G>		: "\xd0\x9f"	Cyrillic_PE
++<H>		: "\xd0\xa0"	Cyrillic_ER
++<J>		: "\xd0\x9e"	Cyrillic_O
++<K>		: "\xd0\x9b"	Cyrillic_EL
++<L>		: "\xd0\x94"	Cyrillic_DE
++<colon>		: "\xd0\x96"	Cyrillic_ZHE
++<quotedbl>	: "\xd0\xad"	Cyrillic_E
++<z>		: "\xd1\x8f"	Cyrillic_ya
++<x>		: "\xd1\x87"	Cyrillic_che
++<c>		: "\xd1\x81"	Cyrillic_es
++<v>		: "\xd0\xbc"	Cyrillic_em
++<b>		: "\xd0\xb8"	Cyrillic_i
++<n>		: "\xd1\x82"	Cyrillic_te
++<m>		: "\xd1\x8c"	Cyrillic_softsign
++<comma>		: "\xd0\xb1"	Cyrillic_be
++<period>	: "\xd1\x8e"	Cyrillic_yu
++<slash>		: "\xd1\x91"	Cyrillic_io
++<Z>		: "\xd0\xaf"	Cyrillic_YA
++<X>		: "\xd0\xa7"	Cyrillic_CHE
++<C>		: "\xd0\xa1"	Cyrillic_ES
++<V>		: "\xd0\x9c"	Cyrillic_EM
++<B>		: "\xd0\x98"	Cyrillic_I
++<N>		: "\xd0\xa2"	Cyrillic_TE
++<M>		: "\xd0\xac"	Cyrillic_SOFTSIGN
++<less>		: "\xd0\x91"	Cyrillic_BE
++<greater>	: "\xd0\xae"	Cyrillic_YU
++<question>	: "\xd0\x81"	Cyrillic_IO
++
++END_STATE
++
++STATE "[ 希腊文 ]"
++Ctrl<space> 		: SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯来文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16进制 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8进制 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韩文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 简体中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯来文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16进制 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8进制 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韩文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 简体中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++XCOMM
++XCOMM Key sequences for euro sign:
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++Alt<e>			: "\xe2\x82\xac"
++Alt<E>			: "\xe2\x82\xac"
++Alt<4>			: "\xe2\x82\xac"
++Alt<5>			: "\xe2\x82\xac"
++Meta<e>			: "\xe2\x82\xac"
++Meta<E>			: "\xe2\x82\xac"
++Meta<4>			: "\xe2\x82\xac"
++Meta<5>			: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
++XCOMM
++XCOMM The following seven mappings are not appropriate here; this kind of mappings
++XCOMM should be done at the keytable level at /usr/openwin/share/etc/keytables,
++XCOMM not in the Compose file.
++XCOMM<at>		: "\x22"	quotedbl
++XCOMM<numbersign>	: "\xcf\x80"	numerosign
++XCOMM<dollar>	: "\x25"	percent
++XCOMM<percent>	: "\x3a"	colon
++XCOMM<asciicircum>	: "\x2c"	comma
++XCOMM<ampersand>	: "\x2e"	period
++XCOMM<asterisk>	: "\x3b"	semicolon
++
++<q>		: "\x3b"	semicolon
++<w>		: "\xcf\x82"	Greek_sigma
++<e>		: "\xce\xb5"	Greek_epsilon
++<r>		: "\xcf\x81"	Greek_rho
++<t>		: "\xcf\x84"	Greek_tau
++<y>		: "\xcf\x85"	Greek_upsilon
++<u>		: "\xce\xb8"	Greek_theta
++<i>		: "\xce\xb9"	Greek_iota
++<o>		: "\xce\xbf"	Greek_omicron
++<p>		: "\xcf\x80"	Greek_pi
++<Greek_sigma>	: "\xcf\x82"	Greek_sigma
++<Greek_epsilon>	: "\xce\xb5"	Greek_epsilon
++<Greek_rho>	: "\xcf\x81"	Greek_rho
++<Greek_tau>	: "\xcf\x84"	Greek_tau
++<Greek_upsilon>	: "\xcf\x85"	Greek_upsilon
++<Greek_theta>	: "\xce\xb8"	Greek_theta
++<Greek_iota>	: "\xce\xb9"	Greek_iota
++<Greek_omicron>	: "\xce\xbf"	Greek_omicron
++<Greek_pi>	: "\xcf\x80"	Greek_pi
++<Q>		: "\x3a"	colon
++<W>		: "\xce\xa3"	Greek_SIGMA
++<E>		: "\xce\x95"	Greek_EPSILON
++<R>		: "\xce\xa1"	Greek_RHO
++<T>		: "\xce\xa4"	Greek_TAU
++<Y>		: "\xce\xa5"	Greek_UPSILON
++<U>		: "\xce\x98"	Greek_THETA
++<I>		: "\xce\x99"	Greek_IOTA
++<O>		: "\xce\x9f"	Greek_OMICRON
++<P>		: "\xce\xa0"	Greek_PI
++<Greek_SIGMA>	: "\xce\xa3"	Greek_SIGMA
++<Greek_EPSILON>	: "\xce\x95"	Greek_EPSILON
++<Greek_RHO>	: "\xce\xa1"	Greek_RHO
++<Greek_TAU>	: "\xce\xa4"	Greek_TAU
++<Greek_UPSILON>	: "\xce\xa5"	Greek_UPSILON
++<Greek_THETA>	: "\xce\x98"	Greek_THETA
++<Greek_IOTA>	: "\xce\x99"	Greek_IOTA
++<Greek_OMICRON>	: "\xce\x9f"	Greek_OMICRON
++<Greek_PI>	: "\xce\xa0"	Greek_PI
++<a>		: "\xce\xb1"	Greek_alpha
++<s>		: "\xcf\x83"	Greek_finalsmallsigma
++<d>		: "\xce\xb4"	Greek_delta
++<f>		: "\xcf\x86"	Greek_phi
++<g>		: "\xce\xb3"	Greek_gamma
++<h>		: "\xce\xb7"	Greek_eta
++<j>		: "\xce\xbe"	Greek_xi
++<k>		: "\xce\xba"	Greek_kappa
++<l>		: "\xce\xbb"	Greek_lamda
++<Greek_alpha>	: "\xce\xb1"	Greek_alpha
++<Greek_finalsmallsigma>	: "\xcf\x83"	Greek_finalsmallsigma
++<Greek_delta>	: "\xce\xb4"	Greek_delta
++<Greek_phi>	: "\xcf\x86"	Greek_phi
++<Greek_gamma>	: "\xce\xb3"	Greek_gamma
++<Greek_eta>	: "\xce\xb7"	Greek_eta
++<Greek_xi>	: "\xce\xbe"	Greek_xi
++<Greek_kappa>	: "\xce\xba"	Greek_kappa
++<Greek_lamda>	: "\xce\xbb"	Greek_lamda
++<A>		: "\xce\x91"	Greek_ALPHA
++<S>		: "\xce\xa3"	Greek_SIGMA
++<D>		: "\xce\x94"	Greek_DELTA
++<F>		: "\xce\xa6"	Greek_PHI
++<G>		: "\xce\x93"	Greek_GAMMA
++<H>		: "\xce\x97"	Greek_ETA
++<J>		: "\xce\x9e"	Greek_XI
++<K>		: "\xce\x9a"	Greek_KAPPA
++<L>		: "\xce\x9b"	Greek_LAMDA
++<Greek_ALPHA>	: "\xce\x91"	Greek_ALPHA
++<Greek_DELTA>	: "\xce\x94"	Greek_DELTA
++<Greek_PHI>	: "\xce\xa6"	Greek_PHI
++<Greek_GAMMA>	: "\xce\x93"	Greek_GAMMA
++<Greek_ETA>	: "\xce\x97"	Greek_ETA
++<Greek_XI>	: "\xce\x9e"	Greek_XI
++<Greek_KAPPA>	: "\xce\x9a"	Greek_KAPPA
++<Greek_LAMDA>	: "\xce\x9b"	Greek_LAMDA
++<z>		: "\xce\xb6"	Greek_zeta
++<x>		: "\xcf\x87"	Greek_chi
++<c>		: "\xcf\x88"	Greek_psi
++<v>		: "\xcf\x89"	Greek_omega
++<b>		: "\xce\xb2"	Greek_beta
++<n>		: "\xce\xbd"	Greek_nu
++<m>		: "\xce\xbc"	Greek_mu
++<Greek_zeta>	: "\xc2\x98"	Greek_zeta
++<Greek_chi>	: "\xcf\x87"	Greek_chi
++<Greek_psi>	: "\xcf\x88"	Greek_psi
++<Greek_omega>	: "\xcf\x89"	Greek_omega
++<Greek_beta>	: "\xce\xb2"	Greek_beta
++<Greek_nu>	: "\xce\xbd"	Greek_nu
++<Greek_mu>	: "\xce\xbc"	Greek_mu
++<Z>		: "\xce\x96"	Greek_ZETA
++<X>		: "\xce\xa7"	Greek_CHI
++<C>		: "\xce\xa8"	Greek_PSI
++<V>		: "\xce\xa9"	Greek_OMEGA
++<B>		: "\xce\x92"	Greek_BETA
++<N>		: "\xce\x9d"	Greek_NU
++<M>		: "\xce\x9c"	Greek_MU
++<less>		: "\x3b"	semicolon
++<greater>	: "\x3a"	colon
++<question>	: "\xc2\xb7"	periodcentered
++<Greek_ZETA>	: "\xce\x96"	Greek_ZETA
++<Greek_CHI>	: "\xce\xa7"	Greek_CHI
++<Greek_PSI>	: "\xce\xa8"	Greek_PSI
++<Greek_OMEGA>	: "\xce\xa9"	Greek_OMEGA
++<Greek_BETA>	: "\xce\x92"	Greek_BETA
++<Greek_NU>	: "\xce\x9d"	Greek_NU
++<Greek_MU>	: "\xce\x9c"	Greek_MU
++<periodcentered> : "\xc2\xb7"	periodcentered
++
++XCOMM
++XCOMM XK_dead_acute and XK_dead_diaeresis defined in Greece*.kt keytable files.
++XCOMM XK_Greek_* are not defined in Greece*.kt keytable files. Nonetheless, we 
++XCOMM keep them here for user-defined keytable file possibility.
++<dead_acute> <Greek_alpha>	:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <Greek_epsilon>	:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <Greek_eta>	:"\xce\xae"	Greek_etaaccent
++<dead_acute> <Greek_iota>	:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <Greek_omicron>	:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <Greek_upsilon>	:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <Greek_omega>	:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <Greek_ALPHA>	:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <Greek_EPSILON>	:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <Greek_ETA>	:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <Greek_IOTA>	:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <Greek_OMICRON>	:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Greek_UPSILON>	:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <Greek_OMEGA>	:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_acute> <a>		:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <e>		:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <h>		:"\xce\xae"	Greek_etaaccent
++<dead_acute> <i>		:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <o>		:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <y>		:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <v>		:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <A>		:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <E>		:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <H>		:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <I>		:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <O>		:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Y>		:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <V>		:"\xce\x8f"	Greek_OMEGAaccent
++
++<semicolon> <a>			:"\xce\xac"	Greek_alphaaccent
++<semicolon> <e>			:"\xce\xad"	Greek_epsilonaccent
++<semicolon> <h>			:"\xce\xae"	Greek_etaaccent
++<semicolon> <i>			:"\xce\xaf"	Greek_iotaaccent
++<semicolon> <o>			:"\xcf\x8c"	Greek_omicronaccent
++<semicolon> <y>			:"\xcf\x8d"	Greek_upsilonaccent
++<semicolon> <v>			:"\xcf\x8e"	Greek_omegaaccent
++<semicolon> <A>			:"\xce\x86"	Greek_ALPHAaccent
++<semicolon> <E>			:"\xce\x88"	Greek_EPSILONaccent
++<semicolon> <H>			:"\xce\x89"	Greek_ETAaccent
++<semicolon> <I>			:"\xce\x8a"	Greek_IOTAaccent
++<semicolon> <O>			:"\xce\x8c"	Greek_OMICRONaccent
++<semicolon> <Y>			:"\xce\x8e"	Greek_UPSILONaccent
++<semicolon> <V>			:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_diaeresis> <Greek_iota>	:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <Greek_upsilon> :"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <Greek_IOTA>	:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Greek_UPSILON> :"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_diaeresis> <i>		:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <y>		:"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <I>		:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Y>		:"\xce\xab"	Greek_UPSILONdieresis
++
++<colon> <i>			:"\xcf\x8a"	Greek_iotadieresis
++<colon> <y>			:"\xcf\x8b"	Greek_upsilondieresis
++<colon> <I>			:"\xce\xaa"	Greek_IOTAdiaeresis
++<colon> <Y>			:"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_acute> <dead_diaeresis> <Greek_upsilon>	:"\xce\xb0"
++<dead_diaeresis> <dead_acute> <Greek_upsilon>	:"\xce\xb0"
++<dead_acute> <dead_diaeresis> <Greek_iota>	:"\xce\x90"
++<dead_diaeresis> <dead_acute> <Greek_iota>	:"\xce\x90"
++
++<dead_acute> <dead_diaeresis> <y> :"\xce\xb0"
++<dead_diaeresis> <dead_acute> <y> :"\xce\xb0"
++<dead_acute> <dead_diaeresis> <i> :"\xce\x90"
++<dead_diaeresis> <dead_acute> <i> :"\xce\x90"
++
++<semicolon> <colon> <y>		:"\xce\xb0"
++<colon> <semicolon> <y>		:"\xce\xb0"
++<semicolon> <colon> <i>		:"\xce\x90"
++<colon> <semicolon> <i>		:"\xce\x90"
++
++XCOMM
++XCOMM The following special key sequences are for Tonos, Diaeresis/Dialytica,
++XCOMM and Dialytika Tonos.
++<semicolon> <semicolon>		:"\xce\x84"
++<colon> <colon>			:"\xc2\xa8"
++<semicolon> <colon> <semicolon> <colon> :"\xce\x85"
++<colon> <semicolon> <colon> <semicolon> :"\xce\x85"
++
++<ordfeminine> <0>		:"\xc2\xb1"	plusminus
++<ordfeminine> <1>		:"\xc2\xa7"	section
++<ordfeminine> <2>		:"\xc2\xb2"	twosuperior	
++<ordfeminine> <3>		:"\xc2\xb3"	threesuperior
++<ordfeminine> <4>		:""
++<ordfeminine> <5>		:"\xc2\xa6"	brokenbar
++<ordfeminine> <6>		:"\xc2\xa9"	copyright
++<ordfeminine> <7>		:"\xc2\xac"	notequal
++<ordfeminine> <8>		:"\xc2\xad"	hyphen
++<ordfeminine> <9>		:"\xc2\xb0"	degree
++<ordfeminine> <hyphen>		:"\xc2\xbd"	onehalf
++<ordfeminine> <equal>		:""
++<ordfeminine> <backslash>	:"\xc2\xa3"	sterling
++<ordfeminine> <braceleft>	:"\xca\xbd"
++<ordfeminine> <braceright>	:"\xca\xbc"
++<ordfeminine> <bracketleft>	:"\xc2\xab"	guillemotleft
++<ordfeminine> <bracketright>	:"\xc2\xbb"	guillemotright
++
++END_STATE
++
++STATE "[ 阿拉伯文 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希腊文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯来文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16进制 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8进制 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韩文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 简体中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希腊文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯来文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16进制 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8进制 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韩文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 简体中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++XCOMM <0> Arabic-Indic Digit Zero
++<0>		: "\xd9\xa0"
++XCOMM <1> Arabic-Indic Digit One
++<1>		: "\xd9\xa1"
++XCOMM <2> Arabic-Indic Digit Two
++<2>		: "\xd9\xa2"
++XCOMM <3> Arabic-Indic Digit Three
++<3>		: "\xd9\xa3"
++XCOMM <4> Arabic-Indic Digit Four
++<4>		: "\xd9\xa4"
++XCOMM <5> Arabic-Indic Digit Five
++<5>		: "\xd9\xa5"
++XCOMM <6> Arabic-Indic Digit Six
++<6>		: "\xd9\xa6"
++XCOMM <7> Arabic-Indic Digit Seven
++<7>		: "\xd9\xa7"
++XCOMM <8> Arabic-Indic Digit Eight
++<8>		: "\xd9\xa8"
++XCOMM <9> Arabic-Indic Digit Nine
++<9>		: "\xd9\xa9"
++
++<a>             : "\xd8\xb4"
++<A>             : "\x5c"
++<apostrophe>    : "\xd8\xb7"
++<asciitilde>    : "\xd9\x91"
++<b>             : "\xd9\x84\xd8\xa7"
++<B>             : "\xd9\x84\xd8\xa2"
++<backslash>     : "\xd9\x80"
++<bracketleft>   : "\xd8\xac"
++<bracketright>  : "\xd8\xaf"
++<c>             : "\xd8\xa4"
++<C>             : "\xd9\x8d"
++<comma>         : "\xd9\x88"
++<d>             : "\xd9\x8a"
++<D>             : "\x5d"
++<e>             : "\xd8\xab"
++<E>             : "\xd9\x8f"
++<f>             : "\xd8\xa8"
++<F>             : "\x5b"
++<g>             : "\xd9\x84"
++<G>             : "\xd9\x84\xd8\xa3"
++<grave>         : "\xd8\xb0"
++<greater>       : "\x2e"
++<h>             : "\xd8\xa7"
++<H>             : "\xd8\xa3"
++<i>             : "\xd9\x87"
++<j>             : "\xd8\xaa"
++<k>             : "\xd9\x86"
++<K>             : "\xd8\x8c"
++<l>             : "\xd9\x85"
++<L>             : "\x2f"
++<m>             : "\xd8\xa9"
++XCOMM previously <M>             : "\xd9\x8f"
++<M>             : "\xd9\xac"
++<n>             : "\xd9\x89"
++<N>             : "\xd8\xa2"
++<o>             : "\xd8\xae"
++<p>             : "\xd8\xad"
++<P>             : "\xd8\x9b"
++<period>        : "\xd8\xb2"
++<q>             : "\xd8\xb6"
++<Q>             : "\xd9\x8e"
++<question>      : "\xd8\x9f"
++<r>             : "\xd9\x82"
++<R>             : "\xd9\x8c"
++<s>             : "\xd8\xb3"
++<semicolon>     : "\xd9\x83"
++<slash>         : "\xd8\xb8"
++<smaller>       : "\x2c"
++<t>             : "\xd9\x81"
++<u>             : "\xd8\xb9"
++<v>             : "\xd8\xb1"
++<V>             : "\xd9\x90"
++<w>             : "\xd8\xb5"
++<W>             : "\xd9\x8b"
++<x>             : "\xd8\xa1"
++<y>             : "\xd8\xba"
++<Y>             : "\xd8\xa5"
++<z>             : "\xd8\xa6"
++END_STATE
++
++
++STATE "[ 希伯来文 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希腊文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16进制 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8进制 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韩文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 简体中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希腊文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16进制 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8进制 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韩文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 简体中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++<q>                 : "\x2f"
++<w>                 : "\x27"
++<e>                 : "\xd7\xa7"
++<r>                 : "\xd7\xa8"
++<t>                 : "\xd7\x90"
++<y>                 : "\xd7\x98"
++<u>                 : "\xd7\x95"
++<i>                 : "\xd7\x9f"
++<o>                 : "\xd7\x9d"
++<p>                 : "\xd7\xa4"
++<a>                 : "\xd7\xa9"
++<s>                 : "\xd7\x93"
++<d>                 : "\xd7\x92"
++<f>                 : "\xd7\x9b"
++<g>                 : "\xd7\xa2"
++<h>                 : "\xd7\x99"
++<j>                 : "\xd7\x97"
++<k>                 : "\xd7\x9c"
++<l>                 : "\xd7\x9a"
++<semicolon>         : "\xd7\xa3"
++<z>                 : "\xd7\x96"
++<x>                 : "\xd7\xa1"
++<c>                 : "\xd7\x91"
++<v>                 : "\xd7\x94"
++<b>                 : "\xd7\xa0"
++<n>                 : "\xd7\x9e"
++<m>                 : "\xd7\xa6"
++<comma>             : "\xd7\xaa"
++<period>            : "\xd7\xa5"
++<slash>             : "\x2f"
++<grave>             : "\x3b"
++<apostrophe>        : "\x2c"
++END_STATE
++
++STATE "[ Unicode 16进制 ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:       4       # 1|2|3|4|5|,...
++                                # when the number of input sequence
++                                # reaches to the given number,
++                                # conversion occurs automatically.
++
++TYPE_OF_INPUT:          HEX     # HEX or OCTET. The default is HEX.
++                                # If it's HEX, valid input is: 0-9,
++                                # a-f, A-F.
++                                # If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :               DO_LOOKUP
++<space> :               DO_CONV
++                                # force to convert input sequence into
++                                # a character before MAX_INPUT_LENGTH
++                                # of characters are input.
++Ctrl<n> :     NEXT_PAGE
++Ctrl<p> :     PREV_PAGE
++Ctrl<a> :     TOP_PAGE
++Ctrl<e> :     LAST_PAGE
++<Right>	:     NEXT_CAND
++<Left>	:     PREV_CAND
++<Up>	:     UP_CAND
++<Down>  :     DOWN_CAND
++Ctrl<k>	:     SELECT_CAND
++XCOMM end of actions
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希腊文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯来文 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8进制 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韩文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 简体中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希腊文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯来文 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8进制 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韩文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 简体中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++END_STATE
++
++STATE "[ Unicode 8进制 ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:       6       # 1|2|3|4|5|,...
++                                # when the number of input sequence
++                                # reaches to the given number,
++                                # conversion occurs automatically.
++
++TYPE_OF_INPUT:          OCTET   # HEX or OCTET. The default is HEX.
++                                # If it's HEX, valid input is: 0-9,
++                                # a-f, A-F.
++                                # If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :               DO_LOOKUP
++<space> :               DO_CONV
++                                # force to convert input sequence into
++                                # a character before MAX_INPUT_LENGTH
++                                # of characters are input.
++Ctrl<n> :     NEXT_PAGE
++Ctrl<p> :     PREV_PAGE
++Ctrl<a> :     TOP_PAGE
++Ctrl<e> :     LAST_PAGE
++<Right>	:     NEXT_CAND
++<Left>	:     PREV_CAND
++<Up>	:     UP_CAND
++<Down>  :     DOWN_CAND
++Ctrl<k>	:     SELECT_CAND
++XCOMM end of actions
++Ctrl<space> 		: SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希腊文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯来文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16进制 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韩文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 简体中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希腊文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯来文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16进制 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韩文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 简体中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++END_STATE
++
++STATE "[ 查找表 ]"
++STATE_TYPE: LOOKUP
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希腊文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯来文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16进制 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8进制 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韩文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 简体中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁体中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希腊文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯来文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16进制 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8进制 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韩文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 简体中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁体中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁体中文 (香港) ]"
++
++XCOMM attributes
++MAX_NUMBER_OF_ROWS :		6
++MAX_NUMBER_OF_COLUMNS :		16
++MAX_NUMBER_OF_CANDIDATES :	80	# <= 94 best if it's multiple of 16
++TITLE_STRING:	"查找表窗口"
++FONTSET:	"-dt-interface user-medium-r-normal-s*utf*-*-*-*-*-*-*-*-*"
++POSITION: CURSOR	# CURSOR/CLIENT
++PLACEMENT: BOTTOM	# TOP/BOTTOM/LEFT/RIGHT
++"a - 基本拉丁语"       :       0x0000 0x007f
++"b - 拉丁语 1"           :       0x0080 0x00ff
++"c - 扩展的拉丁语 A"  :       0x0100 0x017f
++"d - 扩展的拉丁语 B"  :       0x0180 0x024f
++XCOMM 无 IPA 扩展     :       0x0250 0x02af
++"e - 空格修改字符"  :       0x02b0 0x02ff
++XCOMM无合并 Diaetrical 标记        :        0x0300 0x036f
++"f - 希腊文"     :       0x0370 0x03ff
++"g - 西里尔文"  :       0x0400 0x04ff
++XCOMM 无亚美尼亚文':       0x0530 0x058f
++"h - 希伯来文"    :       0x0590 0x05ff
++"i - 阿拉伯语"    :       0x0600 0x06ff
++"H - 印地文" :       0x0900 0x097f
++XCOMM 无 孟加拉语  :       0x0980 0x09ff
++XCOMM 无 Gurmukhi  :       0x0a00 0x0a7f
++XCOMM 无 Gujarati  :       0x0a80 0x0aff
++XCOMM 无 Oriya     :       0x0b00 0x0b7f
++XCOMM 无 坦米尔语  :       0x0b80 0x0bff
++XCOMM 无 Telugu    :       0x0c00 0x0c7f
++XCOMM 无 坎那达语  :       0x0c80 0x0cff
++XCOMM 无 马来亚拉姆语 :       0x0d00 0x0d7f
++"j - 泰语"      :       0x0e00 0x0e7f
++XCOMM 无 寮语       :       0x0e80 0x0eff
++XCOMM 无 藏语   :       0x0f00 0x0fbf
++XCOMM 无 乔治亚语  :       0x10a0 0x10ff
++XCOMM 无 Hangul Jamo       :       0x1100 0x11ff
++XCOMM 无额外扩展的拉丁文  : 0x1e00 0x1eff
++XCOMM 无扩展的希腊文    :  0x1f00 0x1fff
++"k - 通用标点符号"       :       0x2000 0x206f
++"l - 上标符号 下标符号"  :  0x2070 0x209f
++"m - 货币符号"  :       0x20a0 0x20cf
++XCOMM 无符号的合并 Diacritical 标记:  0x20d0 0x20ff
++"n - 像字符的符号"        :  0x2100 0x214f
++"o - 数字表单"      :       0x2150 0x218f
++"p - 箭头"    :       0x2190 0x21ff
++"q - 数学运算符"    : 0x2200 0x22ff
++"r - 杂项技术"     : 0x2300 0x23ff
++XCOMM 无控制图片    :       0x2400 0x243f
++XCOMM 无光学字符辨识  :      0x2440 0x245f
++"s - 所包含的字母与数字"  :    0x2460 0x24ff
++"t - 空格绘制"       :       0x2500 0x257f
++"u - 块元素"      :       0x2580 0x259f
++"v - 几何形状"       :      0x25a0 0x25ff
++"w - 杂项符号"       : 0x2600 0x26ff
++XCOMM 无 Dingbats     :       0x2700 0x27bf 
++"x - CJK 符号和标点符号"       :  0x3000 0x303f 
++"y - 平假名"  :       0x3040 0x309f
++"z -片假名"  :       0x30a0 0x30ff 
++"0 - Bopomofo" :       0x3100 0x312f 
++"1 - Hangul 兼容性 Jamo" :       0x3130 0x318f 
++XCOMM N/A Kanbun   :   0x3190 0x319f 
++"2 - 包含的 CJK 字符和月份"   :       0x3200 0x32ff 
++"3 - CJK 兼容性" :       0x3300 0x33ff 
++"4 - CJK 一致的表意文字"    :       0x4e00 0x9fa5 
++"5 -Hangul 音节"  :       0xac00 0xd7a3 
++XCOMM 无高代用品   :       0xd800 0xdb7f 
++XCOMM 无私人使用高代用品       :       0xdb80 0xdbff 
++XCOMM无低代用品     :       0xdc00 0xdfff 
++XCOMM 无私人使用本地  :   0xe000 0xf8ff 
++"6 - CJK 兼容表意文字"      : 0xf900 0xfaff 
++XCOMM 无照字母顺序呈现的表单 :       0xfb00 0xfb4f 
++XCOMM 无阿拉伯文呈现的表单-A :       0xfb50 0xfdff 
++XCOMM无合并一半置标      :       0xfe20 0xfe2f
++"7 - CJK 兼容的表单"   : 0xfe30 0xfe4f 
++"8 - 小表单变量"       :0xfe50 0xfe6f 
++XCOMM 无阿拉伯文呈现的表单-B       :       0xfe70 0xfeff
++"9 - Halfwidth 和 Fullwidth 表单"   :  0xff00 0xffef 
++"/ - 特殊符号"  :       0xfff0 0xffff
++XCOMM end of attributes
++
++XCOMM actions
++Ctrl<n> :     NEXT_PAGE
++Ctrl<p> :     PREV_PAGE
++Ctrl<a> :     TOP_PAGE
++Ctrl<e> :     LAST_PAGE
++<Right>	:     NEXT_CAND
++<Left>	:     PREV_CAND
++<Up>	:     UP_CAND
++<Down>  :     DOWN_CAND
++Ctrl<k>	:     SELECT_CAND
++XCOMM end of actions
++END_STATE
++
++STATE "[ 日文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++LANGUAGE : ja 
++END_STATE
++
++STATE "[ 简体中文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++LANGUAGE : zh_CN 
++END_STATE
++
++STATE "[ 繁体中文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++LANGUAGE : zh_TW
++END_STATE
++
++STATE "[ 韩文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++LANGUAGE : ko
++END_STATE
++
++STATE "[ 繁体中文 (香港) ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++LANGUAGE : zh_HK
++END_STATE
++
++STATE "[ 泰文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++LANGUAGE : th_TH
++END_STATE
++
++STATE "[ 印地文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/欧洲文 ]"
++LANGUAGE : in_IN
++END_STATE
+diff -urp -x '*~' -x '*.orig' nls/zh_CN.UTF-8/XI18N_OBJS nls/zh_CN.UTF-8/XI18N_OBJS
+--- nls/zh_CN.UTF-8/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_CN.UTF-8/XI18N_OBJS	2008-02-27 21:08:32.638615000 -0800
+@@ -5,5 +5,6 @@
+ # $XFree86$
+ #
+ XLC	common/xlcUTF8Load	_XlcUtf8Loader	# XLC_open
++XIM	common/xiiimp	_SwitchOpenIM
+ XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
+ XOM	common/xomGeneric 	_XomGenericOpenOM	# XOM_open
+diff -urp -x '*~' -x '*.orig' nls/zh_CN.UTF-8/XLC_LOCALE.pre nls/zh_CN.UTF-8/XLC_LOCALE.pre
+--- nls/zh_CN.UTF-8/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_CN.UTF-8/XLC_LOCALE.pre	2008-02-27 21:08:32.639633000 -0800
+@@ -14,8 +14,7 @@ on_demand_loading      True
+ 
+ object_name            generic
+ 
+-XCOMM  We leave the legacy encodings in for the moment, because we don't
+-XCOMM  have that many ISO10646 fonts yet.
++
+ XCOMM  fs0 class (7 bit ASCII)
+ fs0    {
+        charset {
+@@ -37,6 +36,7 @@ fs1    {
+        }
+ }
+ 
++
+ XCOMM  fs2 class (Chinese Han Character)
+ fs2    {
+        charset {
+@@ -46,7 +46,6 @@ fs2    {
+                primary GB2312.1980-0:GL
+        }
+ }
+-
+ XCOMM  fs3 class (Chinese Han Character GBK)
+ fs3    {
+        charset {
+@@ -58,15 +57,145 @@ fs3    {
+        }
+ }
+ 
+-XCOMM  fs4 class
+-fs4    {
+-       charset {
+-               name    ISO10646-1
+-       }
+-       font    {
+-               primary ISO10646-1
+-       }
++XCOMM       fs3 class
++fs4	{
++        charset         BIG5-0:GLGR
++        font {
++XCOMM           load_option delay_nocheck
++            primary     BIG5-0:GLGR
++        }
++}
++
++XCOMM 	fs4 class for JISX0208
++fs5	{
++	charset		JISX0208.1983-0:GL
++	font {
++	    load_option delay_nocheck
++	    primary	JISX0208.1983-0:GL
++	}
++}
++
++XCOMM 	fs5 class for JISX0201 kana
++fs6	{
++	charset		JISX0201.1976-0:GR
++	font {
++	    load_option delay_nocheck
++	    primary	JISX0201.1976-0:GR
++	}
++}
++
++XCOMM fs6 calss for KS C 5601-1992 Supplementary Codes 3
++fs7	{
++        charset         KSC5601.1992-3:GLGR
++        font {
++	      #load_option delay_nocheck
++         primary     KSC5601.1992-3:GLGR
++        }
++}
++
++XCOMM CTL language
++fs8     {
++         charset         TIS620-0:GR
++         font {
++			load_option delay_nocheck
++             primary     TIS620-0:GR
++         }
++}
++
++fs9	{
++	charset		ISO8859-5:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-5:GR
++	}
+ }
++
++XCOMM 	fs9 class 
++fs10	{
++	charset		ISO8859-7:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-7:GR
++	}
++}
++
++XCOMM 	fs10 class 
++fs11	{
++	charset		ISO8859-2:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-2:GR
++	}
++}
++
++XCOMM 	fs11 class 
++fs12	{
++	charset		ISO8859-4:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-4:GR
++	}
++}
++XCOMM 	fs12 class 
++fs13	{
++	charset		ISO8859-9:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-9:GR
++	}
++}
++
++XCOMM 	fs13 class 
++fs14	{
++	charset		ISO8859-15:GR
++	font {
++	    load_option delay_nocheck
++	    primary	ISO8859-15:GR
++	}
++}
++XCOMM fs14 class (ISO8859-6) (Arabic)
++fs15	{
++	charset	{
++		    name ISO8859-6:GLGR
++	}
++	font {
++		load_option delay_nocheck
++	    primary	ISO8859-6:GLGR
++	}
++}
++XCOMM fs15 class (ISO8859-8) (Hebrew)
++fs16	{
++	charset {
++		    name ISO8859-8:GR
++	}
++	font {
++		load_option delay_nocheck
++	    primary	ISO8859-8:GR
++	}
++}
++
++XCOMM   fs16 class (SUN.UNICODE.INDIA-0) (Indian Script)
++fs17    {
++	charset {
++		    name SUN.UNICODE.INDIA-0:GLGR
++	}
++	font {
++		 load_option delay_nocheck
++	    primary SUN.UNICODE.INDIA-0:GLGR
++	}
++}
++
++XCOMM       fs17 (Last, fallback) class (unicode-fontspecific)
++fs18 {
++	charset {
++		    name UNICODE-FONTSPECIFIC:GLGR
++	}
++	font {
++            load_option delay_nocheck
++	    primary	UNICODE-FONTSPECIFIC:GLGR
++	}
++}
++
+ END XLC_FONTSET
+ 
+ XCOMM 
+@@ -91,18 +220,117 @@ cs1     {
+         length          1
+         ct_encoding     ISO8859-1:GR
+ }
+- 
++
++
+ XCOMM  cs2 class
+ cs2     {
+         side            GR
+         length          2
+-        ct_encoding     GB2312.1980-0:GL; GB2312.1980-0:GR
++        ct_encoding     GB2312.1980-0:GL;GB2312.1980-0:GR
++}
++
++
++XCOMM       cs11 class
++cs3     {
++        side            GR:Default
++        length          2
++        ct_encoding     BIG5-0:GLGR
++
++}
++XCOMM 	cs4 class
++cs4	{
++	side		GR
++	length		2
++	ct_encoding	JISX0208.1983-0:GL; JISX0208.1983-0:GR;
++}
++
++XCOMM 	cs5 class
++cs5     {
++        side            GR:Default
++        length          1
++        ct_encoding     JISX0201.1976-0:GL
++}
++
++XCOMM       cs15 class
++cs6     {
++        side            GR:Default
++        length          2
++        ct_encoding     KSC5601.1992-3:GLGR
++
++}
++XCOMM Thai
++cs7     {
++         side            GR:Default
++         length          1
++         ct_encoding     TIS620-0:GR
++}
++XCOMM 	cs8 class
++cs8	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-5:GR
++}
++
++XCOMM 	cs9 class
++cs9	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-7:GR
++}
++
++XCOMM 	cs10 class
++cs10	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-2:GR
++}
++
++XCOMM 	cs11 class
++cs11	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-4:GR
++}
++XCOMM 	cs12 class
++cs12	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-9:GR
++
++}
++
++XCOMM 	cs13 class
++cs13	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-15:GR
++}
++
++XCOMM 	cs14 class
++cs14 {
++	side		GR:Default
++	length		2
++	ct_encoding	ISO8859-6:GLGR
++}
++XCOMM 	cs15 class
++cs15	{
++	side		GR:Default
++	length		1
++	ct_encoding	ISO8859-8:GR
++}
++
++XCOMM   cs16 class
++cs16    {
++	side        GR:Default
++	length      2
++	ct_encoding SUN.UNICODE.INDIA-0:GLGR
+ }
+ 
+-XCOMM  cs3 class
+-cs3    {
+-       side            none
+-       ct_encoding     ISO10646-1
++XCOMM 	Last, fallback class
++cs17	{
++	side		GR:Default
++	length		1
++	ct_encoding	UNICODE-FONTSPECIFIC:GLGR
+ }
+ 
+ END XLC_XLOCALE
+diff -urp -x '*~' -x '*.orig' nls/zh_CN.gb18030/XI18N_OBJS nls/zh_CN.gb18030/XI18N_OBJS
+--- nls/zh_CN.gb18030/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_CN.gb18030/XI18N_OBJS	2008-02-27 21:08:32.639881000 -0800
+@@ -2,6 +2,6 @@
+ #
+ #	XI18N objects table for zh_CN.gb18030 locale
+ #
+-XLC	common/xlcUTF8Load	_XlcUtf8Loader	# XLC_open
++XLC	common/xlcGB18030	_XlcGb18030Loader	# XLC_open
+ XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
+ XOM	common/xomGeneric 	_XomGenericOpenOM	# XOM_open
+diff -urp -x '*~' -x '*.orig' nls/zh_CN.gb18030/XLC_LOCALE.pre nls/zh_CN.gb18030/XLC_LOCALE.pre
+--- nls/zh_CN.gb18030/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_CN.gb18030/XLC_LOCALE.pre	2008-02-27 21:08:32.640238000 -0800
+@@ -1,70 +1,51 @@
+ XCOMM     XFree86 NLS for Chinese encoding GB18030
+-XCOMM		Modified from xc/nls/XLC_LOCALE/en_US.UTF-8
+-XCOMM    	by James Su <[email protected]>
+ 
+ XCOMM 
+ XCOMM 	XLC_FONTSET category
+ XCOMM 
+ XLC_FONTSET
+ 
+-on_demand_loading	True
+-
+-object_name		generic
+-
+ XCOMM	We leave the legacy encodings in for the moment, because we don't
+ XCOMM	have that many ISO10646 fonts yet.
+ XCOMM 	fs0 class (7 bit ASCII)
+ fs0	{
+-	charset	{
+-		name	ISO8859-1:GL
+-	}
+-	font	{
+-		primary	ISO8859-1:GL
+-		vertical_rotate	all
+-	}
++	charset		ISO8859-1:GL
++	font		GBK1988.1989-0:GL;ISO8859-1:GL
+ }
+-
+-XCOMM	fs1 class (ISO8859 families)
++XCOMM 	fs1 class
+ fs1	{
+-	charset	{
+-		name	ISO8859-1:GR
+-	}
+-	font	{
+-		primary	ISO8859-1:GR
++	charset		GB18030.2000-0:GLGR
++	font {
++		primary GB18030.2000-0:GLGR,[\x8140,\xA0FE]
++		supplement sunudczh.GB18030.2000-0:GLGR,[\xA140,\xA1A0]->\x2121,\
++					    [\xA240,\xA2A0]->\x2221,\
++					    [\xA340,\xA3A0]->\x2321,\
++					    [\xA440,\xA4A0]->\x2421,\
++					    [\xA540,\xA5A0]->\x2521,\
++					    [\xA640,\xA6A0]->\x2621,\
++					    [\xA740,\xA7A0]->\x2721,\
++					    [\xAAA1,\xAAFE]->\x2821,\
++					    [\xABA1,\xABFE]->\x2921,\
++					    [\xACA1,\xACFE]->\x2A21,\
++					    [\xADA1,\xADFE]->\x2B21,\
++					    [\xAEA1,\xAEFE]->\x2C21,\
++					    [\xAFA1,\xAFFE]->\x2D21,\
++					    [\xF8A1,\xF8FE]->\x2E21,\
++					    [\xF9A1,\xF9FE]->\x2F21,\
++					    [\xFAA1,\xFAFE]->\x3021,\
++					    [\xFBA1,\xFBFE]->\x3121,\
++					    [\xFCA1,\xFCFE]->\x3221,\
++					    [\xFDA1,\xFDFE]->\x3321,\
++					    [\xFEA1,\xFEFE]->\x3421
+ 	}
+ }
+ 
+-XCOMM	fs2 class (Chinese Han Character)
++XCOMM 	fs2 class
+ fs2	{
+-	charset	{
+-		name	GB2312.1980-0:GL
+-	}
+-	font	{
+-		primary	GB2312.1980-0:GL
+-	}
++	charset		GB18030.2000-1:GLGR
++	font 		GB18030.2000-1:GLGR
+ }
+ 
+-XCOMM	fs3 class (Chinese Han Character GBK)
+-fs3	{
+-	charset	{
+-		name    GBK-0:GLGR
+-	}
+-	font	{
+-		primary GBK-0:GLGR
+-		substitute GB13000.1993-1:GLGR
+-	}
+-}
+-
+-XCOMM	fs4 class
+-fs4	{
+-	charset	{
+-		name	ISO10646-1
+-	}
+-	font	{
+-		primary	GB18030-0
+-		substitute GBK2K-0
+-	}
+-}
+ END XLC_FONTSET
+ 
+ XCOMM 
+@@ -75,32 +56,33 @@ XLC_XLOCALE
+ encoding_name		GB18030
+ mb_cur_max		4
+ state_depend_encoding	False
++wc_encoding_mask	\x00000000
++wc_shift_bits		7
++
+ 
+ XCOMM	cs0 class
+ cs0	{
+-	side		GL:Default
+-	length		1
+-	ct_encoding	ISO8859-1:GL
++	side		GLGR:Default
++	length		2
++	wc_encoding	\x00000000
++	ct_encoding	GB18030.2000-0:GLGR
+ }
+-
++ 
+ XCOMM	cs1 class
+ cs1	{
+-	side            GR:Default
+-	length          1
+-	ct_encoding     ISO8859-1:GR
++	side		GLGR:Default
++	length		2
++	mb_encoding	\x81\x30\x81\x30
++	wc_encoding	\x00005e84
++	ct_encoding	GB18030.2000-1:GLGR
+ }
+- 
++
+ XCOMM	cs2 class
+ cs2	{
+-	side            GR
+-	length          2
+-	ct_encoding     GB2312.1980-0:GL; GB2312.1980-0:GR
+-}
+-
+-XCOMM	cs3 class
+-cs3	{
+-	side		none
+-	ct_encoding	ISO10646-1
++	side		GL:Default
++	length		1
++	wc_encoding	\x00000000
++	ct_encoding	ISO8859-1:GL
+ }
+ 
+ END XLC_XLOCALE
+diff -urp -x '*~' -x '*.orig' nls/zh_HK.UTF-8/Compose.pre nls/zh_HK.UTF-8/Compose.pre
+--- nls/zh_HK.UTF-8/Compose.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_HK.UTF-8/Compose.pre	2008-02-27 21:08:32.643402000 -0800
+@@ -0,0 +1,2543 @@
++XCOMM
++XCOMM Copyright (c) 1996-2000 by Sun Microsystems, Inc.
++XCOMM All rights reserved.
++XCOMM
++XCOMM ident	$Id: Compose,v 1.7 2006/02/13 07:51:51 bt150191 Exp $
++XCOMM
++XCOMM Compose table for the zh_HK.UTF8 locale
++XCOMM
++
++STATE "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++XCOMM Rules to compose Euro Currency Symbol
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++Alt<e>			: "\xe2\x82\xac"
++Alt<E>			: "\xe2\x82\xac"
++Alt<4>			: "\xe2\x82\xac"
++Alt<5>			: "\xe2\x82\xac"
++Meta<e>			: "\xe2\x82\xac"
++Meta<E>			: "\xe2\x82\xac"
++Meta<4>			: "\xe2\x82\xac"
++Meta<5>			: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
++<Multi_key> <plus> <plus>		: "\x23"	numbersign
++<Multi_key> <apostrophe> <space>	: "\x27"	apostrophe
++<Multi_key> <space> <apostrophe>	: "\x27'"	apostrophe
++<Multi_key> <A> <A>			: "\x40"	at
++<Multi_key> <a> <A>			: "\xc4\x84"	Aogonek
++<Multi_key> <A> <a> 			: "\xc4\x84"	Aogonek
++<Multi_key> <a> <a> 			: "\xc4\x85"	aogonek
++<Multi_key> <parenleft> <parenleft>	: "\x5b"	bracketleft
++<Multi_key> <slash> <slash>		: "\x5c"	backslash
++<Multi_key> <slash> <less>		: "\x5c"	backslash
++<Multi_key> <less> <slash>		: "\x5c"	backslash
++<Multi_key> <parenright> <parenright>	: "\x5d"	bracketright
++<Multi_key> <asciicircum> <space>	: "\x5e"	asciicircum
++<Multi_key> <space> <asciicircum>	: "\x5e"	asciicircum
++<Multi_key> <greater> <space>		: "\x5e"	asciicircum
++<Multi_key> <space> <greater>		: "\x5e"	asciicircum
++<Multi_key> <grave> <space>		: "\x60"	grave
++<Multi_key> <space> <grave>		: "\x60"	grave
++<Multi_key> <parenleft> <minus>		: "\x7b"	braceleft
++<Multi_key> <minus> <parenleft>		: "\x7b"	braceleft
++<Multi_key> <slash> <asciicircum>	: "\x7c"	bar
++<Multi_key> <asciicircum> <slash>	: "\x7c"	bar
++<Multi_key> <V> <L>			: "\x7c"	bar
++<Multi_key> <L> <V>			: "\x7c"	bar
++<Multi_key> <v> <l>			: "\x7c"	bar
++<Multi_key> <l> <v>			: "\x7c"	bar
++<Multi_key> <parenright> <minus>	: "\x7d"	braceright
++<Multi_key> <minus> <parenright>	: "\x7d"	braceright
++<Multi_key> <asciitilde> <space>	: "\x7e"	asciitilde
++<Multi_key> <space> <asciitilde>	: "\x7e"	asciitilde
++<Multi_key> <minus> <space>		: "\x7e"	asciitilde
++<Multi_key> <space> <minus>		: "\x7e"	asciitilde
++<Multi_key> <exclam> <exclam>		: "\xc2\xa1"	exclamdown
++<Multi_key> <C> <acute> 		: "\xc4\x86"	Cacute
++<Multi_key> <c> <acute> 		: "\xc4\x87"	cacute
++<Multi_key> <acute> <C>			: "\xc4\x86"	Cacute
++<Multi_key> <acute> <c>			: "\xc4\x87"	cacute
++<Multi_key> <c> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <c>			: "\xc2\xa2"	cent
++<Multi_key> <C> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <C>			: "\xc2\xa2"	cent
++<Multi_key> <C> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <C>			: "\xc2\xa2"	cent
++<Multi_key> <c> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <c>			: "\xc2\xa2"	cent
++<Multi_key> <acute> <L>			: "\xc4\xb9"	Lacute
++<Multi_key> <L> <acute> 		: "\xc4\xb9"	Lacute
++<Multi_key> <acute> <l>			: "\xc4\xba"	lacute
++<Multi_key> <l> <acute> 		: "\xc4\xba"	lacute
++<Multi_key> <l> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <l> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <acute> <N>			: "\xc5\x83"	Nacute
++<Multi_key> <N> <acute> 		: "\xc5\x83"	Nacute
++<Multi_key> <y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <s> <o>			: "\xc2\xa7"	section
++<Multi_key> <o> <s>			: "\xc2\xa7"	section
++<Multi_key> <S> <O>			: "\xc2\xa7"	section
++<Multi_key> <O> <S>			: "\xc2\xa7"	section
++<Multi_key> <S> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <S>		: "\xc2\xa7"	section
++<Multi_key> <s> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <s>		: "\xc2\xa7"	section
++<Multi_key> <S> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <S>			: "\xc2\xa7"	section
++<Multi_key> <s> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <s>			: "\xc2\xa7"	section
++<Multi_key> <x> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <X>			: "\xc2\xa4"	currency
++<Multi_key> <c> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <a> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <a>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <A> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <A>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <o> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <o>			: "\xc2\xba"	masculine
++<Multi_key> <O> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <O>			: "\xc2\xba"	masculine
++<Multi_key> <less> <less>		: "\xc2\xab"	guillemotleft
++<Multi_key> <greater> <greater>		: "\xc2\xbb"	guillemotright
++<Multi_key> <0> <asciicircum>		: "\xc2\xb0"	degree
++<Multi_key> <asciicircum> <0>		: "\xc2\xb0"	degree
++<Multi_key> <0> <asterisk>		: "\xc2\xb0"	degree
++<Multi_key> <asterisk> <0>		: "\xc2\xb0"	degree
++<Multi_key> <plus> <minus>		: "\xc2\xb1"	plusminus
++<Multi_key> <minus> <plus>		: "\xc2\xb1"	plusminus
++<Multi_key> <slash> <u>			: "\xc2\xb5"	mu
++<Multi_key> <u> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <slash> <U>			: "\xc2\xb5"	mu
++<Multi_key> <U> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <1> <asciicircum>		: "\xc2\xb9"	onesuperior
++<Multi_key> <asciicircum> <1>		: "\xc2\xb9"	onesuperior
++<Multi_key> <S> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <S>			: "\xc2\xb9"	onesuperior
++<Multi_key> <s> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <s>			: "\xc2\xb9"	onesuperior
++<Multi_key> <2> <asciicircum>		: "\xc2\xb2"	twosuperior
++<Multi_key> <asciicircum> <2>		: "\xc2\xb2"	twosuperior
++<Multi_key> <S> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <S>			: "\xc2\xb2"	twosuperior
++<Multi_key> <s> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <s>			: "\xc2\xb2"	twosuperior
++<Multi_key> <3> <asciicircum>		: "\xc2\xb3"	threesuperior
++<Multi_key> <asciicircum> <3>		: "\xc2\xb3"	threesuperior
++<Multi_key> <S> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <S>			: "\xc2\xb3"	threesuperior
++<Multi_key> <s> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <s>			: "\xc2\xb3"	threesuperior
++<Multi_key> <p> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <p>		: "\xc2\xb6"	paragraph
++<Multi_key> <P> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <P>		: "\xc2\xb6"	paragraph
++<Multi_key> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++<Multi_key> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++<Multi_key> <period> <period>		: "\xc2\xb7"	periodcentered
++<Multi_key> <1> <4>			: "\xc2\xbc"	onequarter
++<Multi_key> <1> <2>			: "\xc2\xbd"	onehalf
++<Multi_key> <3> <4>			: "\xc2\xbe"	threequarters
++<Multi_key> <question> <question>	: "\xc2\xbf"	questiondown
++<Multi_key> <space> <space>		: "\xc2\xa0"	nobreakspace
++<Multi_key> <bar> <bar>			: "\xc2\xa6"	brokenbar
++<Multi_key> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++<Multi_key> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++<Multi_key> <V> <B>			: "\xc2\xa6"	brokenbar
++<Multi_key> <B> <V>			: "\xc2\xa6"	brokenbar
++<Multi_key> <v> <b>			: "\xc2\xa6"	brokenbar
++<Multi_key> <b> <v>			: "\xc2\xa6"	brokenbar
++<Multi_key> <minus> <comma>		: "\xc2\xac"	notsign
++<Multi_key> <comma> <minus>		: "\xc2\xac"	notsign
++<Multi_key> <minus> <minus>		: "\xc2\xad"	hyphen
++<Multi_key> <R> <O>			: "\xc2\xae"	registered
++<Multi_key> <O> <R>			: "\xc2\xae"	registered
++<Multi_key> <minus> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <minus>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <minus> <colon>		: "\xc3\xb7"	division
++<Multi_key> <colon> <minus>		: "\xc3\xb7"	division
++<Multi_key> <x> <x>			: "\xc3\x97"	multiply
++<Multi_key> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++<Multi_key> <comma> <comma>		: "\xc2\xb8"	cedilla
++<Multi_key> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++<Multi_key> <A> <grave>			: "\xc3\x80"	Agrave
++<Multi_key> <grave> <A>			: "\xc3\x80"	Agrave
++<Multi_key> <A> <acute>			: "\xc3\x81"	Aacute
++<Multi_key> <acute> <A>			: "\xc3\x81"	Aacute
++<Multi_key> <A> <apostrophe>		: "\xc3\x81"	Aacute
++<Multi_key> <apostrophe> <A>		: "\xc3\x81"	Aacute
++<Multi_key> <A> <asciicircum>		: "\xc3\x82"	Acircumflex
++<Multi_key> <asciicircum> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <greater>		: "\xc3\x82"	Acircumflex
++<Multi_key> <greater> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <asciitilde>		: "\xc3\x83"	Atilde
++<Multi_key> <asciitilde> <A>		: "\xc3\x83"	Atilde
++<Multi_key> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <asterisk>		: "\xc3\x85"	Aring
++<Multi_key> <asterisk> <A>		: "\xc3\x85"	Aring
++<Multi_key> <A> <E>			: "\xc3\x86"	AE
++<Multi_key> <a> <grave>			: "\xc3\xa0"	agrave
++<Multi_key> <grave> <a>			: "\xc3\xa0"	agrave
++<Multi_key> <a> <acute>			: "\xc3\xa1"	aacute
++<Multi_key> <acute> <a>			: "\xc3\xa1"	aacute
++<Multi_key> <a> <apostrophe>		: "\xc3\xa1"	aacute
++<Multi_key> <apostrophe> <a>		: "\xc3\xa1"	aacute
++<Multi_key> <a> <asciicircum>		: "\xc3\xa2"	acircumflex
++<Multi_key> <asciicircum> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <greater>		: "\xc3\xa2"	acircumflex
++<Multi_key> <greater> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <asciitilde>		: "\xc3\xa3"	atilde
++<Multi_key> <asciitilde> <a>		: "\xc3\xa3"	atilde
++<Multi_key> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <asterisk>		: "\xc3\xa5"	aring
++<Multi_key> <asterisk> <a>		: "\xc3\xa5"	aring
++<Multi_key> <a> <e>			: "\xc3\xa6"	ae
++<Multi_key> <C> <comma>			: "\xc3\x87"	Ccedilla
++<Multi_key> <comma> <C>			: "\xc3\x87"	Ccedilla
++<Multi_key> <c> <comma>			: "\xc3\xa7"	ccedilla
++<Multi_key> <comma> <c>			: "\xc3\xa7"	ccedilla
++XCOMM<Multi_key> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM<Multi_key> <minus> <d>		: "\xc3\xb0"	eth
++<Multi_key> <D> <minus>			: "\xc3\x90"	ETH
++<Multi_key> <d> <minus>			: "\xc3\xb0"	eth
++<Multi_key> <slash> <D>			: "\xc4\x90"	Dstroke
++<Multi_key> <slash> <d>			: "\xc4\x91"	dstroke
++<Multi_key> <E> <grave>			: "\xc3\x88"	Egrave
++<Multi_key> <grave> <E>			: "\xc3\x88"	Egrave
++<Multi_key> <E> <acute>			: "\xc3\x89"	Eacute
++<Multi_key> <acute> <E>			: "\xc3\x89"	Eacute
++<Multi_key> <E> <apostrophe>		: "\xc3\x89"	Eacute
++<Multi_key> <apostrophe> <E>		: "\xc3\x89"	Eacute
++<Multi_key> <E> <asciicircum>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <asciicircum> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <e> <grave>			: "\xc3\xa8"	egrave
++<Multi_key> <grave> <e>			: "\xc3\xa8"	egrave
++<Multi_key> <e> <acute>			: "\xc3\xa9"	eacute
++<Multi_key> <acute> <e>			: "\xc3\xa9"	eacute
++<Multi_key> <e> <apostrophe>		: "\xc3\xa9"	eacute
++<Multi_key> <apostrophe> <e>		: "\xc3\xa9"	eacute
++<Multi_key> <e> <asciicircum>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <asciicircum> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <greater>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <greater> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++<Multi_key> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++<Multi_key> <I> <grave>			: "\xc3\x8c"	Igrave
++<Multi_key> <grave> <I>			: "\xc3\x8c"	Igrave
++<Multi_key> <I> <acute>			: "\xc3\x8d"	Iacute
++<Multi_key> <acute> <I>			: "\xc3\x8d"	Iacute
++<Multi_key> <I> <apostrophe>		: "\xc3\x8d"	Iacute
++<Multi_key> <apostrophe> <I>		: "\xc3\x8d"	Iacute
++<Multi_key> <I> <asciicircum>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <asciicircum> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <greater>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <greater> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <i> <grave>			: "\xc3\xac"	igrave
++<Multi_key> <grave> <i>			: "\xc3\xac"	igrave
++<Multi_key> <i> <acute>			: "\xc3\xad"	iacute
++<Multi_key> <acute> <i>			: "\xc3\xad"	iacute
++<Multi_key> <i> <apostrophe>		: "\xc3\xad"	iacute
++<Multi_key> <apostrophe> <i>		: "\xc3\xad"	iacute
++<Multi_key> <i> <asciicircum>		: "\xc3\xae"	icircumflex
++<Multi_key> <asciicircum> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <greater>		: "\xc3\xae"	icircumflex
++<Multi_key> <greater> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <N> <asciitilde>		: "\xc3\x91"	Ntilde
++<Multi_key> <asciitilde> <N>		: "\xc3\x91"	Ntilde
++<Multi_key> <N> <minus>			: "\xc3\x91"	Ntilde
++<Multi_key> <minus> <N>			: "\xc3\x91"	Ntilde
++<Multi_key> <n> <asciitilde>		: "\xc3\xb1"	ntilde
++<Multi_key> <asciitilde> <n>		: "\xc3\xb1"	ntilde
++<Multi_key> <n> <minus>			: "\xc3\xb1"	ntilde
++<Multi_key> <minus> <n>			: "\xc3\xb1"	ntilde
++<Multi_key> <O> <grave>			: "\xc3\x92"	Ograve
++<Multi_key> <grave> <O>			: "\xc3\x92"	Ograve
++<Multi_key> <O> <acute>			: "\xc3\x93"	Oacute
++<Multi_key> <acute> <O>			: "\xc3\x93"	Oacute
++<Multi_key> <O> <apostrophe>		: "\xc3\x93"	Oacute
++<Multi_key> <apostrophe> <O>		: "\xc3\x93"	Oacute
++<Multi_key> <O> <asciicircum>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <asciicircum> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <greater>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <greater> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <asciitilde>		: "\xc3\x95"	Otilde
++<Multi_key> <asciitilde> <O>		: "\xc3\x95"	Otilde
++<Multi_key> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <slash>			: "\xc3\x98"	Ooblique
++<Multi_key> <slash> <O>			: "\xc3\x98"	Ooblique
++<Multi_key> <o> <grave>			: "\xc3\xb2"	ograve
++<Multi_key> <grave> <o>			: "\xc3\xb2"	ograve
++<Multi_key> <o> <acute>			: "\xc3\xb3"	oacute
++<Multi_key> <acute> <o>			: "\xc3\xb3"	oacute
++<Multi_key> <o> <apostrophe>		: "\xc3\xb3"	oacute
++<Multi_key> <apostrophe> <o>		: "\xc3\xb3"	oacute
++<Multi_key> <o> <asciicircum>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <asciicircum> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <greater>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <greater> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <asciitilde>		: "\xc3\xb5"	otilde
++<Multi_key> <asciitilde> <o>		: "\xc3\xb5"	otilde
++<Multi_key> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <slash>			: "\xc3\xb8"	oslash
++<Multi_key> <slash> <o>			: "\xc3\xb8"	oslash
++<Multi_key> <U> <grave>			: "\xc3\x99"	Ugrave
++<Multi_key> <grave> <U>			: "\xc3\x99"	Ugrave
++<Multi_key> <U> <acute>			: "\xc3\x9a"	Uacute
++<Multi_key> <acute> <U>			: "\xc3\x9a"	Uacute
++<Multi_key> <U> <apostrophe>		: "\xc3\x9a"	Uacute
++<Multi_key> <apostrophe> <U>		: "\xc3\x9a"	Uacute
++<Multi_key> <U> <asciicircum>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <asciicircum> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <u> <grave>			: "\xc3\xb9"	ugrave
++<Multi_key> <grave> <u>			: "\xc3\xb9"	ugrave
++<Multi_key> <u> <acute>			: "\xc3\xba"	uacute
++<Multi_key> <acute> <u>			: "\xc3\xba"	uacute
++<Multi_key> <u> <apostrophe>		: "\xc3\xba"	uacute
++<Multi_key> <apostrophe> <u>		: "\xc3\xba"	uacute
++<Multi_key> <u> <asciicircum>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <asciicircum> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <greater>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <greater> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <s> <s>			: "\xc3\x9f"	ssharp
++<Multi_key> <T> <H>			: "\xc3\x9e"	THORN
++<Multi_key> <t> <h>			: "\xc3\xbe"	thorn
++<Multi_key> <Y> <acute>			: "\xc3\x9d"	Yacute
++<Multi_key> <acute> <Y>			: "\xc3\x9d"	Yacute
++<Multi_key> <Y> <apostrophe>		: "\xc3\x9d"	Yacute
++<Multi_key> <apostrophe> <Y>		: "\xc3\x9d"	Yacute
++<Multi_key> <y> <acute>			: "\xc3\xbd"	yacute
++<Multi_key> <acute> <y>			: "\xc3\xbd"	yacute
++<Multi_key> <y> <apostrophe>		: "\xc3\xbd"	yacute
++<Multi_key> <apostrophe> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++<Multi_key> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++<ecaron>	: "\xc4\x9b"	ecaron
++<scaron>	: "\xc5\xa1"	scaron
++<ccaron>	: "\xc4\x8d"	ccaron
++<rcaron>	: "\xc5\x99"	rcaron
++<yacute>	: "\xc3\xbd"	yacute
++<aacute>	: "\xc3\xa1"	aacute
++<iacute>	: "\xc3\xad"	iacute
++<eacute>	: "\xc3\xa9"	eacute
++<uacute>	: "\xc3\xba"	uacute
++<uring>		: "\xc5\xaf"	uring
++<section>	: "\xc2\xa7"	section
++<ssharp>	: "\xc3\x9f"	ssharp
++<zabovedot>	: "\xc5\xbc"	zabovedot	
++<Zabovedot>	: "\xc5\xbb"	Zabovedot
++<ogonek>	: "\xcb\x9b"	ogonek
++<oacute>	: "\xc3\xb3"	oacute
++<zacute>	: "\xc5\xba"	zacute
++<lstroke>	: "\xc5\x82"	lstroke
++<Lstroke>	: "\xc5\x81"	Lstroke
++<aogonek>	: "\xc4\x85"	aogonek
++<eogonek>	: "\xc4\x99"	eogonek
++<currency>	: "\xe2\x82\xac"	currency
++<sacute>	: "\xc5\x9b"	sacute
++<nacute>	: "\xc5\x84"	nacute
++<cacute>	: "\xc4\x87"	cacute
++<degree>	: "\xc2\xb0"	degree
++<Odiaeresis>	: "\xc3\x96"	Odiaeresis
++<Udiaeresis>	: "\xc3\x9c"	Udiaeresis
++<odiaeresis>	: "\xc3\xb6"	odiaeresis
++<udiaeresis>	: "\xc3\xbc"	udiaeresis
++<Oacute> 	: "\xc3\x93"	Oacute
++<odoubleacute>	: "\xc5\x91"	odoubleacute
++<Odoubleacute>	: "\xc5\x90"	Odoubleacute
++<Uacute>	: "\xc3\x9a"	Uacute
++<Eacute>	: "\xc3\x89"	Eacute
++<Aacute>	: "\xc3\x81"	Aacute
++<adiaeresis>	: "\xc3\xa4"	adiaeresis
++<Adiaeresis>	: "\xc3\x84"	Adiaeresis
++<udoubleacute>	: "\xc5\xb1"	udoubleacute
++<Udoubleacute>	: "\xc5\xb0"	Udoubleacute
++<Iacute>	: "\xc3\x8d"	Iacute
++<dead_circumflex> <slash>	: "\x7c"	bar
++<dead_grave> <space>		: "\x60"	grave
++<dead_acute> <space>		: "\x27"	apostrophe
++<dead_diaeresis> <space>	: "\xc2\xa8"	diaeresis
++<dead_circumflex> <space>	: "\x5e"	asciicircum
++<dead_tilde> <space>		: "\x7e"	asciitilde
++<dead_circumflex> <0>		: "\xc2\xb0"	degree
++<dead_circumflex> <1>		: "\xc2\xb9"	onesuperior
++<dead_circumflex> <2>		: "\xc2\xb2"	twosuperior
++<dead_circumflex> <3>		: "\xc2\xb3"	threesuperior
++<dead_circumflex> <period>	: "\xc2\xb7"	periodcentered
++<dead_circumflex> <exclam>	: "\xc2\xa6"	brokenbar
++<dead_cedilla> <minus>		: "\xc2\xac"	notsign
++<dead_circumflex> <minus>	: "\xc2\xaf"	macron
++<dead_circumflex> <underscore>	: "\xc2\xaf"	macron
++<dead_acute> <apostrophe>	: "\xc2\xb4"	acute
++<dead_cedilla> <comma>		: "\xc2\xb8"	cedilla
++<dead_diaeresis> <quotedbl>	: "\xc2\xa8"	diaeresis
++<dead_grave> <A>		: "\xc3\x80"	Agrave
++<dead_acute> <A>		: "\xc3\x81"	Aacute
++<dead_circumflex> <A>		: "\xc3\x82"	Acircumflex
++<dead_tilde> <A>		: "\xc3\x83"	Atilde
++<dead_diaeresis> <A>		: "\xc3\x84"	Adiaeresis
++<dead_grave> <a>		: "\xc3\xa0"	agrave
++<dead_acute> <a>		: "\xc3\xa1"	aacute
++<dead_circumflex> <a>		: "\xc3\xa2"	acircumflex
++<dead_tilde> <a>		: "\xc3\xa3"	atilde
++<dead_diaeresis> <a>		: "\xc3\xa4"	adiaeresis
++<dead_cedilla> <C>		: "\xc3\x87"	Ccedilla
++<dead_cedilla> <c>		: "\xc3\xa7"	ccedilla
++<dead_grave> <E>		: "\xc3\x88"	Egrave
++<dead_acute> <E>		: "\xc3\x89"	Eacute
++<dead_circumflex> <E>		: "\xc3\x8a"	Ecircumflex
++<dead_diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<dead_grave> <e>		: "\xc3\xa8"	egrave
++<dead_acute> <e>		: "\xc3\xa9"	eacute
++<dead_circumflex> <e>		: "\xc3\xaa"	ecircumflex
++<dead_diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<dead_grave> <I>		: "\xc3\x8c"	Igrave
++<dead_acute> <I>		: "\xc3\x8d"	Iacute
++<dead_circumflex> <I>		: "\xc3\x8e"	Icircumflex
++<dead_diaeresis> <I>		: "\xc3\x8f"	Idiaeresis
++<dead_grave> <i>		: "\xc3\xac"	igrave
++<dead_acute> <i>		: "\xc3\xad"	iacute
++<dead_circumflex> <i>		: "\xc3\xae"	icircumflex
++<dead_diaeresis> <i>		: "\xc3\xaf"	idiaeresis
++<dead_tilde> <N>		: "\xc3\x91"	Ntilde
++<dead_tilde> <n>		: "\xc3\xb1"	ntilde
++<dead_grave> <O>		: "\xc3\x92"	Ograve
++<dead_acute> <O>		: "\xc3\x93"	Oacute
++<dead_circumflex> <O>		: "\xc3\x94"	Ocircumflex
++<dead_tilde> <O>		: "\xc3\x95"	Otilde
++<dead_diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<dead_grave> <o>		: "\xc3\xb2"	ograve
++<dead_acute> <o>		: "\xc3\xb3"	oacute
++<dead_circumflex> <o>		: "\xc3\xb4"	ocircumflex
++<dead_tilde> <o>		: "\xc3\xb5"	otilde
++<dead_diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<dead_cedilla> <S>		: "\xc5\x9e"	Scedilla
++<dead_cedilla> <s>		: "\xc5\x9f"	scedilla
++<dead_grave> <U>		: "\xc3\x99"	Ugrave
++<dead_acute> <U>		: "\xc3\x9a"	Uacute
++<dead_circumflex> <U>		: "\xc3\x9b"	Ucircumflex
++<dead_diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<dead_grave> <u>		: "\xc3\xb9"	ugrave
++<dead_acute> <u>		: "\xc3\xba"	uacute
++<dead_circumflex> <u>		: "\xc3\xbb"	ucircumflex
++<dead_diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++<dead_acute> <Y>		: "\xc3\x9d"	Yacute
++<dead_acute> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <caron> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++<Multi_key> <v> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <v>		: "\xc5\xbd"	Zcaron
++<zcaron>			: "\xc5\xbe"	zcaron
++<Multi_key> <caron> <z>		: "\xc5\xbe"	zcaron
++<Multi_key> <z> <caron> 	: "\xc5\xbe"	zcaron
++<Multi_key> <z> <v>		: "\xc5\xbe"	zcaron
++<Multi_key> <v> <z>		: "\xc5\xbe"	zcaron
++<dead_diaeresis> <y>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <plus> <plus>		: "\x23"	numbersign
++Ctrl<T> <apostrophe> <space>	: "\x27"	apostrophe
++Ctrl<T> <space> <apostrophe>	: "\x27"	apostrophe
++Ctrl<T> <A> <A>			: "\x40"	at
++Ctrl<T> <parenleft> <parenleft>	: "\x5b"	bracketleft
++Ctrl<T> <slash> <slash>		: "\x5c"	backslash
++Ctrl<T> <slash> <less>		: "\x5c"	backslash
++Ctrl<T> <less> <slash>		: "\x5c"	backslash
++Ctrl<T> <parenright> <parenright>	: "\x5d"	bracketright
++Ctrl<T> <asciicircum> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <asciicircum>	: "\x5e"	asciicircum
++Ctrl<T> <greater> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <greater>	: "\x5e"	asciicircum
++Ctrl<T> <grave> <space>		: "\x60"	grave
++Ctrl<T> <space> <grave>		: "\x60"	grave
++Ctrl<T> <parenleft> <minus>	: "\x7b"	braceleft
++Ctrl<T> <minus> <parenleft>	: "\x7b"	braceleft
++Ctrl<T> <slash> <asciicircum>	: "\x7c"	bar
++Ctrl<T> <asciicircum> <slash>	: "\x7c"	bar
++Ctrl<T> <V> <L>			: "\x7c"	bar
++Ctrl<T> <L> <V>			: "\x7c"	bar
++Ctrl<T> <v> <l>			: "\x7c"	bar
++Ctrl<T> <l> <v>			: "\x7c"	bar
++Ctrl<T> <parenright> <minus>	: "\x7d"	braceright
++Ctrl<T> <minus> <parenright>	: "\x7d"	braceright
++Ctrl<T> <asciitilde> <space>	: "\x7e"	asciitilde
++Ctrl<T> <space> <asciitilde>	: "\x7e"	asciitilde
++Ctrl<T> <minus> <space>		: "\x7e"	asciitilde
++Ctrl<T> <space> <minus>		: "\x7e"	asciitilde
++Ctrl<T> <exclam> <exclam>	: "\xc2\xa1"	exclamdown
++Ctrl<T> <c> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <c> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <acute> <L>			: "\xc4\xb9"	Lacute
++Ctrl<T> <L> <acute> 		: "\xc4\xb9"	Lacute
++Ctrl<T> <acute> <l>			: "\xc4\xba"	lacute
++Ctrl<T> <l> <acute> 		: "\xc4\xba"	lacute
++Ctrl<T> <l> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <l> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <s> <o>			: "\xc2\xa7"	section
++Ctrl<T> <o> <s>			: "\xc2\xa7"	section
++Ctrl<T> <S> <O>			: "\xc2\xa7"	section
++Ctrl<T> <O> <S>			: "\xc2\xa7"	section
++Ctrl<T> <S> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <S>		: "\xc2\xa7"	section
++Ctrl<T> <s> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <s>		: "\xc2\xa7"	section
++Ctrl<T> <S> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <S>			: "\xc2\xa7"	section
++Ctrl<T> <s> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <s>			: "\xc2\xa7"	section
++Ctrl<T> <x> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <c> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <a> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <a>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <A> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <A>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <O> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <o> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <o>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <O>	: "\xc2\xba"	masculine
++Ctrl<T> <less> <less>		: "\xc2\xab"	guillemotleft
++Ctrl<T> <greater> <greater>	: "\xc2\xbb"	guillemotright
++Ctrl<T> <0> <asciicircum>	: "\xc2\xb0"	degree
++Ctrl<T> <asciicircum> <0>	: "\xc2\xb0"	degree
++Ctrl<T> <0> <asterisk>		: "\xc2\xb0"	degree
++Ctrl<T> <asterisk> <0>		: "\xc2\xb0"	degree
++Ctrl<T> <plus> <minus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <minus> <plus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <slash> <u>		: "\xc2\xb5"	mu
++Ctrl<T> <u> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <slash> <U>		: "\xc2\xb5"	mu
++Ctrl<T> <U> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <1> <asciicircum>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <asciicircum> <1>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <S> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <S>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <s> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <s>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <2> <asciicircum>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <asciicircum> <2>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <S> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <S>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <s> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <s>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <3> <asciicircum>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <asciicircum> <3>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <S> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <S>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <s> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <s>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <p> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <p>		: "\xc2\xb6"	paragraph
++Ctrl<T> <P> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <P>		: "\xc2\xb6"	paragraph
++Ctrl<T> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <period> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <1> <4>			: "\xc2\xbc"	onequarter
++Ctrl<T> <1> <2>			: "\xc2\xbd"	onehalf
++Ctrl<T> <3> <4>			: "\xc2\xbe"	threequarters
++Ctrl<T> <question> <question>	: "\xc2\xbf"	questiondown
++Ctrl<T> <space> <space>		: "\xc2\xa0"	nobreakspace
++Ctrl<T> <bar> <bar>		: "\xc2\xa6"	brokenbar
++Ctrl<T> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <V> <B>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <B> <V>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <v> <b>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <b> <v>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <minus> <comma>		: "\xc2\xac"	notsign
++Ctrl<T> <comma> <minus>		: "\xc2\xac"	notsign
++Ctrl<T> <minus> <minus>		: "\xc2\xad"	hyphen
++Ctrl<T> <R> <O>			: "\xc2\xae"	registered
++Ctrl<T> <O> <R>			: "\xc2\xae"	registered
++Ctrl<T> <minus> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <minus>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <minus> <colon>		: "\xc3\xb7"	division
++Ctrl<T> <colon> <minus>		: "\xc3\xb7"	division
++Ctrl<T> <x> <x>			: "\xc3\x97"	multiply
++Ctrl<T> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++Ctrl<T> <comma> <comma>		: "\xc2\xb8"	cedilla
++Ctrl<T> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++Ctrl<T> <A> <grave>		: "\xc3\x80"	Agrave
++Ctrl<T> <grave> <A>		: "\xc3\x80"	Agrave
++Ctrl<T> <A> <acute>		: "\xc3\x81"	Aacute
++Ctrl<T> <acute> <A>		: "\xc3\x81"	Aacute
++Ctrl<T> <A> <apostrophe>	: "\xc3\x81"	Aacute
++Ctrl<T> <apostrophe> <A>	: "\xc3\x81"	Aacute
++Ctrl<T> <A> <asciicircum>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <asciicircum> <A>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <greater>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <greater> <A>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <asciitilde>	: "\xc3\x83"	Atilde
++Ctrl<T> <asciitilde> <A>	: "\xc3\x83"	Atilde
++Ctrl<T> <A> <minus>		: "\xc3\x83"	Atilde
++Ctrl<T> <minus> <A>		: "\xc3\x83"	Atilde
++Ctrl<T> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <asterisk>		: "\xc3\x85"	Aring
++Ctrl<T> <asterisk> <A>		: "\xc3\x85"	Aring
++Ctrl<T> <A> <E>			: "\xc3\x86"	AE
++Ctrl<T> <a> <grave>		: "\xc3\xa0"	agrave
++Ctrl<T> <grave> <a>		: "\xc3\xa0"	agrave
++Ctrl<T> <a> <acute>		: "\xc3\xa1"	aacute
++Ctrl<T> <acute> <a>		: "\xc3\xa1"	aacute
++Ctrl<T> <a> <apostrophe>	: "\xc3\xa1"	aacute
++Ctrl<T> <apostrophe> <a>	: "\xc3\xa1"	aacute
++Ctrl<T> <a> <asciicircum>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <asciicircum> <a>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <greater>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <greater> <a>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <asciitilde>	: "\xc3\xa3"	atilde
++Ctrl<T> <asciitilde> <a>	: "\xc3\xa3"	atilde
++Ctrl<T> <a> <minus>		: "\xc3\xa3"	atilde
++Ctrl<T> <minus> <a>		: "\xc3\xa3"	atilde
++Ctrl<T> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <asterisk>		: "\xc3\xa5"	aring
++Ctrl<T> <asterisk> <a>		: "\xc3\xa5"	aring
++Ctrl<T> <a> <e>			: "\xc3\xa6"	ae
++Ctrl<T> <C> <comma>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <comma> <C>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <c> <comma>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <comma> <c>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++Ctrl<T> <D> <minus>		: "\xc3\x90"	ETH
++Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <d> <minus>		: "\xc3\xb0"	eth
++Ctrl<T> <E> <grave>		: "\xc3\x88"	Egrave
++Ctrl<T> <grave> <E>		: "\xc3\x88"	Egrave
++Ctrl<T> <E> <acute>		: "\xc3\x89"	Eacute
++Ctrl<T> <acute> <E>		: "\xc3\x89"	Eacute
++Ctrl<T> <E> <apostrophe>	: "\xc3\x89"	Eacute
++Ctrl<T> <apostrophe> <E>	: "\xc3\x89"	Eacute
++Ctrl<T> <E> <asciicircum>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <asciicircum> <E>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <e> <grave>		: "\xc3\xa8"	egrave
++Ctrl<T> <grave> <e>		: "\xc3\xa8"	egrave
++Ctrl<T> <e> <acute>		: "\xc3\xa9"	eacute
++Ctrl<T> <acute> <e>		: "\xc3\xa9"	eacute
++Ctrl<T> <e> <apostrophe>	: "\xc3\xa9"	eacute
++Ctrl<T> <apostrophe> <e>	: "\xc3\xa9"	eacute
++Ctrl<T> <e> <asciicircum>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <asciicircum> <e>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <greater>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <greater> <e>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <I> <grave>		: "\xc3\x8c"	Igrave
++Ctrl<T> <grave> <I>		: "\xc3\x8c"	Igrave
++Ctrl<T> <I> <acute>		: "\xc3\x8d"	Iacute
++Ctrl<T> <acute> <I>		: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <apostrophe>	: "\xc3\x8d"	Iacute
++Ctrl<T> <apostrophe> <I>	: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <asciicircum>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <asciicircum> <I>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <greater>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <greater> <I>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <i> <grave>		: "\xc3\xac"	igrave
++Ctrl<T> <grave> <i>		: "\xc3\xac"	igrave
++Ctrl<T> <i> <acute>		: "\xc3\xad"	iacute
++Ctrl<T> <acute> <i>		: "\xc3\xad"	iacute
++Ctrl<T> <i> <apostrophe>	: "\xc3\xad"	iacute
++Ctrl<T> <apostrophe> <i>	: "\xc3\xad"	iacute
++Ctrl<T> <i> <asciicircum>	: "\xc3\xae"	icircumflex
++Ctrl<T> <asciicircum> <i>	: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <greater>		: "\xc3\xae"	icircumflex
++Ctrl<T> <greater> <i>		: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <N> <asciitilde>	: "\xc3\x91"	Ntilde
++Ctrl<T> <asciitilde> <N>	: "\xc3\x91"	Ntilde
++Ctrl<T> <N> <minus>		: "\xc3\x91"	Ntilde
++Ctrl<T> <minus> <N>		: "\xc3\x91"	Ntilde
++Ctrl<T> <n> <asciitilde>	: "\xc3\xb1"	ntilde
++Ctrl<T> <asciitilde> <n>	: "\xc3\xb1"	ntilde
++Ctrl<T> <n> <minus>		: "\xc3\xb1"	ntilde
++Ctrl<T> <minus> <n>		: "\xc3\xb1"	ntilde
++Ctrl<T> <O> <grave>		: "\xc3\x92"	Ograve
++Ctrl<T> <grave> <O>		: "\xc3\x92"	Ograve
++Ctrl<T> <O> <acute>		: "\xc3\x93"	Oacute
++Ctrl<T> <acute> <O>		: "\xc3\x93"	Oacute
++Ctrl<T> <O> <apostrophe>	: "\xc3\x93"	Oacute
++Ctrl<T> <apostrophe> <O>	: "\xc3\x93"	Oacute
++Ctrl<T> <O> <asciicircum>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <asciicircum> <O>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <greater>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <greater> <O>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <asciitilde>	: "\xc3\x95"	Otilde
++Ctrl<T> <asciitilde> <O>	: "\xc3\x95"	Otilde
++Ctrl<T> <O> <minus>		: "\xc3\x95"	Otilde
++Ctrl<T> <minus> <O>		: "\xc3\x95"	Otilde
++Ctrl<T> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <slash>		: "\xc3\x98"	Ooblique
++Ctrl<T> <slash> <O>		: "\xc3\x98"	Ooblique
++Ctrl<T> <o> <grave>		: "\xc3\xb2"	ograve
++Ctrl<T> <grave> <o>		: "\xc3\xb2"	ograve
++Ctrl<T> <o> <acute>		: "\xc3\xb3"	oacute
++Ctrl<T> <acute> <o>		: "\xc3\xb3"	oacute
++Ctrl<T> <o> <apostrophe>	: "\xc3\xb3"	oacute
++Ctrl<T> <apostrophe> <o>	: "\xc3\xb3"	oacute
++Ctrl<T> <o> <asciicircum>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <asciicircum> <o>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <greater>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <greater> <o>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <asciitilde>	: "\xc3\xb5"	otilde
++Ctrl<T> <asciitilde> <o>	: "\xc3\xb5"	otilde
++Ctrl<T> <o> <minus>		: "\xc3\xb5"	otilde
++Ctrl<T> <minus> <o>		: "\xc3\xb5"	otilde
++Ctrl<T> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <slash>		: "\xc3\xb8"	oslash
++Ctrl<T> <slash> <o>		: "\xc3\xb8"	oslash
++Ctrl<T> <U> <grave>		: "\xc3\x99"	Ugrave
++Ctrl<T> <grave> <U>		: "\xc3\x99"	Ugrave
++Ctrl<T> <U> <acute>		: "\xc3\x9a"	Uacute
++Ctrl<T> <acute> <U>		: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <apostrophe>	: "\xc3\x9a"	Uacute
++Ctrl<T> <apostrophe> <U>	: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <asciicircum>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <asciicircum> <U>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <u> <grave>		: "\xc3\xb9"	ugrave
++Ctrl<T> <grave> <u>		: "\xc3\xb9"	ugrave
++Ctrl<T> <u> <acute>		: "\xc3\xba"	uacute
++Ctrl<T> <acute> <u>		: "\xc3\xba"	uacute
++Ctrl<T> <u> <apostrophe>	: "\xc3\xba"	uacute
++Ctrl<T> <apostrophe> <u>	: "\xc3\xba"	uacute
++Ctrl<T> <u> <asciicircum>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <asciicircum> <u>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <greater>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <greater> <u>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <s> <s>			: "\xc3\x9f"	ssharp
++Ctrl<T> <T> <H>			: "\xc3\x9e"	THORN
++Ctrl<T> <t> <h>			: "\xc3\xbe"	thorn
++Ctrl<T> <Y> <acute>		: "\xc3\x9d"	Yacute
++Ctrl<T> <acute> <Y>		: "\xc3\x9d"	Yacute
++Ctrl<T> <Y> <apostrophe>	: "\xc3\x9d"	Yacute
++Ctrl<T> <apostrophe> <Y>	: "\xc3\x9d"	Yacute
++Ctrl<T> <y> <acute>		: "\xc3\xbd"	yacute
++Ctrl<T> <acute> <y>		: "\xc3\xbd"	yacute
++Ctrl<T> <y> <apostrophe>	: "\xc3\xbd"	yacute
++Ctrl<T> <apostrophe> <y>	: "\xc3\xbd"	yacute
++Ctrl<T> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++XCOMM turkish
++<Multi_key> <G> <u>		: "\xc4\x9e"	Gbreve
++<Multi_key> <u> <G>		: "\xc4\x9e"	Gbreve
++<Multi_key> <g> <u>		: "\xc4\x9f"	gbreve
++<Multi_key> <u> <g>		: "\xc4\x9f"	gbreve
++<Multi_key> <I> <period>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <period> <I>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <i> <period>	: "\xc4\xb1"	idotless
++<Multi_key> <period> <i>	: "\xc4\xb1"	idotless
++XCOMM polish
++<Multi_key> <space> <breve>	: "\xcb\x98"	breve
++<Multi_key> <space> <degree>	: "\xc2\xb0"	degree
++<Multi_key> <space> <ogonek>	: "\xcb\x9b"	ogonek
++<Multi_key> <space> <caron>	: "\xcb\x87"	caron
++<Multi_key> <space> <v>		: "\xcb\x87"	caron
++<Multi_key> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++<Multi_key> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++<Multi_key> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++<Multi_key> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++<Multi_key> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++<Multi_key> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++<Multi_key> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++<Multi_key> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++<Multi_key> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++<Multi_key> <acute> <R>		: "\xc5\x94"	Racute
++<Multi_key> <R> <acute> 	: "\xc5\x94"	Racute
++<Multi_key> <acute> <S>		: "\xc5\x9a"	Sacute
++<Multi_key> <S> <acute> 	: "\xc5\x9a"	Sacute
++<Multi_key> <acute> <Z>		: "\xc4\xbe"	Zacute
++<Multi_key> <Z> <acute> 	: "\xc4\xbe"	Zacute
++<Multi_key> <acute> <n>		: "\xc5\x84"	nacute
++<Multi_key> <n> <acute> 	: "\xc5\x84"	nacute
++<Multi_key> <acute> <r>		: "\xc5\x95"	racute
++<Multi_key> <r> <acute> 	: "\xc5\x95"	racute
++<Multi_key> <acute> <s>		: "\xc5\x9b"	sacute
++<Multi_key> <s> <acute> 	: "\xc5\x9b"	sacute
++<Multi_key> <acute> <z>		: "\xc5\xba"	zacute
++<Multi_key> <z> <acute> 	: "\xc5\xba"	zacute
++<Multi_key> <0> <O>		: "\xc2\xb0"	degree
++<Multi_key> <o> <o> 		: "\xc2\xb0"	degree
++<Multi_key> <comma> <S>		: "\xc5\x9e"	Scedilla
++<Multi_key> <S> <comma> 	: "\xc5\x9e"	Scedilla
++<Multi_key> <comma> <T>		: "\xc5\xa2"	Tcedilla
++<Multi_key> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++<Multi_key> <comma> <s>		: "\xc5\x9f"	scedilla
++<Multi_key> <s> <comma> 	: "\xc5\x9f"	scedilla
++<Multi_key> <comma> <t>		: "\xc5\xa3"	tcedilla
++<Multi_key> <t> <comma> 	: "\xc5\xa3"	tcedilla
++<Multi_key> <caron> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <caron> 	: "\xc4\x8c"	Ccaron
++<Multi_key> <caron> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <caron> 	: "\xc4\x8e"	Dcaron
++<Multi_key> <caron> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <caron> 	: "\xc4\x9a"	Ecaron
++<Multi_key> <caron> <L>		: "\xc4\xbd"	Lcaron
++<Multi_key> <L> <caron> 	: "\xc4\xbd"	Lcaron
++<Multi_key> <caron> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <caron>		: "\xc5\x87" 	Ncaron
++<Multi_key> <caron> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <caron> 	: "\xc5\x98"	Rcaron
++<Multi_key> <caron> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <caron> 	: "\xc5\xa0"	Scaron
++<Multi_key> <caron> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <caron> 	: "\xc5\xa4"	Tcaron
++<Multi_key> <caron> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <caron> 	: "\xc5\xae"	Uring
++<Multi_key> <caron> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <caron> 	: "\xc4\x8d"	ccaron
++<Multi_key> <caron> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <caron> 	: "\xc4\x8f"	dcaron
++<Multi_key> <caron> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <caron> 	: "\xc4\x9b"	ecaron
++<Multi_key> <caron> <l>		: "\xc4\xbe"	lcaron
++<Multi_key> <l> <caron> 	: "\xc4\xbe"	lcaron
++<Multi_key> <caron> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <caron> 	: "\xc5\x88"	ncaron
++<Multi_key> <caron> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <caron> 	: "\xc5\x99"	rcaron
++<Multi_key> <caron> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <caron> 	: "\xc5\xa1"	scaron
++<Multi_key> <caron> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <caron> 	: "\xc5\xa5"	tcaron
++<Multi_key> <caron> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <caron> 	: "\xc5\xaf"	uring
++<Multi_key> <v> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <v> 		: "\xc4\x8c"	Ccaron
++<Multi_key> <v> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <v> 		: "\xc4\x8e"	Dcaron
++<Multi_key> <v> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <v> 		: "\xc4\x9a"	Ecaron
++<Multi_key> <v> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <v>		: "\xc5\x87" 	Ncaron
++<Multi_key> <v> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <v> 		: "\xc5\x98"	Rcaron
++<Multi_key> <v> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <v> 		: "\xc5\xa4"	Tcaron
++<Multi_key> <v> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <v> 		: "\xc5\xae"	Uring
++<Multi_key> <v> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <v> 		: "\xc4\x8d"	ccaron
++<Multi_key> <v> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <v> 		: "\xc4\x8f"	dcaron
++<Multi_key> <v> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <v> 		: "\xc4\x9b"	ecaron
++<Multi_key> <v> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <v> 		: "\xc5\x88"	ncaron
++<Multi_key> <v> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <v> 		: "\xc5\x99"	rcaron
++<Multi_key> <v> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <v> 		: "\xc5\xa5"	tcaron
++<Multi_key> <v> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <v> 		: "\xc5\xaf"	uring
++<Multi_key> <breve> <A>		: "\xc4\x82"	Abreve
++<Multi_key> <A> <breve> 	: "\xc4\x82"	Abreve
++<Multi_key> <breve> <a>		: "\xc4\x83"	abreve
++<Multi_key> <a> <breve> 	: "\xc4\x83"	abreve
++<Multi_key> <ogonek> <A>	: "\xc4\x84"	Aogonek
++<Multi_key> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++<Multi_key> <ogonek> <E>	: "\xc4\x98"	Eogonek
++<Multi_key> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++<Multi_key> <ogonek> <a> 	: "\xc4\x85"	aogonek
++<Multi_key> <a> <ogonek> 	: "\xc4\x85"	aogonek
++<Multi_key> <ogonek> <e> 	: "\xc4\x99"	eogonek
++<Multi_key> <e> <ogonek> 	: "\xc4\x99"	eogonek
++<Multi_key> <E> <a> 		: "\xc4\x98"	Eogonek
++<Multi_key> <e> <a> 		: "\xc4\x99"	eogonek
++<Multi_key> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++<Multi_key> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++<Multi_key> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++<Multi_key> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++<Multi_key> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++<Multi_key> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++<Multi_key> <period> <U>	: "\xc5\xae"	Uring
++<Multi_key> <U> <period> 	: "\xc5\xae"	Uring
++<Multi_key> <period> <u>	: "\xc5\xaf"	uring
++<Multi_key> <u> <period> 	: "\xc5\xaf"	uring
++<Multi_key> <period> <z>	: "\xc5\xbc"	zabovedot
++<Multi_key> <z> <period> 	: "\xc5\xbc"	zabovedot
++<Multi_key> <period> <Z>	: "\xc5\xbb"	Zabovedot
++<Multi_key> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++<acute> <A>		: "\xc3\x81"	Aacute
++<acute> <C>		: "\xc4\x86"	Cacute
++<acute> <E>		: "\xc3\x89"	Eacute
++<acute> <I>		: "\xc3\x8d"	Iacute
++<acute> <L>		: "\xc4\xb9"	Lacute
++<acute> <N>		: "\xc5\x83"	Nacute
++<acute> <O>		: "\xc3\x93"	Oacute
++<acute> <R>		: "\xc5\x94"	Racute
++<acute> <S>		: "\xc5\x9a"	Sacute
++<acute> <U>		: "\xc3\x9a"	Uacute
++<acute> <Y>		: "\xc3\x9d"	Yacute
++<acute> <Z>		: "\xc4\xbe"	Zacute
++<acute> <a>		: "\xc3\xa1"	aacute
++<acute> <c>		: "\xc4\x87"	cacute
++<acute> <e>		: "\xc3\xa9"	eacute
++<acute> <i>		: "\xc3\xad"	iacute
++<acute> <l>		: "\xc4\xba"	lacute
++<acute> <n>		: "\xc5\x84"	nacute
++<acute> <o>		: "\xc3\xb3"	oacute
++<acute> <r>		: "\xc5\x95"	racute
++<acute> <s>		: "\xc5\x9b"	sacute
++<acute> <u>		: "\xc3\xba"	uacute
++<acute> <y>		: "\xc3\xbd"	yacute
++<acute> <z>		: "\xc5\xba"	zacute
++<diaeresis> <A>		: "\xc3\x84" 	Adiaeresis
++<diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<diaeresis> <a>		: "\xc3\xa4" 	adiaeresis
++<diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++XCOMM
++XCOMM Additional latin-2 sequences
++<Multi_key> <a> <space>         : "\xcb\x9b"    ogonek
++<Multi_key> <u> <space>         : "\xcb\x98"    breve
++<Multi_key> <v> <space>         : "\xcb\x87"    caron
++<Multi_key> <quotedbl> <space>  : "\xcb\x9d"    doubleacute
++<Multi_key> <A> <u>             : "\xc4\x82"    Abreve
++<Multi_key> <C> <apostrophe>    : "\xc4\x86"    Cacute
++<Multi_key> <L> <apostrophe>    : "\xc4\xb9"    Lacute
++<Multi_key> <L> <slash>         : "\xc5\x81"    Lstroke
++<Multi_key> <L> <greater>       : "\xc4\xbd"    Lcaron
++<Multi_key> <N> <apostrophe>    : "\xc5\x83"    Nacute
++<Multi_key> <S> <apostrophe>    : "\xc5\x9a"    Sacute
++<Multi_key> <R> <apostrophe>    : "\xc5\x94"    Racute
++<Multi_key> <U> <asterisk>      : "\xc5\xae"    Uring
++<Multi_key> <Z> <apostrophe>    : "\xc5\xb9"    Zacute
++<Multi_key> <a> <u>             : "\xc4\x83"    abreve
++<Multi_key> <c> <apostrophe>    : "\xc4\x87"    cacute
++<Multi_key> <l> <apostrophe>    : "\xc4\xba"    lacute
++<Multi_key> <l> <slash>         : "\xc5\x82"    lstroke
++<Multi_key> <l> <greater>       : "\xc4\xbe"    lcaron
++<Multi_key> <n> <apostrophe>    : "\xc5\x84"    nacute
++<Multi_key> <s> <apostrophe>    : "\xc5\x9b"    sacute
++<Multi_key> <r> <apostrophe>    : "\xc5\x95"    racute
++<Multi_key> <u> <asterisk>      : "\xc5\xaf"    uring
++<Multi_key> <z> <apostrophe>    : "\xc5\xba"    zacute
++XCOMM
++XCOMM Latin-3 sequences
++<Multi_key> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <C> <greater>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <greater> <C>	: "\xc4\x88"	Ccircumflex
++
++<Multi_key> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++<Multi_key> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++<Multi_key> <c> <greater>	: "\xc4\x89"	ccircumflex
++<Multi_key> <greater> <c>	: "\xc4\x89"	ccircumflex
++
++<Multi_key> <period> <C>	: "\xc4\x8a"	Cabovedot
++<Multi_key> <C> <period> 	: "\xc4\x8a"	Cabovedot
++
++<Multi_key> <period> <c>	: "\xc4\x8b"	cabovedot
++<Multi_key> <c> <period> 	: "\xc4\x8b"	cabovedot
++
++<Multi_key> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <G> <greater>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <greater> <G>	: "\xc4\x9c"	Gcircumflex
++
++<Multi_key> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <g> <greater>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <greater> <g>	: "\xc4\x9d"	gcircumflex
++
++<Multi_key> <period> <G>	: "\xc4\xa0"	Gabovedot
++<Multi_key> <G> <period> 	: "\xc4\xa0"	Gabovedot
++
++<Multi_key> <period> <g>	: "\xc4\xa1"	gabovedot
++<Multi_key> <g> <period> 	: "\xc4\xa1"	gabovedot
++
++<Multi_key> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <H> <greater>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <greater> <H>	: "\xc4\xa4"	Hcircumflex
++
++<Multi_key> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <h> <greater>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <greater> <h>	: "\xc4\xa5"	hcircumflex
++
++<Multi_key> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <J> <greater>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <greater> <J>	: "\xc4\xb4"	Jcircumflex
++
++<Multi_key> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <j> <greater>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <greater> <j>	: "\xc4\xb5"	jcircumflex
++
++<Multi_key> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <S> <greater>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <greater> <S>	: "\xc5\x9c"	Scircumflex
++
++<Multi_key> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++<Multi_key> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++<Multi_key> <s> <greater>	: "\xc5\x9d"	scircumflex
++<Multi_key> <greater> <s>	: "\xc5\x9d"	scircumflex
++
++<Multi_key> <U> <breve>		: "\xc5\xac"	Ubreve
++<Multi_key> <breve> <U>		: "\xc5\xac"	Ubreve
++<Multi_key> <U> <u>		: "\xc5\xac"	Ubreve
++<Multi_key> <u> <U>		: "\xc5\xac"	Ubreve
++
++<Multi_key> <u> <breve>		: "\xc5\xad"	ubreve
++<Multi_key> <breve> <u>		: "\xc5\xad"	ubreve
++<Multi_key> <u> <u>		: "\xc5\xad"	ubreve
++XCOMM
++XCOMM Latin-4 sequences
++<Multi_key> <N> <N>             : "\xc5\x8a"    ENG
++<Multi_key> <U> <a>		: "\xc5\xb2"	Uogonek
++<Multi_key> <u> <a>		: "\xc5\xb3"	uogonek
++<Multi_key> <k> <k>		: "\xc4\xb8"	kra
++<Multi_key> <R> <comma>		: "\xc5\x96"	Rcedilla
++<Multi_key> <comma> <R>		: "\xc5\x96"	Rcedilla
++<Multi_key> <r> <comma>		: "\xc5\x97"	rcedilla
++<Multi_key> <comma> <r>		: "\xc5\x97"	rcedilla
++<Multi_key> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++<Multi_key> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++<Multi_key> <i> <asciitilde>	: "\xc4\xa9"	itilde
++<Multi_key> <asciitilde> <i>	: "\xc4\xa9"	itilde
++<Multi_key> <L> <comma>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <comma> <L>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <l> <comma>		: "\xc4\xbc"	lcedilla
++<Multi_key> <comma> <l>		: "\xc4\xbc"	lcedilla
++<diaeresis>			: "\xc2\xa8"	diaeresis
++<Multi_key> <S> <v>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <V>		: "\xc5\xa0"	Scaron
++<Multi_key> <v> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <V> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <s> <v>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <V>		: "\xc5\xa1"	scaron
++<Multi_key> <v> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <V> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <E> <underscore>	: "\xc4\x92"	Emacron
++<Multi_key> <underscore> <E>	: "\xc4\x92"	Emacron
++<Multi_key> <e> <underscore>	: "\xc4\x93"	emacron
++<Multi_key> <underscore> <e>	: "\xc4\x93"	emacron
++<Multi_key> <G> <comma>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <comma> <G>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <g> <comma>		: "\xc4\xa3"	gcedilla
++<Multi_key> <comma> <g>		: "\xc4\xa3"	gcedilla
++<Multi_key> <T> <bar>		: "\xc5\xa6"	Tslash
++<Multi_key> <bar> <T>		: "\xc5\xa6"	Tslash
++<Multi_key> <t> <bar>		: "\xc5\xa7"	tslash
++<Multi_key> <bar> <t>		: "\xc5\xa7"	tslash
++<Multi_key> <n> <n>		: "\xc5\x8b" 	eng
++<Multi_key> <A> <underscore>	: "\xc4\x80"	Amacron
++<Multi_key> <underscore> <A>	: "\xc4\x80"	Amacron
++<Multi_key> <a> <underscore>	: "\xc4\x81"	amacron
++<Multi_key> <underscore> <a>	: "\xc4\x81"	amacron
++<Multi_key> <d> <underscore>	: "\xc4\x91"
++<Multi_key> <underscore> <d> 	: "\xc4\x91"
++<Multi_key> <N> <comma>		: "\xc5\x85"	Ncedilla
++<Multi_key> <comma> <N>		: "\xc5\x85"	Ncedilla
++<Multi_key> <n> <comma>		: "\xc5\x86"	ncedilla
++<Multi_key> <comma> <n>		: "\xc5\x86"	ncedilla
++<Multi_key> <O> <underscore>	: "\xc5\x8c"	Omacron
++<Multi_key> <underscore> <O>	: "\xc5\x8c"	Omacron
++<Multi_key> <o> <underscore>	: "\xc5\x8d"	omacron
++<Multi_key> <underscore> <o>	: "\xc5\x8d"	omacron
++<Multi_key> <K> <comma>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <comma> <K>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <k> <comma>		: "\xc4\xb7"	kcedilla
++<Multi_key> <comma> <k>		: "\xc4\xb7"	kcedilla
++<Multi_key> <I> <a>		: "\xc4\xae"	Iogonek
++<Multi_key> <a> <I>		: "\xc4\xae"	Iogonek
++<Multi_key> <i> <a>		: "\xc4\xaf"	iogonek
++<Multi_key> <a> <i>		: "\xc4\xaf"	iogonek
++<Multi_key> <E> <period>	: "\xc4\x96"	Eabovedot
++<Multi_key> <e> <period>	: "\xc4\x97"	eabovedot
++<Multi_key> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++<Multi_key> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++<Multi_key> <u> <asciitilde>	: "\xc5\xa9"	utilde
++<Multi_key> <asciitilde> <u>	: "\xc5\xa9"	utilde
++<Multi_key> <U> <underscore>	: "\xc5\xaa"	Umacron
++<Multi_key> <underscore> <U>	: "\xc5\xaa"	Umacron
++<Multi_key> <u> <underscore>	: "\xc5\xab"	umacron
++<Multi_key> <underscore> <u>	: "\xc5\xab"	umacron
++<Multi_key> <I> <underscore>	: "\xc4\xaa"	Imacron
++<Multi_key> <underscore> <I> 	: "\xc4\xaa"	Imacron
++<Multi_key> <i> <underscore>	: "\xc4\xab"	imacron
++<Multi_key> <underscore> <i> 	: "\xc4\xab"	imacron
++
++XCOMM Ctrl<T> combo
++Ctrl<T> <a> <A>			: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <a> 			: "\xc4\x84"	Aogonek
++Ctrl<T> <a> <a> 			: "\xc4\x85"	aogonek
++Ctrl<T> <C> <acute> 		: "\xc4\x86"	Cacute
++Ctrl<T> <c> <acute> 		: "\xc4\x87"	cacute
++Ctrl<T> <acute> <C>			: "\xc4\x86"	Cacute
++Ctrl<T> <acute> <c>			: "\xc4\x87"	cacute
++Ctrl<T> <acute> <N>			: "\xc5\x83"	Nacute
++Ctrl<T> <N> <acute> 		: "\xc5\x83"	Nacute
++XCOMM Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <slash> <D>			: "\xc4\x90"	Dstroke
++Ctrl<T> <slash> <d>			: "\xc4\x91"	dstroke
++Ctrl<T> <caron> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++Ctrl<T> <v> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <v>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <caron> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <caron> 	: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <v>		: "\xc5\xbe"	zcaron
++Ctrl<T> <v> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <G> <u>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <u> <G>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <g> <u>		: "\xc4\x9f"	gbreve
++Ctrl<T> <u> <g>		: "\xc4\x9f"	gbreve
++Ctrl<T> <I> <period>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <period> <I>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <i> <period>	: "\xc4\xb1"	idotless
++Ctrl<T> <period> <i>	: "\xc4\xb1"	idotless
++Ctrl<T> <space> <breve>	: "\xcb\x98"	breve
++Ctrl<T> <space> <degree>	: "\xc2\xb0"	degree
++Ctrl<T> <space> <ogonek>	: "\xcb\x9b"	ogonek
++Ctrl<T> <space> <caron>	: "\xcb\x87"	caron
++Ctrl<T> <space> <v>		: "\xcb\x87"	caron
++Ctrl<T> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++Ctrl<T> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++Ctrl<T> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++Ctrl<T> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <acute> <R>		: "\xc5\x94"	Racute
++Ctrl<T> <R> <acute> 	: "\xc5\x94"	Racute
++Ctrl<T> <acute> <S>		: "\xc5\x9a"	Sacute
++Ctrl<T> <S> <acute> 	: "\xc5\x9a"	Sacute
++Ctrl<T> <acute> <Z>		: "\xc4\xbe"	Zacute
++Ctrl<T> <Z> <acute> 	: "\xc4\xbe"	Zacute
++Ctrl<T> <acute> <n>		: "\xc5\x84"	nacute
++Ctrl<T> <n> <acute> 	: "\xc5\x84"	nacute
++Ctrl<T> <acute> <r>		: "\xc5\x95"	racute
++Ctrl<T> <r> <acute> 	: "\xc5\x95"	racute
++Ctrl<T> <acute> <s>		: "\xc5\x9b"	sacute
++Ctrl<T> <s> <acute> 	: "\xc5\x9b"	sacute
++Ctrl<T> <acute> <z>		: "\xc5\xba"	zacute
++Ctrl<T> <z> <acute> 	: "\xc5\xba"	zacute
++Ctrl<T> <0> <O>		: "\xc2\xb0"	degree
++Ctrl<T> <o> <o> 		: "\xc2\xb0"	degree
++Ctrl<T> <comma> <S>		: "\xc5\x9e"	Scedilla
++Ctrl<T> <S> <comma> 	: "\xc5\x9e"	Scedilla
++Ctrl<T> <comma> <T>		: "\xc5\xa2"	Tcedilla
++Ctrl<T> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++Ctrl<T> <comma> <s>		: "\xc5\x9f"	scedilla
++Ctrl<T> <s> <comma> 	: "\xc5\x9f"	scedilla
++Ctrl<T> <comma> <t>		: "\xc5\xa3"	tcedilla
++Ctrl<T> <t> <comma> 	: "\xc5\xa3"	tcedilla
++Ctrl<T> <caron> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <caron> 	: "\xc4\x8c"	Ccaron
++Ctrl<T> <caron> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <caron> 	: "\xc4\x8e"	Dcaron
++Ctrl<T> <caron> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <caron> 	: "\xc4\x9a"	Ecaron
++Ctrl<T> <caron> <L>		: "\xc4\xbd"	Lcaron
++Ctrl<T> <L> <caron> 	: "\xc4\xbd"	Lcaron
++Ctrl<T> <caron> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <caron>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <caron> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <caron> 	: "\xc5\x98"	Rcaron
++Ctrl<T> <caron> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <caron> 	: "\xc5\xa0"	Scaron
++Ctrl<T> <caron> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <caron> 	: "\xc5\xa4"	Tcaron
++Ctrl<T> <caron> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <caron> 	: "\xc5\xae"	Uring
++Ctrl<T> <caron> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <caron> 	: "\xc4\x8d"	ccaron
++Ctrl<T> <caron> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <caron> 	: "\xc4\x8f"	dcaron
++Ctrl<T> <caron> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <caron> 	: "\xc4\x9b"	ecaron
++Ctrl<T> <caron> <l>		: "\xc4\xbe"	lcaron
++Ctrl<T> <l> <caron> 	: "\xc4\xbe"	lcaron
++Ctrl<T> <caron> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <caron> 	: "\xc5\x88"	ncaron
++Ctrl<T> <caron> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <caron> 	: "\xc5\x99"	rcaron
++Ctrl<T> <caron> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <caron> 	: "\xc5\xa1"	scaron
++Ctrl<T> <caron> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <caron> 	: "\xc5\xa5"	tcaron
++Ctrl<T> <caron> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <caron> 	: "\xc5\xaf"	uring
++Ctrl<T> <v> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <v> 		: "\xc4\x8c"	Ccaron
++Ctrl<T> <v> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <v> 		: "\xc4\x8e"	Dcaron
++Ctrl<T> <v> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <v> 		: "\xc4\x9a"	Ecaron
++Ctrl<T> <v> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <v>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <v> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <v> 		: "\xc5\x98"	Rcaron
++Ctrl<T> <v> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <v> 		: "\xc5\xa4"	Tcaron
++Ctrl<T> <v> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <v> 		: "\xc5\xae"	Uring
++Ctrl<T> <v> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <v> 		: "\xc4\x8d"	ccaron
++Ctrl<T> <v> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <v> 		: "\xc4\x8f"	dcaron
++Ctrl<T> <v> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <v> 		: "\xc4\x9b"	ecaron
++Ctrl<T> <v> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <v> 		: "\xc5\x88"	ncaron
++Ctrl<T> <v> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <v> 		: "\xc5\x99"	rcaron
++Ctrl<T> <v> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <v> 		: "\xc5\xa5"	tcaron
++Ctrl<T> <v> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <v> 		: "\xc5\xaf"	uring
++Ctrl<T> <breve> <A>		: "\xc4\x82"	Abreve
++Ctrl<T> <A> <breve> 	: "\xc4\x82"	Abreve
++Ctrl<T> <breve> <a>		: "\xc4\x83"	abreve
++Ctrl<T> <a> <breve> 	: "\xc4\x83"	abreve
++Ctrl<T> <ogonek> <A>	: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++Ctrl<T> <ogonek> <E>	: "\xc4\x98"	Eogonek
++Ctrl<T> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++Ctrl<T> <ogonek> <a> 	: "\xc4\x85"	aogonek
++Ctrl<T> <a> <ogonek> 	: "\xc4\x85"	aogonek
++Ctrl<T> <ogonek> <e> 	: "\xc4\x99"	eogonek
++Ctrl<T> <e> <ogonek> 	: "\xc4\x99"	eogonek
++Ctrl<T> <E> <a> 		: "\xc4\x98"	Eogonek
++Ctrl<T> <e> <a> 		: "\xc4\x99"	eogonek
++Ctrl<T> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++Ctrl<T> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++Ctrl<T> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <period> <U>	: "\xc5\xae"	Uring
++Ctrl<T> <U> <period> 	: "\xc5\xae"	Uring
++Ctrl<T> <period> <u>	: "\xc5\xaf"	uring
++Ctrl<T> <u> <period> 	: "\xc5\xaf"	uring
++Ctrl<T> <period> <z>	: "\xc5\xbc"	zabovedot
++Ctrl<T> <z> <period> 	: "\xc5\xbc"	zabovedot
++Ctrl<T> <period> <Z>	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <a> <space>         : "\xcb\x9b"    ogonek
++Ctrl<T> <u> <space>         : "\xcb\x98"    breve
++Ctrl<T> <v> <space>         : "\xcb\x87"    caron
++Ctrl<T> <quotedbl> <space>  : "\xcb\x9d"    doubleacute
++Ctrl<T> <A> <u>             : "\xc4\x82"    Abreve
++Ctrl<T> <C> <apostrophe>    : "\xc4\x86"    Cacute
++Ctrl<T> <L> <apostrophe>    : "\xc4\xb9"    Lacute
++Ctrl<T> <L> <slash>         : "\xc5\x81"    Lstroke
++Ctrl<T> <L> <greater>       : "\xc4\xbd"    Lcaron
++Ctrl<T> <N> <apostrophe>    : "\xc5\x83"    Nacute
++Ctrl<T> <S> <apostrophe>    : "\xc5\x9a"    Sacute
++Ctrl<T> <R> <apostrophe>    : "\xc5\x94"    Racute
++Ctrl<T> <U> <asterisk>      : "\xc5\xae"    Uring
++Ctrl<T> <Z> <apostrophe>    : "\xc5\xb9"    Zacute
++Ctrl<T> <a> <u>             : "\xc4\x83"    abreve
++Ctrl<T> <c> <apostrophe>    : "\xc4\x87"    cacute
++Ctrl<T> <l> <apostrophe>    : "\xc4\xba"    lacute
++Ctrl<T> <l> <slash>         : "\xc5\x82"    lstroke
++Ctrl<T> <l> <greater>       : "\xc4\xbe"    lcaron
++Ctrl<T> <n> <apostrophe>    : "\xc5\x84"    nacute
++Ctrl<T> <s> <apostrophe>    : "\xc5\x9b"    sacute
++Ctrl<T> <r> <apostrophe>    : "\xc5\x95"    racute
++Ctrl<T> <u> <asterisk>      : "\xc5\xaf"    uring
++Ctrl<T> <z> <apostrophe>    : "\xc5\xba"    zacute
++XCOMM
++XCOMM Latin-3 sequences
++Ctrl<T> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <C> <greater>		: "\xc4\x88"	Ccircumflex
++Ctrl<T> <greater> <C>		: "\xc4\x88"	Ccircumflex
++
++Ctrl<T> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <c> <greater>		: "\xc4\x89"	ccircumflex
++Ctrl<T> <greater> <c>		: "\xc4\x89"	ccircumflex
++
++Ctrl<T> <period> <C>		: "\xc4\x8a"	Cabovedot
++Ctrl<T> <C> <period> 		: "\xc4\x8a"	Cabovedot
++
++Ctrl<T> <period> <c>		: "\xc4\x8b"	cabovedot
++Ctrl<T> <c> <period> 		: "\xc4\x8b"	cabovedot
++
++Ctrl<T> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <G> <greater>		: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <greater> <G>		: "\xc4\x9c"	Gcircumflex
++
++Ctrl<T> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <g> <greater>		: "\xc4\x9d"	gcircumflex
++Ctrl<T> <greater> <g>		: "\xc4\x9d"	gcircumflex
++
++Ctrl<T> <period> <G>		: "\xc4\xa0"	Gabovedot
++Ctrl<T> <G> <period> 		: "\xc4\xa0"	Gabovedot
++
++Ctrl<T> <period> <g>		: "\xc4\xa1"	gabovedot
++Ctrl<T> <g> <period> 		: "\xc4\xa1"	gabovedot
++
++Ctrl<T> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <H> <greater>		: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <greater> <H>		: "\xc4\xa4"	Hcircumflex
++
++Ctrl<T> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <h> <greater>		: "\xc4\xa5"	hcircumflex
++Ctrl<T> <greater> <h>		: "\xc4\xa5"	hcircumflex
++
++Ctrl<T> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <J> <greater>		: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <greater> <J>		: "\xc4\xb4"	Jcircumflex
++
++Ctrl<T> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <j> <greater>		: "\xc4\xb5"	jcircumflex
++Ctrl<T> <greater> <j>		: "\xc4\xb5"	jcircumflex
++
++Ctrl<T> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <S> <greater>		: "\xc5\x9c"	Scircumflex
++Ctrl<T> <greater> <S>		: "\xc5\x9c"	Scircumflex
++
++Ctrl<T> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <s> <greater>		: "\xc5\x9d"	scircumflex
++Ctrl<T> <greater> <s>		: "\xc5\x9d"	scircumflex
++
++Ctrl<T> <U> <breve>		: "\xc5\xac"	Ubreve
++Ctrl<T> <breve> <U>		: "\xc5\xac"	Ubreve
++Ctrl<T> <U> <u>			: "\xc5\xac"	Ubreve
++Ctrl<T> <u> <U>			: "\xc5\xac"	Ubreve
++
++Ctrl<T> <u> <breve>		: "\xc5\xad"	ubreve
++Ctrl<T> <breve> <u>		: "\xc5\xad"	ubreve
++Ctrl<T> <u> <u>			: "\xc5\xad"	ubreve
++XCOMM
++XCOMM Latin-4 sequences
++Ctrl<T> <N> <N>             : "\xc5\x8a"    ENG
++Ctrl<T> <U> <a>		: "\xc5\xb2"	Uogonek
++Ctrl<T> <u> <a>		: "\xc5\xb3"	uogonek
++Ctrl<T> <k> <k>		: "\xc4\xb8"	kra
++Ctrl<T> <R> <comma>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <comma> <R>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <r> <comma>		: "\xc5\x97"	rcedilla
++Ctrl<T> <comma> <r>		: "\xc5\x97"	rcedilla
++Ctrl<T> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++Ctrl<T> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++Ctrl<T> <i> <asciitilde>	: "\xc4\xa9"	itilde
++Ctrl<T> <asciitilde> <i>	: "\xc4\xa9"	itilde
++Ctrl<T> <L> <comma>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <comma> <L>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <l> <comma>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <comma> <l>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <S> <v>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <V>		: "\xc5\xa0"	Scaron
++Ctrl<T> <v> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <V> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <s> <v>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <V>		: "\xc5\xa1"	scaron
++Ctrl<T> <v> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <V> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <E> <underscore>	: "\xc4\x92"	Emacron
++Ctrl<T> <underscore> <E>	: "\xc4\x92"	Emacron
++Ctrl<T> <e> <underscore>	: "\xc4\x93"	emacron
++Ctrl<T> <underscore> <e>	: "\xc4\x93"	emacron
++Ctrl<T> <G> <comma>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <comma> <G>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <g> <comma>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <comma> <g>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <T> <bar>		: "\xc5\xa6"	Tslash
++Ctrl<T> <bar> <T>		: "\xc5\xa6"	Tslash
++Ctrl<T> <t> <bar>		: "\xc5\xa7"	tslash
++Ctrl<T> <bar> <t>		: "\xc5\xa7"	tslash
++Ctrl<T> <n> <n>		: "\xc5\x8b" 	eng
++Ctrl<T> <d> <underscore>	: "\xc4\x91"
++Ctrl<T> <underscore> <d> 	: "\xc4\x91"
++Ctrl<T> <N> <comma>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <comma> <N>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <n> <comma>		: "\xc5\x86"	ncedilla
++Ctrl<T> <comma> <n>		: "\xc5\x86"	ncedilla
++Ctrl<T> <K> <comma>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <comma> <K>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <k> <comma>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <comma> <k>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <I> <a>		: "\xc4\xae"	Iogonek
++Ctrl<T> <a> <I>		: "\xc4\xae"	Iogonek
++Ctrl<T> <i> <a>		: "\xc4\xaf"	iogonek
++Ctrl<T> <a> <i>		: "\xc4\xaf"	iogonek
++Ctrl<T> <E> <period>	: "\xc4\x96"	Eabovedot
++Ctrl<T> <e> <period>	: "\xc4\x97"	eabovedot
++Ctrl<T> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++Ctrl<T> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++Ctrl<T> <u> <asciitilde>	: "\xc5\xa9"	utilde
++Ctrl<T> <asciitilde> <u>	: "\xc5\xa9"	utilde
++Ctrl<T> <U> <underscore>	: "\xc5\xaa"	Umacron
++Ctrl<T> <underscore> <U>	: "\xc5\xaa"	Umacron
++Ctrl<T> <u> <underscore>	: "\xc5\xab"	umacron
++Ctrl<T> <underscore> <u>	: "\xc5\xab"	umacron
++Ctrl<T> <I> <underscore>	: "\xc4\xaa"	Imacron
++Ctrl<T> <underscore> <I> 	: "\xc4\xaa"	Imacron
++Ctrl<T> <i> <underscore>	: "\xc4\xab"	imacron
++Ctrl<T> <underscore> <i> 	: "\xc4\xab"	imacron
++XCOMM
++XCOMM Latin-9 input sequences:
++<Multi_key> <o> <e> 		: "\xc5\x93"
++<Multi_key> <O> <E> 		: "\xc5\x92"
++<Multi_key> <Y> <quotedbl> 	: "\xc5\xb8"
++<Multi_key> <quotedbl> <Y> 	: "\xc5\xb8"
++Ctrl<T> <o> <e> 		: "\xc5\x93"
++Ctrl<T> <O> <E> 		: "\xc5\x92"
++Ctrl<T> <Y> <quotedbl> 		: "\xc5\xb8"
++Ctrl<T> <quotedbl> <Y>		: "\xc5\xb8"
++XCOMM
++XCOMM Rules for SunXK_FA_* keysyms:
++<SunFA_Acute> <apostrophe>	: "\xc2\xb4"
++<SunFA_Acute> <A>		: "\xc3\x81"
++<SunFA_Acute> <a>		: "\xc3\xa1"
++<SunFA_Acute> <C>		: "\xc4\x86"
++<SunFA_Acute> <c>		: "\xc4\x87"
++<SunFA_Acute> <E>		: "\xc3\x89"
++<SunFA_Acute> <e>		: "\xc3\xa9"
++<SunFA_Acute> <I>		: "\xc3\x8d"
++<SunFA_Acute> <i>		: "\xc3\xad"
++<SunFA_Acute> <L>		: "\xc4\xb9"
++<SunFA_Acute> <l>		: "\xc4\xba"
++<SunFA_Acute> <N>		: "\xc5\x83"
++<SunFA_Acute> <n>		: "\xc5\x84"
++<SunFA_Acute> <O>		: "\xc3\x93"
++<SunFA_Acute> <o>		: "\xc3\xb3"
++<SunFA_Acute> <R>		: "\xc5\x94"
++<SunFA_Acute> <r>		: "\xc5\x95"
++<SunFA_Acute> <space>		: "\x27"
++<SunFA_Acute> <S>		: "\xc5\x9a"
++<SunFA_Acute> <s>		: "\xc5\x9b"
++<SunFA_Acute> <U>		: "\xc3\x9a"
++<SunFA_Acute> <u>		: "\xc3\xba"
++<SunFA_Acute> <Y>		: "\xc3\x9d"
++<SunFA_Acute> <y>		: "\xc3\xbd"
++<SunFA_Acute> <Z>		: "\xc4\xbe"
++<SunFA_Acute> <z>		: "\xc5\xba"
++<SunFA_Cedilla> <comma>		: "\xc2\xb8"
++<SunFA_Cedilla> <C>		: "\xc3\x87"
++<SunFA_Cedilla> <c>		: "\xc3\xa7"
++<SunFA_Cedilla> <G>		: "\xc4\xa2"
++<SunFA_Cedilla> <g>		: "\xc4\xa3"
++<SunFA_Cedilla> <K>		: "\xc4\xb6"
++<SunFA_Cedilla> <k>		: "\xc4\xb7"
++<SunFA_Cedilla> <L>		: "\xc4\xbb"
++<SunFA_Cedilla> <l>		: "\xc4\xbc"
++<SunFA_Cedilla> <minus>		: "\xc2\xac"
++<SunFA_Cedilla> <N>		: "\xc5\x85"
++<SunFA_Cedilla> <n>		: "\xc5\x86"
++<SunFA_Cedilla> <R>		: "\xc5\x96"
++<SunFA_Cedilla> <r>		: "\xc5\x97"
++<SunFA_Cedilla> <S>		: "\xc5\x9e"
++<SunFA_Cedilla> <s>		: "\xc5\x9f"
++<SunFA_Cedilla> <T>		: "\xc5\xa2"
++<SunFA_Cedilla> <t>		: "\xc5\xa3"
++<SunFA_Circum> <0>		: "\xc2\xb0"
++<SunFA_Circum> <1>		: "\xc2\xb9"
++<SunFA_Circum> <2>		: "\xc2\xb2"
++<SunFA_Circum> <3>		: "\xc2\xb3"
++<SunFA_Circum> <A>		: "\xc3\x82"
++<SunFA_Circum> <a>		: "\xc3\xa2"
++<SunFA_Circum> <C>		: "\xc4\x88"
++<SunFA_Circum> <c>		: "\xc4\x89"
++<SunFA_Circum> <E>		: "\xc3\x8a"
++<SunFA_Circum> <e>		: "\xc3\xaa"
++<SunFA_Circum> <exclam>		: "\xc2\xa6"
++<SunFA_Circum> <G>		: "\xc4\x9c"
++<SunFA_Circum> <g>		: "\xc4\x9d"
++<SunFA_Circum> <H>		: "\xc4\xa4"
++<SunFA_Circum> <h>		: "\xc4\xa5"
++<SunFA_Circum> <I>		: "\xc3\x8e"
++<SunFA_Circum> <i>		: "\xc3\xae"
++<SunFA_Circum> <J>		: "\xc4\xb4"
++<SunFA_Circum> <j>		: "\xc4\xb5"
++<SunFA_Circum> <minus>		: "\xc2\xaf"
++<SunFA_Circum> <O>		: "\xc3\x94"
++<SunFA_Circum> <o>		: "\xc3\xb4"
++<SunFA_Circum> <period>		: "\xc2\xb7"
++<SunFA_Circum> <slash>		: "\x7c"
++<SunFA_Circum> <space>		: "\x5e"
++<SunFA_Circum> <S>		: "\xc5\x9c"
++<SunFA_Circum> <s>		: "\xc5\x9d"
++<SunFA_Circum> <underscore>	: "\xc2\xaf"
++<SunFA_Circum> <U>		: "\xc3\x9b"
++<SunFA_Circum> <u>		: "\xc3\xbb"
++<SunFA_Diaeresis> <A>		: "\xc3\x84"
++<SunFA_Diaeresis> <a>		: "\xc3\xa4"
++<SunFA_Diaeresis> <E>		: "\xc3\x8b"
++<SunFA_Diaeresis> <e>		: "\xc3\xab"
++<SunFA_Diaeresis> <I>		: "\xc3\x8f"
++<SunFA_Diaeresis> <i>		: "\xc3\xaf"
++<SunFA_Diaeresis> <O>		: "\xc3\x96"
++<SunFA_Diaeresis> <o>		: "\xc3\xb6"
++<SunFA_Diaeresis> <quotedbl>	: "\xc2\xa8"
++<SunFA_Diaeresis> <space>	: "\xc2\xa8"
++<SunFA_Diaeresis> <U>		: "\xc3\x9c"
++<SunFA_Diaeresis> <u>		: "\xc3\xbc"
++<SunFA_Diaeresis> <y>		: "\xc3\xbf"
++<SunFA_Diaeresis> <Y>		: "\xc5\xb8"
++<SunFA_Grave> <A>		: "\xc3\x80"
++<SunFA_Grave> <a>		: "\xc3\xa0"
++<SunFA_Grave> <E>		: "\xc3\x88"
++<SunFA_Grave> <e>		: "\xc3\xa8"
++<SunFA_Grave> <I>		: "\xc3\x8c"
++<SunFA_Grave> <i>		: "\xc3\xac"
++<SunFA_Grave> <O>		: "\xc3\x92"
++<SunFA_Grave> <o>		: "\xc3\xb2"
++<SunFA_Grave> <space>		: "\x60"
++<SunFA_Grave> <U>		: "\xc3\x99"
++<SunFA_Grave> <u>		: "\xc3\xb9"
++<SunFA_Tilde> <A>		: "\xc3\x83"
++<SunFA_Tilde> <a>		: "\xc3\xa3"
++<SunFA_Tilde> <N>		: "\xc3\x91"
++<SunFA_Tilde> <n>		: "\xc3\xb1"
++<SunFA_Tilde> <O>		: "\xc3\x95"
++<SunFA_Tilde> <o>		: "\xc3\xb5"
++<SunFA_Tilde> <space>		: "\x7e"
++END_STATE
++
++STATE "[ 斯拉夫文 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++<at>		: "\x22"	quotedbl
++<numbersign>	: "\xe2\x84\x96"	numerosign
++<dollar>	: "\x25"	percent
++<percent>	: "\x3a"	colon
++<asciicircum>	: "\x2c"	comma
++<ampersand>	: "\x2e"	period
++<asterisk>	: "\x3b"	semicolon
++<numerosign>	: "\xe2\x84\x96" numerosign
++<q>		: "\xd0\xb9"	Cyrillic_shorti
++<w>		: "\xd1\x86"	Cyrillic_tse
++<e>		: "\xd1\x83"	Cyrillic_u
++<r>		: "\xd0\xba"	Cyrillic_ka
++<t>		: "\xd0\xb5"	Cyrillic_ie
++<y>		: "\xd0\xbd"	Cyrillic_en
++<u>		: "\xd0\xb3"	Cyrillic_ghe
++<i>		: "\xd1\x88"	Cyrillic_sha
++<o>		: "\xd1\x89"	Cyrillic_shcha
++<p>		: "\xd0\xb7"	Cyrillic_ze
++<bracketleft>	: "\xd1\x85"	Cyrillic_ha
++<bracketright>	: "\xd1\x8a"	Cyrillic_hardsign
++<Q>		: "\xd0\x99"	Cyrillic_SHORTI
++<W>		: "\xd0\xa6"	Cyrillic_TSE
++<E>		: "\xd0\xa3"	Cyrillic_U
++<R>		: "\xd0\x9a"	Cyrillic_KA
++<T>		: "\xd0\x95"	Cyrillic_IE
++<Y>		: "\xd0\x9d"	Cyrillic_EN
++<U>		: "\xd0\x93"	Cyrillic_GHE
++<I>		: "\xd0\xa8"	Cyrillic_SHA
++<O>		: "\xd0\xa9"	Cyrillic_SHCHA
++<P>		: "\xd0\x97"	Cyrillic_ZE
++Lock<bracketleft> 	: "\xd0\xa5"	Cyrillic_HA
++Lock<bracketright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<braceleft> 	: "\xd0\xa5"	Cyrillic_HA
++<braceright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<a>		: "\xd1\x84"	Cyrillic_ef
++<s>		: "\xd1\x8b"	Cyrillic_yeru
++<d>		: "\xd0\xb2"	Cyrillic_ve
++<f>		: "\xd0\xb0"	Cyrillic_a
++<g>		: "\xd0\xbf"	Cyrillic_pe
++<h>		: "\xd1\x80"	Cyrillic_er
++<j>		: "\xd0\xbe"	Cyrillic_o
++<k>		: "\xd0\xbb"	Cyrillic_el
++<l>		: "\xd0\xb4"	Cyrillic_de
++<semicolon>	: "\xd0\xb6"	Cyrillic_zhe
++<quoteright>	: "\xd1\x8d"	Cyrillic_e
++<A>		: "\xd0\xa4"	Cyrillic_EF
++<S>		: "\xd0\xab"	Cyrillic_YERU
++<D>		: "\xd0\x92"	Cyrillic_VE
++<F>		: "\xd0\x90"	Cyrillic_A
++<G>		: "\xd0\x9f"	Cyrillic_PE
++<H>		: "\xd0\xa0"	Cyrillic_ER
++<J>		: "\xd0\x9e"	Cyrillic_O
++<K>		: "\xd0\x9b"	Cyrillic_EL
++<L>		: "\xd0\x94"	Cyrillic_DE
++<colon>		: "\xd0\x96"	Cyrillic_ZHE
++<quotedbl>	: "\xd0\xad"	Cyrillic_E
++<z>		: "\xd1\x8f"	Cyrillic_ya
++<x>		: "\xd1\x87"	Cyrillic_che
++<c>		: "\xd1\x81"	Cyrillic_es
++<v>		: "\xd0\xbc"	Cyrillic_em
++<b>		: "\xd0\xb8"	Cyrillic_i
++<n>		: "\xd1\x82"	Cyrillic_te
++<m>		: "\xd1\x8c"	Cyrillic_softsign
++<comma>		: "\xd0\xb1"	Cyrillic_be
++<period>	: "\xd1\x8e"	Cyrillic_yu
++<slash>		: "\xd1\x91"	Cyrillic_io
++<Z>		: "\xd0\xaf"	Cyrillic_YA
++<X>		: "\xd0\xa7"	Cyrillic_CHE
++<C>		: "\xd0\xa1"	Cyrillic_ES
++<V>		: "\xd0\x9c"	Cyrillic_EM
++<B>		: "\xd0\x98"	Cyrillic_I
++<N>		: "\xd0\xa2"	Cyrillic_TE
++<M>		: "\xd0\xac"	Cyrillic_SOFTSIGN
++<less>		: "\xd0\x91"	Cyrillic_BE
++<greater>	: "\xd0\xae"	Cyrillic_YU
++<question>	: "\xd0\x81"	Cyrillic_IO
++
++END_STATE
++
++STATE "[ 希臘文 ]"
++Ctrl<space> 		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++XCOMM
++XCOMM Key sequences for euro sign:
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++Alt<e>			: "\xe2\x82\xac"
++Alt<E>			: "\xe2\x82\xac"
++Alt<4>			: "\xe2\x82\xac"
++Alt<5>			: "\xe2\x82\xac"
++Meta<e>			: "\xe2\x82\xac"
++Meta<E>			: "\xe2\x82\xac"
++Meta<4>			: "\xe2\x82\xac"
++Meta<5>			: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
++XCOMM
++XCOMM The following seven mappings are not appropriate here; this kind of mappings
++XCOMM should be done at the keytable level at /usr/openwin/share/etc/keytables,
++XCOMM not in the Compose file.
++XCOMM<at>		: "\x22"	quotedbl
++XCOMM<numbersign>	: "\xcf\x80"	numerosign
++XCOMM<dollar>	: "\x25"	percent
++XCOMM<percent>	: "\x3a"	colon
++XCOMM<asciicircum>	: "\x2c"	comma
++XCOMM<ampersand>	: "\x2e"	period
++XCOMM<asterisk>	: "\x3b"	semicolon
++
++<q>		: "\x3b"	semicolon
++<w>		: "\xcf\x82"	Greek_sigma
++<e>		: "\xce\xb5"	Greek_epsilon
++<r>		: "\xcf\x81"	Greek_rho
++<t>		: "\xcf\x84"	Greek_tau
++<y>		: "\xcf\x85"	Greek_upsilon
++<u>		: "\xce\xb8"	Greek_theta
++<i>		: "\xce\xb9"	Greek_iota
++<o>		: "\xce\xbf"	Greek_omicron
++<p>		: "\xcf\x80"	Greek_pi
++<Greek_sigma>	: "\xcf\x82"	Greek_sigma
++<Greek_epsilon>	: "\xce\xb5"	Greek_epsilon
++<Greek_rho>	: "\xcf\x81"	Greek_rho
++<Greek_tau>	: "\xcf\x84"	Greek_tau
++<Greek_upsilon>	: "\xcf\x85"	Greek_upsilon
++<Greek_theta>	: "\xce\xb8"	Greek_theta
++<Greek_iota>	: "\xce\xb9"	Greek_iota
++<Greek_omicron>	: "\xce\xbf"	Greek_omicron
++<Greek_pi>	: "\xcf\x80"	Greek_pi
++<Q>		: "\x3a"	colon
++<W>		: "\xce\xa3"	Greek_SIGMA
++<E>		: "\xce\x95"	Greek_EPSILON
++<R>		: "\xce\xa1"	Greek_RHO
++<T>		: "\xce\xa4"	Greek_TAU
++<Y>		: "\xce\xa5"	Greek_UPSILON
++<U>		: "\xce\x98"	Greek_THETA
++<I>		: "\xce\x99"	Greek_IOTA
++<O>		: "\xce\x9f"	Greek_OMICRON
++<P>		: "\xce\xa0"	Greek_PI
++<Greek_SIGMA>	: "\xce\xa3"	Greek_SIGMA
++<Greek_EPSILON>	: "\xce\x95"	Greek_EPSILON
++<Greek_RHO>	: "\xce\xa1"	Greek_RHO
++<Greek_TAU>	: "\xce\xa4"	Greek_TAU
++<Greek_UPSILON>	: "\xce\xa5"	Greek_UPSILON
++<Greek_THETA>	: "\xce\x98"	Greek_THETA
++<Greek_IOTA>	: "\xce\x99"	Greek_IOTA
++<Greek_OMICRON>	: "\xce\x9f"	Greek_OMICRON
++<Greek_PI>	: "\xce\xa0"	Greek_PI
++<a>		: "\xce\xb1"	Greek_alpha
++<s>		: "\xcf\x83"	Greek_finalsmallsigma
++<d>		: "\xce\xb4"	Greek_delta
++<f>		: "\xcf\x86"	Greek_phi
++<g>		: "\xce\xb3"	Greek_gamma
++<h>		: "\xce\xb7"	Greek_eta
++<j>		: "\xce\xbe"	Greek_xi
++<k>		: "\xce\xba"	Greek_kappa
++<l>		: "\xce\xbb"	Greek_lamda
++<Greek_alpha>	: "\xce\xb1"	Greek_alpha
++<Greek_finalsmallsigma>	: "\xcf\x83"	Greek_finalsmallsigma
++<Greek_delta>	: "\xce\xb4"	Greek_delta
++<Greek_phi>	: "\xcf\x86"	Greek_phi
++<Greek_gamma>	: "\xce\xb3"	Greek_gamma
++<Greek_eta>	: "\xce\xb7"	Greek_eta
++<Greek_xi>	: "\xce\xbe"	Greek_xi
++<Greek_kappa>	: "\xce\xba"	Greek_kappa
++<Greek_lamda>	: "\xce\xbb"	Greek_lamda
++<A>		: "\xce\x91"	Greek_ALPHA
++<S>		: "\xce\xa3"	Greek_SIGMA
++<D>		: "\xce\x94"	Greek_DELTA
++<F>		: "\xce\xa6"	Greek_PHI
++<G>		: "\xce\x93"	Greek_GAMMA
++<H>		: "\xce\x97"	Greek_ETA
++<J>		: "\xce\x9e"	Greek_XI
++<K>		: "\xce\x9a"	Greek_KAPPA
++<L>		: "\xce\x9b"	Greek_LAMDA
++<Greek_ALPHA>	: "\xce\x91"	Greek_ALPHA
++<Greek_DELTA>	: "\xce\x94"	Greek_DELTA
++<Greek_PHI>	: "\xce\xa6"	Greek_PHI
++<Greek_GAMMA>	: "\xce\x93"	Greek_GAMMA
++<Greek_ETA>	: "\xce\x97"	Greek_ETA
++<Greek_XI>	: "\xce\x9e"	Greek_XI
++<Greek_KAPPA>	: "\xce\x9a"	Greek_KAPPA
++<Greek_LAMDA>	: "\xce\x9b"	Greek_LAMDA
++<z>		: "\xce\xb6"	Greek_zeta
++<x>		: "\xcf\x87"	Greek_chi
++<c>		: "\xcf\x88"	Greek_psi
++<v>		: "\xcf\x89"	Greek_omega
++<b>		: "\xce\xb2"	Greek_beta
++<n>		: "\xce\xbd"	Greek_nu
++<m>		: "\xce\xbc"	Greek_mu
++<Greek_zeta>	: "\xc2\x98"	Greek_zeta
++<Greek_chi>	: "\xcf\x87"	Greek_chi
++<Greek_psi>	: "\xcf\x88"	Greek_psi
++<Greek_omega>	: "\xcf\x89"	Greek_omega
++<Greek_beta>	: "\xce\xb2"	Greek_beta
++<Greek_nu>	: "\xce\xbd"	Greek_nu
++<Greek_mu>	: "\xce\xbc"	Greek_mu
++<Z>		: "\xce\x96"	Greek_ZETA
++<X>		: "\xce\xa7"	Greek_CHI
++<C>		: "\xce\xa8"	Greek_PSI
++<V>		: "\xce\xa9"	Greek_OMEGA
++<B>		: "\xce\x92"	Greek_BETA
++<N>		: "\xce\x9d"	Greek_NU
++<M>		: "\xce\x9c"	Greek_MU
++<less>		: "\x3b"	semicolon
++<greater>	: "\x3a"	colon
++<question>	: "\xc2\xb7"	periodcentered
++<Greek_ZETA>	: "\xce\x96"	Greek_ZETA
++<Greek_CHI>	: "\xce\xa7"	Greek_CHI
++<Greek_PSI>	: "\xce\xa8"	Greek_PSI
++<Greek_OMEGA>	: "\xce\xa9"	Greek_OMEGA
++<Greek_BETA>	: "\xce\x92"	Greek_BETA
++<Greek_NU>	: "\xce\x9d"	Greek_NU
++<Greek_MU>	: "\xce\x9c"	Greek_MU
++<periodcentered> : "\xc2\xb7"	periodcentered
++
++XCOMM
++XCOMM XK_dead_acute and XK_dead_diaeresis defined in Greece*.kt keytable files.
++XCOMM XK_Greek_* are not defined in Greece*.kt keytable files. Nonetheless, we 
++XCOMM keep them here for user-defined keytable file possibility.
++<dead_acute> <Greek_alpha>	:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <Greek_epsilon>	:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <Greek_eta>	:"\xce\xae"	Greek_etaaccent
++<dead_acute> <Greek_iota>	:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <Greek_omicron>	:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <Greek_upsilon>	:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <Greek_omega>	:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <Greek_ALPHA>	:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <Greek_EPSILON>	:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <Greek_ETA>	:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <Greek_IOTA>	:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <Greek_OMICRON>	:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Greek_UPSILON>	:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <Greek_OMEGA>	:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_acute> <a>		:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <e>		:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <h>		:"\xce\xae"	Greek_etaaccent
++<dead_acute> <i>		:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <o>		:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <y>		:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <v>		:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <A>		:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <E>		:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <H>		:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <I>		:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <O>		:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Y>		:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <V>		:"\xce\x8f"	Greek_OMEGAaccent
++
++<semicolon> <a>			:"\xce\xac"	Greek_alphaaccent
++<semicolon> <e>			:"\xce\xad"	Greek_epsilonaccent
++<semicolon> <h>			:"\xce\xae"	Greek_etaaccent
++<semicolon> <i>			:"\xce\xaf"	Greek_iotaaccent
++<semicolon> <o>			:"\xcf\x8c"	Greek_omicronaccent
++<semicolon> <y>			:"\xcf\x8d"	Greek_upsilonaccent
++<semicolon> <v>			:"\xcf\x8e"	Greek_omegaaccent
++<semicolon> <A>			:"\xce\x86"	Greek_ALPHAaccent
++<semicolon> <E>			:"\xce\x88"	Greek_EPSILONaccent
++<semicolon> <H>			:"\xce\x89"	Greek_ETAaccent
++<semicolon> <I>			:"\xce\x8a"	Greek_IOTAaccent
++<semicolon> <O>			:"\xce\x8c"	Greek_OMICRONaccent
++<semicolon> <Y>			:"\xce\x8e"	Greek_UPSILONaccent
++<semicolon> <V>			:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_diaeresis> <Greek_iota>	:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <Greek_upsilon> :"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <Greek_IOTA>	:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Greek_UPSILON> :"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_diaeresis> <i>		:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <y>		:"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <I>		:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Y>		:"\xce\xab"	Greek_UPSILONdieresis
++
++<colon> <i>			:"\xcf\x8a"	Greek_iotadieresis
++<colon> <y>			:"\xcf\x8b"	Greek_upsilondieresis
++<colon> <I>			:"\xce\xaa"	Greek_IOTAdiaeresis
++<colon> <Y>			:"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_acute> <dead_diaeresis> <Greek_upsilon>	:"\xce\xb0"
++<dead_diaeresis> <dead_acute> <Greek_upsilon>	:"\xce\xb0"
++<dead_acute> <dead_diaeresis> <Greek_iota>	:"\xce\x90"
++<dead_diaeresis> <dead_acute> <Greek_iota>	:"\xce\x90"
++
++<dead_acute> <dead_diaeresis> <y> :"\xce\xb0"
++<dead_diaeresis> <dead_acute> <y> :"\xce\xb0"
++<dead_acute> <dead_diaeresis> <i> :"\xce\x90"
++<dead_diaeresis> <dead_acute> <i> :"\xce\x90"
++
++<semicolon> <colon> <y>		:"\xce\xb0"
++<colon> <semicolon> <y>		:"\xce\xb0"
++<semicolon> <colon> <i>		:"\xce\x90"
++<colon> <semicolon> <i>		:"\xce\x90"
++
++XCOMM
++XCOMM The following special key sequences are for Tonos, Diaeresis/Dialytica,
++XCOMM and Dialytika Tonos.
++<semicolon> <semicolon>		:"\xce\x84"
++<colon> <colon>			:"\xc2\xa8"
++<semicolon> <colon> <semicolon> <colon> :"\xce\x85"
++<colon> <semicolon> <colon> <semicolon> :"\xce\x85"
++
++<ordfeminine> <0>		:"\xc2\xb1"	plusminus
++<ordfeminine> <1>		:"\xc2\xa7"	section
++<ordfeminine> <2>		:"\xc2\xb2"	twosuperior	
++<ordfeminine> <3>		:"\xc2\xb3"	threesuperior
++<ordfeminine> <4>		:""
++<ordfeminine> <5>		:"\xc2\xa6"	brokenbar
++<ordfeminine> <6>		:"\xc2\xa9"	copyright
++<ordfeminine> <7>		:"\xc2\xac"	notequal
++<ordfeminine> <8>		:"\xc2\xad"	hyphen
++<ordfeminine> <9>		:"\xc2\xb0"	degree
++<ordfeminine> <hyphen>		:"\xc2\xbd"	onehalf
++<ordfeminine> <equal>		:""
++<ordfeminine> <backslash>	:"\xc2\xa3"	sterling
++<ordfeminine> <braceleft>	:"\xca\xbd"
++<ordfeminine> <braceright>	:"\xca\xbc"
++<ordfeminine> <bracketleft>	:"\xc2\xab"	guillemotleft
++<ordfeminine> <bracketright>	:"\xc2\xbb"	guillemotright
++
++END_STATE
++
++STATE "[ 阿拉伯文 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++XCOMM <0> Arabic-Indic Digit Zero
++<0>		: "\xd9\xa0"
++XCOMM <1> Arabic-Indic Digit One
++<1>		: "\xd9\xa1"
++XCOMM <2> Arabic-Indic Digit Two
++<2>		: "\xd9\xa2"
++XCOMM <3> Arabic-Indic Digit Three
++<3>		: "\xd9\xa3"
++XCOMM <4> Arabic-Indic Digit Four
++<4>		: "\xd9\xa4"
++XCOMM <5> Arabic-Indic Digit Five
++<5>		: "\xd9\xa5"
++XCOMM <6> Arabic-Indic Digit Six
++<6>		: "\xd9\xa6"
++XCOMM <7> Arabic-Indic Digit Seven
++<7>		: "\xd9\xa7"
++XCOMM <8> Arabic-Indic Digit Eight
++<8>		: "\xd9\xa8"
++XCOMM <9> Arabic-Indic Digit Nine
++<9>		: "\xd9\xa9"
++
++<a>             : "\xd8\xb4"
++<A>             : "\x5c"
++<apostrophe>    : "\xd8\xb7"
++<asciitilde>    : "\xd9\x91"
++<b>             : "\xd9\x84\xd8\xa7"
++<B>             : "\xd9\x84\xd8\xa2"
++<backslash>     : "\xd9\x80"
++<bracketleft>   : "\xd8\xac"
++<bracketright>  : "\xd8\xaf"
++<c>             : "\xd8\xa4"
++<C>             : "\xd9\x8d"
++<comma>         : "\xd9\x88"
++<d>             : "\xd9\x8a"
++<D>             : "\x5d"
++<e>             : "\xd8\xab"
++<E>             : "\xd9\x8f"
++<f>             : "\xd8\xa8"
++<F>             : "\x5b"
++<g>             : "\xd9\x84"
++<G>             : "\xd9\x84\xd8\xa3"
++<grave>         : "\xd8\xb0"
++<greater>       : "\x2e"
++<h>             : "\xd8\xa7"
++<H>             : "\xd8\xa3"
++<i>             : "\xd9\x87"
++<j>             : "\xd8\xaa"
++<k>             : "\xd9\x86"
++<K>             : "\xd8\x8c"
++<l>             : "\xd9\x85"
++<L>             : "\x2f"
++<m>             : "\xd8\xa9"
++XCOMM previously <M>             : "\xd9\x8f"
++<M>             : "\xd9\xac"
++<n>             : "\xd9\x89"
++<N>             : "\xd8\xa2"
++<o>             : "\xd8\xae"
++<p>             : "\xd8\xad"
++<P>             : "\xd8\x9b"
++<period>        : "\xd8\xb2"
++<q>             : "\xd8\xb6"
++<Q>             : "\xd9\x8e"
++<question>      : "\xd8\x9f"
++<r>             : "\xd9\x82"
++<R>             : "\xd9\x8c"
++<s>             : "\xd8\xb3"
++<semicolon>     : "\xd9\x83"
++<slash>         : "\xd8\xb8"
++<smaller>       : "\x2c"
++<t>             : "\xd9\x81"
++<u>             : "\xd8\xb9"
++<v>             : "\xd8\xb1"
++<V>             : "\xd9\x90"
++<w>             : "\xd8\xb5"
++<W>             : "\xd9\x8b"
++<x>             : "\xd8\xa1"
++<y>             : "\xd8\xba"
++<Y>             : "\xd8\xa5"
++<z>             : "\xd8\xa6"
++
++END_STATE
++
++STATE "[ 希伯來文 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++<q>                 : "\x2f"
++<w>                 : "\x27"
++<e>                 : "\xd7\xa7"
++<r>                 : "\xd7\xa8"
++<t>                 : "\xd7\x90"
++<y>                 : "\xd7\x98"
++<u>                 : "\xd7\x95"
++<i>                 : "\xd7\x9f"
++<o>                 : "\xd7\x9d"
++<p>                 : "\xd7\xa4"
++<a>                 : "\xd7\xa9"
++<s>                 : "\xd7\x93"
++<d>                 : "\xd7\x92"
++<f>                 : "\xd7\x9b"
++<g>                 : "\xd7\xa2"
++<h>                 : "\xd7\x99"
++<j>                 : "\xd7\x97"
++<k>                 : "\xd7\x9c"
++<l>                 : "\xd7\x9a"
++<semicolon>         : "\xd7\xa3"
++<z>                 : "\xd7\x96"
++<x>                 : "\xd7\xa1"
++<c>                 : "\xd7\x91"
++<v>                 : "\xd7\x94"
++<b>                 : "\xd7\xa0"
++<n>                 : "\xd7\x9e"
++<m>                 : "\xd7\xa6"
++<comma>             : "\xd7\xaa"
++<period>            : "\xd7\xa5"
++<slash>             : "\x2f"
++<grave>             : "\x3b"
++<apostrophe>        : "\x2c"
++END_STATE
++
++STATE "[ Unicode 16進位 ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:       4       # 1|2|3|4|5|,...
++                                # when the number of input sequence
++                                # reaches to the given number,
++                                # conversion occurs automatically.
++
++TYPE_OF_INPUT:          HEX     # HEX or OCTET. The default is HEX.
++                                # If it's HEX, valid input is: 0-9,
++                                # a-f, A-F.
++                                # If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :               DO_LOOKUP
++<space> :               DO_CONV
++                                # force to convert input sequence into
++                                # a character before MAX_INPUT_LENGTH
++                                # of characters are input.
++Ctrl<n> :     NEXT_PAGE
++Ctrl<p> :     PREV_PAGE
++Ctrl<a> :     TOP_PAGE
++Ctrl<e> :     LAST_PAGE
++<Right>	:     NEXT_CAND
++<Left>	:     PREV_CAND
++<Up>	:     UP_CAND
++<Down>  :     DOWN_CAND
++Ctrl<k>	:     SELECT_CAND
++XCOMM end of actions
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++END_STATE
++
++STATE "[ Unicode 8進位 ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:       6       # 1|2|3|4|5|,...
++                                # when the number of input sequence
++                                # reaches to the given number,
++                                # conversion occurs automatically.
++
++TYPE_OF_INPUT:          OCTET   # HEX or OCTET. The default is HEX.
++                                # If it's HEX, valid input is: 0-9,
++                                # a-f, A-F.
++                                # If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :               DO_LOOKUP
++<space> :               DO_CONV
++                                # force to convert input sequence into
++                                # a character before MAX_INPUT_LENGTH
++                                # of characters are input.
++Ctrl<n> :     NEXT_PAGE
++Ctrl<p> :     PREV_PAGE
++Ctrl<a> :     TOP_PAGE
++Ctrl<e> :     LAST_PAGE
++<Right>	:     NEXT_CAND
++<Left>	:     PREV_CAND
++<Up>	:     UP_CAND
++<Down>  :     DOWN_CAND
++Ctrl<k>	:     SELECT_CAND
++XCOMM end of actions
++Ctrl<space> 		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++END_STATE
++
++STATE "[ 查找表 ]"
++STATE_TYPE: LOOKUP
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++XCOMM attributes
++MAX_NUMBER_OF_ROWS :		6
++MAX_NUMBER_OF_COLUMNS :		16
++MAX_NUMBER_OF_CANDIDATES :	80	# <= 94 best if it's multiple of 16
++TITLE_STRING:	"Lookup Selection Window"
++FONTSET:	"-dt-interface user-medium-r-normal-s*utf*-*-*-*-*-*-*-*-*"
++POSITION: CURSOR	# CURSOR/CLIENT
++PLACEMENT: BOTTOM	# TOP/BOTTOM/LEFT/RIGHT
++"a - 基本拉丁語"       :       0x0000 0x007f
++"b - 拉丁語 1"           :       0x0080 0x00ff
++"c - 延伸的拉丁語 A"  :       0x0100 0x017f
++"d - 延伸的拉丁語 B"  :       0x0180 0x024f
++XCOMM 無 IPA 延伸     :       0x0250 0x02af
++"e - 空格修改字元"  :       0x02b0 0x02ff
++XCOMM無合併 Diaetrical 標記        :        0x0300 0x036f
++"f - 希臘文"     :       0x0370 0x03ff
++"g - 西里爾文"  :       0x0400 0x04ff
++XCOMM 無亞美尼亞文':       0x0530 0x058f
++"h - 希伯來文"    :       0x0590 0x05ff
++"i - 阿拉伯語"    :       0x0600 0x06ff
++"H - 印地文"    :       0x0900 0x097f
++XCOMM 無 孟加拉語  :       0x0980 0x09ff
++XCOMM 無 Gurmukhi  :       0x0a00 0x0a7f
++XCOMM 無 Gujarati  :       0x0a80 0x0aff
++XCOMM 無 Oriya     :       0x0b00 0x0b7f
++XCOMM 無 坦米爾語  :       0x0b80 0x0bff
++XCOMM 無 Telugu    :       0x0c00 0x0c7f
++XCOMM 無 坎那達語  :       0x0c80 0x0cff
++"j - 泰語"      :       0x0e00 0x0e7f
++XCOMM 無 寮語       :       0x0e80 0x0eff
++XCOMM 無 藏語   :       0x0f00 0x0fbf
++XCOMM 無 喬治亞語  :       0x10a0 0x10ff
++XCOMM 無 Hangul Jamo       :       0x1100 0x11ff
++XCOMM 無額外延伸的拉丁文  : 0x1e00 0x1eff
++XCOMM 無延伸的希臘文    :  0x1f00 0x1fff
++"k - 通用標點符號"       :       0x2000 0x206f
++"l - 上標符號 下標符號"  :  0x2070 0x209f
++"m - 貨幣符號"  :       0x20a0 0x20cf
++"m - 貨幣符號"  :       0x20a0 0x20cf
++XCOMM 無符號的合併 Diacritical 標記:  0x20d0 0x20ff
++"n - 像字元的符號"        :  0x2100 0x214f
++"o - 數字表單"      :       0x2150 0x218f
++"p - 箭頭"    :       0x2190 0x21ff
++"q - 數學運算子"    : 0x2200 0x22ff
++"r - 雜項技術"     : 0x2300 0x23ff
++XCOMM 無控制圖片    :       0x2400 0x243f
++XCOMM 無光學字元辨識  :      0x2440 0x245f
++"s - 所包含的字母與數字"  :    0x2460 0x24ff
++"t - 空格繪製"       :       0x2500 0x257f
++"u - 區塊元素"      :       0x2580 0x259f
++"v - 幾何形狀"       :      0x25a0 0x25ff
++"w - 雜項符號"       : 0x2600 0x26ff
++XCOMM 無 Dingbats     :       0x2700 0x27bf 
++"x - CJK 符號和標點符號"       :  0x3000 0x303f
++"y - 平假名"  :       0x3040 0x309f
++"z -片假名"  :       0x30a0 0x30ff
++"0 - Bopomofo" :       0x3100 0x312f
++"1 - Hangul 相容性 Jamo" :       0x3130 0x318f
++XCOMM N/A Kanbun   :   0x3190 0x319f
++"2 - 包含的 CJK 字元和月份"   :       0x3200 0x32ff
++"3 - CJK 相容性" :       0x3300 0x33ff
++"4 - CJK 一致的表意文字"    :       0x4e00 0x9fa5
++"5 -Hangul 音節"  :       0xac00 0xd7a3
++XCOMM 無高代用品   :       0xd800 0xdb7f
++XCOMM 無私人使用高代用品       :       0xdb80 0xdbff 
++XCOMM無低代用品     :       0xdc00 0xdfff 
++XCOMM 無私人使用區域  :   0xe000 0xf8ff 
++"6 - CJK 相容表意文字"      : 0xf900 0xfaff
++XCOMM 無照字母順序呈現的表單 :       0xfb00 0xfb4f
++XCOMM 無阿拉伯文呈現的表單-A :       0xfb50 0xfdff
++XCOMM無合併一半標示      :       0xfe20 0xfe2f
++"7 - CJK 相容的表單"   : 0xfe30 0xfe4f
++"8 - 小表單變數"       :0xfe50 0xfe6f
++XCOMM 無阿拉伯文呈現的表單-B       :       0xfe70 0xfeff
++"9 - Halfwidth 和 Fullwidth 表單"   :  0xff00 0xffef
++"/ - 特殊符號"  :       0xfff0 0xffff
++XCOMM end of attributes
++
++XCOMM actions
++Ctrl<n> :     NEXT_PAGE
++Ctrl<p> :     PREV_PAGE
++Ctrl<a> :     TOP_PAGE
++Ctrl<e> :     LAST_PAGE
++<Right>	:     NEXT_CAND
++<Left>	:     PREV_CAND
++<Up>	:     UP_CAND
++<Down>  :     DOWN_CAND
++Ctrl<k>	:     SELECT_CAND
++XCOMM end of actions
++END_STATE
++
++STATE "[ 日文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : ja 
++END_STATE
++
++STATE "[ 簡體中文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : zh_CN 
++END_STATE
++
++STATE "[ 繁體中文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : zh_TW
++END_STATE
++
++STATE "[ 韓文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : ko
++END_STATE
++
++STATE "[ 繁體中文 (香港) ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : zh_HK
++END_STATE
++
++STATE "[ 泰文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : th_TH
++END_STATE
++
++STATE "[ 印地文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : in_IN
++END_STATE
++
+diff -urp -x '*~' -x '*.orig' nls/zh_HK.UTF-8/XI18N_OBJS nls/zh_HK.UTF-8/XI18N_OBJS
+--- nls/zh_HK.UTF-8/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_HK.UTF-8/XI18N_OBJS	2008-02-27 21:08:32.643863000 -0800
+@@ -3,5 +3,9 @@
+ #	XI18N objects table for zh_HK.UTF-8 locale
+ #
+ XLC	common/xlcUTF8Load	_XlcUtf8Loader	# XLC_open
+-XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
+ XOM	common/xomGeneric 	_XomGenericOpenOM	# XOM_open
++XIM	common/xiiimp		_SwitchOpenIM		# XIM_open
++XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
++XIM	common/xiiimp		_XimpLocalOpenIM	# XIM_open
++XIM	common/ximll		_XimpLocalOpenIM	# XIM_open
++XIM	common/ximlocal		_XimpLocalOpenIM	# XIM_open
+diff -urp -x '*~' -x '*.orig' nls/zh_HK.UTF-8/XLC_LOCALE.pre nls/zh_HK.UTF-8/XLC_LOCALE.pre
+--- nls/zh_HK.UTF-8/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_HK.UTF-8/XLC_LOCALE.pre	2008-02-27 21:08:32.653025000 -0800
+@@ -37,10 +37,10 @@ fs1    {
+ XCOMM   fs2 class
+ fs2    {
+        charset {
+-               name    BIG5HKSCS-0:GLGR
++               name    BIG5-0:GLGR
+        }
+        font    {
+-               primary BIG5HKSCS-0:GLGR
++               primary BIG5-0:GLGR
+                substitute BIG5-0:GLGR
+        }
+ }
+@@ -51,6 +51,7 @@ fs3    {
+                name    ISO10646-1
+        }
+        font    {
++		load_option delay_nocheck
+                primary ISO10646-1
+        }
+ }
+@@ -83,7 +84,7 @@ XCOMM  cs2 class
+ cs2    {
+        side            none
+        length          2
+-       ct_encoding     BIG5HKSCS-0:GLGR
++       ct_encoding     BIG5-0:GLGR
+ }
+ 
+ XCOMM  cs3 class
+diff -urp -x '*~' -x '*.orig' nls/zh_TW/XI18N_OBJS nls/zh_TW/XI18N_OBJS
+--- nls/zh_TW/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_TW/XI18N_OBJS	2008-02-27 21:08:32.653266000 -0800
+@@ -3,5 +3,5 @@
+ #	XI18N objects table for zh_TW locale
+ #
+ XLC	common/xlibi18n	_XlcGenericLoader	# XLC_open
+-XIM	common/ximp40		_Ximp_OpenIM		# XIM_open
++XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
+ XOM	common/xomGeneric	_XomGenericOpenOM # XOM_open
+diff -urp -x '*~' -x '*.orig' nls/zh_TW/XLC_LOCALE.pre nls/zh_TW/XLC_LOCALE.pre
+--- nls/zh_TW/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_TW/XLC_LOCALE.pre	2008-02-27 21:08:32.653684000 -0800
+@@ -21,14 +21,14 @@ fs0	{
+ 		name	ISO8859-1:GL
+ 	}
+ 	font	{
+-		primary		ISO8859-1:GL
++		primary  CNS11643.1986-0:GL;ISO8859-1:GL
+ 		vertical_rotate	all
+ 	}
+ }
+ XCOMM 	fs1 class
+ fs1	{
+ 	charset	{
+-		name	CNS11643.1986-1:GL
++		name	CNS11643.1986-1:GR
+ 	}
+ 	font	{
+ 		primary	CNS11643.1986-1:GL
+@@ -37,7 +37,7 @@ fs1	{
+ XCOMM 	fs2 class
+ fs2	{
+ 	charset	{
+-		name	CNS11643.1986-2:GL
++		name	CNS11643.1986-2:GR
+ 	}
+ 	font	{
+ 		primary	CNS11643.1986-2:GL
+@@ -46,7 +46,7 @@ fs2	{
+ XCOMM 	fs3 class 
+ fs3	{
+ 	charset	{
+-		name	CNS11643.1986-14:GL
++		name	CNS11643.1986-14:GR
+ 	}
+ 	font	{
+ 		primary	CNS11643.1986-14:GL
+@@ -55,7 +55,7 @@ fs3	{
+ XCOMM 	fs4 class 
+ fs4	{
+ 	charset	{
+-		name	CNS11643.1986-15:GL
++		name	CNS11643.1986-15:GR
+ 	}
+ 	font	{
+ 		primary	CNS11643.1986-15:GL
+@@ -64,7 +64,7 @@ fs4	{
+ XCOMM 	fs5 class 
+ fs5	{
+ 	charset	{
+-		name	CNS11643.1986-16:GL
++		name	CNS11643.1986-16:GR
+ 	}
+ 	font	{
+ 		primary	CNS11643.1986-16:GL
+diff -urp -x '*~' -x '*.orig' nls/zh_TW.UTF-8/Compose.pre nls/zh_TW.UTF-8/Compose.pre
+--- nls/zh_TW.UTF-8/Compose.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_TW.UTF-8/Compose.pre	2008-02-27 21:08:32.656875000 -0800
+@@ -0,0 +1,2542 @@
++XCOMM
++XCOMM Copyright (c) 1996-2000 by Sun Microsystems, Inc.
++XCOMM All rights reserved.
++XCOMM
++XCOMM ident	$Id: Compose,v 1.15 2006/02/13 07:51:51 bt150191 Exp $
++XCOMM
++XCOMM Compose table for the zh_TW.UTF8 locale
++XCOMM
++
++STATE "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++XCOMM Rules to compose Euro Currency Symbol
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++Alt<e>			: "\xe2\x82\xac"
++Alt<E>			: "\xe2\x82\xac"
++Alt<4>			: "\xe2\x82\xac"
++Alt<5>			: "\xe2\x82\xac"
++Meta<e>			: "\xe2\x82\xac"
++Meta<E>			: "\xe2\x82\xac"
++Meta<4>			: "\xe2\x82\xac"
++Meta<5>			: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
++<Multi_key> <plus> <plus>		: "\x23"	numbersign
++<Multi_key> <apostrophe> <space>	: "\x27"	apostrophe
++<Multi_key> <space> <apostrophe>	: "\x27'"	apostrophe
++<Multi_key> <A> <A>			: "\x40"	at
++<Multi_key> <a> <A>			: "\xc4\x84"	Aogonek
++<Multi_key> <A> <a> 			: "\xc4\x84"	Aogonek
++<Multi_key> <a> <a> 			: "\xc4\x85"	aogonek
++<Multi_key> <parenleft> <parenleft>	: "\x5b"	bracketleft
++<Multi_key> <slash> <slash>		: "\x5c"	backslash
++<Multi_key> <slash> <less>		: "\x5c"	backslash
++<Multi_key> <less> <slash>		: "\x5c"	backslash
++<Multi_key> <parenright> <parenright>	: "\x5d"	bracketright
++<Multi_key> <asciicircum> <space>	: "\x5e"	asciicircum
++<Multi_key> <space> <asciicircum>	: "\x5e"	asciicircum
++<Multi_key> <greater> <space>		: "\x5e"	asciicircum
++<Multi_key> <space> <greater>		: "\x5e"	asciicircum
++<Multi_key> <grave> <space>		: "\x60"	grave
++<Multi_key> <space> <grave>		: "\x60"	grave
++<Multi_key> <parenleft> <minus>		: "\x7b"	braceleft
++<Multi_key> <minus> <parenleft>		: "\x7b"	braceleft
++<Multi_key> <slash> <asciicircum>	: "\x7c"	bar
++<Multi_key> <asciicircum> <slash>	: "\x7c"	bar
++<Multi_key> <V> <L>			: "\x7c"	bar
++<Multi_key> <L> <V>			: "\x7c"	bar
++<Multi_key> <v> <l>			: "\x7c"	bar
++<Multi_key> <l> <v>			: "\x7c"	bar
++<Multi_key> <parenright> <minus>	: "\x7d"	braceright
++<Multi_key> <minus> <parenright>	: "\x7d"	braceright
++<Multi_key> <asciitilde> <space>	: "\x7e"	asciitilde
++<Multi_key> <space> <asciitilde>	: "\x7e"	asciitilde
++<Multi_key> <minus> <space>		: "\x7e"	asciitilde
++<Multi_key> <space> <minus>		: "\x7e"	asciitilde
++<Multi_key> <exclam> <exclam>		: "\xc2\xa1"	exclamdown
++<Multi_key> <C> <acute> 		: "\xc4\x86"	Cacute
++<Multi_key> <c> <acute> 		: "\xc4\x87"	cacute
++<Multi_key> <acute> <C>			: "\xc4\x86"	Cacute
++<Multi_key> <acute> <c>			: "\xc4\x87"	cacute
++<Multi_key> <c> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <c>			: "\xc2\xa2"	cent
++<Multi_key> <C> <slash>			: "\xc2\xa2"	cent
++<Multi_key> <slash> <C>			: "\xc2\xa2"	cent
++<Multi_key> <C> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <C>			: "\xc2\xa2"	cent
++<Multi_key> <c> <bar>			: "\xc2\xa2"	cent
++<Multi_key> <bar> <c>			: "\xc2\xa2"	cent
++<Multi_key> <acute> <L>			: "\xc4\xb9"	Lacute
++<Multi_key> <L> <acute> 		: "\xc4\xb9"	Lacute
++<Multi_key> <acute> <l>			: "\xc4\xba"	lacute
++<Multi_key> <l> <acute> 		: "\xc4\xba"	lacute
++<Multi_key> <l> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <minus>			: "\xc2\xa3"	sterling
++<Multi_key> <minus> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <l> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <l>			: "\xc2\xa3"	sterling
++<Multi_key> <L> <equal>			: "\xc2\xa3"	sterling
++<Multi_key> <equal> <L>			: "\xc2\xa3"	sterling
++<Multi_key> <acute> <N>			: "\xc5\x83"	Nacute
++<Multi_key> <N> <acute> 		: "\xc5\x83"	Nacute
++<Multi_key> <y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <minus>			: "\xc2\xa5"	yen
++<Multi_key> <minus> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <y>			: "\xc2\xa5"	yen
++<Multi_key> <Y> <equal>			: "\xc2\xa5"	yen
++<Multi_key> <equal> <Y>			: "\xc2\xa5"	yen
++<Multi_key> <s> <o>			: "\xc2\xa7"	section
++<Multi_key> <o> <s>			: "\xc2\xa7"	section
++<Multi_key> <S> <O>			: "\xc2\xa7"	section
++<Multi_key> <O> <S>			: "\xc2\xa7"	section
++<Multi_key> <S> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <S>		: "\xc2\xa7"	section
++<Multi_key> <s> <exclam>		: "\xc2\xa7"	section
++<Multi_key> <exclam> <s>		: "\xc2\xa7"	section
++<Multi_key> <S> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <S>			: "\xc2\xa7"	section
++<Multi_key> <s> <0>			: "\xc2\xa7"	section
++<Multi_key> <0> <s>			: "\xc2\xa7"	section
++<Multi_key> <x> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <O>			: "\xc2\xa4"	currency
++<Multi_key> <O> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <o>			: "\xc2\xa4"	currency
++<Multi_key> <o> <X>			: "\xc2\xa4"	currency
++<Multi_key> <x> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <x>			: "\xc2\xa4"	currency
++<Multi_key> <X> <0>			: "\xc2\xa4"	currency
++<Multi_key> <0> <X>			: "\xc2\xa4"	currency
++<Multi_key> <c> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <O>			: "\xc2\xa9"	copyright
++<Multi_key> <O> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <o>			: "\xc2\xa9"	copyright
++<Multi_key> <o> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <c> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <c>			: "\xc2\xa9"	copyright
++<Multi_key> <C> <0>			: "\xc2\xa9"	copyright
++<Multi_key> <0> <C>			: "\xc2\xa9"	copyright
++<Multi_key> <a> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <a>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <A> <minus>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <minus> <A>			: "\xc2\xaa"	ordfeminine
++<Multi_key> <o> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <o>			: "\xc2\xba"	masculine
++<Multi_key> <O> <minus>			: "\xc2\xba"	masculine
++<Multi_key> <minus> <O>			: "\xc2\xba"	masculine
++<Multi_key> <less> <less>		: "\xc2\xab"	guillemotleft
++<Multi_key> <greater> <greater>		: "\xc2\xbb"	guillemotright
++<Multi_key> <0> <asciicircum>		: "\xc2\xb0"	degree
++<Multi_key> <asciicircum> <0>		: "\xc2\xb0"	degree
++<Multi_key> <0> <asterisk>		: "\xc2\xb0"	degree
++<Multi_key> <asterisk> <0>		: "\xc2\xb0"	degree
++<Multi_key> <plus> <minus>		: "\xc2\xb1"	plusminus
++<Multi_key> <minus> <plus>		: "\xc2\xb1"	plusminus
++<Multi_key> <slash> <u>			: "\xc2\xb5"	mu
++<Multi_key> <u> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <slash> <U>			: "\xc2\xb5"	mu
++<Multi_key> <U> <slash>			: "\xc2\xb5"	mu
++<Multi_key> <1> <asciicircum>		: "\xc2\xb9"	onesuperior
++<Multi_key> <asciicircum> <1>		: "\xc2\xb9"	onesuperior
++<Multi_key> <S> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <S>			: "\xc2\xb9"	onesuperior
++<Multi_key> <s> <1>			: "\xc2\xb9"	onesuperior
++<Multi_key> <1> <s>			: "\xc2\xb9"	onesuperior
++<Multi_key> <2> <asciicircum>		: "\xc2\xb2"	twosuperior
++<Multi_key> <asciicircum> <2>		: "\xc2\xb2"	twosuperior
++<Multi_key> <S> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <S>			: "\xc2\xb2"	twosuperior
++<Multi_key> <s> <2>			: "\xc2\xb2"	twosuperior
++<Multi_key> <2> <s>			: "\xc2\xb2"	twosuperior
++<Multi_key> <3> <asciicircum>		: "\xc2\xb3"	threesuperior
++<Multi_key> <asciicircum> <3>		: "\xc2\xb3"	threesuperior
++<Multi_key> <S> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <S>			: "\xc2\xb3"	threesuperior
++<Multi_key> <s> <3>			: "\xc2\xb3"	threesuperior
++<Multi_key> <3> <s>			: "\xc2\xb3"	threesuperior
++<Multi_key> <p> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <p>		: "\xc2\xb6"	paragraph
++<Multi_key> <P> <exclam>		: "\xc2\xb6"	paragraph
++<Multi_key> <exclam> <P>		: "\xc2\xb6"	paragraph
++<Multi_key> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++<Multi_key> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++<Multi_key> <period> <period>		: "\xc2\xb7"	periodcentered
++<Multi_key> <1> <4>			: "\xc2\xbc"	onequarter
++<Multi_key> <1> <2>			: "\xc2\xbd"	onehalf
++<Multi_key> <3> <4>			: "\xc2\xbe"	threequarters
++<Multi_key> <question> <question>	: "\xc2\xbf"	questiondown
++<Multi_key> <space> <space>		: "\xc2\xa0"	nobreakspace
++<Multi_key> <bar> <bar>			: "\xc2\xa6"	brokenbar
++<Multi_key> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++<Multi_key> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++<Multi_key> <V> <B>			: "\xc2\xa6"	brokenbar
++<Multi_key> <B> <V>			: "\xc2\xa6"	brokenbar
++<Multi_key> <v> <b>			: "\xc2\xa6"	brokenbar
++<Multi_key> <b> <v>			: "\xc2\xa6"	brokenbar
++<Multi_key> <minus> <comma>		: "\xc2\xac"	notsign
++<Multi_key> <comma> <minus>		: "\xc2\xac"	notsign
++<Multi_key> <minus> <minus>		: "\xc2\xad"	hyphen
++<Multi_key> <R> <O>			: "\xc2\xae"	registered
++<Multi_key> <O> <R>			: "\xc2\xae"	registered
++<Multi_key> <minus> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <minus>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++<Multi_key> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <underscore> <underscore>	: "\xc2\xaf"	macron
++<Multi_key> <minus> <colon>		: "\xc3\xb7"	division
++<Multi_key> <colon> <minus>		: "\xc3\xb7"	division
++<Multi_key> <x> <x>			: "\xc3\x97"	multiply
++<Multi_key> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++<Multi_key> <comma> <comma>		: "\xc2\xb8"	cedilla
++<Multi_key> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++<Multi_key> <A> <grave>			: "\xc3\x80"	Agrave
++<Multi_key> <grave> <A>			: "\xc3\x80"	Agrave
++<Multi_key> <A> <acute>			: "\xc3\x81"	Aacute
++<Multi_key> <acute> <A>			: "\xc3\x81"	Aacute
++<Multi_key> <A> <apostrophe>		: "\xc3\x81"	Aacute
++<Multi_key> <apostrophe> <A>		: "\xc3\x81"	Aacute
++<Multi_key> <A> <asciicircum>		: "\xc3\x82"	Acircumflex
++<Multi_key> <asciicircum> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <greater>		: "\xc3\x82"	Acircumflex
++<Multi_key> <greater> <A>		: "\xc3\x82"	Acircumflex
++<Multi_key> <A> <asciitilde>		: "\xc3\x83"	Atilde
++<Multi_key> <asciitilde> <A>		: "\xc3\x83"	Atilde
++<Multi_key> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <asterisk>		: "\xc3\x85"	Aring
++<Multi_key> <asterisk> <A>		: "\xc3\x85"	Aring
++<Multi_key> <A> <E>			: "\xc3\x86"	AE
++<Multi_key> <a> <grave>			: "\xc3\xa0"	agrave
++<Multi_key> <grave> <a>			: "\xc3\xa0"	agrave
++<Multi_key> <a> <acute>			: "\xc3\xa1"	aacute
++<Multi_key> <acute> <a>			: "\xc3\xa1"	aacute
++<Multi_key> <a> <apostrophe>		: "\xc3\xa1"	aacute
++<Multi_key> <apostrophe> <a>		: "\xc3\xa1"	aacute
++<Multi_key> <a> <asciicircum>		: "\xc3\xa2"	acircumflex
++<Multi_key> <asciicircum> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <greater>		: "\xc3\xa2"	acircumflex
++<Multi_key> <greater> <a>		: "\xc3\xa2"	acircumflex
++<Multi_key> <a> <asciitilde>		: "\xc3\xa3"	atilde
++<Multi_key> <asciitilde> <a>		: "\xc3\xa3"	atilde
++<Multi_key> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <asterisk>		: "\xc3\xa5"	aring
++<Multi_key> <asterisk> <a>		: "\xc3\xa5"	aring
++<Multi_key> <a> <e>			: "\xc3\xa6"	ae
++<Multi_key> <C> <comma>			: "\xc3\x87"	Ccedilla
++<Multi_key> <comma> <C>			: "\xc3\x87"	Ccedilla
++<Multi_key> <c> <comma>			: "\xc3\xa7"	ccedilla
++<Multi_key> <comma> <c>			: "\xc3\xa7"	ccedilla
++XCOMM<Multi_key> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM<Multi_key> <minus> <d>		: "\xc3\xb0"	eth
++<Multi_key> <D> <minus>			: "\xc3\x90"	ETH
++<Multi_key> <d> <minus>			: "\xc3\xb0"	eth
++<Multi_key> <slash> <D>			: "\xc4\x90"	Dstroke
++<Multi_key> <slash> <d>			: "\xc4\x91"	dstroke
++<Multi_key> <E> <grave>			: "\xc3\x88"	Egrave
++<Multi_key> <grave> <E>			: "\xc3\x88"	Egrave
++<Multi_key> <E> <acute>			: "\xc3\x89"	Eacute
++<Multi_key> <acute> <E>			: "\xc3\x89"	Eacute
++<Multi_key> <E> <apostrophe>		: "\xc3\x89"	Eacute
++<Multi_key> <apostrophe> <E>		: "\xc3\x89"	Eacute
++<Multi_key> <E> <asciicircum>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <asciicircum> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++<Multi_key> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++<Multi_key> <e> <grave>			: "\xc3\xa8"	egrave
++<Multi_key> <grave> <e>			: "\xc3\xa8"	egrave
++<Multi_key> <e> <acute>			: "\xc3\xa9"	eacute
++<Multi_key> <acute> <e>			: "\xc3\xa9"	eacute
++<Multi_key> <e> <apostrophe>		: "\xc3\xa9"	eacute
++<Multi_key> <apostrophe> <e>		: "\xc3\xa9"	eacute
++<Multi_key> <e> <asciicircum>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <asciicircum> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <greater>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <greater> <e>		: "\xc3\xaa"	ecircumflex
++<Multi_key> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++<Multi_key> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++<Multi_key> <I> <grave>			: "\xc3\x8c"	Igrave
++<Multi_key> <grave> <I>			: "\xc3\x8c"	Igrave
++<Multi_key> <I> <acute>			: "\xc3\x8d"	Iacute
++<Multi_key> <acute> <I>			: "\xc3\x8d"	Iacute
++<Multi_key> <I> <apostrophe>		: "\xc3\x8d"	Iacute
++<Multi_key> <apostrophe> <I>		: "\xc3\x8d"	Iacute
++<Multi_key> <I> <asciicircum>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <asciicircum> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <greater>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <greater> <I>		: "\xc3\x8e"	Icircumflex
++<Multi_key> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++<Multi_key> <i> <grave>			: "\xc3\xac"	igrave
++<Multi_key> <grave> <i>			: "\xc3\xac"	igrave
++<Multi_key> <i> <acute>			: "\xc3\xad"	iacute
++<Multi_key> <acute> <i>			: "\xc3\xad"	iacute
++<Multi_key> <i> <apostrophe>		: "\xc3\xad"	iacute
++<Multi_key> <apostrophe> <i>		: "\xc3\xad"	iacute
++<Multi_key> <i> <asciicircum>		: "\xc3\xae"	icircumflex
++<Multi_key> <asciicircum> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <greater>		: "\xc3\xae"	icircumflex
++<Multi_key> <greater> <i>		: "\xc3\xae"	icircumflex
++<Multi_key> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++<Multi_key> <N> <asciitilde>		: "\xc3\x91"	Ntilde
++<Multi_key> <asciitilde> <N>		: "\xc3\x91"	Ntilde
++<Multi_key> <N> <minus>			: "\xc3\x91"	Ntilde
++<Multi_key> <minus> <N>			: "\xc3\x91"	Ntilde
++<Multi_key> <n> <asciitilde>		: "\xc3\xb1"	ntilde
++<Multi_key> <asciitilde> <n>		: "\xc3\xb1"	ntilde
++<Multi_key> <n> <minus>			: "\xc3\xb1"	ntilde
++<Multi_key> <minus> <n>			: "\xc3\xb1"	ntilde
++<Multi_key> <O> <grave>			: "\xc3\x92"	Ograve
++<Multi_key> <grave> <O>			: "\xc3\x92"	Ograve
++<Multi_key> <O> <acute>			: "\xc3\x93"	Oacute
++<Multi_key> <acute> <O>			: "\xc3\x93"	Oacute
++<Multi_key> <O> <apostrophe>		: "\xc3\x93"	Oacute
++<Multi_key> <apostrophe> <O>		: "\xc3\x93"	Oacute
++<Multi_key> <O> <asciicircum>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <asciicircum> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <greater>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <greater> <O>		: "\xc3\x94"	Ocircumflex
++<Multi_key> <O> <asciitilde>		: "\xc3\x95"	Otilde
++<Multi_key> <asciitilde> <O>		: "\xc3\x95"	Otilde
++<Multi_key> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <slash>			: "\xc3\x98"	Ooblique
++<Multi_key> <slash> <O>			: "\xc3\x98"	Ooblique
++<Multi_key> <o> <grave>			: "\xc3\xb2"	ograve
++<Multi_key> <grave> <o>			: "\xc3\xb2"	ograve
++<Multi_key> <o> <acute>			: "\xc3\xb3"	oacute
++<Multi_key> <acute> <o>			: "\xc3\xb3"	oacute
++<Multi_key> <o> <apostrophe>		: "\xc3\xb3"	oacute
++<Multi_key> <apostrophe> <o>		: "\xc3\xb3"	oacute
++<Multi_key> <o> <asciicircum>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <asciicircum> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <greater>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <greater> <o>		: "\xc3\xb4"	ocircumflex
++<Multi_key> <o> <asciitilde>		: "\xc3\xb5"	otilde
++<Multi_key> <asciitilde> <o>		: "\xc3\xb5"	otilde
++<Multi_key> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <slash>			: "\xc3\xb8"	oslash
++<Multi_key> <slash> <o>			: "\xc3\xb8"	oslash
++<Multi_key> <U> <grave>			: "\xc3\x99"	Ugrave
++<Multi_key> <grave> <U>			: "\xc3\x99"	Ugrave
++<Multi_key> <U> <acute>			: "\xc3\x9a"	Uacute
++<Multi_key> <acute> <U>			: "\xc3\x9a"	Uacute
++<Multi_key> <U> <apostrophe>		: "\xc3\x9a"	Uacute
++<Multi_key> <apostrophe> <U>		: "\xc3\x9a"	Uacute
++<Multi_key> <U> <asciicircum>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <asciicircum> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++<Multi_key> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++<Multi_key> <u> <grave>			: "\xc3\xb9"	ugrave
++<Multi_key> <grave> <u>			: "\xc3\xb9"	ugrave
++<Multi_key> <u> <acute>			: "\xc3\xba"	uacute
++<Multi_key> <acute> <u>			: "\xc3\xba"	uacute
++<Multi_key> <u> <apostrophe>		: "\xc3\xba"	uacute
++<Multi_key> <apostrophe> <u>		: "\xc3\xba"	uacute
++<Multi_key> <u> <asciicircum>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <asciicircum> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <greater>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <greater> <u>		: "\xc3\xbb"	ucircumflex
++<Multi_key> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++<Multi_key> <s> <s>			: "\xc3\x9f"	ssharp
++<Multi_key> <T> <H>			: "\xc3\x9e"	THORN
++<Multi_key> <t> <h>			: "\xc3\xbe"	thorn
++<Multi_key> <Y> <acute>			: "\xc3\x9d"	Yacute
++<Multi_key> <acute> <Y>			: "\xc3\x9d"	Yacute
++<Multi_key> <Y> <apostrophe>		: "\xc3\x9d"	Yacute
++<Multi_key> <apostrophe> <Y>		: "\xc3\x9d"	Yacute
++<Multi_key> <y> <acute>			: "\xc3\xbd"	yacute
++<Multi_key> <acute> <y>			: "\xc3\xbd"	yacute
++<Multi_key> <y> <apostrophe>		: "\xc3\xbd"	yacute
++<Multi_key> <apostrophe> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++<Multi_key> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++<ecaron>	: "\xc4\x9b"	ecaron
++<scaron>	: "\xc5\xa1"	scaron
++<ccaron>	: "\xc4\x8d"	ccaron
++<rcaron>	: "\xc5\x99"	rcaron
++<yacute>	: "\xc3\xbd"	yacute
++<aacute>	: "\xc3\xa1"	aacute
++<iacute>	: "\xc3\xad"	iacute
++<eacute>	: "\xc3\xa9"	eacute
++<uacute>	: "\xc3\xba"	uacute
++<uring>		: "\xc5\xaf"	uring
++<section>	: "\xc2\xa7"	section
++<ssharp>	: "\xc3\x9f"	ssharp
++<zabovedot>	: "\xc5\xbc"	zabovedot	
++<Zabovedot>	: "\xc5\xbb"	Zabovedot
++<ogonek>	: "\xcb\x9b"	ogonek
++<oacute>	: "\xc3\xb3"	oacute
++<zacute>	: "\xc5\xba"	zacute
++<lstroke>	: "\xc5\x82"	lstroke
++<Lstroke>	: "\xc5\x81"	Lstroke
++<aogonek>	: "\xc4\x85"	aogonek
++<eogonek>	: "\xc4\x99"	eogonek
++<currency>	: "\xe2\x82\xac"	currency
++<sacute>	: "\xc5\x9b"	sacute
++<nacute>	: "\xc5\x84"	nacute
++<cacute>	: "\xc4\x87"	cacute
++<degree>	: "\xc2\xb0"	degree
++<Odiaeresis>	: "\xc3\x96"	Odiaeresis
++<Udiaeresis>	: "\xc3\x9c"	Udiaeresis
++<odiaeresis>	: "\xc3\xb6"	odiaeresis
++<udiaeresis>	: "\xc3\xbc"	udiaeresis
++<Oacute> 	: "\xc3\x93"	Oacute
++<odoubleacute>	: "\xc5\x91"	odoubleacute
++<Odoubleacute>	: "\xc5\x90"	Odoubleacute
++<Uacute>	: "\xc3\x9a"	Uacute
++<Eacute>	: "\xc3\x89"	Eacute
++<Aacute>	: "\xc3\x81"	Aacute
++<adiaeresis>	: "\xc3\xa4"	adiaeresis
++<Adiaeresis>	: "\xc3\x84"	Adiaeresis
++<udoubleacute>	: "\xc5\xb1"	udoubleacute
++<Udoubleacute>	: "\xc5\xb0"	Udoubleacute
++<Iacute>	: "\xc3\x8d"	Iacute
++<dead_circumflex> <slash>	: "\x7c"	bar
++<dead_grave> <space>		: "\x60"	grave
++<dead_acute> <space>		: "\x27"	apostrophe
++<dead_diaeresis> <space>	: "\xc2\xa8"	diaeresis
++<dead_circumflex> <space>	: "\x5e"	asciicircum
++<dead_tilde> <space>		: "\x7e"	asciitilde
++<dead_circumflex> <0>		: "\xc2\xb0"	degree
++<dead_circumflex> <1>		: "\xc2\xb9"	onesuperior
++<dead_circumflex> <2>		: "\xc2\xb2"	twosuperior
++<dead_circumflex> <3>		: "\xc2\xb3"	threesuperior
++<dead_circumflex> <period>	: "\xc2\xb7"	periodcentered
++<dead_circumflex> <exclam>	: "\xc2\xa6"	brokenbar
++<dead_cedilla> <minus>		: "\xc2\xac"	notsign
++<dead_circumflex> <minus>	: "\xc2\xaf"	macron
++<dead_circumflex> <underscore>	: "\xc2\xaf"	macron
++<dead_acute> <apostrophe>	: "\xc2\xb4"	acute
++<dead_cedilla> <comma>		: "\xc2\xb8"	cedilla
++<dead_diaeresis> <quotedbl>	: "\xc2\xa8"	diaeresis
++<dead_grave> <A>		: "\xc3\x80"	Agrave
++<dead_acute> <A>		: "\xc3\x81"	Aacute
++<dead_circumflex> <A>		: "\xc3\x82"	Acircumflex
++<dead_tilde> <A>		: "\xc3\x83"	Atilde
++<dead_diaeresis> <A>		: "\xc3\x84"	Adiaeresis
++<dead_grave> <a>		: "\xc3\xa0"	agrave
++<dead_acute> <a>		: "\xc3\xa1"	aacute
++<dead_circumflex> <a>		: "\xc3\xa2"	acircumflex
++<dead_tilde> <a>		: "\xc3\xa3"	atilde
++<dead_diaeresis> <a>		: "\xc3\xa4"	adiaeresis
++<dead_cedilla> <C>		: "\xc3\x87"	Ccedilla
++<dead_cedilla> <c>		: "\xc3\xa7"	ccedilla
++<dead_grave> <E>		: "\xc3\x88"	Egrave
++<dead_acute> <E>		: "\xc3\x89"	Eacute
++<dead_circumflex> <E>		: "\xc3\x8a"	Ecircumflex
++<dead_diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<dead_grave> <e>		: "\xc3\xa8"	egrave
++<dead_acute> <e>		: "\xc3\xa9"	eacute
++<dead_circumflex> <e>		: "\xc3\xaa"	ecircumflex
++<dead_diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<dead_grave> <I>		: "\xc3\x8c"	Igrave
++<dead_acute> <I>		: "\xc3\x8d"	Iacute
++<dead_circumflex> <I>		: "\xc3\x8e"	Icircumflex
++<dead_diaeresis> <I>		: "\xc3\x8f"	Idiaeresis
++<dead_grave> <i>		: "\xc3\xac"	igrave
++<dead_acute> <i>		: "\xc3\xad"	iacute
++<dead_circumflex> <i>		: "\xc3\xae"	icircumflex
++<dead_diaeresis> <i>		: "\xc3\xaf"	idiaeresis
++<dead_tilde> <N>		: "\xc3\x91"	Ntilde
++<dead_tilde> <n>		: "\xc3\xb1"	ntilde
++<dead_grave> <O>		: "\xc3\x92"	Ograve
++<dead_acute> <O>		: "\xc3\x93"	Oacute
++<dead_circumflex> <O>		: "\xc3\x94"	Ocircumflex
++<dead_tilde> <O>		: "\xc3\x95"	Otilde
++<dead_diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<dead_grave> <o>		: "\xc3\xb2"	ograve
++<dead_acute> <o>		: "\xc3\xb3"	oacute
++<dead_circumflex> <o>		: "\xc3\xb4"	ocircumflex
++<dead_tilde> <o>		: "\xc3\xb5"	otilde
++<dead_diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<dead_cedilla> <S>		: "\xc5\x9e"	Scedilla
++<dead_cedilla> <s>		: "\xc5\x9f"	scedilla
++<dead_grave> <U>		: "\xc3\x99"	Ugrave
++<dead_acute> <U>		: "\xc3\x9a"	Uacute
++<dead_circumflex> <U>		: "\xc3\x9b"	Ucircumflex
++<dead_diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<dead_grave> <u>		: "\xc3\xb9"	ugrave
++<dead_acute> <u>		: "\xc3\xba"	uacute
++<dead_circumflex> <u>		: "\xc3\xbb"	ucircumflex
++<dead_diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++<dead_acute> <Y>		: "\xc3\x9d"	Yacute
++<dead_acute> <y>		: "\xc3\xbd"	yacute
++<Multi_key> <caron> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++<Multi_key> <v> <Z>		: "\xc5\xbd"	Zcaron
++<Multi_key> <Z> <v>		: "\xc5\xbd"	Zcaron
++<zcaron>			: "\xc5\xbe"	zcaron
++<Multi_key> <caron> <z>		: "\xc5\xbe"	zcaron
++<Multi_key> <z> <caron> 	: "\xc5\xbe"	zcaron
++<Multi_key> <z> <v>		: "\xc5\xbe"	zcaron
++<Multi_key> <v> <z>		: "\xc5\xbe"	zcaron
++<dead_diaeresis> <y>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <plus> <plus>		: "\x23"	numbersign
++Ctrl<T> <apostrophe> <space>	: "\x27"	apostrophe
++Ctrl<T> <space> <apostrophe>	: "\x27"	apostrophe
++Ctrl<T> <A> <A>			: "\x40"	at
++Ctrl<T> <parenleft> <parenleft>	: "\x5b"	bracketleft
++Ctrl<T> <slash> <slash>		: "\x5c"	backslash
++Ctrl<T> <slash> <less>		: "\x5c"	backslash
++Ctrl<T> <less> <slash>		: "\x5c"	backslash
++Ctrl<T> <parenright> <parenright>	: "\x5d"	bracketright
++Ctrl<T> <asciicircum> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <asciicircum>	: "\x5e"	asciicircum
++Ctrl<T> <greater> <space>	: "\x5e"	asciicircum
++Ctrl<T> <space> <greater>	: "\x5e"	asciicircum
++Ctrl<T> <grave> <space>		: "\x60"	grave
++Ctrl<T> <space> <grave>		: "\x60"	grave
++Ctrl<T> <parenleft> <minus>	: "\x7b"	braceleft
++Ctrl<T> <minus> <parenleft>	: "\x7b"	braceleft
++Ctrl<T> <slash> <asciicircum>	: "\x7c"	bar
++Ctrl<T> <asciicircum> <slash>	: "\x7c"	bar
++Ctrl<T> <V> <L>			: "\x7c"	bar
++Ctrl<T> <L> <V>			: "\x7c"	bar
++Ctrl<T> <v> <l>			: "\x7c"	bar
++Ctrl<T> <l> <v>			: "\x7c"	bar
++Ctrl<T> <parenright> <minus>	: "\x7d"	braceright
++Ctrl<T> <minus> <parenright>	: "\x7d"	braceright
++Ctrl<T> <asciitilde> <space>	: "\x7e"	asciitilde
++Ctrl<T> <space> <asciitilde>	: "\x7e"	asciitilde
++Ctrl<T> <minus> <space>		: "\x7e"	asciitilde
++Ctrl<T> <space> <minus>		: "\x7e"	asciitilde
++Ctrl<T> <exclam> <exclam>	: "\xc2\xa1"	exclamdown
++Ctrl<T> <c> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <slash>		: "\xc2\xa2"	cent
++Ctrl<T> <slash> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <C> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <C>		: "\xc2\xa2"	cent
++Ctrl<T> <c> <bar>		: "\xc2\xa2"	cent
++Ctrl<T> <bar> <c>		: "\xc2\xa2"	cent
++Ctrl<T> <acute> <L>			: "\xc4\xb9"	Lacute
++Ctrl<T> <L> <acute> 		: "\xc4\xb9"	Lacute
++Ctrl<T> <acute> <l>			: "\xc4\xba"	lacute
++Ctrl<T> <l> <acute> 		: "\xc4\xba"	lacute
++Ctrl<T> <l> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <minus>		: "\xc2\xa3"	sterling
++Ctrl<T> <minus> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <l> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <l>		: "\xc2\xa3"	sterling
++Ctrl<T> <L> <equal>		: "\xc2\xa3"	sterling
++Ctrl<T> <equal> <L>		: "\xc2\xa3"	sterling
++Ctrl<T> <y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <minus>		: "\xc2\xa5"	yen
++Ctrl<T> <minus> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <y>		: "\xc2\xa5"	yen
++Ctrl<T> <Y> <equal>		: "\xc2\xa5"	yen
++Ctrl<T> <equal> <Y>		: "\xc2\xa5"	yen
++Ctrl<T> <s> <o>			: "\xc2\xa7"	section
++Ctrl<T> <o> <s>			: "\xc2\xa7"	section
++Ctrl<T> <S> <O>			: "\xc2\xa7"	section
++Ctrl<T> <O> <S>			: "\xc2\xa7"	section
++Ctrl<T> <S> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <S>		: "\xc2\xa7"	section
++Ctrl<T> <s> <exclam>		: "\xc2\xa7"	section
++Ctrl<T> <exclam> <s>		: "\xc2\xa7"	section
++Ctrl<T> <S> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <S>			: "\xc2\xa7"	section
++Ctrl<T> <s> <0>			: "\xc2\xa7"	section
++Ctrl<T> <0> <s>			: "\xc2\xa7"	section
++Ctrl<T> <x> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <O>			: "\xc2\xa4"	currency
++Ctrl<T> <O> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <o>			: "\xc2\xa4"	currency
++Ctrl<T> <o> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <x> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <x>			: "\xc2\xa4"	currency
++Ctrl<T> <X> <0>			: "\xc2\xa4"	currency
++Ctrl<T> <0> <X>			: "\xc2\xa4"	currency
++Ctrl<T> <c> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <O>			: "\xc2\xa9"	copyright
++Ctrl<T> <O> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <o>			: "\xc2\xa9"	copyright
++Ctrl<T> <o> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <c> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <c>			: "\xc2\xa9"	copyright
++Ctrl<T> <C> <0>			: "\xc2\xa9"	copyright
++Ctrl<T> <0> <C>			: "\xc2\xa9"	copyright
++Ctrl<T> <a> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <a>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <A> <underscore>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <underscore> <A>	: "\xc2\xaa"	ordfeminine
++Ctrl<T> <O> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <o> <underscore>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <o>	: "\xc2\xba"	masculine
++Ctrl<T> <underscore> <O>	: "\xc2\xba"	masculine
++Ctrl<T> <less> <less>		: "\xc2\xab"	guillemotleft
++Ctrl<T> <greater> <greater>	: "\xc2\xbb"	guillemotright
++Ctrl<T> <0> <asciicircum>	: "\xc2\xb0"	degree
++Ctrl<T> <asciicircum> <0>	: "\xc2\xb0"	degree
++Ctrl<T> <0> <asterisk>		: "\xc2\xb0"	degree
++Ctrl<T> <asterisk> <0>		: "\xc2\xb0"	degree
++Ctrl<T> <plus> <minus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <minus> <plus>		: "\xc2\xb1"	plusminus
++Ctrl<T> <slash> <u>		: "\xc2\xb5"	mu
++Ctrl<T> <u> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <slash> <U>		: "\xc2\xb5"	mu
++Ctrl<T> <U> <slash>		: "\xc2\xb5"	mu
++Ctrl<T> <1> <asciicircum>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <asciicircum> <1>	: "\xc2\xb9"	onesuperior
++Ctrl<T> <S> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <S>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <s> <1>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <1> <s>			: "\xc2\xb9"	onesuperior
++Ctrl<T> <2> <asciicircum>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <asciicircum> <2>	: "\xc2\xb2"	twosuperior
++Ctrl<T> <S> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <S>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <s> <2>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <2> <s>			: "\xc2\xb2"	twosuperior
++Ctrl<T> <3> <asciicircum>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <asciicircum> <3>	: "\xc2\xb3"	threesuperior
++Ctrl<T> <S> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <S>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <s> <3>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <3> <s>			: "\xc2\xb3"	threesuperior
++Ctrl<T> <p> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <p>		: "\xc2\xb6"	paragraph
++Ctrl<T> <P> <exclam>		: "\xc2\xb6"	paragraph
++Ctrl<T> <exclam> <P>		: "\xc2\xb6"	paragraph
++Ctrl<T> <period> <asciicircum>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <asciicircum> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <period> <period>	: "\xc2\xb7"	periodcentered
++Ctrl<T> <1> <4>			: "\xc2\xbc"	onequarter
++Ctrl<T> <1> <2>			: "\xc2\xbd"	onehalf
++Ctrl<T> <3> <4>			: "\xc2\xbe"	threequarters
++Ctrl<T> <question> <question>	: "\xc2\xbf"	questiondown
++Ctrl<T> <space> <space>		: "\xc2\xa0"	nobreakspace
++Ctrl<T> <bar> <bar>		: "\xc2\xa6"	brokenbar
++Ctrl<T> <exclam> <asciicircum>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <asciicircum> <exclam>	: "\xc2\xa6"	brokenbar
++Ctrl<T> <V> <B>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <B> <V>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <v> <b>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <b> <v>			: "\xc2\xa6"	brokenbar
++Ctrl<T> <minus> <comma>		: "\xc2\xac"	notsign
++Ctrl<T> <comma> <minus>		: "\xc2\xac"	notsign
++Ctrl<T> <minus> <minus>		: "\xc2\xad"	hyphen
++Ctrl<T> <R> <O>			: "\xc2\xae"	registered
++Ctrl<T> <O> <R>			: "\xc2\xae"	registered
++Ctrl<T> <minus> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <minus>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <asciicircum>	: "\xc2\xaf"	macron
++Ctrl<T> <asciicircum> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <underscore> <underscore>	: "\xc2\xaf"	macron
++Ctrl<T> <minus> <colon>		: "\xc3\xb7"	division
++Ctrl<T> <colon> <minus>		: "\xc3\xb7"	division
++Ctrl<T> <x> <x>			: "\xc3\x97"	multiply
++Ctrl<T> <apostrophe> <apostrophe>	: "\xc2\xb4"	acute
++Ctrl<T> <comma> <comma>		: "\xc2\xb8"	cedilla
++Ctrl<T> <quotedbl> <quotedbl>	: "\xc2\xa8"	diaeresis
++Ctrl<T> <A> <grave>		: "\xc3\x80"	Agrave
++Ctrl<T> <grave> <A>		: "\xc3\x80"	Agrave
++Ctrl<T> <A> <acute>		: "\xc3\x81"	Aacute
++Ctrl<T> <acute> <A>		: "\xc3\x81"	Aacute
++Ctrl<T> <A> <apostrophe>	: "\xc3\x81"	Aacute
++Ctrl<T> <apostrophe> <A>	: "\xc3\x81"	Aacute
++Ctrl<T> <A> <asciicircum>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <asciicircum> <A>	: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <greater>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <greater> <A>		: "\xc3\x82"	Acircumflex
++Ctrl<T> <A> <asciitilde>	: "\xc3\x83"	Atilde
++Ctrl<T> <asciitilde> <A>	: "\xc3\x83"	Atilde
++Ctrl<T> <A> <minus>		: "\xc3\x83"	Atilde
++Ctrl<T> <minus> <A>		: "\xc3\x83"	Atilde
++Ctrl<T> <A> <quotedbl>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <quotedbl> <A>		: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <asterisk>		: "\xc3\x85"	Aring
++Ctrl<T> <asterisk> <A>		: "\xc3\x85"	Aring
++Ctrl<T> <A> <E>			: "\xc3\x86"	AE
++Ctrl<T> <a> <grave>		: "\xc3\xa0"	agrave
++Ctrl<T> <grave> <a>		: "\xc3\xa0"	agrave
++Ctrl<T> <a> <acute>		: "\xc3\xa1"	aacute
++Ctrl<T> <acute> <a>		: "\xc3\xa1"	aacute
++Ctrl<T> <a> <apostrophe>	: "\xc3\xa1"	aacute
++Ctrl<T> <apostrophe> <a>	: "\xc3\xa1"	aacute
++Ctrl<T> <a> <asciicircum>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <asciicircum> <a>	: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <greater>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <greater> <a>		: "\xc3\xa2"	acircumflex
++Ctrl<T> <a> <asciitilde>	: "\xc3\xa3"	atilde
++Ctrl<T> <asciitilde> <a>	: "\xc3\xa3"	atilde
++Ctrl<T> <a> <minus>		: "\xc3\xa3"	atilde
++Ctrl<T> <minus> <a>		: "\xc3\xa3"	atilde
++Ctrl<T> <a> <quotedbl>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <quotedbl> <a>		: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <asterisk>		: "\xc3\xa5"	aring
++Ctrl<T> <asterisk> <a>		: "\xc3\xa5"	aring
++Ctrl<T> <a> <e>			: "\xc3\xa6"	ae
++Ctrl<T> <C> <comma>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <comma> <C>		: "\xc3\x87"	Ccedilla
++Ctrl<T> <c> <comma>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <comma> <c>		: "\xc3\xa7"	ccedilla
++Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++Ctrl<T> <D> <minus>		: "\xc3\x90"	ETH
++Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <d> <minus>		: "\xc3\xb0"	eth
++Ctrl<T> <E> <grave>		: "\xc3\x88"	Egrave
++Ctrl<T> <grave> <E>		: "\xc3\x88"	Egrave
++Ctrl<T> <E> <acute>		: "\xc3\x89"	Eacute
++Ctrl<T> <acute> <E>		: "\xc3\x89"	Eacute
++Ctrl<T> <E> <apostrophe>	: "\xc3\x89"	Eacute
++Ctrl<T> <apostrophe> <E>	: "\xc3\x89"	Eacute
++Ctrl<T> <E> <asciicircum>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <asciicircum> <E>	: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <greater>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <greater> <E>		: "\xc3\x8a"	Ecircumflex
++Ctrl<T> <E> <quotedbl>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <quotedbl> <E>		: "\xc3\x8b"	Ediaeresis
++Ctrl<T> <e> <grave>		: "\xc3\xa8"	egrave
++Ctrl<T> <grave> <e>		: "\xc3\xa8"	egrave
++Ctrl<T> <e> <acute>		: "\xc3\xa9"	eacute
++Ctrl<T> <acute> <e>		: "\xc3\xa9"	eacute
++Ctrl<T> <e> <apostrophe>	: "\xc3\xa9"	eacute
++Ctrl<T> <apostrophe> <e>	: "\xc3\xa9"	eacute
++Ctrl<T> <e> <asciicircum>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <asciicircum> <e>	: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <greater>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <greater> <e>		: "\xc3\xaa"	ecircumflex
++Ctrl<T> <e> <quotedbl>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <quotedbl> <e>		: "\xc3\xab"	ediaeresis
++Ctrl<T> <I> <grave>		: "\xc3\x8c"	Igrave
++Ctrl<T> <grave> <I>		: "\xc3\x8c"	Igrave
++Ctrl<T> <I> <acute>		: "\xc3\x8d"	Iacute
++Ctrl<T> <acute> <I>		: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <apostrophe>	: "\xc3\x8d"	Iacute
++Ctrl<T> <apostrophe> <I>	: "\xc3\x8d"	Iacute
++Ctrl<T> <I> <asciicircum>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <asciicircum> <I>	: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <greater>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <greater> <I>		: "\xc3\x8e"	Icircumflex
++Ctrl<T> <I> <quotedbl>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <quotedbl> <I>		: "\xc3\x8f"	Idiaeresis
++Ctrl<T> <i> <grave>		: "\xc3\xac"	igrave
++Ctrl<T> <grave> <i>		: "\xc3\xac"	igrave
++Ctrl<T> <i> <acute>		: "\xc3\xad"	iacute
++Ctrl<T> <acute> <i>		: "\xc3\xad"	iacute
++Ctrl<T> <i> <apostrophe>	: "\xc3\xad"	iacute
++Ctrl<T> <apostrophe> <i>	: "\xc3\xad"	iacute
++Ctrl<T> <i> <asciicircum>	: "\xc3\xae"	icircumflex
++Ctrl<T> <asciicircum> <i>	: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <greater>		: "\xc3\xae"	icircumflex
++Ctrl<T> <greater> <i>		: "\xc3\xae"	icircumflex
++Ctrl<T> <i> <quotedbl>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <quotedbl> <i>		: "\xc3\xaf"	idiaeresis
++Ctrl<T> <N> <asciitilde>	: "\xc3\x91"	Ntilde
++Ctrl<T> <asciitilde> <N>	: "\xc3\x91"	Ntilde
++Ctrl<T> <N> <minus>		: "\xc3\x91"	Ntilde
++Ctrl<T> <minus> <N>		: "\xc3\x91"	Ntilde
++Ctrl<T> <n> <asciitilde>	: "\xc3\xb1"	ntilde
++Ctrl<T> <asciitilde> <n>	: "\xc3\xb1"	ntilde
++Ctrl<T> <n> <minus>		: "\xc3\xb1"	ntilde
++Ctrl<T> <minus> <n>		: "\xc3\xb1"	ntilde
++Ctrl<T> <O> <grave>		: "\xc3\x92"	Ograve
++Ctrl<T> <grave> <O>		: "\xc3\x92"	Ograve
++Ctrl<T> <O> <acute>		: "\xc3\x93"	Oacute
++Ctrl<T> <acute> <O>		: "\xc3\x93"	Oacute
++Ctrl<T> <O> <apostrophe>	: "\xc3\x93"	Oacute
++Ctrl<T> <apostrophe> <O>	: "\xc3\x93"	Oacute
++Ctrl<T> <O> <asciicircum>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <asciicircum> <O>	: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <greater>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <greater> <O>		: "\xc3\x94"	Ocircumflex
++Ctrl<T> <O> <asciitilde>	: "\xc3\x95"	Otilde
++Ctrl<T> <asciitilde> <O>	: "\xc3\x95"	Otilde
++Ctrl<T> <O> <minus>		: "\xc3\x95"	Otilde
++Ctrl<T> <minus> <O>		: "\xc3\x95"	Otilde
++Ctrl<T> <O> <quotedbl>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <quotedbl> <O>		: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <slash>		: "\xc3\x98"	Ooblique
++Ctrl<T> <slash> <O>		: "\xc3\x98"	Ooblique
++Ctrl<T> <o> <grave>		: "\xc3\xb2"	ograve
++Ctrl<T> <grave> <o>		: "\xc3\xb2"	ograve
++Ctrl<T> <o> <acute>		: "\xc3\xb3"	oacute
++Ctrl<T> <acute> <o>		: "\xc3\xb3"	oacute
++Ctrl<T> <o> <apostrophe>	: "\xc3\xb3"	oacute
++Ctrl<T> <apostrophe> <o>	: "\xc3\xb3"	oacute
++Ctrl<T> <o> <asciicircum>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <asciicircum> <o>	: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <greater>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <greater> <o>		: "\xc3\xb4"	ocircumflex
++Ctrl<T> <o> <asciitilde>	: "\xc3\xb5"	otilde
++Ctrl<T> <asciitilde> <o>	: "\xc3\xb5"	otilde
++Ctrl<T> <o> <minus>		: "\xc3\xb5"	otilde
++Ctrl<T> <minus> <o>		: "\xc3\xb5"	otilde
++Ctrl<T> <o> <quotedbl>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <quotedbl> <o>		: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <slash>		: "\xc3\xb8"	oslash
++Ctrl<T> <slash> <o>		: "\xc3\xb8"	oslash
++Ctrl<T> <U> <grave>		: "\xc3\x99"	Ugrave
++Ctrl<T> <grave> <U>		: "\xc3\x99"	Ugrave
++Ctrl<T> <U> <acute>		: "\xc3\x9a"	Uacute
++Ctrl<T> <acute> <U>		: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <apostrophe>	: "\xc3\x9a"	Uacute
++Ctrl<T> <apostrophe> <U>	: "\xc3\x9a"	Uacute
++Ctrl<T> <U> <asciicircum>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <asciicircum> <U>	: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <greater>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <greater> <U>		: "\xc3\x9b"	Ucircumflex
++Ctrl<T> <U> <quotedbl>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <quotedbl> <U>		: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <u> <grave>		: "\xc3\xb9"	ugrave
++Ctrl<T> <grave> <u>		: "\xc3\xb9"	ugrave
++Ctrl<T> <u> <acute>		: "\xc3\xba"	uacute
++Ctrl<T> <acute> <u>		: "\xc3\xba"	uacute
++Ctrl<T> <u> <apostrophe>	: "\xc3\xba"	uacute
++Ctrl<T> <apostrophe> <u>	: "\xc3\xba"	uacute
++Ctrl<T> <u> <asciicircum>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <asciicircum> <u>	: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <greater>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <greater> <u>		: "\xc3\xbb"	ucircumflex
++Ctrl<T> <u> <quotedbl>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <quotedbl> <u>		: "\xc3\xbc"	udiaeresis
++Ctrl<T> <s> <s>			: "\xc3\x9f"	ssharp
++Ctrl<T> <T> <H>			: "\xc3\x9e"	THORN
++Ctrl<T> <t> <h>			: "\xc3\xbe"	thorn
++Ctrl<T> <Y> <acute>		: "\xc3\x9d"	Yacute
++Ctrl<T> <acute> <Y>		: "\xc3\x9d"	Yacute
++Ctrl<T> <Y> <apostrophe>	: "\xc3\x9d"	Yacute
++Ctrl<T> <apostrophe> <Y>	: "\xc3\x9d"	Yacute
++Ctrl<T> <y> <acute>		: "\xc3\xbd"	yacute
++Ctrl<T> <acute> <y>		: "\xc3\xbd"	yacute
++Ctrl<T> <y> <apostrophe>	: "\xc3\xbd"	yacute
++Ctrl<T> <apostrophe> <y>	: "\xc3\xbd"	yacute
++Ctrl<T> <y> <quotedbl>		: "\xc3\xbf"	ydiaeresis
++Ctrl<T> <quotedbl> <y>		: "\xc3\xbf"	ydiaeresis
++XCOMM turkish
++<Multi_key> <G> <u>		: "\xc4\x9e"	Gbreve
++<Multi_key> <u> <G>		: "\xc4\x9e"	Gbreve
++<Multi_key> <g> <u>		: "\xc4\x9f"	gbreve
++<Multi_key> <u> <g>		: "\xc4\x9f"	gbreve
++<Multi_key> <I> <period>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <period> <I>	: "\xc4\xb0"	Iabovedot
++<Multi_key> <i> <period>	: "\xc4\xb1"	idotless
++<Multi_key> <period> <i>	: "\xc4\xb1"	idotless
++XCOMM polish
++<Multi_key> <space> <breve>	: "\xcb\x98"	breve
++<Multi_key> <space> <degree>	: "\xc2\xb0"	degree
++<Multi_key> <space> <ogonek>	: "\xcb\x9b"	ogonek
++<Multi_key> <space> <caron>	: "\xcb\x87"	caron
++<Multi_key> <space> <v>		: "\xcb\x87"	caron
++<Multi_key> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++<Multi_key> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++<Multi_key> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++<Multi_key> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++<Multi_key> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++<Multi_key> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++<Multi_key> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++<Multi_key> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++<Multi_key> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++<Multi_key> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++<Multi_key> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++<Multi_key> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++<Multi_key> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++<Multi_key> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++<Multi_key> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++<Multi_key> <acute> <R>		: "\xc5\x94"	Racute
++<Multi_key> <R> <acute> 	: "\xc5\x94"	Racute
++<Multi_key> <acute> <S>		: "\xc5\x9a"	Sacute
++<Multi_key> <S> <acute> 	: "\xc5\x9a"	Sacute
++<Multi_key> <acute> <Z>		: "\xc4\xbe"	Zacute
++<Multi_key> <Z> <acute> 	: "\xc4\xbe"	Zacute
++<Multi_key> <acute> <n>		: "\xc5\x84"	nacute
++<Multi_key> <n> <acute> 	: "\xc5\x84"	nacute
++<Multi_key> <acute> <r>		: "\xc5\x95"	racute
++<Multi_key> <r> <acute> 	: "\xc5\x95"	racute
++<Multi_key> <acute> <s>		: "\xc5\x9b"	sacute
++<Multi_key> <s> <acute> 	: "\xc5\x9b"	sacute
++<Multi_key> <acute> <z>		: "\xc5\xba"	zacute
++<Multi_key> <z> <acute> 	: "\xc5\xba"	zacute
++<Multi_key> <0> <O>		: "\xc2\xb0"	degree
++<Multi_key> <o> <o> 		: "\xc2\xb0"	degree
++<Multi_key> <comma> <S>		: "\xc5\x9e"	Scedilla
++<Multi_key> <S> <comma> 	: "\xc5\x9e"	Scedilla
++<Multi_key> <comma> <T>		: "\xc5\xa2"	Tcedilla
++<Multi_key> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++<Multi_key> <comma> <s>		: "\xc5\x9f"	scedilla
++<Multi_key> <s> <comma> 	: "\xc5\x9f"	scedilla
++<Multi_key> <comma> <t>		: "\xc5\xa3"	tcedilla
++<Multi_key> <t> <comma> 	: "\xc5\xa3"	tcedilla
++<Multi_key> <caron> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <caron> 	: "\xc4\x8c"	Ccaron
++<Multi_key> <caron> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <caron> 	: "\xc4\x8e"	Dcaron
++<Multi_key> <caron> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <caron> 	: "\xc4\x9a"	Ecaron
++<Multi_key> <caron> <L>		: "\xc4\xbd"	Lcaron
++<Multi_key> <L> <caron> 	: "\xc4\xbd"	Lcaron
++<Multi_key> <caron> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <caron>		: "\xc5\x87" 	Ncaron
++<Multi_key> <caron> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <caron> 	: "\xc5\x98"	Rcaron
++<Multi_key> <caron> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <caron> 	: "\xc5\xa0"	Scaron
++<Multi_key> <caron> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <caron> 	: "\xc5\xa4"	Tcaron
++<Multi_key> <caron> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <caron> 	: "\xc5\xae"	Uring
++<Multi_key> <caron> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <caron> 	: "\xc4\x8d"	ccaron
++<Multi_key> <caron> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <caron> 	: "\xc4\x8f"	dcaron
++<Multi_key> <caron> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <caron> 	: "\xc4\x9b"	ecaron
++<Multi_key> <caron> <l>		: "\xc4\xbe"	lcaron
++<Multi_key> <l> <caron> 	: "\xc4\xbe"	lcaron
++<Multi_key> <caron> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <caron> 	: "\xc5\x88"	ncaron
++<Multi_key> <caron> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <caron> 	: "\xc5\x99"	rcaron
++<Multi_key> <caron> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <caron> 	: "\xc5\xa1"	scaron
++<Multi_key> <caron> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <caron> 	: "\xc5\xa5"	tcaron
++<Multi_key> <caron> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <caron> 	: "\xc5\xaf"	uring
++<Multi_key> <v> <C>		: "\xc4\x8c"	Ccaron
++<Multi_key> <C> <v> 		: "\xc4\x8c"	Ccaron
++<Multi_key> <v> <D>		: "\xc4\x8e"	Dcaron
++<Multi_key> <D> <v> 		: "\xc4\x8e"	Dcaron
++<Multi_key> <v> <E>		: "\xc4\x9a"	Ecaron
++<Multi_key> <E> <v> 		: "\xc4\x9a"	Ecaron
++<Multi_key> <v> <N>		: "\xc5\x87" 	Ncaron
++<Multi_key> <N> <v>		: "\xc5\x87" 	Ncaron
++<Multi_key> <v> <R>		: "\xc5\x98"	Rcaron
++<Multi_key> <R> <v> 		: "\xc5\x98"	Rcaron
++<Multi_key> <v> <T>		: "\xc5\xa4"	Tcaron
++<Multi_key> <T> <v> 		: "\xc5\xa4"	Tcaron
++<Multi_key> <v> <U>		: "\xc5\xae"	Uring
++<Multi_key> <U> <v> 		: "\xc5\xae"	Uring
++<Multi_key> <v> <c>		: "\xc4\x8d"	ccaron
++<Multi_key> <c> <v> 		: "\xc4\x8d"	ccaron
++<Multi_key> <v> <d>		: "\xc4\x8f"	dcaron
++<Multi_key> <d> <v> 		: "\xc4\x8f"	dcaron
++<Multi_key> <v> <e>		: "\xc4\x9b"	ecaron
++<Multi_key> <e> <v> 		: "\xc4\x9b"	ecaron
++<Multi_key> <v> <n>		: "\xc5\x88"	ncaron
++<Multi_key> <n> <v> 		: "\xc5\x88"	ncaron
++<Multi_key> <v> <r>		: "\xc5\x99"	rcaron
++<Multi_key> <r> <v> 		: "\xc5\x99"	rcaron
++<Multi_key> <v> <t>		: "\xc5\xa5"	tcaron
++<Multi_key> <t> <v> 		: "\xc5\xa5"	tcaron
++<Multi_key> <v> <u>		: "\xc5\xaf"	uring
++<Multi_key> <u> <v> 		: "\xc5\xaf"	uring
++<Multi_key> <breve> <A>		: "\xc4\x82"	Abreve
++<Multi_key> <A> <breve> 	: "\xc4\x82"	Abreve
++<Multi_key> <breve> <a>		: "\xc4\x83"	abreve
++<Multi_key> <a> <breve> 	: "\xc4\x83"	abreve
++<Multi_key> <ogonek> <A>	: "\xc4\x84"	Aogonek
++<Multi_key> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++<Multi_key> <ogonek> <E>	: "\xc4\x98"	Eogonek
++<Multi_key> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++<Multi_key> <ogonek> <a> 	: "\xc4\x85"	aogonek
++<Multi_key> <a> <ogonek> 	: "\xc4\x85"	aogonek
++<Multi_key> <ogonek> <e> 	: "\xc4\x99"	eogonek
++<Multi_key> <e> <ogonek> 	: "\xc4\x99"	eogonek
++<Multi_key> <E> <a> 		: "\xc4\x98"	Eogonek
++<Multi_key> <e> <a> 		: "\xc4\x99"	eogonek
++<Multi_key> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++<Multi_key> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++<Multi_key> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++<Multi_key> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++<Multi_key> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++<Multi_key> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++<Multi_key> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++<Multi_key> <period> <U>	: "\xc5\xae"	Uring
++<Multi_key> <U> <period> 	: "\xc5\xae"	Uring
++<Multi_key> <period> <u>	: "\xc5\xaf"	uring
++<Multi_key> <u> <period> 	: "\xc5\xaf"	uring
++<Multi_key> <period> <z>	: "\xc5\xbc"	zabovedot
++<Multi_key> <z> <period> 	: "\xc5\xbc"	zabovedot
++<Multi_key> <period> <Z>	: "\xc5\xbb"	Zabovedot
++<Multi_key> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++<acute> <A>		: "\xc3\x81"	Aacute
++<acute> <C>		: "\xc4\x86"	Cacute
++<acute> <E>		: "\xc3\x89"	Eacute
++<acute> <I>		: "\xc3\x8d"	Iacute
++<acute> <L>		: "\xc4\xb9"	Lacute
++<acute> <N>		: "\xc5\x83"	Nacute
++<acute> <O>		: "\xc3\x93"	Oacute
++<acute> <R>		: "\xc5\x94"	Racute
++<acute> <S>		: "\xc5\x9a"	Sacute
++<acute> <U>		: "\xc3\x9a"	Uacute
++<acute> <Y>		: "\xc3\x9d"	Yacute
++<acute> <Z>		: "\xc4\xbe"	Zacute
++<acute> <a>		: "\xc3\xa1"	aacute
++<acute> <c>		: "\xc4\x87"	cacute
++<acute> <e>		: "\xc3\xa9"	eacute
++<acute> <i>		: "\xc3\xad"	iacute
++<acute> <l>		: "\xc4\xba"	lacute
++<acute> <n>		: "\xc5\x84"	nacute
++<acute> <o>		: "\xc3\xb3"	oacute
++<acute> <r>		: "\xc5\x95"	racute
++<acute> <s>		: "\xc5\x9b"	sacute
++<acute> <u>		: "\xc3\xba"	uacute
++<acute> <y>		: "\xc3\xbd"	yacute
++<acute> <z>		: "\xc5\xba"	zacute
++<diaeresis> <A>		: "\xc3\x84" 	Adiaeresis
++<diaeresis> <E>		: "\xc3\x8b"	Ediaeresis
++<diaeresis> <O>		: "\xc3\x96"	Odiaeresis
++<diaeresis> <U>		: "\xc3\x9c"	Udiaeresis
++<diaeresis> <a>		: "\xc3\xa4" 	adiaeresis
++<diaeresis> <e>		: "\xc3\xab"	ediaeresis
++<diaeresis> <o>		: "\xc3\xb6"	odiaeresis
++<diaeresis> <u>		: "\xc3\xbc"	udiaeresis
++XCOMM
++XCOMM Additional latin-2 sequences
++<Multi_key> <a> <space>         : "\xcb\x9b"    ogonek
++<Multi_key> <u> <space>         : "\xcb\x98"    breve
++<Multi_key> <v> <space>         : "\xcb\x87"    caron
++<Multi_key> <quotedbl> <space>  : "\xcb\x9d"    doubleacute
++<Multi_key> <A> <u>             : "\xc4\x82"    Abreve
++<Multi_key> <C> <apostrophe>    : "\xc4\x86"    Cacute
++<Multi_key> <L> <apostrophe>    : "\xc4\xb9"    Lacute
++<Multi_key> <L> <slash>         : "\xc5\x81"    Lstroke
++<Multi_key> <L> <greater>       : "\xc4\xbd"    Lcaron
++<Multi_key> <N> <apostrophe>    : "\xc5\x83"    Nacute
++<Multi_key> <S> <apostrophe>    : "\xc5\x9a"    Sacute
++<Multi_key> <R> <apostrophe>    : "\xc5\x94"    Racute
++<Multi_key> <U> <asterisk>      : "\xc5\xae"    Uring
++<Multi_key> <Z> <apostrophe>    : "\xc5\xb9"    Zacute
++<Multi_key> <a> <u>             : "\xc4\x83"    abreve
++<Multi_key> <c> <apostrophe>    : "\xc4\x87"    cacute
++<Multi_key> <l> <apostrophe>    : "\xc4\xba"    lacute
++<Multi_key> <l> <slash>         : "\xc5\x82"    lstroke
++<Multi_key> <l> <greater>       : "\xc4\xbe"    lcaron
++<Multi_key> <n> <apostrophe>    : "\xc5\x84"    nacute
++<Multi_key> <s> <apostrophe>    : "\xc5\x9b"    sacute
++<Multi_key> <r> <apostrophe>    : "\xc5\x95"    racute
++<Multi_key> <u> <asterisk>      : "\xc5\xaf"    uring
++<Multi_key> <z> <apostrophe>    : "\xc5\xba"    zacute
++XCOMM
++XCOMM Latin-3 sequences
++<Multi_key> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <C> <greater>	: "\xc4\x88"	Ccircumflex
++<Multi_key> <greater> <C>	: "\xc4\x88"	Ccircumflex
++
++<Multi_key> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++<Multi_key> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++<Multi_key> <c> <greater>	: "\xc4\x89"	ccircumflex
++<Multi_key> <greater> <c>	: "\xc4\x89"	ccircumflex
++
++<Multi_key> <period> <C>	: "\xc4\x8a"	Cabovedot
++<Multi_key> <C> <period> 	: "\xc4\x8a"	Cabovedot
++
++<Multi_key> <period> <c>	: "\xc4\x8b"	cabovedot
++<Multi_key> <c> <period> 	: "\xc4\x8b"	cabovedot
++
++<Multi_key> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <G> <greater>	: "\xc4\x9c"	Gcircumflex
++<Multi_key> <greater> <G>	: "\xc4\x9c"	Gcircumflex
++
++<Multi_key> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <g> <greater>	: "\xc4\x9d"	gcircumflex
++<Multi_key> <greater> <g>	: "\xc4\x9d"	gcircumflex
++
++<Multi_key> <period> <G>	: "\xc4\xa0"	Gabovedot
++<Multi_key> <G> <period> 	: "\xc4\xa0"	Gabovedot
++
++<Multi_key> <period> <g>	: "\xc4\xa1"	gabovedot
++<Multi_key> <g> <period> 	: "\xc4\xa1"	gabovedot
++
++<Multi_key> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <H> <greater>	: "\xc4\xa4"	Hcircumflex
++<Multi_key> <greater> <H>	: "\xc4\xa4"	Hcircumflex
++
++<Multi_key> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <h> <greater>	: "\xc4\xa5"	hcircumflex
++<Multi_key> <greater> <h>	: "\xc4\xa5"	hcircumflex
++
++<Multi_key> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <J> <greater>	: "\xc4\xb4"	Jcircumflex
++<Multi_key> <greater> <J>	: "\xc4\xb4"	Jcircumflex
++
++<Multi_key> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <j> <greater>	: "\xc4\xb5"	jcircumflex
++<Multi_key> <greater> <j>	: "\xc4\xb5"	jcircumflex
++
++<Multi_key> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <S> <greater>	: "\xc5\x9c"	Scircumflex
++<Multi_key> <greater> <S>	: "\xc5\x9c"	Scircumflex
++
++<Multi_key> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++<Multi_key> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++<Multi_key> <s> <greater>	: "\xc5\x9d"	scircumflex
++<Multi_key> <greater> <s>	: "\xc5\x9d"	scircumflex
++
++<Multi_key> <U> <breve>		: "\xc5\xac"	Ubreve
++<Multi_key> <breve> <U>		: "\xc5\xac"	Ubreve
++<Multi_key> <U> <u>		: "\xc5\xac"	Ubreve
++<Multi_key> <u> <U>		: "\xc5\xac"	Ubreve
++
++<Multi_key> <u> <breve>		: "\xc5\xad"	ubreve
++<Multi_key> <breve> <u>		: "\xc5\xad"	ubreve
++<Multi_key> <u> <u>		: "\xc5\xad"	ubreve
++XCOMM
++XCOMM Latin-4 sequences
++<Multi_key> <N> <N>             : "\xc5\x8a"    ENG
++<Multi_key> <U> <a>		: "\xc5\xb2"	Uogonek
++<Multi_key> <u> <a>		: "\xc5\xb3"	uogonek
++<Multi_key> <k> <k>		: "\xc4\xb8"	kra
++<Multi_key> <R> <comma>		: "\xc5\x96"	Rcedilla
++<Multi_key> <comma> <R>		: "\xc5\x96"	Rcedilla
++<Multi_key> <r> <comma>		: "\xc5\x97"	rcedilla
++<Multi_key> <comma> <r>		: "\xc5\x97"	rcedilla
++<Multi_key> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++<Multi_key> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++<Multi_key> <i> <asciitilde>	: "\xc4\xa9"	itilde
++<Multi_key> <asciitilde> <i>	: "\xc4\xa9"	itilde
++<Multi_key> <L> <comma>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <comma> <L>		: "\xc4\xbb"	Lcedilla
++<Multi_key> <l> <comma>		: "\xc4\xbc"	lcedilla
++<Multi_key> <comma> <l>		: "\xc4\xbc"	lcedilla
++<diaeresis>			: "\xc2\xa8"	diaeresis
++<Multi_key> <S> <v>		: "\xc5\xa0"	Scaron
++<Multi_key> <S> <V>		: "\xc5\xa0"	Scaron
++<Multi_key> <v> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <V> <S>		: "\xc5\xa0"	Scaron
++<Multi_key> <s> <v>		: "\xc5\xa1"	scaron
++<Multi_key> <s> <V>		: "\xc5\xa1"	scaron
++<Multi_key> <v> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <V> <s>		: "\xc5\xa1"	scaron
++<Multi_key> <E> <underscore>	: "\xc4\x92"	Emacron
++<Multi_key> <underscore> <E>	: "\xc4\x92"	Emacron
++<Multi_key> <e> <underscore>	: "\xc4\x93"	emacron
++<Multi_key> <underscore> <e>	: "\xc4\x93"	emacron
++<Multi_key> <G> <comma>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <comma> <G>		: "\xc4\xa2"	Gcedilla
++<Multi_key> <g> <comma>		: "\xc4\xa3"	gcedilla
++<Multi_key> <comma> <g>		: "\xc4\xa3"	gcedilla
++<Multi_key> <T> <bar>		: "\xc5\xa6"	Tslash
++<Multi_key> <bar> <T>		: "\xc5\xa6"	Tslash
++<Multi_key> <t> <bar>		: "\xc5\xa7"	tslash
++<Multi_key> <bar> <t>		: "\xc5\xa7"	tslash
++<Multi_key> <n> <n>		: "\xc5\x8b" 	eng
++<Multi_key> <A> <underscore>	: "\xc4\x80"	Amacron
++<Multi_key> <underscore> <A>	: "\xc4\x80"	Amacron
++<Multi_key> <a> <underscore>	: "\xc4\x81"	amacron
++<Multi_key> <underscore> <a>	: "\xc4\x81"	amacron
++<Multi_key> <d> <underscore>	: "\xc4\x91"
++<Multi_key> <underscore> <d> 	: "\xc4\x91"
++<Multi_key> <N> <comma>		: "\xc5\x85"	Ncedilla
++<Multi_key> <comma> <N>		: "\xc5\x85"	Ncedilla
++<Multi_key> <n> <comma>		: "\xc5\x86"	ncedilla
++<Multi_key> <comma> <n>		: "\xc5\x86"	ncedilla
++<Multi_key> <O> <underscore>	: "\xc5\x8c"	Omacron
++<Multi_key> <underscore> <O>	: "\xc5\x8c"	Omacron
++<Multi_key> <o> <underscore>	: "\xc5\x8d"	omacron
++<Multi_key> <underscore> <o>	: "\xc5\x8d"	omacron
++<Multi_key> <K> <comma>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <comma> <K>		: "\xc4\xb6"	Kcedilla
++<Multi_key> <k> <comma>		: "\xc4\xb7"	kcedilla
++<Multi_key> <comma> <k>		: "\xc4\xb7"	kcedilla
++<Multi_key> <I> <a>		: "\xc4\xae"	Iogonek
++<Multi_key> <a> <I>		: "\xc4\xae"	Iogonek
++<Multi_key> <i> <a>		: "\xc4\xaf"	iogonek
++<Multi_key> <a> <i>		: "\xc4\xaf"	iogonek
++<Multi_key> <E> <period>	: "\xc4\x96"	Eabovedot
++<Multi_key> <e> <period>	: "\xc4\x97"	eabovedot
++<Multi_key> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++<Multi_key> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++<Multi_key> <u> <asciitilde>	: "\xc5\xa9"	utilde
++<Multi_key> <asciitilde> <u>	: "\xc5\xa9"	utilde
++<Multi_key> <U> <underscore>	: "\xc5\xaa"	Umacron
++<Multi_key> <underscore> <U>	: "\xc5\xaa"	Umacron
++<Multi_key> <u> <underscore>	: "\xc5\xab"	umacron
++<Multi_key> <underscore> <u>	: "\xc5\xab"	umacron
++<Multi_key> <I> <underscore>	: "\xc4\xaa"	Imacron
++<Multi_key> <underscore> <I> 	: "\xc4\xaa"	Imacron
++<Multi_key> <i> <underscore>	: "\xc4\xab"	imacron
++<Multi_key> <underscore> <i> 	: "\xc4\xab"	imacron
++
++XCOMM Ctrl<T> combo
++Ctrl<T> <a> <A>			: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <a> 			: "\xc4\x84"	Aogonek
++Ctrl<T> <a> <a> 			: "\xc4\x85"	aogonek
++Ctrl<T> <C> <acute> 		: "\xc4\x86"	Cacute
++Ctrl<T> <c> <acute> 		: "\xc4\x87"	cacute
++Ctrl<T> <acute> <C>			: "\xc4\x86"	Cacute
++Ctrl<T> <acute> <c>			: "\xc4\x87"	cacute
++Ctrl<T> <acute> <N>			: "\xc5\x83"	Nacute
++Ctrl<T> <N> <acute> 		: "\xc5\x83"	Nacute
++XCOMM Ctrl<T> <minus> <D>		: "\xc3\x90"	ETH
++XCOMM Ctrl<T> <minus> <d>		: "\xc3\xb0"	eth
++Ctrl<T> <slash> <D>			: "\xc4\x90"	Dstroke
++Ctrl<T> <slash> <d>			: "\xc4\x91"	dstroke
++Ctrl<T> <caron> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <caron> 	: "\xc5\xbd"	Zcaron
++Ctrl<T> <v> <Z>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <Z> <v>		: "\xc5\xbd"	Zcaron
++Ctrl<T> <caron> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <caron> 	: "\xc5\xbe"	zcaron
++Ctrl<T> <z> <v>		: "\xc5\xbe"	zcaron
++Ctrl<T> <v> <z>		: "\xc5\xbe"	zcaron
++Ctrl<T> <G> <u>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <u> <G>		: "\xc4\x9e"	Gbreve
++Ctrl<T> <g> <u>		: "\xc4\x9f"	gbreve
++Ctrl<T> <u> <g>		: "\xc4\x9f"	gbreve
++Ctrl<T> <I> <period>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <period> <I>	: "\xc4\xb0"	Iabovedot
++Ctrl<T> <i> <period>	: "\xc4\xb1"	idotless
++Ctrl<T> <period> <i>	: "\xc4\xb1"	idotless
++Ctrl<T> <space> <breve>	: "\xcb\x98"	breve
++Ctrl<T> <space> <degree>	: "\xc2\xb0"	degree
++Ctrl<T> <space> <ogonek>	: "\xcb\x9b"	ogonek
++Ctrl<T> <space> <caron>	: "\xcb\x87"	caron
++Ctrl<T> <space> <v>		: "\xcb\x87"	caron
++Ctrl<T> <space> <doubleacute> : "\xcb\x9d"	doubleacute
++Ctrl<T> <diaeresis> <A>	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <A> <diaeresis> 	: "\xc3\x84"	Adiaeresis
++Ctrl<T> <diaeresis> <E>	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <E> <diaeresis> 	: "\xc3\x8b" 	Ediaeresis
++Ctrl<T> <diaeresis> <O>	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <O> <diaeresis> 	: "\xc3\x96"	Odiaeresis
++Ctrl<T> <diaeresis> <U>	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <U> <diaeresis> 	: "\xc3\x9c"	Udiaeresis
++Ctrl<T> <diaeresis> <a>	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <a> <diaeresis> 	: "\xc3\xa4"	adiaeresis
++Ctrl<T> <diaeresis> <e>	: "\xc3\xab"	ediaeresis
++Ctrl<T> <e> <diaeresis> 	: "\xc3\xab"	ediaeresis
++Ctrl<T> <diaeresis> <o>	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <o> <diaeresis> 	: "\xc3\xb6"	odiaeresis
++Ctrl<T> <diaeresis> <u>	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <u> <diaeresis> 	: "\xc3\xbc"	udiaeresis
++Ctrl<T> <acute> <R>		: "\xc5\x94"	Racute
++Ctrl<T> <R> <acute> 	: "\xc5\x94"	Racute
++Ctrl<T> <acute> <S>		: "\xc5\x9a"	Sacute
++Ctrl<T> <S> <acute> 	: "\xc5\x9a"	Sacute
++Ctrl<T> <acute> <Z>		: "\xc4\xbe"	Zacute
++Ctrl<T> <Z> <acute> 	: "\xc4\xbe"	Zacute
++Ctrl<T> <acute> <n>		: "\xc5\x84"	nacute
++Ctrl<T> <n> <acute> 	: "\xc5\x84"	nacute
++Ctrl<T> <acute> <r>		: "\xc5\x95"	racute
++Ctrl<T> <r> <acute> 	: "\xc5\x95"	racute
++Ctrl<T> <acute> <s>		: "\xc5\x9b"	sacute
++Ctrl<T> <s> <acute> 	: "\xc5\x9b"	sacute
++Ctrl<T> <acute> <z>		: "\xc5\xba"	zacute
++Ctrl<T> <z> <acute> 	: "\xc5\xba"	zacute
++Ctrl<T> <0> <O>		: "\xc2\xb0"	degree
++Ctrl<T> <o> <o> 		: "\xc2\xb0"	degree
++Ctrl<T> <comma> <S>		: "\xc5\x9e"	Scedilla
++Ctrl<T> <S> <comma> 	: "\xc5\x9e"	Scedilla
++Ctrl<T> <comma> <T>		: "\xc5\xa2"	Tcedilla
++Ctrl<T> <T> <comma> 	: "\xc5\xa2"	Tcedilla
++Ctrl<T> <comma> <s>		: "\xc5\x9f"	scedilla
++Ctrl<T> <s> <comma> 	: "\xc5\x9f"	scedilla
++Ctrl<T> <comma> <t>		: "\xc5\xa3"	tcedilla
++Ctrl<T> <t> <comma> 	: "\xc5\xa3"	tcedilla
++Ctrl<T> <caron> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <caron> 	: "\xc4\x8c"	Ccaron
++Ctrl<T> <caron> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <caron> 	: "\xc4\x8e"	Dcaron
++Ctrl<T> <caron> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <caron> 	: "\xc4\x9a"	Ecaron
++Ctrl<T> <caron> <L>		: "\xc4\xbd"	Lcaron
++Ctrl<T> <L> <caron> 	: "\xc4\xbd"	Lcaron
++Ctrl<T> <caron> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <caron>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <caron> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <caron> 	: "\xc5\x98"	Rcaron
++Ctrl<T> <caron> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <caron> 	: "\xc5\xa0"	Scaron
++Ctrl<T> <caron> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <caron> 	: "\xc5\xa4"	Tcaron
++Ctrl<T> <caron> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <caron> 	: "\xc5\xae"	Uring
++Ctrl<T> <caron> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <caron> 	: "\xc4\x8d"	ccaron
++Ctrl<T> <caron> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <caron> 	: "\xc4\x8f"	dcaron
++Ctrl<T> <caron> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <caron> 	: "\xc4\x9b"	ecaron
++Ctrl<T> <caron> <l>		: "\xc4\xbe"	lcaron
++Ctrl<T> <l> <caron> 	: "\xc4\xbe"	lcaron
++Ctrl<T> <caron> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <caron> 	: "\xc5\x88"	ncaron
++Ctrl<T> <caron> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <caron> 	: "\xc5\x99"	rcaron
++Ctrl<T> <caron> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <caron> 	: "\xc5\xa1"	scaron
++Ctrl<T> <caron> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <caron> 	: "\xc5\xa5"	tcaron
++Ctrl<T> <caron> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <caron> 	: "\xc5\xaf"	uring
++Ctrl<T> <v> <C>		: "\xc4\x8c"	Ccaron
++Ctrl<T> <C> <v> 		: "\xc4\x8c"	Ccaron
++Ctrl<T> <v> <D>		: "\xc4\x8e"	Dcaron
++Ctrl<T> <D> <v> 		: "\xc4\x8e"	Dcaron
++Ctrl<T> <v> <E>		: "\xc4\x9a"	Ecaron
++Ctrl<T> <E> <v> 		: "\xc4\x9a"	Ecaron
++Ctrl<T> <v> <N>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <N> <v>		: "\xc5\x87" 	Ncaron
++Ctrl<T> <v> <R>		: "\xc5\x98"	Rcaron
++Ctrl<T> <R> <v> 		: "\xc5\x98"	Rcaron
++Ctrl<T> <v> <T>		: "\xc5\xa4"	Tcaron
++Ctrl<T> <T> <v> 		: "\xc5\xa4"	Tcaron
++Ctrl<T> <v> <U>		: "\xc5\xae"	Uring
++Ctrl<T> <U> <v> 		: "\xc5\xae"	Uring
++Ctrl<T> <v> <c>		: "\xc4\x8d"	ccaron
++Ctrl<T> <c> <v> 		: "\xc4\x8d"	ccaron
++Ctrl<T> <v> <d>		: "\xc4\x8f"	dcaron
++Ctrl<T> <d> <v> 		: "\xc4\x8f"	dcaron
++Ctrl<T> <v> <e>		: "\xc4\x9b"	ecaron
++Ctrl<T> <e> <v> 		: "\xc4\x9b"	ecaron
++Ctrl<T> <v> <n>		: "\xc5\x88"	ncaron
++Ctrl<T> <n> <v> 		: "\xc5\x88"	ncaron
++Ctrl<T> <v> <r>		: "\xc5\x99"	rcaron
++Ctrl<T> <r> <v> 		: "\xc5\x99"	rcaron
++Ctrl<T> <v> <t>		: "\xc5\xa5"	tcaron
++Ctrl<T> <t> <v> 		: "\xc5\xa5"	tcaron
++Ctrl<T> <v> <u>		: "\xc5\xaf"	uring
++Ctrl<T> <u> <v> 		: "\xc5\xaf"	uring
++Ctrl<T> <breve> <A>		: "\xc4\x82"	Abreve
++Ctrl<T> <A> <breve> 	: "\xc4\x82"	Abreve
++Ctrl<T> <breve> <a>		: "\xc4\x83"	abreve
++Ctrl<T> <a> <breve> 	: "\xc4\x83"	abreve
++Ctrl<T> <ogonek> <A>	: "\xc4\x84"	Aogonek
++Ctrl<T> <A> <ogonek> 	: "\xc4\x84"	Aogonek
++Ctrl<T> <ogonek> <E>	: "\xc4\x98"	Eogonek
++Ctrl<T> <E> <ogonek> 	: "\xc4\x98"	Eogonek
++Ctrl<T> <ogonek> <a> 	: "\xc4\x85"	aogonek
++Ctrl<T> <a> <ogonek> 	: "\xc4\x85"	aogonek
++Ctrl<T> <ogonek> <e> 	: "\xc4\x99"	eogonek
++Ctrl<T> <e> <ogonek> 	: "\xc4\x99"	eogonek
++Ctrl<T> <E> <a> 		: "\xc4\x98"	Eogonek
++Ctrl<T> <e> <a> 		: "\xc4\x99"	eogonek
++Ctrl<T> <doubleacute> <O>	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <O> <doubleacute> 	: "\xc5\x90"	Odoubleacute
++Ctrl<T> <doubleacute> <U>	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <U> <doubleacute> 	: "\xc5\xb0"	Udoubleacute
++Ctrl<T> <doubleacute> <o>	: "\xc5\x91"	odoubleacute
++Ctrl<T> <o> <doubleacute> 	: "\xc5\x91"	odoubleacute
++Ctrl<T> <doubleacute> <u>	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <u> <doubleacute> 	: "\xc5\xb1"	udoubleacute
++Ctrl<T> <period> <U>	: "\xc5\xae"	Uring
++Ctrl<T> <U> <period> 	: "\xc5\xae"	Uring
++Ctrl<T> <period> <u>	: "\xc5\xaf"	uring
++Ctrl<T> <u> <period> 	: "\xc5\xaf"	uring
++Ctrl<T> <period> <z>	: "\xc5\xbc"	zabovedot
++Ctrl<T> <z> <period> 	: "\xc5\xbc"	zabovedot
++Ctrl<T> <period> <Z>	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <Z> <period> 	: "\xc5\xbb"	Zabovedot
++Ctrl<T> <a> <space>         : "\xcb\x9b"    ogonek
++Ctrl<T> <u> <space>         : "\xcb\x98"    breve
++Ctrl<T> <v> <space>         : "\xcb\x87"    caron
++Ctrl<T> <quotedbl> <space>  : "\xcb\x9d"    doubleacute
++Ctrl<T> <A> <u>             : "\xc4\x82"    Abreve
++Ctrl<T> <C> <apostrophe>    : "\xc4\x86"    Cacute
++Ctrl<T> <L> <apostrophe>    : "\xc4\xb9"    Lacute
++Ctrl<T> <L> <slash>         : "\xc5\x81"    Lstroke
++Ctrl<T> <L> <greater>       : "\xc4\xbd"    Lcaron
++Ctrl<T> <N> <apostrophe>    : "\xc5\x83"    Nacute
++Ctrl<T> <S> <apostrophe>    : "\xc5\x9a"    Sacute
++Ctrl<T> <R> <apostrophe>    : "\xc5\x94"    Racute
++Ctrl<T> <U> <asterisk>      : "\xc5\xae"    Uring
++Ctrl<T> <Z> <apostrophe>    : "\xc5\xb9"    Zacute
++Ctrl<T> <a> <u>             : "\xc4\x83"    abreve
++Ctrl<T> <c> <apostrophe>    : "\xc4\x87"    cacute
++Ctrl<T> <l> <apostrophe>    : "\xc4\xba"    lacute
++Ctrl<T> <l> <slash>         : "\xc5\x82"    lstroke
++Ctrl<T> <l> <greater>       : "\xc4\xbe"    lcaron
++Ctrl<T> <n> <apostrophe>    : "\xc5\x84"    nacute
++Ctrl<T> <s> <apostrophe>    : "\xc5\x9b"    sacute
++Ctrl<T> <r> <apostrophe>    : "\xc5\x95"    racute
++Ctrl<T> <u> <asterisk>      : "\xc5\xaf"    uring
++Ctrl<T> <z> <apostrophe>    : "\xc5\xba"    zacute
++XCOMM
++XCOMM Latin-3 sequences
++Ctrl<T> <C> <asciicircum>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <asciicircum> <C>	: "\xc4\x88"	Ccircumflex
++Ctrl<T> <C> <greater>		: "\xc4\x88"	Ccircumflex
++Ctrl<T> <greater> <C>		: "\xc4\x88"	Ccircumflex
++
++Ctrl<T> <c> <asciicircum>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <asciicircum> <c>	: "\xc4\x89"	ccircumflex
++Ctrl<T> <c> <greater>		: "\xc4\x89"	ccircumflex
++Ctrl<T> <greater> <c>		: "\xc4\x89"	ccircumflex
++
++Ctrl<T> <period> <C>		: "\xc4\x8a"	Cabovedot
++Ctrl<T> <C> <period> 		: "\xc4\x8a"	Cabovedot
++
++Ctrl<T> <period> <c>		: "\xc4\x8b"	cabovedot
++Ctrl<T> <c> <period> 		: "\xc4\x8b"	cabovedot
++
++Ctrl<T> <G> <asciicircum>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <asciicircum> <G>	: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <G> <greater>		: "\xc4\x9c"	Gcircumflex
++Ctrl<T> <greater> <G>		: "\xc4\x9c"	Gcircumflex
++
++Ctrl<T> <g> <asciicircum>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <asciicircum> <g>	: "\xc4\x9d"	gcircumflex
++Ctrl<T> <g> <greater>		: "\xc4\x9d"	gcircumflex
++Ctrl<T> <greater> <g>		: "\xc4\x9d"	gcircumflex
++
++Ctrl<T> <period> <G>		: "\xc4\xa0"	Gabovedot
++Ctrl<T> <G> <period> 		: "\xc4\xa0"	Gabovedot
++
++Ctrl<T> <period> <g>		: "\xc4\xa1"	gabovedot
++Ctrl<T> <g> <period> 		: "\xc4\xa1"	gabovedot
++
++Ctrl<T> <H> <asciicircum>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <asciicircum> <H>	: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <H> <greater>		: "\xc4\xa4"	Hcircumflex
++Ctrl<T> <greater> <H>		: "\xc4\xa4"	Hcircumflex
++
++Ctrl<T> <h> <asciicircum>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <asciicircum> <h>	: "\xc4\xa5"	hcircumflex
++Ctrl<T> <h> <greater>		: "\xc4\xa5"	hcircumflex
++Ctrl<T> <greater> <h>		: "\xc4\xa5"	hcircumflex
++
++Ctrl<T> <J> <asciicircum>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <asciicircum> <J>	: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <J> <greater>		: "\xc4\xb4"	Jcircumflex
++Ctrl<T> <greater> <J>		: "\xc4\xb4"	Jcircumflex
++
++Ctrl<T> <j> <asciicircum>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <asciicircum> <j>	: "\xc4\xb5"	jcircumflex
++Ctrl<T> <j> <greater>		: "\xc4\xb5"	jcircumflex
++Ctrl<T> <greater> <j>		: "\xc4\xb5"	jcircumflex
++
++Ctrl<T> <S> <asciicircum>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <asciicircum> <S>	: "\xc5\x9c"	Scircumflex
++Ctrl<T> <S> <greater>		: "\xc5\x9c"	Scircumflex
++Ctrl<T> <greater> <S>		: "\xc5\x9c"	Scircumflex
++
++Ctrl<T> <s> <asciicircum>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <asciicircum> <s>	: "\xc5\x9d"	scircumflex
++Ctrl<T> <s> <greater>		: "\xc5\x9d"	scircumflex
++Ctrl<T> <greater> <s>		: "\xc5\x9d"	scircumflex
++
++Ctrl<T> <U> <breve>		: "\xc5\xac"	Ubreve
++Ctrl<T> <breve> <U>		: "\xc5\xac"	Ubreve
++Ctrl<T> <U> <u>			: "\xc5\xac"	Ubreve
++Ctrl<T> <u> <U>			: "\xc5\xac"	Ubreve
++
++Ctrl<T> <u> <breve>		: "\xc5\xad"	ubreve
++Ctrl<T> <breve> <u>		: "\xc5\xad"	ubreve
++Ctrl<T> <u> <u>			: "\xc5\xad"	ubreve
++XCOMM
++XCOMM Latin-4 sequences
++Ctrl<T> <N> <N>             : "\xc5\x8a"    ENG
++Ctrl<T> <U> <a>		: "\xc5\xb2"	Uogonek
++Ctrl<T> <u> <a>		: "\xc5\xb3"	uogonek
++Ctrl<T> <k> <k>		: "\xc4\xb8"	kra
++Ctrl<T> <R> <comma>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <comma> <R>		: "\xc5\x96"	Rcedilla
++Ctrl<T> <r> <comma>		: "\xc5\x97"	rcedilla
++Ctrl<T> <comma> <r>		: "\xc5\x97"	rcedilla
++Ctrl<T> <I> <asciitilde>	: "\xc4\xa8"	Itilde
++Ctrl<T> <asciitilde> <I>	: "\xc4\xa8"	Itilde
++Ctrl<T> <i> <asciitilde>	: "\xc4\xa9"	itilde
++Ctrl<T> <asciitilde> <i>	: "\xc4\xa9"	itilde
++Ctrl<T> <L> <comma>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <comma> <L>		: "\xc4\xbb"	Lcedilla
++Ctrl<T> <l> <comma>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <comma> <l>		: "\xc4\xbc"	lcedilla
++Ctrl<T> <S> <v>		: "\xc5\xa0"	Scaron
++Ctrl<T> <S> <V>		: "\xc5\xa0"	Scaron
++Ctrl<T> <v> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <V> <S>		: "\xc5\xa0"	Scaron
++Ctrl<T> <s> <v>		: "\xc5\xa1"	scaron
++Ctrl<T> <s> <V>		: "\xc5\xa1"	scaron
++Ctrl<T> <v> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <V> <s>		: "\xc5\xa1"	scaron
++Ctrl<T> <E> <underscore>	: "\xc4\x92"	Emacron
++Ctrl<T> <underscore> <E>	: "\xc4\x92"	Emacron
++Ctrl<T> <e> <underscore>	: "\xc4\x93"	emacron
++Ctrl<T> <underscore> <e>	: "\xc4\x93"	emacron
++Ctrl<T> <G> <comma>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <comma> <G>		: "\xc4\xa2"	Gcedilla
++Ctrl<T> <g> <comma>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <comma> <g>		: "\xc4\xa3"	gcedilla
++Ctrl<T> <T> <bar>		: "\xc5\xa6"	Tslash
++Ctrl<T> <bar> <T>		: "\xc5\xa6"	Tslash
++Ctrl<T> <t> <bar>		: "\xc5\xa7"	tslash
++Ctrl<T> <bar> <t>		: "\xc5\xa7"	tslash
++Ctrl<T> <n> <n>		: "\xc5\x8b" 	eng
++Ctrl<T> <d> <underscore>	: "\xc4\x91"
++Ctrl<T> <underscore> <d> 	: "\xc4\x91"
++Ctrl<T> <N> <comma>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <comma> <N>		: "\xc5\x85"	Ncedilla
++Ctrl<T> <n> <comma>		: "\xc5\x86"	ncedilla
++Ctrl<T> <comma> <n>		: "\xc5\x86"	ncedilla
++Ctrl<T> <K> <comma>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <comma> <K>		: "\xc4\xb6"	Kcedilla
++Ctrl<T> <k> <comma>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <comma> <k>		: "\xc4\xb7"	kcedilla
++Ctrl<T> <I> <a>		: "\xc4\xae"	Iogonek
++Ctrl<T> <a> <I>		: "\xc4\xae"	Iogonek
++Ctrl<T> <i> <a>		: "\xc4\xaf"	iogonek
++Ctrl<T> <a> <i>		: "\xc4\xaf"	iogonek
++Ctrl<T> <E> <period>	: "\xc4\x96"	Eabovedot
++Ctrl<T> <e> <period>	: "\xc4\x97"	eabovedot
++Ctrl<T> <U> <asciitilde>	: "\xc5\xa8"	Utilde
++Ctrl<T> <asciitilde> <U>	: "\xc5\xa8"	Utilde
++Ctrl<T> <u> <asciitilde>	: "\xc5\xa9"	utilde
++Ctrl<T> <asciitilde> <u>	: "\xc5\xa9"	utilde
++Ctrl<T> <U> <underscore>	: "\xc5\xaa"	Umacron
++Ctrl<T> <underscore> <U>	: "\xc5\xaa"	Umacron
++Ctrl<T> <u> <underscore>	: "\xc5\xab"	umacron
++Ctrl<T> <underscore> <u>	: "\xc5\xab"	umacron
++Ctrl<T> <I> <underscore>	: "\xc4\xaa"	Imacron
++Ctrl<T> <underscore> <I> 	: "\xc4\xaa"	Imacron
++Ctrl<T> <i> <underscore>	: "\xc4\xab"	imacron
++Ctrl<T> <underscore> <i> 	: "\xc4\xab"	imacron
++XCOMM
++XCOMM Latin-9 input sequences:
++<Multi_key> <o> <e> 		: "\xc5\x93"
++<Multi_key> <O> <E> 		: "\xc5\x92"
++<Multi_key> <Y> <quotedbl> 	: "\xc5\xb8"
++<Multi_key> <quotedbl> <Y> 	: "\xc5\xb8"
++Ctrl<T> <o> <e> 		: "\xc5\x93"
++Ctrl<T> <O> <E> 		: "\xc5\x92"
++Ctrl<T> <Y> <quotedbl> 		: "\xc5\xb8"
++Ctrl<T> <quotedbl> <Y>		: "\xc5\xb8"
++XCOMM
++XCOMM Rules for SunXK_FA_* keysyms:
++<SunFA_Acute> <apostrophe>	: "\xc2\xb4"
++<SunFA_Acute> <A>		: "\xc3\x81"
++<SunFA_Acute> <a>		: "\xc3\xa1"
++<SunFA_Acute> <C>		: "\xc4\x86"
++<SunFA_Acute> <c>		: "\xc4\x87"
++<SunFA_Acute> <E>		: "\xc3\x89"
++<SunFA_Acute> <e>		: "\xc3\xa9"
++<SunFA_Acute> <I>		: "\xc3\x8d"
++<SunFA_Acute> <i>		: "\xc3\xad"
++<SunFA_Acute> <L>		: "\xc4\xb9"
++<SunFA_Acute> <l>		: "\xc4\xba"
++<SunFA_Acute> <N>		: "\xc5\x83"
++<SunFA_Acute> <n>		: "\xc5\x84"
++<SunFA_Acute> <O>		: "\xc3\x93"
++<SunFA_Acute> <o>		: "\xc3\xb3"
++<SunFA_Acute> <R>		: "\xc5\x94"
++<SunFA_Acute> <r>		: "\xc5\x95"
++<SunFA_Acute> <space>		: "\x27"
++<SunFA_Acute> <S>		: "\xc5\x9a"
++<SunFA_Acute> <s>		: "\xc5\x9b"
++<SunFA_Acute> <U>		: "\xc3\x9a"
++<SunFA_Acute> <u>		: "\xc3\xba"
++<SunFA_Acute> <Y>		: "\xc3\x9d"
++<SunFA_Acute> <y>		: "\xc3\xbd"
++<SunFA_Acute> <Z>		: "\xc4\xbe"
++<SunFA_Acute> <z>		: "\xc5\xba"
++<SunFA_Cedilla> <comma>		: "\xc2\xb8"
++<SunFA_Cedilla> <C>		: "\xc3\x87"
++<SunFA_Cedilla> <c>		: "\xc3\xa7"
++<SunFA_Cedilla> <G>		: "\xc4\xa2"
++<SunFA_Cedilla> <g>		: "\xc4\xa3"
++<SunFA_Cedilla> <K>		: "\xc4\xb6"
++<SunFA_Cedilla> <k>		: "\xc4\xb7"
++<SunFA_Cedilla> <L>		: "\xc4\xbb"
++<SunFA_Cedilla> <l>		: "\xc4\xbc"
++<SunFA_Cedilla> <minus>		: "\xc2\xac"
++<SunFA_Cedilla> <N>		: "\xc5\x85"
++<SunFA_Cedilla> <n>		: "\xc5\x86"
++<SunFA_Cedilla> <R>		: "\xc5\x96"
++<SunFA_Cedilla> <r>		: "\xc5\x97"
++<SunFA_Cedilla> <S>		: "\xc5\x9e"
++<SunFA_Cedilla> <s>		: "\xc5\x9f"
++<SunFA_Cedilla> <T>		: "\xc5\xa2"
++<SunFA_Cedilla> <t>		: "\xc5\xa3"
++<SunFA_Circum> <0>		: "\xc2\xb0"
++<SunFA_Circum> <1>		: "\xc2\xb9"
++<SunFA_Circum> <2>		: "\xc2\xb2"
++<SunFA_Circum> <3>		: "\xc2\xb3"
++<SunFA_Circum> <A>		: "\xc3\x82"
++<SunFA_Circum> <a>		: "\xc3\xa2"
++<SunFA_Circum> <C>		: "\xc4\x88"
++<SunFA_Circum> <c>		: "\xc4\x89"
++<SunFA_Circum> <E>		: "\xc3\x8a"
++<SunFA_Circum> <e>		: "\xc3\xaa"
++<SunFA_Circum> <exclam>		: "\xc2\xa6"
++<SunFA_Circum> <G>		: "\xc4\x9c"
++<SunFA_Circum> <g>		: "\xc4\x9d"
++<SunFA_Circum> <H>		: "\xc4\xa4"
++<SunFA_Circum> <h>		: "\xc4\xa5"
++<SunFA_Circum> <I>		: "\xc3\x8e"
++<SunFA_Circum> <i>		: "\xc3\xae"
++<SunFA_Circum> <J>		: "\xc4\xb4"
++<SunFA_Circum> <j>		: "\xc4\xb5"
++<SunFA_Circum> <minus>		: "\xc2\xaf"
++<SunFA_Circum> <O>		: "\xc3\x94"
++<SunFA_Circum> <o>		: "\xc3\xb4"
++<SunFA_Circum> <period>		: "\xc2\xb7"
++<SunFA_Circum> <slash>		: "\x7c"
++<SunFA_Circum> <space>		: "\x5e"
++<SunFA_Circum> <S>		: "\xc5\x9c"
++<SunFA_Circum> <s>		: "\xc5\x9d"
++<SunFA_Circum> <underscore>	: "\xc2\xaf"
++<SunFA_Circum> <U>		: "\xc3\x9b"
++<SunFA_Circum> <u>		: "\xc3\xbb"
++<SunFA_Diaeresis> <A>		: "\xc3\x84"
++<SunFA_Diaeresis> <a>		: "\xc3\xa4"
++<SunFA_Diaeresis> <E>		: "\xc3\x8b"
++<SunFA_Diaeresis> <e>		: "\xc3\xab"
++<SunFA_Diaeresis> <I>		: "\xc3\x8f"
++<SunFA_Diaeresis> <i>		: "\xc3\xaf"
++<SunFA_Diaeresis> <O>		: "\xc3\x96"
++<SunFA_Diaeresis> <o>		: "\xc3\xb6"
++<SunFA_Diaeresis> <quotedbl>	: "\xc2\xa8"
++<SunFA_Diaeresis> <space>	: "\xc2\xa8"
++<SunFA_Diaeresis> <U>		: "\xc3\x9c"
++<SunFA_Diaeresis> <u>		: "\xc3\xbc"
++<SunFA_Diaeresis> <y>		: "\xc3\xbf"
++<SunFA_Diaeresis> <Y>		: "\xc5\xb8"
++<SunFA_Grave> <A>		: "\xc3\x80"
++<SunFA_Grave> <a>		: "\xc3\xa0"
++<SunFA_Grave> <E>		: "\xc3\x88"
++<SunFA_Grave> <e>		: "\xc3\xa8"
++<SunFA_Grave> <I>		: "\xc3\x8c"
++<SunFA_Grave> <i>		: "\xc3\xac"
++<SunFA_Grave> <O>		: "\xc3\x92"
++<SunFA_Grave> <o>		: "\xc3\xb2"
++<SunFA_Grave> <space>		: "\x60"
++<SunFA_Grave> <U>		: "\xc3\x99"
++<SunFA_Grave> <u>		: "\xc3\xb9"
++<SunFA_Tilde> <A>		: "\xc3\x83"
++<SunFA_Tilde> <a>		: "\xc3\xa3"
++<SunFA_Tilde> <N>		: "\xc3\x91"
++<SunFA_Tilde> <n>		: "\xc3\xb1"
++<SunFA_Tilde> <O>		: "\xc3\x95"
++<SunFA_Tilde> <o>		: "\xc3\xb5"
++<SunFA_Tilde> <space>		: "\x7e"
++END_STATE
++
++STATE "[ 斯拉夫文 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++<at>		: "\x22"	quotedbl
++<numbersign>	: "\xe2\x84\x96"	numerosign
++<dollar>	: "\x25"	percent
++<percent>	: "\x3a"	colon
++<asciicircum>	: "\x2c"	comma
++<ampersand>	: "\x2e"	period
++<asterisk>	: "\x3b"	semicolon
++<numerosign>	: "\xe2\x84\x96" numerosign
++<q>		: "\xd0\xb9"	Cyrillic_shorti
++<w>		: "\xd1\x86"	Cyrillic_tse
++<e>		: "\xd1\x83"	Cyrillic_u
++<r>		: "\xd0\xba"	Cyrillic_ka
++<t>		: "\xd0\xb5"	Cyrillic_ie
++<y>		: "\xd0\xbd"	Cyrillic_en
++<u>		: "\xd0\xb3"	Cyrillic_ghe
++<i>		: "\xd1\x88"	Cyrillic_sha
++<o>		: "\xd1\x89"	Cyrillic_shcha
++<p>		: "\xd0\xb7"	Cyrillic_ze
++<bracketleft>	: "\xd1\x85"	Cyrillic_ha
++<bracketright>	: "\xd1\x8a"	Cyrillic_hardsign
++<Q>		: "\xd0\x99"	Cyrillic_SHORTI
++<W>		: "\xd0\xa6"	Cyrillic_TSE
++<E>		: "\xd0\xa3"	Cyrillic_U
++<R>		: "\xd0\x9a"	Cyrillic_KA
++<T>		: "\xd0\x95"	Cyrillic_IE
++<Y>		: "\xd0\x9d"	Cyrillic_EN
++<U>		: "\xd0\x93"	Cyrillic_GHE
++<I>		: "\xd0\xa8"	Cyrillic_SHA
++<O>		: "\xd0\xa9"	Cyrillic_SHCHA
++<P>		: "\xd0\x97"	Cyrillic_ZE
++Lock<bracketleft> 	: "\xd0\xa5"	Cyrillic_HA
++Lock<bracketright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<braceleft> 	: "\xd0\xa5"	Cyrillic_HA
++<braceright>	: "\xd0\xaa"	Cyrillic_HARDSIGN
++<a>		: "\xd1\x84"	Cyrillic_ef
++<s>		: "\xd1\x8b"	Cyrillic_yeru
++<d>		: "\xd0\xb2"	Cyrillic_ve
++<f>		: "\xd0\xb0"	Cyrillic_a
++<g>		: "\xd0\xbf"	Cyrillic_pe
++<h>		: "\xd1\x80"	Cyrillic_er
++<j>		: "\xd0\xbe"	Cyrillic_o
++<k>		: "\xd0\xbb"	Cyrillic_el
++<l>		: "\xd0\xb4"	Cyrillic_de
++<semicolon>	: "\xd0\xb6"	Cyrillic_zhe
++<quoteright>	: "\xd1\x8d"	Cyrillic_e
++<A>		: "\xd0\xa4"	Cyrillic_EF
++<S>		: "\xd0\xab"	Cyrillic_YERU
++<D>		: "\xd0\x92"	Cyrillic_VE
++<F>		: "\xd0\x90"	Cyrillic_A
++<G>		: "\xd0\x9f"	Cyrillic_PE
++<H>		: "\xd0\xa0"	Cyrillic_ER
++<J>		: "\xd0\x9e"	Cyrillic_O
++<K>		: "\xd0\x9b"	Cyrillic_EL
++<L>		: "\xd0\x94"	Cyrillic_DE
++<colon>		: "\xd0\x96"	Cyrillic_ZHE
++<quotedbl>	: "\xd0\xad"	Cyrillic_E
++<z>		: "\xd1\x8f"	Cyrillic_ya
++<x>		: "\xd1\x87"	Cyrillic_che
++<c>		: "\xd1\x81"	Cyrillic_es
++<v>		: "\xd0\xbc"	Cyrillic_em
++<b>		: "\xd0\xb8"	Cyrillic_i
++<n>		: "\xd1\x82"	Cyrillic_te
++<m>		: "\xd1\x8c"	Cyrillic_softsign
++<comma>		: "\xd0\xb1"	Cyrillic_be
++<period>	: "\xd1\x8e"	Cyrillic_yu
++<slash>		: "\xd1\x91"	Cyrillic_io
++<Z>		: "\xd0\xaf"	Cyrillic_YA
++<X>		: "\xd0\xa7"	Cyrillic_CHE
++<C>		: "\xd0\xa1"	Cyrillic_ES
++<V>		: "\xd0\x9c"	Cyrillic_EM
++<B>		: "\xd0\x98"	Cyrillic_I
++<N>		: "\xd0\xa2"	Cyrillic_TE
++<M>		: "\xd0\xac"	Cyrillic_SOFTSIGN
++<less>		: "\xd0\x91"	Cyrillic_BE
++<greater>	: "\xd0\xae"	Cyrillic_YU
++<question>	: "\xd0\x81"	Cyrillic_IO
++
++END_STATE
++
++STATE "[ 希臘文 ]"
++Ctrl<space> 		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++XCOMM
++XCOMM Key sequences for euro sign:
++AltGraph<e>		: "\xe2\x82\xac"
++AltGraph<E>		: "\xe2\x82\xac"
++AltGraph<4>		: "\xe2\x82\xac"
++AltGraph<5>		: "\xe2\x82\xac"
++Alt<e>			: "\xe2\x82\xac"
++Alt<E>			: "\xe2\x82\xac"
++Alt<4>			: "\xe2\x82\xac"
++Alt<5>			: "\xe2\x82\xac"
++Meta<e>			: "\xe2\x82\xac"
++Meta<E>			: "\xe2\x82\xac"
++Meta<4>			: "\xe2\x82\xac"
++Meta<5>			: "\xe2\x82\xac"
++<Multi_key> <c> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <c>	: "\xe2\x82\xac"
++<Multi_key> <C> <equal>	: "\xe2\x82\xac"
++<Multi_key> <equal> <C>	: "\xe2\x82\xac"
++Ctrl<T> <c> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <c>	: "\xe2\x82\xac"
++Ctrl<T> <C> <equal>	: "\xe2\x82\xac"
++Ctrl<T> <equal> <C>	: "\xe2\x82\xac"
++<EuroSign>		: "\xe2\x82\xac"
++
++XCOMM
++XCOMM The following seven mappings are not appropriate here; this kind of mappings
++XCOMM should be done at the keytable level at /usr/openwin/share/etc/keytables,
++XCOMM not in the Compose file.
++XCOMM<at>		: "\x22"	quotedbl
++XCOMM<numbersign>	: "\xcf\x80"	numerosign
++XCOMM<dollar>	: "\x25"	percent
++XCOMM<percent>	: "\x3a"	colon
++XCOMM<asciicircum>	: "\x2c"	comma
++XCOMM<ampersand>	: "\x2e"	period
++XCOMM<asterisk>	: "\x3b"	semicolon
++
++<q>		: "\x3b"	semicolon
++<w>		: "\xcf\x82"	Greek_sigma
++<e>		: "\xce\xb5"	Greek_epsilon
++<r>		: "\xcf\x81"	Greek_rho
++<t>		: "\xcf\x84"	Greek_tau
++<y>		: "\xcf\x85"	Greek_upsilon
++<u>		: "\xce\xb8"	Greek_theta
++<i>		: "\xce\xb9"	Greek_iota
++<o>		: "\xce\xbf"	Greek_omicron
++<p>		: "\xcf\x80"	Greek_pi
++<Greek_sigma>	: "\xcf\x82"	Greek_sigma
++<Greek_epsilon>	: "\xce\xb5"	Greek_epsilon
++<Greek_rho>	: "\xcf\x81"	Greek_rho
++<Greek_tau>	: "\xcf\x84"	Greek_tau
++<Greek_upsilon>	: "\xcf\x85"	Greek_upsilon
++<Greek_theta>	: "\xce\xb8"	Greek_theta
++<Greek_iota>	: "\xce\xb9"	Greek_iota
++<Greek_omicron>	: "\xce\xbf"	Greek_omicron
++<Greek_pi>	: "\xcf\x80"	Greek_pi
++<Q>		: "\x3a"	colon
++<W>		: "\xce\xa3"	Greek_SIGMA
++<E>		: "\xce\x95"	Greek_EPSILON
++<R>		: "\xce\xa1"	Greek_RHO
++<T>		: "\xce\xa4"	Greek_TAU
++<Y>		: "\xce\xa5"	Greek_UPSILON
++<U>		: "\xce\x98"	Greek_THETA
++<I>		: "\xce\x99"	Greek_IOTA
++<O>		: "\xce\x9f"	Greek_OMICRON
++<P>		: "\xce\xa0"	Greek_PI
++<Greek_SIGMA>	: "\xce\xa3"	Greek_SIGMA
++<Greek_EPSILON>	: "\xce\x95"	Greek_EPSILON
++<Greek_RHO>	: "\xce\xa1"	Greek_RHO
++<Greek_TAU>	: "\xce\xa4"	Greek_TAU
++<Greek_UPSILON>	: "\xce\xa5"	Greek_UPSILON
++<Greek_THETA>	: "\xce\x98"	Greek_THETA
++<Greek_IOTA>	: "\xce\x99"	Greek_IOTA
++<Greek_OMICRON>	: "\xce\x9f"	Greek_OMICRON
++<Greek_PI>	: "\xce\xa0"	Greek_PI
++<a>		: "\xce\xb1"	Greek_alpha
++<s>		: "\xcf\x83"	Greek_finalsmallsigma
++<d>		: "\xce\xb4"	Greek_delta
++<f>		: "\xcf\x86"	Greek_phi
++<g>		: "\xce\xb3"	Greek_gamma
++<h>		: "\xce\xb7"	Greek_eta
++<j>		: "\xce\xbe"	Greek_xi
++<k>		: "\xce\xba"	Greek_kappa
++<l>		: "\xce\xbb"	Greek_lamda
++<Greek_alpha>	: "\xce\xb1"	Greek_alpha
++<Greek_finalsmallsigma>	: "\xcf\x83"	Greek_finalsmallsigma
++<Greek_delta>	: "\xce\xb4"	Greek_delta
++<Greek_phi>	: "\xcf\x86"	Greek_phi
++<Greek_gamma>	: "\xce\xb3"	Greek_gamma
++<Greek_eta>	: "\xce\xb7"	Greek_eta
++<Greek_xi>	: "\xce\xbe"	Greek_xi
++<Greek_kappa>	: "\xce\xba"	Greek_kappa
++<Greek_lamda>	: "\xce\xbb"	Greek_lamda
++<A>		: "\xce\x91"	Greek_ALPHA
++<S>		: "\xce\xa3"	Greek_SIGMA
++<D>		: "\xce\x94"	Greek_DELTA
++<F>		: "\xce\xa6"	Greek_PHI
++<G>		: "\xce\x93"	Greek_GAMMA
++<H>		: "\xce\x97"	Greek_ETA
++<J>		: "\xce\x9e"	Greek_XI
++<K>		: "\xce\x9a"	Greek_KAPPA
++<L>		: "\xce\x9b"	Greek_LAMDA
++<Greek_ALPHA>	: "\xce\x91"	Greek_ALPHA
++<Greek_DELTA>	: "\xce\x94"	Greek_DELTA
++<Greek_PHI>	: "\xce\xa6"	Greek_PHI
++<Greek_GAMMA>	: "\xce\x93"	Greek_GAMMA
++<Greek_ETA>	: "\xce\x97"	Greek_ETA
++<Greek_XI>	: "\xce\x9e"	Greek_XI
++<Greek_KAPPA>	: "\xce\x9a"	Greek_KAPPA
++<Greek_LAMDA>	: "\xce\x9b"	Greek_LAMDA
++<z>		: "\xce\xb6"	Greek_zeta
++<x>		: "\xcf\x87"	Greek_chi
++<c>		: "\xcf\x88"	Greek_psi
++<v>		: "\xcf\x89"	Greek_omega
++<b>		: "\xce\xb2"	Greek_beta
++<n>		: "\xce\xbd"	Greek_nu
++<m>		: "\xce\xbc"	Greek_mu
++<Greek_zeta>	: "\xc2\x98"	Greek_zeta
++<Greek_chi>	: "\xcf\x87"	Greek_chi
++<Greek_psi>	: "\xcf\x88"	Greek_psi
++<Greek_omega>	: "\xcf\x89"	Greek_omega
++<Greek_beta>	: "\xce\xb2"	Greek_beta
++<Greek_nu>	: "\xce\xbd"	Greek_nu
++<Greek_mu>	: "\xce\xbc"	Greek_mu
++<Z>		: "\xce\x96"	Greek_ZETA
++<X>		: "\xce\xa7"	Greek_CHI
++<C>		: "\xce\xa8"	Greek_PSI
++<V>		: "\xce\xa9"	Greek_OMEGA
++<B>		: "\xce\x92"	Greek_BETA
++<N>		: "\xce\x9d"	Greek_NU
++<M>		: "\xce\x9c"	Greek_MU
++<less>		: "\x3b"	semicolon
++<greater>	: "\x3a"	colon
++<question>	: "\xc2\xb7"	periodcentered
++<Greek_ZETA>	: "\xce\x96"	Greek_ZETA
++<Greek_CHI>	: "\xce\xa7"	Greek_CHI
++<Greek_PSI>	: "\xce\xa8"	Greek_PSI
++<Greek_OMEGA>	: "\xce\xa9"	Greek_OMEGA
++<Greek_BETA>	: "\xce\x92"	Greek_BETA
++<Greek_NU>	: "\xce\x9d"	Greek_NU
++<Greek_MU>	: "\xce\x9c"	Greek_MU
++<periodcentered> : "\xc2\xb7"	periodcentered
++
++XCOMM
++XCOMM XK_dead_acute and XK_dead_diaeresis defined in Greece*.kt keytable files.
++XCOMM XK_Greek_* are not defined in Greece*.kt keytable files. Nonetheless, we 
++XCOMM keep them here for user-defined keytable file possibility.
++<dead_acute> <Greek_alpha>	:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <Greek_epsilon>	:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <Greek_eta>	:"\xce\xae"	Greek_etaaccent
++<dead_acute> <Greek_iota>	:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <Greek_omicron>	:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <Greek_upsilon>	:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <Greek_omega>	:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <Greek_ALPHA>	:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <Greek_EPSILON>	:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <Greek_ETA>	:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <Greek_IOTA>	:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <Greek_OMICRON>	:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Greek_UPSILON>	:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <Greek_OMEGA>	:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_acute> <a>		:"\xce\xac"	Greek_alphaaccent
++<dead_acute> <e>		:"\xce\xad"	Greek_epsilonaccent
++<dead_acute> <h>		:"\xce\xae"	Greek_etaaccent
++<dead_acute> <i>		:"\xce\xaf"	Greek_iotaaccent
++<dead_acute> <o>		:"\xcf\x8c"	Greek_omicronaccent
++<dead_acute> <y>		:"\xcf\x8d"	Greek_upsilonaccent
++<dead_acute> <v>		:"\xcf\x8e"	Greek_omegaaccent
++<dead_acute> <A>		:"\xce\x86"	Greek_ALPHAaccent
++<dead_acute> <E>		:"\xce\x88"	Greek_EPSILONaccent
++<dead_acute> <H>		:"\xce\x89"	Greek_ETAaccent
++<dead_acute> <I>		:"\xce\x8a"	Greek_IOTAaccent
++<dead_acute> <O>		:"\xce\x8c"	Greek_OMICRONaccent
++<dead_acute> <Y>		:"\xce\x8e"	Greek_UPSILONaccent
++<dead_acute> <V>		:"\xce\x8f"	Greek_OMEGAaccent
++
++<semicolon> <a>			:"\xce\xac"	Greek_alphaaccent
++<semicolon> <e>			:"\xce\xad"	Greek_epsilonaccent
++<semicolon> <h>			:"\xce\xae"	Greek_etaaccent
++<semicolon> <i>			:"\xce\xaf"	Greek_iotaaccent
++<semicolon> <o>			:"\xcf\x8c"	Greek_omicronaccent
++<semicolon> <y>			:"\xcf\x8d"	Greek_upsilonaccent
++<semicolon> <v>			:"\xcf\x8e"	Greek_omegaaccent
++<semicolon> <A>			:"\xce\x86"	Greek_ALPHAaccent
++<semicolon> <E>			:"\xce\x88"	Greek_EPSILONaccent
++<semicolon> <H>			:"\xce\x89"	Greek_ETAaccent
++<semicolon> <I>			:"\xce\x8a"	Greek_IOTAaccent
++<semicolon> <O>			:"\xce\x8c"	Greek_OMICRONaccent
++<semicolon> <Y>			:"\xce\x8e"	Greek_UPSILONaccent
++<semicolon> <V>			:"\xce\x8f"	Greek_OMEGAaccent
++
++<dead_diaeresis> <Greek_iota>	:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <Greek_upsilon> :"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <Greek_IOTA>	:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Greek_UPSILON> :"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_diaeresis> <i>		:"\xcf\x8a"	Greek_iotadieresis
++<dead_diaeresis> <y>		:"\xcf\x8b"	Greek_upsilondieresis
++<dead_diaeresis> <I>		:"\xce\xaa"	Greek_IOTAdiaeresis
++<dead_diaeresis> <Y>		:"\xce\xab"	Greek_UPSILONdieresis
++
++<colon> <i>			:"\xcf\x8a"	Greek_iotadieresis
++<colon> <y>			:"\xcf\x8b"	Greek_upsilondieresis
++<colon> <I>			:"\xce\xaa"	Greek_IOTAdiaeresis
++<colon> <Y>			:"\xce\xab"	Greek_UPSILONdieresis
++
++<dead_acute> <dead_diaeresis> <Greek_upsilon>	:"\xce\xb0"
++<dead_diaeresis> <dead_acute> <Greek_upsilon>	:"\xce\xb0"
++<dead_acute> <dead_diaeresis> <Greek_iota>	:"\xce\x90"
++<dead_diaeresis> <dead_acute> <Greek_iota>	:"\xce\x90"
++
++<dead_acute> <dead_diaeresis> <y> :"\xce\xb0"
++<dead_diaeresis> <dead_acute> <y> :"\xce\xb0"
++<dead_acute> <dead_diaeresis> <i> :"\xce\x90"
++<dead_diaeresis> <dead_acute> <i> :"\xce\x90"
++
++<semicolon> <colon> <y>		:"\xce\xb0"
++<colon> <semicolon> <y>		:"\xce\xb0"
++<semicolon> <colon> <i>		:"\xce\x90"
++<colon> <semicolon> <i>		:"\xce\x90"
++
++XCOMM
++XCOMM The following special key sequences are for Tonos, Diaeresis/Dialytica,
++XCOMM and Dialytika Tonos.
++<semicolon> <semicolon>		:"\xce\x84"
++<colon> <colon>			:"\xc2\xa8"
++<semicolon> <colon> <semicolon> <colon> :"\xce\x85"
++<colon> <semicolon> <colon> <semicolon> :"\xce\x85"
++
++<ordfeminine> <0>		:"\xc2\xb1"	plusminus
++<ordfeminine> <1>		:"\xc2\xa7"	section
++<ordfeminine> <2>		:"\xc2\xb2"	twosuperior	
++<ordfeminine> <3>		:"\xc2\xb3"	threesuperior
++<ordfeminine> <4>		:""
++<ordfeminine> <5>		:"\xc2\xa6"	brokenbar
++<ordfeminine> <6>		:"\xc2\xa9"	copyright
++<ordfeminine> <7>		:"\xc2\xac"	notequal
++<ordfeminine> <8>		:"\xc2\xad"	hyphen
++<ordfeminine> <9>		:"\xc2\xb0"	degree
++<ordfeminine> <hyphen>		:"\xc2\xbd"	onehalf
++<ordfeminine> <equal>		:""
++<ordfeminine> <backslash>	:"\xc2\xa3"	sterling
++<ordfeminine> <braceleft>	:"\xca\xbd"
++<ordfeminine> <braceright>	:"\xca\xbc"
++<ordfeminine> <bracketleft>	:"\xc2\xab"	guillemotleft
++<ordfeminine> <bracketright>	:"\xc2\xbb"	guillemotright
++
++END_STATE
++
++STATE "[ 阿拉伯文 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++
++XCOMM <0> Arabic-Indic Digit Zero
++<0>		: "\xd9\xa0"
++XCOMM <1> Arabic-Indic Digit One
++<1>		: "\xd9\xa1"
++XCOMM <2> Arabic-Indic Digit Two
++<2>		: "\xd9\xa2"
++XCOMM <3> Arabic-Indic Digit Three
++<3>		: "\xd9\xa3"
++XCOMM <4> Arabic-Indic Digit Four
++<4>		: "\xd9\xa4"
++XCOMM <5> Arabic-Indic Digit Five
++<5>		: "\xd9\xa5"
++XCOMM <6> Arabic-Indic Digit Six
++<6>		: "\xd9\xa6"
++XCOMM <7> Arabic-Indic Digit Seven
++<7>		: "\xd9\xa7"
++XCOMM <8> Arabic-Indic Digit Eight
++<8>		: "\xd9\xa8"
++XCOMM <9> Arabic-Indic Digit Nine
++<9>		: "\xd9\xa9"
++
++<a>             : "\xd8\xb4"
++<A>             : "\x5c"
++<apostrophe>    : "\xd8\xb7"
++<asciitilde>    : "\xd9\x91"
++<b>             : "\xd9\x84\xd8\xa7"
++<B>             : "\xd9\x84\xd8\xa2"
++<backslash>     : "\xd9\x80"
++<bracketleft>   : "\xd8\xac"
++<bracketright>  : "\xd8\xaf"
++<c>             : "\xd8\xa4"
++<C>             : "\xd9\x8d"
++<comma>         : "\xd9\x88"
++<d>             : "\xd9\x8a"
++<D>             : "\x5d"
++<e>             : "\xd8\xab"
++<E>             : "\xd9\x8f"
++<f>             : "\xd8\xa8"
++<F>             : "\x5b"
++<g>             : "\xd9\x84"
++<G>             : "\xd9\x84\xd8\xa3"
++<grave>         : "\xd8\xb0"
++<greater>       : "\x2e"
++<h>             : "\xd8\xa7"
++<H>             : "\xd8\xa3"
++<i>             : "\xd9\x87"
++<j>             : "\xd8\xaa"
++<k>             : "\xd9\x86"
++<K>             : "\xd8\x8c"
++<l>             : "\xd9\x85"
++<L>             : "\x2f"
++<m>             : "\xd8\xa9"
++XCOMM previously <M>             : "\xd9\x8f"
++<M>             : "\xd9\xac"
++<n>             : "\xd9\x89"
++<N>             : "\xd8\xa2"
++<o>             : "\xd8\xae"
++<p>             : "\xd8\xad"
++<P>             : "\xd8\x9b"
++<period>        : "\xd8\xb2"
++<q>             : "\xd8\xb6"
++<Q>             : "\xd9\x8e"
++<question>      : "\xd8\x9f"
++<r>             : "\xd9\x82"
++<R>             : "\xd9\x8c"
++<s>             : "\xd8\xb3"
++<semicolon>     : "\xd9\x83"
++<slash>         : "\xd8\xb8"
++<smaller>       : "\x2c"
++<t>             : "\xd9\x81"
++<u>             : "\xd8\xb9"
++<v>             : "\xd8\xb1"
++<V>             : "\xd9\x90"
++<w>             : "\xd8\xb5"
++<W>             : "\xd9\x8b"
++<x>             : "\xd8\xa1"
++<y>             : "\xd8\xba"
++<Y>             : "\xd8\xa5"
++<z>             : "\xd8\xa6"
++
++END_STATE
++
++STATE "[ 希伯來文 ]"
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++<q>                 : "\x2f"
++<w>                 : "\x27"
++<e>                 : "\xd7\xa7"
++<r>                 : "\xd7\xa8"
++<t>                 : "\xd7\x90"
++<y>                 : "\xd7\x98"
++<u>                 : "\xd7\x95"
++<i>                 : "\xd7\x9f"
++<o>                 : "\xd7\x9d"
++<p>                 : "\xd7\xa4"
++<a>                 : "\xd7\xa9"
++<s>                 : "\xd7\x93"
++<d>                 : "\xd7\x92"
++<f>                 : "\xd7\x9b"
++<g>                 : "\xd7\xa2"
++<h>                 : "\xd7\x99"
++<j>                 : "\xd7\x97"
++<k>                 : "\xd7\x9c"
++<l>                 : "\xd7\x9a"
++<semicolon>         : "\xd7\xa3"
++<z>                 : "\xd7\x96"
++<x>                 : "\xd7\xa1"
++<c>                 : "\xd7\x91"
++<v>                 : "\xd7\x94"
++<b>                 : "\xd7\xa0"
++<n>                 : "\xd7\x9e"
++<m>                 : "\xd7\xa6"
++<comma>             : "\xd7\xaa"
++<period>            : "\xd7\xa5"
++<slash>             : "\x2f"
++<grave>             : "\x3b"
++<apostrophe>        : "\x2c"
++END_STATE
++
++STATE "[ Unicode 16進位 ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:       4       # 1|2|3|4|5|,...
++                                # when the number of input sequence
++                                # reaches to the given number,
++                                # conversion occurs automatically.
++
++TYPE_OF_INPUT:          HEX     # HEX or OCTET. The default is HEX.
++                                # If it's HEX, valid input is: 0-9,
++                                # a-f, A-F.
++                                # If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :               DO_LOOKUP
++<space> :               DO_CONV
++                                # force to convert input sequence into
++                                # a character before MAX_INPUT_LENGTH
++                                # of characters are input.
++Ctrl<n> :     NEXT_PAGE
++Ctrl<p> :     PREV_PAGE
++Ctrl<a> :     TOP_PAGE
++Ctrl<e> :     LAST_PAGE
++<Right>	:     NEXT_CAND
++<Left>	:     PREV_CAND
++<Up>	:     UP_CAND
++<Down>  :     DOWN_CAND
++Ctrl<k>	:     SELECT_CAND
++XCOMM end of actions
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++END_STATE
++
++STATE "[ Unicode 8進位 ]"
++STATE_TYPE: CODE_INPUT
++XCOMM attributes
++MAX_INPUT_LENGTH:       6       # 1|2|3|4|5|,...
++                                # when the number of input sequence
++                                # reaches to the given number,
++                                # conversion occurs automatically.
++
++TYPE_OF_INPUT:          OCTET   # HEX or OCTET. The default is HEX.
++                                # If it's HEX, valid input is: 0-9,
++                                # a-f, A-F.
++                                # If it's OCTET, valid input is: 0-7
++XCOMM end of attributes
++XCOMM actions
++Ctrl<w> :               DO_LOOKUP
++<space> :               DO_CONV
++                                # force to convert input sequence into
++                                # a character before MAX_INPUT_LENGTH
++                                # of characters are input.
++Ctrl<n> :     NEXT_PAGE
++Ctrl<p> :     PREV_PAGE
++Ctrl<a> :     TOP_PAGE
++Ctrl<e> :     LAST_PAGE
++<Right>	:     NEXT_CAND
++<Left>	:     PREV_CAND
++<Up>	:     UP_CAND
++<Down>  :     DOWN_CAND
++Ctrl<k>	:     SELECT_CAND
++XCOMM end of actions
++Ctrl<space> 		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <l> <l>     : SWITCH_STATE_TO "[ 查找表 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <l> <l>     	: SWITCH_STATE_TO "[ 查找表 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++END_STATE
++
++STATE "[ 查找表 ]"
++STATE_TYPE: LOOKUP
++Ctrl<space>		: SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++<Multi_key> <c> <c>	: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++<Multi_key> <g> <g>	: SWITCH_STATE_TO "[ 希臘文 ]"
++<Multi_key> <t> <t>	: SWITCH_STATE_TO "[ 泰文 ]"
++<Multi_key> <a> <r>	: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++<Multi_key> <h> <i>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <i> <n>	: SWITCH_STATE_TO "[ 印地文 ]"
++<Multi_key> <h> <h>	: SWITCH_STATE_TO "[ 希伯來文 ]"
++<Multi_key> <u> <h>     : SWITCH_STATE_TO "[ Unicode 16進位 ]"
++<Multi_key> <u> <o>     : SWITCH_STATE_TO "[ Unicode 8進位 ]"
++<Multi_key> <j>	<a>	: SWITCH_STATE_TO "[ 日文 ]"
++<Multi_key> <k>	<o>	: SWITCH_STATE_TO "[ 韓文 ]"
++<Multi_key> <s>	<c>	: SWITCH_STATE_TO "[ 簡體中文 ]"
++<Multi_key> <t>	<c>	: SWITCH_STATE_TO "[ 繁體中文 ]"
++<Multi_key> <h>	<k>	: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++Ctrl<T> <c> <c>		: SWITCH_STATE_TO "[ 斯拉夫文 ]"
++Ctrl<T> <g> <g>		: SWITCH_STATE_TO "[ 希臘文 ]"
++Ctrl<T> <t> <t>		: SWITCH_STATE_TO "[ 泰文 ]"
++Ctrl<T> <a> <r>		: SWITCH_STATE_TO "[ 阿拉伯文 ]"
++Ctrl<T> <h> <i>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <i> <n>		: SWITCH_STATE_TO "[ 印地文 ]"
++Ctrl<T> <h> <h>		: SWITCH_STATE_TO "[ 希伯來文 ]"
++Ctrl<T> <u> <h>     	: SWITCH_STATE_TO "[ Unicode 16進位 ]"
++Ctrl<T> <u> <o>     	: SWITCH_STATE_TO "[ Unicode 8進位 ]"
++Ctrl<T> <j> <a>		: SWITCH_STATE_TO "[ 日文 ]"
++Ctrl<T> <k> <o>		: SWITCH_STATE_TO "[ 韓文 ]"
++Ctrl<T> <s> <c>		: SWITCH_STATE_TO "[ 簡體中文 ]"
++Ctrl<T> <t> <c>		: SWITCH_STATE_TO "[ 繁體中文 ]"
++Ctrl<T> <h> <k>		: SWITCH_STATE_TO "[ 繁體中文 (香港) ]"
++
++XCOMM attributes
++MAX_NUMBER_OF_ROWS :		6
++MAX_NUMBER_OF_COLUMNS :		16
++MAX_NUMBER_OF_CANDIDATES :	80	# <= 94 best if it's multiple of 16
++TITLE_STRING:	"Lookup Selection Window"
++FONTSET:	"-dt-interface user-medium-r-normal-s*utf*-*-*-*-*-*-*-*-*"
++POSITION: CURSOR	# CURSOR/CLIENT
++PLACEMENT: BOTTOM	# TOP/BOTTOM/LEFT/RIGHT
++"a - 基本拉丁語"       :       0x0000 0x007f
++"b - 拉丁語 1"           :       0x0080 0x00ff
++"c - 延伸的拉丁語 A"  :       0x0100 0x017f
++"d - 延伸的拉丁語 B"  :       0x0180 0x024f
++XCOMM 無 IPA 延伸     :       0x0250 0x02af
++"e - 空格修改字元"  :       0x02b0 0x02ff
++XCOMM無合併 Diaetrical 標記        :        0x0300 0x036f
++"f - 希臘文"     :       0x0370 0x03ff
++"g - 西里爾文"  :       0x0400 0x04ff
++XCOMM 無亞美尼亞文':       0x0530 0x058f
++"h - 希伯來文"    :       0x0590 0x05ff
++"i - 阿拉伯語"    :       0x0600 0x06ff
++"H - 印地文"    :       0x0900 0x097f
++XCOMM 無 孟加拉語  :       0x0980 0x09ff
++XCOMM 無 Gurmukhi  :       0x0a00 0x0a7f
++XCOMM 無 Gujarati  :       0x0a80 0x0aff
++XCOMM 無 Oriya     :       0x0b00 0x0b7f
++XCOMM 無 坦米爾語  :       0x0b80 0x0bff
++XCOMM 無 Telugu    :       0x0c00 0x0c7f
++XCOMM 無 坎那達語  :       0x0c80 0x0cff
++"j - 泰語"      :       0x0e00 0x0e7f
++XCOMM 無 寮語       :       0x0e80 0x0eff
++XCOMM 無 藏語   :       0x0f00 0x0fbf
++XCOMM 無 喬治亞語  :       0x10a0 0x10ff
++XCOMM 無 Hangul Jamo       :       0x1100 0x11ff
++XCOMM 無額外延伸的拉丁文  : 0x1e00 0x1eff
++XCOMM 無延伸的希臘文    :  0x1f00 0x1fff
++"k - 通用標點符號"       :       0x2000 0x206f
++"l - 上標符號 下標符號"  :  0x2070 0x209f
++"m - 貨幣符號"  :       0x20a0 0x20cf
++"m - 貨幣符號"  :       0x20a0 0x20cf
++XCOMM 無符號的合併 Diacritical 標記:  0x20d0 0x20ff
++"n - 像字元的符號"        :  0x2100 0x214f
++"o - 數字表單"      :       0x2150 0x218f
++"p - 箭頭"    :       0x2190 0x21ff
++"q - 數學運算子"    : 0x2200 0x22ff
++"r - 雜項技術"     : 0x2300 0x23ff
++XCOMM 無控制圖片    :       0x2400 0x243f
++XCOMM 無光學字元辨識  :      0x2440 0x245f
++"s - 所包含的字母與數字"  :    0x2460 0x24ff
++"t - 空格繪製"       :       0x2500 0x257f
++"u - 區塊元素"      :       0x2580 0x259f
++"v - 幾何形狀"       :      0x25a0 0x25ff
++"w - 雜項符號"       : 0x2600 0x26ff
++XCOMM 無 Dingbats     :       0x2700 0x27bf 
++"x - CJK 符號和標點符號"       :  0x3000 0x303f
++"y - 平假名"  :       0x3040 0x309f
++"z -片假名"  :       0x30a0 0x30ff
++"0 - Bopomofo" :       0x3100 0x312f
++"1 - Hangul 相容性 Jamo" :       0x3130 0x318f
++XCOMM N/A Kanbun   :   0x3190 0x319f
++"2 - 包含的 CJK 字元和月份"   :       0x3200 0x32ff
++"3 - CJK 相容性" :       0x3300 0x33ff
++"4 - CJK 一致的表意文字"    :       0x4e00 0x9fa5
++"5 -Hangul 音節"  :       0xac00 0xd7a3
++XCOMM 無高代用品   :       0xd800 0xdb7f
++XCOMM 無私人使用高代用品       :       0xdb80 0xdbff 
++XCOMM無低代用品     :       0xdc00 0xdfff 
++XCOMM 無私人使用區域  :   0xe000 0xf8ff 
++"6 - CJK 相容表意文字"      : 0xf900 0xfaff
++XCOMM 無照字母順序呈現的表單 :       0xfb00 0xfb4f
++XCOMM 無阿拉伯文呈現的表單-A :       0xfb50 0xfdff
++XCOMM無合併一半標示      :       0xfe20 0xfe2f
++"7 - CJK 相容的表單"   : 0xfe30 0xfe4f
++"8 - 小表單變數"       :0xfe50 0xfe6f
++XCOMM 無阿拉伯文呈現的表單-B       :       0xfe70 0xfeff
++"9 - Halfwidth 和 Fullwidth 表單"   :  0xff00 0xffef
++"/ - 特殊符號"  :       0xfff0 0xffff
++XCOMM end of attributes
++
++XCOMM actions
++Ctrl<n> :     NEXT_PAGE
++Ctrl<p> :     PREV_PAGE
++Ctrl<a> :     TOP_PAGE
++Ctrl<e> :     LAST_PAGE
++<Right>	:     NEXT_CAND
++<Left>	:     PREV_CAND
++<Up>	:     UP_CAND
++<Down>  :     DOWN_CAND
++Ctrl<k>	:     SELECT_CAND
++XCOMM end of actions
++END_STATE
++
++STATE "[ 日文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : ja 
++END_STATE
++
++STATE "[ 簡體中文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : zh_CN 
++END_STATE
++
++STATE "[ 繁體中文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : zh_TW
++END_STATE
++
++STATE "[ 韓文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : ko
++END_STATE
++
++STATE "[ 繁體中文 (香港) ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : zh_HK
++END_STATE
++
++STATE "[ 泰文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : th_TH
++END_STATE
++
++STATE "[ 印地文 ]"
++STATE_TYPE: REMOTE_IM
++Ctrl<space>             : SWITCH_STATE_TO "[ 英文/歐洲文 ]"
++LANGUAGE : in_IN
++END_STATE
+diff -urp -x '*~' -x '*.orig' nls/zh_TW.UTF-8/XI18N_OBJS nls/zh_TW.UTF-8/XI18N_OBJS
+--- nls/zh_TW.UTF-8/XI18N_OBJS	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_TW.UTF-8/XI18N_OBJS	2008-02-27 21:08:32.657182000 -0800
+@@ -3,5 +3,9 @@
+ #	XI18N objects table for zh_TW.UTF-8 locale
+ #
+ XLC	common/xlcUTF8Load	_XlcUtf8Loader	# XLC_open
++XIM	common/xiiimp		_SwitchOpenIM		# XIM_open
+ XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
++XIM	common/xiiimp		_XimpLocalOpenIM	# XIM_open
++XIM	common/ximll		_XimpLocalOpenIM	# XIM_open
++XIM	common/ximlocal		_XimpLocalOpenIM	# XIM_open
+ XOM	common/xomGeneric 	_XomGenericOpenOM	# XOM_open
+diff -urp -x '*~' -x '*.orig' nls/zh_TW.UTF-8/XLC_LOCALE.pre nls/zh_TW.UTF-8/XLC_LOCALE.pre
+--- nls/zh_TW.UTF-8/XLC_LOCALE.pre	2007-05-16 08:34:44.000000000 -0700
++++ nls/zh_TW.UTF-8/XLC_LOCALE.pre	2008-02-27 21:08:32.657435000 -0800
+@@ -48,6 +48,7 @@ fs3	{
+ 		name	ISO10646-1
+ 	}
+ 	font	{
++		load_option delay_nocheck
+ 		primary	ISO10646-1
+ 	}
+ }
+diff -urp -x '*~' -x '*.orig' src/XomGeneric.h src/XomGeneric.h
+--- src/XomGeneric.h	2007-05-16 08:34:44.000000000 -0700
++++ src/XomGeneric.h	2008-02-27 21:08:32.659762000 -0800
+@@ -83,6 +83,9 @@ typedef struct _OMDataRec {
+     XlcCharSet 	*charset_list;
+     int 	font_data_count;
+     FontData 	font_data;
++    /*For load_option*/
++    Bool delay_loading;
++    Bool no_checking;
+     /* For VW/UDC */
+     int substitute_num;
+     FontData substitute;
+@@ -122,6 +125,9 @@ typedef struct _FontSetRec {
+     XFontStruct 	*font;
+     XlcSide 		side;
+     Bool 		is_xchar2b;
++    /*For load_option*/
++    Bool delay_loading;
++    Bool no_checking;
+     /* For VW/UDC */
+     int 		substitute_num;
+     FontData 		substitute;
+diff -urp -x '*~' -x '*.orig' src/imConv.c src/imConv.c
+--- src/imConv.c	2007-05-17 06:53:58.000000000 -0700
++++ src/imConv.c	2008-02-27 21:08:32.659281000 -0800
+@@ -72,6 +72,7 @@ struct SubstRec {
+ };
+ 
+ static const struct SubstRec SubstTable[] = {
++    {"suneu-greek", "ISO8859-7"},
+     {"STRING", "ISO8859-1"},
+     {"TIS620", "TIS620-0"},
+     {"UTF-8",  "ISO10646-1"}
+diff -urp -x '*~' -x '*.orig' src/xlibi18n/Makefile.am src/xlibi18n/Makefile.am
+--- src/xlibi18n/Makefile.am	2007-05-16 08:34:44.000000000 -0700
++++ src/xlibi18n/Makefile.am	2008-02-27 21:08:32.671064000 -0800
+@@ -34,7 +34,8 @@ LC_LIBS = \
+ 	${top_builddir}/modules/lc/def/libxlcDef.la \
+ 	${top_builddir}/modules/lc/gen/libxlibi18n.la \
+ 	${top_builddir}/modules/lc/Utf8/libxlcUTF8Load.la \
+-	${top_builddir}/modules/lc/xlocale/libxlocale.la
++	${top_builddir}/modules/lc/xlocale/libxlocale.la \
++	${top_builddir}/modules/lc/gb18030/libxlcGB18030.la
+ 
+ OM_LIBS = \
+ 	${top_builddir}/modules/om/generic/libxomGeneric.la
+diff -urp -x '*~' -x '*.orig' src/xlibi18n/Xlcint.h src/xlibi18n/Xlcint.h
+--- src/xlibi18n/Xlcint.h	2007-05-17 06:53:58.000000000 -0700
++++ src/xlibi18n/Xlcint.h	2008-02-27 21:08:32.671634000 -0800
+@@ -929,6 +929,12 @@ extern XLCd _XlcUtf8Loader(
+     const char*		name
+ );
+ 
++/* The GB18030 locale loader. Suitable for GB18030 encoding.
++   Uses an XLC_LOCALE configuration file. */
++extern XLCd _XlcGb18030Loader(
++    const char*		name
++);
++
+ /* The old EUC locale loader. */
+ extern XLCd _XlcEucLoader(
+     const char*		name
+diff -urp -x '*~' -x '*.orig' src/xlibi18n/lcCT.c src/xlibi18n/lcCT.c
+--- src/xlibi18n/lcCT.c	2007-05-17 06:53:58.000000000 -0700
++++ src/xlibi18n/lcCT.c	2008-02-27 21:08:32.672451000 -0800
+@@ -97,6 +97,7 @@ static const CTDataRec default_ct_data[]
+     { "JISX0212.1990-0:GR", /* JIS_X0212-1990      159   */ "\033$)D" },
+     { "KSC5601.1987-0:GL",  /* KS_C_5601-1987      149   */ "\033$(C" },
+     { "KSC5601.1987-0:GR",  /* KS_C_5601-1987      149   */ "\033$)C" },
++    { "KSC5601.1992-3:GLGR",  /* KS_C_5601-1992    149   */ "\033%/2??SUN-KSC5601.1992-3" },
+     { "CNS11643.1986-1:GL", /* CNS 11643-1992 pl.1 171   */ "\033$(G" },
+     { "CNS11643.1986-1:GR", /* CNS 11643-1992 pl.1 171   */ "\033$)G" },
+     { "CNS11643.1986-2:GL", /* CNS 11643-1992 pl.2 172   */ "\033$(H" },
+@@ -125,6 +126,8 @@ static const CTDataRec default_ct_data[]
+ #endif
+     /* For use by utf8 -> ctext */
+     { "BIG5-0:GLGR", "\033%/2"},
++    {"GB18030-0:GLGR",  "\033%/2??GB18030-0" },
++    {"GB18030-1:GLGR",  "\033%/2??GB18030-1" },
+     /* used by Emacs, but not backed by ISO-IR */
+     { "BIG5-E0:GL", "\033$(0" },
+     { "BIG5-E0:GR", "\033$)0" },
+diff -urp -x '*~' -x '*.orig' src/xlibi18n/lcGeneric.c src/xlibi18n/lcGeneric.c
+--- src/xlibi18n/lcGeneric.c	2007-05-16 11:18:43.000000000 -0700
++++ src/xlibi18n/lcGeneric.c	2008-02-27 21:08:32.673157000 -0800
+@@ -758,6 +758,8 @@ load_generic(
+             /* 3.4.1 side */
+             if (!_XlcNCompareISOLatin1(value[0], "none", 4)) {
+                 codeset->side =  XlcNONE;
++	    }else if (!_XlcNCompareISOLatin1(value[0], "GLGR", 4)) {
++                codeset->side =  XlcGLGR;
+             } else if (!_XlcNCompareISOLatin1(value[0], "GL", 2)) {
+                 codeset->side =  XlcGL;
+             } else {
+diff -urp -x '*~' -x '*.orig' src/xlibi18n/lcInit.c src/xlibi18n/lcInit.c
+--- src/xlibi18n/lcInit.c	2007-05-16 08:34:44.000000000 -0700
++++ src/xlibi18n/lcInit.c	2008-02-27 21:08:32.715522000 -0800
+@@ -90,6 +90,7 @@ Sun Microsystems, Inc. or its licensors 
+ #define USE_GENERIC_LOADER
+ #define USE_DEFAULT_LOADER
+ #define USE_UTF8_LOADER
++#define USE_GB18030_LOADER
+ #ifdef X_LOCALE
+ # define USE_EUC_LOADER
+ # define USE_SJIS_LOADER
+@@ -134,6 +135,10 @@ _XlcInitLoader()
+     _XlcAddLoader(_XlcJisLoader, XlcHead);
+ #endif
+ 
++#ifdef USE_GB18030_LOADER
++    _XlcAddLoader(_XlcGb18030Loader, XlcHead);
++#endif
++
+ #ifdef USE_DYNAMIC_LOADER
+     _XlcAddLoader(_XlcDynamicLoader, XlcHead);
+ #endif
+@@ -173,6 +178,10 @@ _XlcDeInitLoader()
+     _XlcRemoveLoader(_XlcJisLoader);
+ #endif
+ 
++#ifdef USE_GB18030_LOADER
++    _XlcRemoveLoader(_XlcGb18030Loader);
++#endif
++
+ #ifdef USE_DYNAMIC_LOADER
+     _XlcRemoveLoader(_XlcDynamicLoader);
+ #endif
+diff -urp -x '*~' -x '*.orig' src/xlibi18n/lcUTF8.c src/xlibi18n/lcUTF8.c
+--- src/xlibi18n/lcUTF8.c	2007-05-16 08:34:44.000000000 -0700
++++ src/xlibi18n/lcUTF8.c	2008-02-27 21:08:32.716396000 -0800
+@@ -210,8 +210,11 @@ typedef struct {
+ #include "lcUniConv/jisx0208.h"
+ #include "lcUniConv/jisx0212.h"
+ #include "lcUniConv/ksc5601.h"
++#include "lcUniConv/ksc5601_1992.h"
+ #include "lcUniConv/big5.h"
+ #include "lcUniConv/big5_emacs.h"
++#include "lcUniConv/gbk.h"
++#include "lcUniConv/gb18030.h"
+ 
+ static Utf8ConvRec all_charsets[] = {
+     /* The ISO10646-1/UTF-8 entry occurs twice, once at the beginning
+@@ -284,7 +287,10 @@ static Utf8ConvRec all_charsets[] = {
+ 	jisx0212_mbtowc, jisx0212_wctomb
+     },
+     { "KSC5601.1987-0", NULLQUARK,
+-	ksc5601_mbtowc, ksc5601_wctomb
++       ksc5601_mbtowc, ksc5601_wctomb
++    },
++    { "KSC5601.1992-3", NULLQUARK,
++	ksc5601_1992_mbtowc, ksc5601_1992_wctomb
+     },
+     { "KOI8-R", NULLQUARK,
+ 	koi8_r_mbtowc, koi8_r_wctomb
+@@ -332,14 +338,26 @@ static Utf8ConvRec all_charsets[] = {
+ 	cp1256_mbtowc, cp1256_wctomb
+     },
+     { "BIG5-0", NULLQUARK,
+-    big5_mbtowc, big5_wctomb
+-	},
++        big5_mbtowc, big5_wctomb
++    },
+     { "BIG5-E0", NULLQUARK,
+ 	big5_0_mbtowc, big5_0_wctomb
+     },
+     { "BIG5-E1", NULLQUARK,
+ 	big5_1_mbtowc, big5_1_wctomb
+     },
++    { "GB18030.2000-0", NULLQUARK,
++	gbk_mbtowc, gbk_wctomb
++    },
++    { "GB18030.2000-1", NULLQUARK,
++	gb18030_mbtowc, gb18030_wctomb
++    },
++    { "gb18030.2000-0", NULLQUARK,
++	gbk_mbtowc, gbk_wctomb
++    },
++    { "gb18030.2000-1", NULLQUARK,
++	gb18030_mbtowc, gb18030_wctomb
++    },
+ 
+     /* The ISO10646-1/UTF-8 entry occurs twice, once at the beginning
+        (for lookup speed), once at the end (as a fallback).  */
+diff -urp -x '*~' -x '*.orig' src/xlibi18n/lcUniConv/jisx0208.h src/xlibi18n/lcUniConv/jisx0208.h
+--- src/xlibi18n/lcUniConv/jisx0208.h	2007-05-16 08:34:44.000000000 -0700
++++ src/xlibi18n/lcUniConv/jisx0208.h	2008-02-27 21:08:32.719017000 -0800
+@@ -1,9 +1,454 @@
+-/* $XFree86: xc/lib/X11/lcUniConv/jisx0208.h,v 1.5tsi Exp $ */
++/* $XFree86: xc/lib/X11/lcUniConv/jisx0208.h,v 1.5 2001/11/21 21:20:56 dawes Exp $ */
+ 
+ /*
+  * JISX0208.1990-0
+  */
+ 
++#ifdef sun
++static const unsigned short jisx0208vdc_2uni_page21[167] = {
++  /* 0x21 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xff3c,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x22 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x222a,
++  0x2229, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x00ac, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x2220, 0x22a5, 0xfffd, 0xfffd, 0xfffd,
++  0x2261, 0x2252, 0xfffd, 0xfffd, 0x221a, 0xfffd, 0xfffd, 0x2235,
++  0x222b,
++};
++static const unsigned short jisx0208vdc_2uni_page2d[92] = {
++  /* 0x2d */
++  0x2460, 0x2461, 0x2462, 0x2463, 0x2464, 0x2465, 0x2466, 0x2467,
++  0x2468, 0x2469, 0x246a, 0x246b, 0x246c, 0x246d, 0x246e, 0x246f,
++  0x2470, 0x2471, 0x2472, 0x2473, 0x2160, 0x2161, 0x2162, 0x2163,
++  0x2164, 0x2165, 0x2166, 0x2167, 0x2168, 0x2169, 0xfffd, 0x3349,
++  0x3314, 0x3322, 0x334d, 0x3318, 0x3327, 0x3303, 0x3336, 0x3351,
++  0x3357, 0x330d, 0x3326, 0x3323, 0x332b, 0x334a, 0x333b, 0x339c,
++  0x339d, 0x339e, 0x338e, 0x338f, 0x33c4, 0x33a1, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x337b, 0x301d,
++  0x301f, 0x2116, 0x33cd, 0x2121, 0x32a4, 0x32a5, 0x32a6, 0x32a7,
++  0x32a8, 0x3231, 0x3232, 0x3239, 0x337e, 0x337d, 0x337c, 0x2252,
++  0x2261, 0x222b, 0x222e, 0x2211, 0x221a, 0x22a5, 0x2220, 0x221f,
++  0x22bf, 0x2235, 0x2229, 0x222a,
++};
++static const unsigned short jisx0208vdc_2uni_page75[940] = {
++  /* 0x75 */
++  0xe000, 0xe001, 0xe002, 0xe003, 0xe004, 0xe005, 0xe006, 0xe007,
++  0xe008, 0xe009, 0xe00a, 0xe00b, 0xe00c, 0xe00d, 0xe00e, 0xe00f,
++  0xe010, 0xe011, 0xe012, 0xe013, 0xe014, 0xe015, 0xe016, 0xe017,
++  0xe018, 0xe019, 0xe01a, 0xe01b, 0xe01c, 0xe01d, 0xe01e, 0xe01f,
++  0xe020, 0xe021, 0xe022, 0xe023, 0xe024, 0xe025, 0xe026, 0xe027,
++  0xe028, 0xe029, 0xe02a, 0xe02b, 0xe02c, 0xe02d, 0xe02e, 0xe02f,
++  0xe030, 0xe031, 0xe032, 0xe033, 0xe034, 0xe035, 0xe036, 0xe037,
++  0xe038, 0xe039, 0xe03a, 0xe03b, 0xe03c, 0xe03d, 0xe03e, 0xe03f,
++  0xe040, 0xe041, 0xe042, 0xe043, 0xe044, 0xe045, 0xe046, 0xe047,
++  0xe048, 0xe049, 0xe04a, 0xe04b, 0xe04c, 0xe04d, 0xe04e, 0xe04f,
++  0xe050, 0xe051, 0xe052, 0xe053, 0xe054, 0xe055, 0xe056, 0xe057,
++  0xe058, 0xe059, 0xe05a, 0xe05b, 0xe05c, 0xe05d,
++  /* 0x76 */
++  0xe05e, 0xe05f, 0xe060, 0xe061, 0xe062, 0xe063, 0xe064, 0xe065,
++  0xe066, 0xe067, 0xe068, 0xe069, 0xe06a, 0xe06b, 0xe06c, 0xe06d,
++  0xe06e, 0xe06f, 0xe070, 0xe071, 0xe072, 0xe073, 0xe074, 0xe075,
++  0xe076, 0xe077, 0xe078, 0xe079, 0xe07a, 0xe07b, 0xe07c, 0xe07d,
++  0xe07e, 0xe07f, 0xe080, 0xe081, 0xe082, 0xe083, 0xe084, 0xe085,
++  0xe086, 0xe087, 0xe088, 0xe089, 0xe08a, 0xe08b, 0xe08c, 0xe08d,
++  0xe08e, 0xe08f, 0xe090, 0xe091, 0xe092, 0xe093, 0xe094, 0xe095,
++  0xe096, 0xe097, 0xe098, 0xe099, 0xe09a, 0xe09b, 0xe09c, 0xe09d,
++  0xe09e, 0xe09f, 0xe0a0, 0xe0a1, 0xe0a2, 0xe0a3, 0xe0a4, 0xe0a5,
++  0xe0a6, 0xe0a7, 0xe0a8, 0xe0a9, 0xe0aa, 0xe0ab, 0xe0ac, 0xe0ad,
++  0xe0ae, 0xe0af, 0xe0b0, 0xe0b1, 0xe0b2, 0xe0b3, 0xe0b4, 0xe0b5,
++  0xe0b6, 0xe0b7, 0xe0b8, 0xe0b9, 0xe0ba, 0xe0bb,
++  /* 0x77 */
++  0xe0bc, 0xe0bd, 0xe0be, 0xe0bf, 0xe0c0, 0xe0c1, 0xe0c2, 0xe0c3,
++  0xe0c4, 0xe0c5, 0xe0c6, 0xe0c7, 0xe0c8, 0xe0c9, 0xe0ca, 0xe0cb,
++  0xe0cc, 0xe0cd, 0xe0ce, 0xe0cf, 0xe0d0, 0xe0d1, 0xe0d2, 0xe0d3,
++  0xe0d4, 0xe0d5, 0xe0d6, 0xe0d7, 0xe0d8, 0xe0d9, 0xe0da, 0xe0db,
++  0xe0dc, 0xe0dd, 0xe0de, 0xe0df, 0xe0e0, 0xe0e1, 0xe0e2, 0xe0e3,
++  0xe0e4, 0xe0e5, 0xe0e6, 0xe0e7, 0xe0e8, 0xe0e9, 0xe0ea, 0xe0eb,
++  0xe0ec, 0xe0ed, 0xe0ee, 0xe0ef, 0xe0f0, 0xe0f1, 0xe0f2, 0xe0f3,
++  0xe0f4, 0xe0f5, 0xe0f6, 0xe0f7, 0xe0f8, 0xe0f9, 0xe0fa, 0xe0fb,
++  0xe0fc, 0xe0fd, 0xe0fe, 0xe0ff, 0xe100, 0xe101, 0xe102, 0xe103,
++  0xe104, 0xe105, 0xe106, 0xe107, 0xe108, 0xe109, 0xe10a, 0xe10b,
++  0xe10c, 0xe10d, 0xe10e, 0xe10f, 0xe110, 0xe111, 0xe112, 0xe113,
++  0xe114, 0xe115, 0xe116, 0xe117, 0xe118, 0xe119,
++  /* 0x78 */
++  0xe11a, 0xe11b, 0xe11c, 0xe11d, 0xe11e, 0xe11f, 0xe120, 0xe121,
++  0xe122, 0xe123, 0xe124, 0xe125, 0xe126, 0xe127, 0xe128, 0xe129,
++  0xe12a, 0xe12b, 0xe12c, 0xe12d, 0xe12e, 0xe12f, 0xe130, 0xe131,
++  0xe132, 0xe133, 0xe134, 0xe135, 0xe136, 0xe137, 0xe138, 0xe139,
++  0xe13a, 0xe13b, 0xe13c, 0xe13d, 0xe13e, 0xe13f, 0xe140, 0xe141,
++  0xe142, 0xe143, 0xe144, 0xe145, 0xe146, 0xe147, 0xe148, 0xe149,
++  0xe14a, 0xe14b, 0xe14c, 0xe14d, 0xe14e, 0xe14f, 0xe150, 0xe151,
++  0xe152, 0xe153, 0xe154, 0xe155, 0xe156, 0xe157, 0xe158, 0xe159,
++  0xe15a, 0xe15b, 0xe15c, 0xe15d, 0xe15e, 0xe15f, 0xe160, 0xe161,
++  0xe162, 0xe163, 0xe164, 0xe165, 0xe166, 0xe167, 0xe168, 0xe169,
++  0xe16a, 0xe16b, 0xe16c, 0xe16d, 0xe16e, 0xe16f, 0xe170, 0xe171,
++  0xe172, 0xe173, 0xe174, 0xe175, 0xe176, 0xe177,
++  /* 0x79 */
++  0xe178, 0xe179, 0xe17a, 0xe17b, 0xe17c, 0xe17d, 0xe17e, 0xe17f,
++  0xe180, 0xe181, 0xe182, 0xe183, 0xe184, 0xe185, 0xe186, 0xe187,
++  0xe188, 0xe189, 0xe18a, 0xe18b, 0xe18c, 0xe18d, 0xe18e, 0xe18f,
++  0xe190, 0xe191, 0xe192, 0xe193, 0xe194, 0xe195, 0xe196, 0xe197,
++  0xe198, 0xe199, 0xe19a, 0xe19b, 0xe19c, 0xe19d, 0xe19e, 0xe19f,
++  0xe1a0, 0xe1a1, 0xe1a2, 0xe1a3, 0xe1a4, 0xe1a5, 0xe1a6, 0xe1a7,
++  0xe1a8, 0xe1a9, 0xe1aa, 0xe1ab, 0xe1ac, 0xe1ad, 0xe1ae, 0xe1af,
++  0xe1b0, 0xe1b1, 0xe1b2, 0xe1b3, 0xe1b4, 0xe1b5, 0xe1b6, 0xe1b7,
++  0xe1b8, 0xe1b9, 0xe1ba, 0xe1bb, 0xe1bc, 0xe1bd, 0xe1be, 0xe1bf,
++  0xe1c0, 0xe1c1, 0xe1c2, 0xe1c3, 0xe1c4, 0xe1c5, 0xe1c6, 0xe1c7,
++  0xe1c8, 0xe1c9, 0xe1ca, 0xe1cb, 0xe1cc, 0xe1cd, 0xe1ce, 0xe1cf,
++  0xe1d0, 0xe1d1, 0xe1d2, 0xe1d3, 0xe1d4, 0xe1d5,
++  /* 0x7a */
++  0xe1d6, 0xe1d7, 0xe1d8, 0xe1d9, 0xe1da, 0xe1db, 0xe1dc, 0xe1dd,
++  0xe1de, 0xe1df, 0xe1e0, 0xe1e1, 0xe1e2, 0xe1e3, 0xe1e4, 0xe1e5,
++  0xe1e6, 0xe1e7, 0xe1e8, 0xe1e9, 0xe1ea, 0xe1eb, 0xe1ec, 0xe1ed,
++  0xe1ee, 0xe1ef, 0xe1f0, 0xe1f1, 0xe1f2, 0xe1f3, 0xe1f4, 0xe1f5,
++  0xe1f6, 0xe1f7, 0xe1f8, 0xe1f9, 0xe1fa, 0xe1fb, 0xe1fc, 0xe1fd,
++  0xe1fe, 0xe1ff, 0xe200, 0xe201, 0xe202, 0xe203, 0xe204, 0xe205,
++  0xe206, 0xe207, 0xe208, 0xe209, 0xe20a, 0xe20b, 0xe20c, 0xe20d,
++  0xe20e, 0xe20f, 0xe210, 0xe211, 0xe212, 0xe213, 0xe214, 0xe215,
++  0xe216, 0xe217, 0xe218, 0xe219, 0xe21a, 0xe21b, 0xe21c, 0xe21d,
++  0xe21e, 0xe21f, 0xe220, 0xe221, 0xe222, 0xe223, 0xe224, 0xe225,
++  0xe226, 0xe227, 0xe228, 0xe229, 0xe22a, 0xe22b, 0xe22c, 0xe22d,
++  0xe22e, 0xe22f, 0xe230, 0xe231, 0xe232, 0xe233,
++  /* 0x7b */
++  0xe234, 0xe235, 0xe236, 0xe237, 0xe238, 0xe239, 0xe23a, 0xe23b,
++  0xe23c, 0xe23d, 0xe23e, 0xe23f, 0xe240, 0xe241, 0xe242, 0xe243,
++  0xe244, 0xe245, 0xe246, 0xe247, 0xe248, 0xe249, 0xe24a, 0xe24b,
++  0xe24c, 0xe24d, 0xe24e, 0xe24f, 0xe250, 0xe251, 0xe252, 0xe253,
++  0xe254, 0xe255, 0xe256, 0xe257, 0xe258, 0xe259, 0xe25a, 0xe25b,
++  0xe25c, 0xe25d, 0xe25e, 0xe25f, 0xe260, 0xe261, 0xe262, 0xe263,
++  0xe264, 0xe265, 0xe266, 0xe267, 0xe268, 0xe269, 0xe26a, 0xe26b,
++  0xe26c, 0xe26d, 0xe26e, 0xe26f, 0xe270, 0xe271, 0xe272, 0xe273,
++  0xe274, 0xe275, 0xe276, 0xe277, 0xe278, 0xe279, 0xe27a, 0xe27b,
++  0xe27c, 0xe27d, 0xe27e, 0xe27f, 0xe280, 0xe281, 0xe282, 0xe283,
++  0xe284, 0xe285, 0xe286, 0xe287, 0xe288, 0xe289, 0xe28a, 0xe28b,
++  0xe28c, 0xe28d, 0xe28e, 0xe28f, 0xe290, 0xe291,
++  /* 0x7c */
++  0xe292, 0xe293, 0xe294, 0xe295, 0xe296, 0xe297, 0xe298, 0xe299,
++  0xe29a, 0xe29b, 0xe29c, 0xe29d, 0xe29e, 0xe29f, 0xe2a0, 0xe2a1,
++  0xe2a2, 0xe2a3, 0xe2a4, 0xe2a5, 0xe2a6, 0xe2a7, 0xe2a8, 0xe2a9,
++  0xe2aa, 0xe2ab, 0xe2ac, 0xe2ad, 0xe2ae, 0xe2af, 0xe2b0, 0xe2b1,
++  0xe2b2, 0xe2b3, 0xe2b4, 0xe2b5, 0xe2b6, 0xe2b7, 0xe2b8, 0xe2b9,
++  0xe2ba, 0xe2bb, 0xe2bc, 0xe2bd, 0xe2be, 0xe2bf, 0xe2c0, 0xe2c1,
++  0xe2c2, 0xe2c3, 0xe2c4, 0xe2c5, 0xe2c6, 0xe2c7, 0xe2c8, 0xe2c9,
++  0xe2ca, 0xe2cb, 0xe2cc, 0xe2cd, 0xe2ce, 0xe2cf, 0xe2d0, 0xe2d1,
++  0xe2d2, 0xe2d3, 0xe2d4, 0xe2d5, 0xe2d6, 0xe2d7, 0xe2d8, 0xe2d9,
++  0xe2da, 0xe2db, 0xe2dc, 0xe2dd, 0xe2de, 0xe2df, 0xe2e0, 0xe2e1,
++  0xe2e2, 0xe2e3, 0xe2e4, 0xe2e5, 0xe2e6, 0xe2e7, 0xe2e8, 0xe2e9,
++  0xe2ea, 0xe2eb, 0xe2ec, 0xe2ed, 0xe2ee, 0xe2ef,
++  /* 0x7d */
++  0xe2f0, 0xe2f1, 0xe2f2, 0xe2f3, 0xe2f4, 0xe2f5, 0xe2f6, 0xe2f7,
++  0xe2f8, 0xe2f9, 0xe2fa, 0xe2fb, 0xe2fc, 0xe2fd, 0xe2fe, 0xe2ff,
++  0xe300, 0xe301, 0xe302, 0xe303, 0xe304, 0xe305, 0xe306, 0xe307,
++  0xe308, 0xe309, 0xe30a, 0xe30b, 0xe30c, 0xe30d, 0xe30e, 0xe30f,
++  0xe310, 0xe311, 0xe312, 0xe313, 0xe314, 0xe315, 0xe316, 0xe317,
++  0xe318, 0xe319, 0xe31a, 0xe31b, 0xe31c, 0xe31d, 0xe31e, 0xe31f,
++  0xe320, 0xe321, 0xe322, 0xe323, 0xe324, 0xe325, 0xe326, 0xe327,
++  0xe328, 0xe329, 0xe32a, 0xe32b, 0xe32c, 0xe32d, 0xe32e, 0xe32f,
++  0xe330, 0xe331, 0xe332, 0xe333, 0xe334, 0xe335, 0xe336, 0xe337,
++  0xe338, 0xe339, 0xe33a, 0xe33b, 0xe33c, 0xe33d, 0xe33e, 0xe33f,
++  0xe340, 0xe341, 0xe342, 0xe343, 0xe344, 0xe345, 0xe346, 0xe347,
++  0xe348, 0xe349, 0xe34a, 0xe34b, 0xe34c, 0xe34d,
++  /* 0x7e */
++  0xe34e, 0xe34f, 0xe350, 0xe351, 0xe352, 0xe353, 0xe354, 0xe355,
++  0xe356, 0xe357, 0xe358, 0xe359, 0xe35a, 0xe35b, 0xe35c, 0xe35d,
++  0xe35e, 0xe35f, 0xe360, 0xe361, 0xe362, 0xe363, 0xe364, 0xe365,
++  0xe366, 0xe367, 0xe368, 0xe369, 0xe36a, 0xe36b, 0xe36c, 0xe36d,
++  0xe36e, 0xe36f, 0xe370, 0xe371, 0xe372, 0xe373, 0xe374, 0xe375,
++  0xe376, 0xe377, 0xe378, 0xe379, 0xe37a, 0xe37b, 0xe37c, 0xe37d,
++  0xe37e, 0xe37f, 0xe380, 0xe381, 0xe382, 0xe383, 0xe384, 0xe385,
++  0xe386, 0xe387, 0xe388, 0xe389, 0xe38a, 0xe38b, 0xe38c, 0xe38d,
++  0xe38e, 0xe38f, 0xe390, 0xe391, 0xe392, 0xe393, 0xe394, 0xe395,
++  0xe396, 0xe397, 0xe398, 0xe399, 0xe39a, 0xe39b, 0xe39c, 0xe39d,
++  0xe39e, 0xe39f, 0xe3a0, 0xe3a1, 0xe3a2, 0xe3a3, 0xe3a4, 0xe3a5,
++  0xe3a6, 0xe3a7, 0xe3a8, 0xe3a9, 0xe3aa, 0xe3ab,
++};
++
++static int
++jisx0208vdc_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
++{
++  unsigned char c1 = s[0];
++  if ((c1 >= 0x21 && c1 <= 0x22) || (c1 == 0x2d) || (c1 >= 0x75 && c1 <= 0x7e)) {
++    if (n >= 2) {
++      unsigned char c2 = s[1];
++      if (c2 >= 0x21 && c2 < 0x7f) {
++        unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
++        unsigned short wc = 0xfffd;
++        if (i < 1128) {
++          if (i < 167)
++            wc = jisx0208vdc_2uni_page21[i];
++        } else if (i < 7896) {
++          if (i < 1220)
++            wc = jisx0208vdc_2uni_page2d[i-1128];
++        } else {
++          if (i < 8836)
++            wc = jisx0208vdc_2uni_page75[i-7896];
++        }
++        if (wc != 0xfffd) {
++          *pwc = (ucs4_t) wc;
++          return 2;
++        }
++      }
++      return RET_ILSEQ;
++    }
++    return RET_TOOFEW(0);
++  }
++  return RET_ILSEQ;
++}
++
++static const unsigned short jisx0208vdc_2charset[1025] = {
++  0x224c, 0x2d62, 0x2d64, 0x2d35, 0x2d36, 0x2d37, 0x2d38, 0x2d39,
++  0x2d3a, 0x2d3b, 0x2d3c, 0x2d3d, 0x2d3e, 0x2d74, 0x2d75, 0x2d78,
++  0x2d77, 0x2d7b, 0x2d7c, 0x2d72, 0x2d73, 0x2d7a, 0x2d70, 0x2d71,
++  0x2d76, 0x2d79, 0x2d21, 0x2d22, 0x2d23, 0x2d24, 0x2d25, 0x2d26,
++  0x2d27, 0x2d28, 0x2d29, 0x2d2a, 0x2d2b, 0x2d2c, 0x2d2d, 0x2d2e,
++  0x2d2f, 0x2d30, 0x2d31, 0x2d32, 0x2d33, 0x2d34, 0x2d60, 0x2d61,
++  0x2d6a, 0x2d6b, 0x2d6c, 0x2d65, 0x2d66, 0x2d67, 0x2d68, 0x2d69,
++  0x2d46, 0x2d4a, 0x2d41, 0x2d44, 0x2d42, 0x2d4c, 0x2d4b, 0x2d45,
++  0x2d4d, 0x2d47, 0x2d4f, 0x2d40, 0x2d4e, 0x2d43, 0x2d48, 0x2d49,
++  0x2d5f, 0x2d6f, 0x2d6e, 0x2d6d, 0x2d53, 0x2d54, 0x2d50, 0x2d51,
++  0x2d52, 0x2d56, 0x2d55, 0x2d63, 0x7521, 0x7522, 0x7523, 0x7524,
++  0x7525, 0x7526, 0x7527, 0x7528, 0x7529, 0x752a, 0x752b, 0x752c,
++  0x752d, 0x752e, 0x752f, 0x7530, 0x7531, 0x7532, 0x7533, 0x7534,
++  0x7535, 0x7536, 0x7537, 0x7538, 0x7539, 0x753a, 0x753b, 0x753c,
++  0x753d, 0x753e, 0x753f, 0x7540, 0x7541, 0x7542, 0x7543, 0x7544,
++  0x7545, 0x7546, 0x7547, 0x7548, 0x7549, 0x754a, 0x754b, 0x754c,
++  0x754d, 0x754e, 0x754f, 0x7550, 0x7551, 0x7552, 0x7553, 0x7554,
++  0x7555, 0x7556, 0x7557, 0x7558, 0x7559, 0x755a, 0x755b, 0x755c,
++  0x755d, 0x755e, 0x755f, 0x7560, 0x7561, 0x7562, 0x7563, 0x7564,
++  0x7565, 0x7566, 0x7567, 0x7568, 0x7569, 0x756a, 0x756b, 0x756c,
++  0x756d, 0x756e, 0x756f, 0x7570, 0x7571, 0x7572, 0x7573, 0x7574,
++  0x7575, 0x7576, 0x7577, 0x7578, 0x7579, 0x757a, 0x757b, 0x757c,
++  0x757d, 0x757e, 0x7621, 0x7622, 0x7623, 0x7624, 0x7625, 0x7626,
++  0x7627, 0x7628, 0x7629, 0x762a, 0x762b, 0x762c, 0x762d, 0x762e,
++  0x762f, 0x7630, 0x7631, 0x7632, 0x7633, 0x7634, 0x7635, 0x7636,
++  0x7637, 0x7638, 0x7639, 0x763a, 0x763b, 0x763c, 0x763d, 0x763e,
++  0x763f, 0x7640, 0x7641, 0x7642, 0x7643, 0x7644, 0x7645, 0x7646,
++  0x7647, 0x7648, 0x7649, 0x764a, 0x764b, 0x764c, 0x764d, 0x764e,
++  0x764f, 0x7650, 0x7651, 0x7652, 0x7653, 0x7654, 0x7655, 0x7656,
++  0x7657, 0x7658, 0x7659, 0x765a, 0x765b, 0x765c, 0x765d, 0x765e,
++  0x765f, 0x7660, 0x7661, 0x7662, 0x7663, 0x7664, 0x7665, 0x7666,
++  0x7667, 0x7668, 0x7669, 0x766a, 0x766b, 0x766c, 0x766d, 0x766e,
++  0x766f, 0x7670, 0x7671, 0x7672, 0x7673, 0x7674, 0x7675, 0x7676,
++  0x7677, 0x7678, 0x7679, 0x767a, 0x767b, 0x767c, 0x767d, 0x767e,
++  0x7721, 0x7722, 0x7723, 0x7724, 0x7725, 0x7726, 0x7727, 0x7728,
++  0x7729, 0x772a, 0x772b, 0x772c, 0x772d, 0x772e, 0x772f, 0x7730,
++  0x7731, 0x7732, 0x7733, 0x7734, 0x7735, 0x7736, 0x7737, 0x7738,
++  0x7739, 0x773a, 0x773b, 0x773c, 0x773d, 0x773e, 0x773f, 0x7740,
++  0x7741, 0x7742, 0x7743, 0x7744, 0x7745, 0x7746, 0x7747, 0x7748,
++  0x7749, 0x774a, 0x774b, 0x774c, 0x774d, 0x774e, 0x774f, 0x7750,
++  0x7751, 0x7752, 0x7753, 0x7754, 0x7755, 0x7756, 0x7757, 0x7758,
++  0x7759, 0x775a, 0x775b, 0x775c, 0x775d, 0x775e, 0x775f, 0x7760,
++  0x7761, 0x7762, 0x7763, 0x7764, 0x7765, 0x7766, 0x7767, 0x7768,
++  0x7769, 0x776a, 0x776b, 0x776c, 0x776d, 0x776e, 0x776f, 0x7770,
++  0x7771, 0x7772, 0x7773, 0x7774, 0x7775, 0x7776, 0x7777, 0x7778,
++  0x7779, 0x777a, 0x777b, 0x777c, 0x777d, 0x777e, 0x7821, 0x7822,
++  0x7823, 0x7824, 0x7825, 0x7826, 0x7827, 0x7828, 0x7829, 0x782a,
++  0x782b, 0x782c, 0x782d, 0x782e, 0x782f, 0x7830, 0x7831, 0x7832,
++  0x7833, 0x7834, 0x7835, 0x7836, 0x7837, 0x7838, 0x7839, 0x783a,
++  0x783b, 0x783c, 0x783d, 0x783e, 0x783f, 0x7840, 0x7841, 0x7842,
++  0x7843, 0x7844, 0x7845, 0x7846, 0x7847, 0x7848, 0x7849, 0x784a,
++  0x784b, 0x784c, 0x784d, 0x784e, 0x784f, 0x7850, 0x7851, 0x7852,
++  0x7853, 0x7854, 0x7855, 0x7856, 0x7857, 0x7858, 0x7859, 0x785a,
++  0x785b, 0x785c, 0x785d, 0x785e, 0x785f, 0x7860, 0x7861, 0x7862,
++  0x7863, 0x7864, 0x7865, 0x7866, 0x7867, 0x7868, 0x7869, 0x786a,
++  0x786b, 0x786c, 0x786d, 0x786e, 0x786f, 0x7870, 0x7871, 0x7872,
++  0x7873, 0x7874, 0x7875, 0x7876, 0x7877, 0x7878, 0x7879, 0x787a,
++  0x787b, 0x787c, 0x787d, 0x787e, 0x7921, 0x7922, 0x7923, 0x7924,
++  0x7925, 0x7926, 0x7927, 0x7928, 0x7929, 0x792a, 0x792b, 0x792c,
++  0x792d, 0x792e, 0x792f, 0x7930, 0x7931, 0x7932, 0x7933, 0x7934,
++  0x7935, 0x7936, 0x7937, 0x7938, 0x7939, 0x793a, 0x793b, 0x793c,
++  0x793d, 0x793e, 0x793f, 0x7940, 0x7941, 0x7942, 0x7943, 0x7944,
++  0x7945, 0x7946, 0x7947, 0x7948, 0x7949, 0x794a, 0x794b, 0x794c,
++  0x794d, 0x794e, 0x794f, 0x7950, 0x7951, 0x7952, 0x7953, 0x7954,
++  0x7955, 0x7956, 0x7957, 0x7958, 0x7959, 0x795a, 0x795b, 0x795c,
++  0x795d, 0x795e, 0x795f, 0x7960, 0x7961, 0x7962, 0x7963, 0x7964,
++  0x7965, 0x7966, 0x7967, 0x7968, 0x7969, 0x796a, 0x796b, 0x796c,
++  0x796d, 0x796e, 0x796f, 0x7970, 0x7971, 0x7972, 0x7973, 0x7974,
++  0x7975, 0x7976, 0x7977, 0x7978, 0x7979, 0x797a, 0x797b, 0x797c,
++  0x797d, 0x797e, 0x7a21, 0x7a22, 0x7a23, 0x7a24, 0x7a25, 0x7a26,
++  0x7a27, 0x7a28, 0x7a29, 0x7a2a, 0x7a2b, 0x7a2c, 0x7a2d, 0x7a2e,
++  0x7a2f, 0x7a30, 0x7a31, 0x7a32, 0x7a33, 0x7a34, 0x7a35, 0x7a36,
++  0x7a37, 0x7a38, 0x7a39, 0x7a3a, 0x7a3b, 0x7a3c, 0x7a3d, 0x7a3e,
++  0x7a3f, 0x7a40, 0x7a41, 0x7a42, 0x7a43, 0x7a44, 0x7a45, 0x7a46,
++  0x7a47, 0x7a48, 0x7a49, 0x7a4a, 0x7a4b, 0x7a4c, 0x7a4d, 0x7a4e,
++  0x7a4f, 0x7a50, 0x7a51, 0x7a52, 0x7a53, 0x7a54, 0x7a55, 0x7a56,
++  0x7a57, 0x7a58, 0x7a59, 0x7a5a, 0x7a5b, 0x7a5c, 0x7a5d, 0x7a5e,
++  0x7a5f, 0x7a60, 0x7a61, 0x7a62, 0x7a63, 0x7a64, 0x7a65, 0x7a66,
++  0x7a67, 0x7a68, 0x7a69, 0x7a6a, 0x7a6b, 0x7a6c, 0x7a6d, 0x7a6e,
++  0x7a6f, 0x7a70, 0x7a71, 0x7a72, 0x7a73, 0x7a74, 0x7a75, 0x7a76,
++  0x7a77, 0x7a78, 0x7a79, 0x7a7a, 0x7a7b, 0x7a7c, 0x7a7d, 0x7a7e,
++  0x7b21, 0x7b22, 0x7b23, 0x7b24, 0x7b25, 0x7b26, 0x7b27, 0x7b28,
++  0x7b29, 0x7b2a, 0x7b2b, 0x7b2c, 0x7b2d, 0x7b2e, 0x7b2f, 0x7b30,
++  0x7b31, 0x7b32, 0x7b33, 0x7b34, 0x7b35, 0x7b36, 0x7b37, 0x7b38,
++  0x7b39, 0x7b3a, 0x7b3b, 0x7b3c, 0x7b3d, 0x7b3e, 0x7b3f, 0x7b40,
++  0x7b41, 0x7b42, 0x7b43, 0x7b44, 0x7b45, 0x7b46, 0x7b47, 0x7b48,
++  0x7b49, 0x7b4a, 0x7b4b, 0x7b4c, 0x7b4d, 0x7b4e, 0x7b4f, 0x7b50,
++  0x7b51, 0x7b52, 0x7b53, 0x7b54, 0x7b55, 0x7b56, 0x7b57, 0x7b58,
++  0x7b59, 0x7b5a, 0x7b5b, 0x7b5c, 0x7b5d, 0x7b5e, 0x7b5f, 0x7b60,
++  0x7b61, 0x7b62, 0x7b63, 0x7b64, 0x7b65, 0x7b66, 0x7b67, 0x7b68,
++  0x7b69, 0x7b6a, 0x7b6b, 0x7b6c, 0x7b6d, 0x7b6e, 0x7b6f, 0x7b70,
++  0x7b71, 0x7b72, 0x7b73, 0x7b74, 0x7b75, 0x7b76, 0x7b77, 0x7b78,
++  0x7b79, 0x7b7a, 0x7b7b, 0x7b7c, 0x7b7d, 0x7b7e, 0x7c21, 0x7c22,
++  0x7c23, 0x7c24, 0x7c25, 0x7c26, 0x7c27, 0x7c28, 0x7c29, 0x7c2a,
++  0x7c2b, 0x7c2c, 0x7c2d, 0x7c2e, 0x7c2f, 0x7c30, 0x7c31, 0x7c32,
++  0x7c33, 0x7c34, 0x7c35, 0x7c36, 0x7c37, 0x7c38, 0x7c39, 0x7c3a,
++  0x7c3b, 0x7c3c, 0x7c3d, 0x7c3e, 0x7c3f, 0x7c40, 0x7c41, 0x7c42,
++  0x7c43, 0x7c44, 0x7c45, 0x7c46, 0x7c47, 0x7c48, 0x7c49, 0x7c4a,
++  0x7c4b, 0x7c4c, 0x7c4d, 0x7c4e, 0x7c4f, 0x7c50, 0x7c51, 0x7c52,
++  0x7c53, 0x7c54, 0x7c55, 0x7c56, 0x7c57, 0x7c58, 0x7c59, 0x7c5a,
++  0x7c5b, 0x7c5c, 0x7c5d, 0x7c5e, 0x7c5f, 0x7c60, 0x7c61, 0x7c62,
++  0x7c63, 0x7c64, 0x7c65, 0x7c66, 0x7c67, 0x7c68, 0x7c69, 0x7c6a,
++  0x7c6b, 0x7c6c, 0x7c6d, 0x7c6e, 0x7c6f, 0x7c70, 0x7c71, 0x7c72,
++  0x7c73, 0x7c74, 0x7c75, 0x7c76, 0x7c77, 0x7c78, 0x7c79, 0x7c7a,
++  0x7c7b, 0x7c7c, 0x7c7d, 0x7c7e, 0x7d21, 0x7d22, 0x7d23, 0x7d24,
++  0x7d25, 0x7d26, 0x7d27, 0x7d28, 0x7d29, 0x7d2a, 0x7d2b, 0x7d2c,
++  0x7d2d, 0x7d2e, 0x7d2f, 0x7d30, 0x7d31, 0x7d32, 0x7d33, 0x7d34,
++  0x7d35, 0x7d36, 0x7d37, 0x7d38, 0x7d39, 0x7d3a, 0x7d3b, 0x7d3c,
++  0x7d3d, 0x7d3e, 0x7d3f, 0x7d40, 0x7d41, 0x7d42, 0x7d43, 0x7d44,
++  0x7d45, 0x7d46, 0x7d47, 0x7d48, 0x7d49, 0x7d4a, 0x7d4b, 0x7d4c,
++  0x7d4d, 0x7d4e, 0x7d4f, 0x7d50, 0x7d51, 0x7d52, 0x7d53, 0x7d54,
++  0x7d55, 0x7d56, 0x7d57, 0x7d58, 0x7d59, 0x7d5a, 0x7d5b, 0x7d5c,
++  0x7d5d, 0x7d5e, 0x7d5f, 0x7d60, 0x7d61, 0x7d62, 0x7d63, 0x7d64,
++  0x7d65, 0x7d66, 0x7d67, 0x7d68, 0x7d69, 0x7d6a, 0x7d6b, 0x7d6c,
++  0x7d6d, 0x7d6e, 0x7d6f, 0x7d70, 0x7d71, 0x7d72, 0x7d73, 0x7d74,
++  0x7d75, 0x7d76, 0x7d77, 0x7d78, 0x7d79, 0x7d7a, 0x7d7b, 0x7d7c,
++  0x7d7d, 0x7d7e, 0x7e21, 0x7e22, 0x7e23, 0x7e24, 0x7e25, 0x7e26,
++  0x7e27, 0x7e28, 0x7e29, 0x7e2a, 0x7e2b, 0x7e2c, 0x7e2d, 0x7e2e,
++  0x7e2f, 0x7e30, 0x7e31, 0x7e32, 0x7e33, 0x7e34, 0x7e35, 0x7e36,
++  0x7e37, 0x7e38, 0x7e39, 0x7e3a, 0x7e3b, 0x7e3c, 0x7e3d, 0x7e3e,
++  0x7e3f, 0x7e40, 0x7e41, 0x7e42, 0x7e43, 0x7e44, 0x7e45, 0x7e46,
++  0x7e47, 0x7e48, 0x7e49, 0x7e4a, 0x7e4b, 0x7e4c, 0x7e4d, 0x7e4e,
++  0x7e4f, 0x7e50, 0x7e51, 0x7e52, 0x7e53, 0x7e54, 0x7e55, 0x7e56,
++  0x7e57, 0x7e58, 0x7e59, 0x7e5a, 0x7e5b, 0x7e5c, 0x7e5d, 0x7e5e,
++  0x7e5f, 0x7e60, 0x7e61, 0x7e62, 0x7e63, 0x7e64, 0x7e65, 0x7e66,
++  0x7e67, 0x7e68, 0x7e69, 0x7e6a, 0x7e6b, 0x7e6c, 0x7e6d, 0x7e6e,
++  0x7e6f, 0x7e70, 0x7e71, 0x7e72, 0x7e73, 0x7e74, 0x7e75, 0x7e76,
++  0x7e77, 0x7e78, 0x7e79, 0x7e7a, 0x7e7b, 0x7e7c, 0x7e7d, 0x7e7e,
++  0x2140,
++};
++
++static const Summary16 jisx0208vdc_uni2indx_page00[11] = {
++  /* 0x0000 */
++  {    0, 0x0000 }, {    0, 0x0000 }, {    0, 0x0000 }, {    0, 0x0000 },
++  {    0, 0x0000 }, {    0, 0x0000 }, {    0, 0x0000 }, {    0, 0x0000 },
++  {    0, 0x0000 }, {    0, 0x0000 }, {    0, 0x1000 },
++};
++static const Summary16 jisx0208vdc_uni2indx_page21[28] = {
++  /* 0x2100 */
++  {    1, 0x0000 }, {    1, 0x0040 }, {    2, 0x0002 }, {    3, 0x0000 },
++  {    3, 0x0000 }, {    3, 0x0000 }, {    3, 0x03ff }, {   13, 0x0000 },
++  {   13, 0x0000 }, {   13, 0x0000 }, {   13, 0x0000 }, {   13, 0x0000 },
++  {   13, 0x0000 }, {   13, 0x0000 }, {   13, 0x0000 }, {   13, 0x0000 },
++  /* 0x2200 */
++  {   13, 0x0000 }, {   13, 0x8402 }, {   16, 0x4e01 }, {   21, 0x0020 },
++  {   22, 0x0000 }, {   22, 0x0004 }, {   23, 0x0002 }, {   24, 0x0000 },
++  {   24, 0x0000 }, {   24, 0x0000 }, {   24, 0x0020 }, {   25, 0x8000 },
++};
++static const Summary16 jisx0208vdc_uni2indx_page24[8] = {
++  /* 0x2400 */
++  {   26, 0x0000 }, {   26, 0x0000 }, {   26, 0x0000 }, {   26, 0x0000 },
++  {   26, 0x0000 }, {   26, 0x0000 }, {   26, 0xffff }, {   42, 0x000f },
++};
++static const Summary16 jisx0208vdc_uni2indx_page30[2] = {
++  /* 0x3000 */
++  {   46, 0x0000 }, {   46, 0xa000 },
++};
++static const Summary16 jisx0208vdc_uni2indx_page32[29] = {
++  /* 0x3200 */
++  {   48, 0x0000 }, {   48, 0x0000 }, {   48, 0x0000 }, {   48, 0x0206 },
++  {   51, 0x0000 }, {   51, 0x0000 }, {   51, 0x0000 }, {   51, 0x0000 },
++  {   51, 0x0000 }, {   51, 0x0000 }, {   51, 0x01f0 }, {   56, 0x0000 },
++  {   56, 0x0000 }, {   56, 0x0000 }, {   56, 0x0000 }, {   56, 0x0000 },
++  /* 0x3300 */
++  {   56, 0x2008 }, {   58, 0x0110 }, {   60, 0x08cc }, {   65, 0x0840 },
++  {   67, 0x2600 }, {   70, 0x0082 }, {   72, 0x0000 }, {   72, 0x7800 },
++  {   76, 0xc000 }, {   78, 0x7000 }, {   81, 0x0002 }, {   82, 0x0000 },
++  {   82, 0x2010 },
++};
++static const Summary16 jisx0208vdc_uni2indx_pagee0[59] = {
++  /* 0xe000 */
++  {   84, 0xffff }, {  100, 0xffff }, {  116, 0xffff }, {  132, 0xffff },
++  {  148, 0xffff }, {  164, 0xffff }, {  180, 0xffff }, {  196, 0xffff },
++  {  212, 0xffff }, {  228, 0xffff }, {  244, 0xffff }, {  260, 0xffff },
++  {  276, 0xffff }, {  292, 0xffff }, {  308, 0xffff }, {  324, 0xffff },
++  /* 0xe100 */
++  {  340, 0xffff }, {  356, 0xffff }, {  372, 0xffff }, {  388, 0xffff },
++  {  404, 0xffff }, {  420, 0xffff }, {  436, 0xffff }, {  452, 0xffff },
++  {  468, 0xffff }, {  484, 0xffff }, {  500, 0xffff }, {  516, 0xffff },
++  {  532, 0xffff }, {  548, 0xffff }, {  564, 0xffff }, {  580, 0xffff },
++  /* 0xe200 */
++  {  596, 0xffff }, {  612, 0xffff }, {  628, 0xffff }, {  644, 0xffff },
++  {  660, 0xffff }, {  676, 0xffff }, {  692, 0xffff }, {  708, 0xffff },
++  {  724, 0xffff }, {  740, 0xffff }, {  756, 0xffff }, {  772, 0xffff },
++  {  788, 0xffff }, {  804, 0xffff }, {  820, 0xffff }, {  836, 0xffff },
++  /* 0xe300 */
++  {  852, 0xffff }, {  868, 0xffff }, {  884, 0xffff }, {  900, 0xffff },
++  {  916, 0xffff }, {  932, 0xffff }, {  948, 0xffff }, {  964, 0xffff },
++  {  980, 0xffff }, {  996, 0xffff }, { 1012, 0x0fff },
++};
++static const Summary16 jisx0208vdc_uni2indx_pageff[4] = {
++  /* 0xff00 */
++  { 1024, 0x0000 }, { 1024, 0x0000 }, { 1024, 0x0000 }, { 1024, 0x1000 },
++};
++
++static int
++jisx0208vdc_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
++{
++  if (n >= 2) {
++    const Summary16 *summary = NULL;
++    if (wc >= 0x0000 && wc < 0x00b0)
++      summary = &jisx0208vdc_uni2indx_page00[(wc>>4)];
++    else if (wc >= 0x2100 && wc < 0x22c0)
++      summary = &jisx0208vdc_uni2indx_page21[(wc>>4)-0x210];
++    else if (wc >= 0x2400 && wc < 0x2480)
++      summary = &jisx0208vdc_uni2indx_page24[(wc>>4)-0x240];
++    else if (wc >= 0x3000 && wc < 0x3020)
++      summary = &jisx0208vdc_uni2indx_page30[(wc>>4)-0x300];
++    else if (wc >= 0x3200 && wc < 0x33d0)
++      summary = &jisx0208vdc_uni2indx_page32[(wc>>4)-0x320];
++    else if (wc >= 0xe000 && wc < 0xe3b0)
++      summary = &jisx0208vdc_uni2indx_pagee0[(wc>>4)-0xe00];
++    else if (wc >= 0xff00 && wc < 0xff40)
++      summary = &jisx0208vdc_uni2indx_pageff[(wc>>4)-0xff0];
++    if (summary) {
++      unsigned short used = summary->used;
++      unsigned int i = wc & 0x0f;
++      if (used & ((unsigned short) 1 << i)) {
++        unsigned short c;
++        /* Keep in `used' only the bits 0..i-1. */
++        used &= ((unsigned short) 1 << i) - 1;
++        /* Add `summary->indx' and the number of bits set in `used'. */
++        used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
++        used = (used & 0x3333) + ((used & 0xcccc) >> 2);
++        used = (used & 0x0f0f) + ((used & 0xf0f0) >> 4);
++        used = (used & 0x00ff) + (used >> 8);
++        c = jisx0208vdc_2charset[summary->indx + used];
++        r[0] = (c >> 8); r[1] = (c & 0xff);
++        return 2;
++      }
++    }
++    return RET_ILSEQ;
++  }
++  return RET_TOOSMALL;
++}
++#endif
++
+ static const unsigned short jisx0208_2uni_page21[690] = {
+   /* 0x21 */
+   0x3000, 0x3001, 0x3002, 0xff0c, 0xff0e, 0x30fb, 0xff1a, 0xff1b,
+@@ -1013,11 +1458,19 @@ jisx0208_mbtowc (conv_t conv, ucs4_t *pw
+           return 2;
+         }
+       }
++#ifdef sun
++      return jisx0208vdc_mbtowc (conv, pwc, s, n);
++#else
+       return RET_ILSEQ;
++#endif
+     }
+     return RET_TOOFEW(0);
+   }
++#ifdef sun
++  return jisx0208vdc_mbtowc (conv, pwc, s, n);
++#else
+   return RET_ILSEQ;
++#endif
+ }
+ 
+ static const unsigned short jisx0208_2charset[6879] = {
+@@ -2360,7 +2813,7 @@ jisx0208_wctomb (conv_t conv, unsigned c
+ {
+   if (n >= 2) {
+     const Summary16 *summary = NULL;
+-    if (wc < 0x0100)
++    if (wc >= 0x0000 && wc < 0x0100)
+       summary = &jisx0208_uni2indx_page00[(wc>>4)];
+     else if (wc >= 0x0300 && wc < 0x0460)
+       summary = &jisx0208_uni2indx_page03[(wc>>4)-0x030];
+@@ -2391,7 +2844,11 @@ jisx0208_wctomb (conv_t conv, unsigned c
+         return 2;
+       }
+     }
++#ifdef sun
++    return jisx0208vdc_wctomb (conv, r, wc, n);
++#else
+     return RET_ILSEQ;
++#endif
+   }
+   return RET_TOOSMALL;
+ }
+diff -urp -x '*~' -x '*.orig' src/xlibi18n/lcUniConv/jisx0212.h src/xlibi18n/lcUniConv/jisx0212.h
+--- src/xlibi18n/lcUniConv/jisx0212.h	2007-05-16 08:34:44.000000000 -0700
++++ src/xlibi18n/lcUniConv/jisx0212.h	2008-02-27 21:08:32.723244000 -0800
+@@ -4,6 +4,1592 @@
+  * JISX0212.1990-0
+  */
+ 
++#ifdef sun
++static const unsigned short jisx0212vdc_2uni_page22[81] = {
++  /* 0x22 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x00a6, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x2116,
++};
++static const unsigned short jisx0212vdc_2uni_page30[542] = {
++  /* 0x30 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x4e28, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x4ee1,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x4f00, 0xfffd, 0x4f03, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x4f39, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x4f56, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x31 */
++  0xfffd, 0xfffd, 0x4f8a, 0xfffd, 0xfffd, 0xfffd, 0x4f92, 0xfffd,
++  0x4f94, 0xfffd, 0xfffd, 0x4f9a, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x4fc9, 0xfffd, 0xfffd, 0x4fcd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x4fff,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x501e, 0x5022,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5040, 0xfffd,
++  0x5042, 0xfffd, 0x5046, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x5070, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x32 */
++  0xfffd, 0xfffd, 0x5094, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x50d8, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x514a, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5164, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x519d, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x51be, 0xfffd, 0xfffd,
++  /* 0x33 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5215, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x529c,
++  0xfffd, 0xfffd, 0x52a6, 0xfffd, 0x52af, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x52c0, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x52db, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x5300, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x34 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5372,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5393, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x53b2,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x53dd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x35 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x549c, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x54a9, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x54ff, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5586,
++};
++static const unsigned short jisx0212vdc_2uni_page37[2834] = {
++  /* 0x37 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x5765, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x57ac, 0xfffd, 0xfffd, 0x57c7, 0x57c8,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x38 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x58b2, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x590b, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5953, 0xfffd, 0x595b, 0x595d,
++  0xfffd, 0xfffd, 0xfffd, 0x5963, 0xfffd, 0xfffd,
++  /* 0x39 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x59a4, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x59ba, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x3a */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5b56, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x5bc0, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x5bd8, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x5c1e, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x3b */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x5ca6, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5cba,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x5d27, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5d42,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5d6d, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x5db8, 0x5db9, 0xfffd, 0xfffd, 0xfffd,
++  0x5dd0, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x3c */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x5f21, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5f34, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x5f45, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5f67,
++  /* 0x3d */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x5fde, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x605d, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x608a,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x3e */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x60d5, 0xfffd, 0xfffd, 0xfffd, 0x60de,
++  0xfffd, 0xfffd, 0x60f2, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6111, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x6130, 0xfffd, 0xfffd, 0xfffd, 0x6137, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x6198, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x3f */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6213,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x62a6, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x40 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x63f5, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x6460, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x649d, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x41 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x64ce, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6600, 0xfffd, 0xfffd, 0x6609,
++  0xfffd, 0xfffd, 0xfffd, 0x6615, 0xfffd, 0xfffd,
++  /* 0x42 */
++  0x661e, 0xfffd, 0xfffd, 0xfffd, 0x6624, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x662e, 0xfffd, 0x6631, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6657,
++  0xfffd, 0x6659, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x66fb, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x6673, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x6699, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x66a0, 0xfffd,
++  0xfffd, 0xfffd, 0x66b2, 0xfffd, 0xfffd, 0x66bf, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x66fa, 0xfffd, 0xfffd, 0x670e,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x43 */
++  0x6766, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x67bb, 0xfffd, 0xfffd, 0xfffd,
++  0x67c0, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x6852, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6844,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x68c8, 0xfffd, 0x68cf,
++  /* 0x44 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x6968, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x6998, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x69e2, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6a30, 0xfffd,
++  /* 0x45 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6a46, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6a73, 0x6a7e, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6ae4, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x46 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6bd6,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6c3f, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6c5c,
++  0xfffd, 0xfffd, 0x6c6f, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x6c86, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x47 */
++  0x6cda, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x6d04, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x6d6f, 0xfffd, 0xfffd, 0xfffd, 0x6d87, 0xfffd,
++  0xfffd, 0xfffd, 0x6d96, 0xfffd, 0xfffd, 0xfffd, 0x6dac, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x6dcf, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6dfc, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x6e27, 0xfffd, 0xfffd, 0x6e39, 0xfffd, 0x6e3c,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x6e5c, 0xfffd, 0xfffd,
++  /* 0x48 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x6ebf, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6f88, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6fb5,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x49 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x6ff5, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x7005, 0xfffd, 0x7007, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x7085, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x70ab, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x7104, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x710f, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x7146, 0x7147, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x715c, 0xfffd, 0xfffd,
++  /* 0x4a */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x71c1, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x71fe, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x72b1, 0xfffd,
++  0x72be, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x4b */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x7324, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x7377, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x73bd, 0xfffd, 0xfffd,
++  0xfffd, 0x73c9, 0xfffd, 0xfffd, 0xfffd, 0x73d2, 0xfffd, 0x73d6,
++  0xfffd, 0xfffd, 0xfffd, 0x73e3, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x73f5, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x4c */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x7407, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x7426, 0xfffd, 0x7429, 0x742a, 0xfffd, 0xfffd,
++  0xfffd, 0x742e, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x7462, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x7489,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x749f, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x4d */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x752f, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x756f, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x4e */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x769b, 0x769c, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x76a6, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x7746, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x4f */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x7821, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x784e, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x7864, 0xfffd, 0xfffd, 0xfffd, 0x787a, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x50 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x7994, 0xfffd, 0xfffd, 0xfffd,
++  0x799b, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x51 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x7ad1,
++  0xfffd, 0xfffd, 0xfffd, 0x7aeb, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x52 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x7b9e, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x53 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x7d48, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x7d5c,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x54 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x7db7, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x7e52, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x7e8a, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x7f47, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x55 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x7fa1,
++};
++static const unsigned short jisx0212vdc_2uni_page57[237] = {
++  /* 0x57 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x8301, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x58 */
++  0xfffd, 0x837f, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x83c7, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x83f6, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x8448, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x84b4, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x59 */
++  0x84dc, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x8553, 0xfffd, 0x8559,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x856b,
++};
++static const unsigned short jisx0212vdc_2uni_page5c[1558] = {
++  /* 0x5c */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x88f5, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x891c, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x5d */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x8a12,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x8a37, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x8a79, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x8aa7, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x5e */
++  0xfffd, 0xfffd, 0xfffd, 0x8abe, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x8adf,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x8af6, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x8b53, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x5f */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x8cf0, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x8d12, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x60 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x8ecf, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x61 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x9067, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x62 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x9127, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x63 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x91d7, 0xfffd, 0x91da,
++  0x91de, 0x91e4, 0x91e5, 0xfffd, 0xfffd, 0xfffd, 0x91ed, 0x91ee,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x9206, 0xfffd, 0xfffd, 0x920a, 0xfffd,
++  0x9210, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x9239, 0x923a, 0x923c, 0xfffd, 0x9240,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x924e, 0xfffd,
++  0x9251, 0xfffd, 0x9259, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x9267, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x9277, 0x9278, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x9288,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x64 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x92a7, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x92d0, 0x92d3, 0x92d5,
++  0x92d7, 0xfffd, 0x92d9, 0xfffd, 0xfffd, 0xfffd, 0x92e0, 0xfffd,
++  0xfffd, 0xfffd, 0x92e7, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x92f9,
++  0x92fb, 0x92ff, 0xfffd, 0x9302, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x931d, 0x931e, 0xfffd, 0x9321, 0xfffd, 0x9325,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x9348, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x9357, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x9370, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x65 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x93a4, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x93c6, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x93de, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x93f8,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x9431, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x9445, 0x9448, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x66 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x969d,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x96af, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x67 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0x9733, 0xfffd, 0x9743, 0xfffd, 0xfffd,
++  0x974f, 0x9755, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x68 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x9857, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x9865, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x9927, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x69 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0x9a4e, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x9adc, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x6a */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x9b75, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x9b8f, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x9bb1, 0xfffd, 0xfffd,
++  0xfffd, 0x9bbb, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x6b */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x9c00, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0x9d6b, 0x9d70, 0xfffd, 0xfffd, 0xfffd,
++  /* 0x6c */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x9e19,
++};
++static const unsigned short jisx0212vdc_2uni_page73[1128] = {
++  /* 0x73 */
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
++  0xfffd, 0xfffd, 0x2170, 0x2171, 0x2172, 0x2173, 0x2174, 0x2175,
++  0x2176, 0x2177, 0x2178, 0x2179, 0x2160, 0x2161,
++  /* 0x74 */
++  0x2162, 0x2163, 0x2164, 0x2165, 0x2166, 0x2167, 0x2168, 0x2169,
++  0xff07, 0xff02, 0x3231, 0x2116, 0x2121, 0x70bb, 0x4efc, 0x50f4,
++  0x51ec, 0x5307, 0x5324, 0xfa0e, 0x548a, 0x5759, 0xfa0f, 0xfa10,
++  0x589e, 0x5bec, 0x5cf5, 0x5d53, 0xfa11, 0x5fb7, 0x6085, 0x6120,
++  0x654e, 0x663b, 0x6665, 0xfa12, 0xf929, 0x6801, 0xfa13, 0xfa14,
++  0x6a6b, 0x6ae2, 0x6df8, 0x6df2, 0x7028, 0xfa15, 0xfa16, 0x7501,
++  0x7682, 0x769e, 0xfa17, 0x7930, 0xfa18, 0xfa19, 0xfa1a, 0xfa1b,
++  0x7ae7, 0xfa1c, 0xfa1d, 0x7da0, 0x7dd6, 0xfa1e, 0x8362, 0xfa1f,
++  0x85b0, 0xfa20, 0xfa21, 0x8807, 0xfa22, 0x8b7f, 0x8cf4, 0x8d76,
++  0xfa23, 0xfa24, 0xfa25, 0x90de, 0xfa26, 0x9115, 0xfa27, 0xfa28,
++  0x9592, 0xf9dc, 0xfa29, 0x973b, 0x974d, 0x9751, 0xfa2a, 0xfa2b,
++  0xfa2c, 0x999e, 0x9ad9, 0x9b72, 0xfa2d, 0x9ed1,
++  /* 0x75 */
++  0xe3ac, 0xe3ad, 0xe3ae, 0xe3af, 0xe3b0, 0xe3b1, 0xe3b2, 0xe3b3,
++  0xe3b4, 0xe3b5, 0xe3b6, 0xe3b7, 0xe3b8, 0xe3b9, 0xe3ba, 0xe3bb,
++  0xe3bc, 0xe3bd, 0xe3be, 0xe3bf, 0xe3c0, 0xe3c1, 0xe3c2, 0xe3c3,
++  0xe3c4, 0xe3c5, 0xe3c6, 0xe3c7, 0xe3c8, 0xe3c9, 0xe3ca, 0xe3cb,
++  0xe3cc, 0xe3cd, 0xe3ce, 0xe3cf, 0xe3d0, 0xe3d1, 0xe3d2, 0xe3d3,
++  0xe3d4, 0xe3d5, 0xe3d6, 0xe3d7, 0xe3d8, 0xe3d9, 0xe3da, 0xe3db,
++  0xe3dc, 0xe3dd, 0xe3de, 0xe3df, 0xe3e0, 0xe3e1, 0xe3e2, 0xe3e3,
++  0xe3e4, 0xe3e5, 0xe3e6, 0xe3e7, 0xe3e8, 0xe3e9, 0xe3ea, 0xe3eb,
++  0xe3ec, 0xe3ed, 0xe3ee, 0xe3ef, 0xe3f0, 0xe3f1, 0xe3f2, 0xe3f3,
++  0xe3f4, 0xe3f5, 0xe3f6, 0xe3f7, 0xe3f8, 0xe3f9, 0xe3fa, 0xe3fb,
++  0xe3fc, 0xe3fd, 0xe3fe, 0xe3ff, 0xe400, 0xe401, 0xe402, 0xe403,
++  0xe404, 0xe405, 0xe406, 0xe407, 0xe408, 0xe409,
++  /* 0x76 */
++  0xe40a, 0xe40b, 0xe40c, 0xe40d, 0xe40e, 0xe40f, 0xe410, 0xe411,
++  0xe412, 0xe413, 0xe414, 0xe415, 0xe416, 0xe417, 0xe418, 0xe419,
++  0xe41a, 0xe41b, 0xe41c, 0xe41d, 0xe41e, 0xe41f, 0xe420, 0xe421,
++  0xe422, 0xe423, 0xe424, 0xe425, 0xe426, 0xe427, 0xe428, 0xe429,
++  0xe42a, 0xe42b, 0xe42c, 0xe42d, 0xe42e, 0xe42f, 0xe430, 0xe431,
++  0xe432, 0xe433, 0xe434, 0xe435, 0xe436, 0xe437, 0xe438, 0xe439,
++  0xe43a, 0xe43b, 0xe43c, 0xe43d, 0xe43e, 0xe43f, 0xe440, 0xe441,
++  0xe442, 0xe443, 0xe444, 0xe445, 0xe446, 0xe447, 0xe448, 0xe449,
++  0xe44a, 0xe44b, 0xe44c, 0xe44d, 0xe44e, 0xe44f, 0xe450, 0xe451,
++  0xe452, 0xe453, 0xe454, 0xe455, 0xe456, 0xe457, 0xe458, 0xe459,
++  0xe45a, 0xe45b, 0xe45c, 0xe45d, 0xe45e, 0xe45f, 0xe460, 0xe461,
++  0xe462, 0xe463, 0xe464, 0xe465, 0xe466, 0xe467,
++  /* 0x77 */
++  0xe468, 0xe469, 0xe46a, 0xe46b, 0xe46c, 0xe46d, 0xe46e, 0xe46f,
++  0xe470, 0xe471, 0xe472, 0xe473, 0xe474, 0xe475, 0xe476, 0xe477,
++  0xe478, 0xe479, 0xe47a, 0xe47b, 0xe47c, 0xe47d, 0xe47e, 0xe47f,
++  0xe480, 0xe481, 0xe482, 0xe483, 0xe484, 0xe485, 0xe486, 0xe487,
++  0xe488, 0xe489, 0xe48a, 0xe48b, 0xe48c, 0xe48d, 0xe48e, 0xe48f,
++  0xe490, 0xe491, 0xe492, 0xe493, 0xe494, 0xe495, 0xe496, 0xe497,
++  0xe498, 0xe499, 0xe49a, 0xe49b, 0xe49c, 0xe49d, 0xe49e, 0xe49f,
++  0xe4a0, 0xe4a1, 0xe4a2, 0xe4a3, 0xe4a4, 0xe4a5, 0xe4a6, 0xe4a7,
++  0xe4a8, 0xe4a9, 0xe4aa, 0xe4ab, 0xe4ac, 0xe4ad, 0xe4ae, 0xe4af,
++  0xe4b0, 0xe4b1, 0xe4b2, 0xe4b3, 0xe4b4, 0xe4b5, 0xe4b6, 0xe4b7,
++  0xe4b8, 0xe4b9, 0xe4ba, 0xe4bb, 0xe4bc, 0xe4bd, 0xe4be, 0xe4bf,
++  0xe4c0, 0xe4c1, 0xe4c2, 0xe4c3, 0xe4c4, 0xe4c5,
++  /* 0x78 */
++  0xe4c6, 0xe4c7, 0xe4c8, 0xe4c9, 0xe4ca, 0xe4cb, 0xe4cc, 0xe4cd,
++  0xe4ce, 0xe4cf, 0xe4d0, 0xe4d1, 0xe4d2, 0xe4d3, 0xe4d4, 0xe4d5,
++  0xe4d6, 0xe4d7, 0xe4d8, 0xe4d9, 0xe4da, 0xe4db, 0xe4dc, 0xe4dd,
++  0xe4de, 0xe4df, 0xe4e0, 0xe4e1, 0xe4e2, 0xe4e3, 0xe4e4, 0xe4e5,
++  0xe4e6, 0xe4e7, 0xe4e8, 0xe4e9, 0xe4ea, 0xe4eb, 0xe4ec, 0xe4ed,
++  0xe4ee, 0xe4ef, 0xe4f0, 0xe4f1, 0xe4f2, 0xe4f3, 0xe4f4, 0xe4f5,
++  0xe4f6, 0xe4f7, 0xe4f8, 0xe4f9, 0xe4fa, 0xe4fb, 0xe4fc, 0xe4fd,
++  0xe4fe, 0xe4ff, 0xe500, 0xe501, 0xe502, 0xe503, 0xe504, 0xe505,
++  0xe506, 0xe507, 0xe508, 0xe509, 0xe50a, 0xe50b, 0xe50c, 0xe50d,
++  0xe50e, 0xe50f, 0xe510, 0xe511, 0xe512, 0xe513, 0xe514, 0xe515,
++  0xe516, 0xe517, 0xe518, 0xe519, 0xe51a, 0xe51b, 0xe51c, 0xe51d,
++  0xe51e, 0xe51f, 0xe520, 0xe521, 0xe522, 0xe523,
++  /* 0x79 */
++  0xe524, 0xe525, 0xe526, 0xe527, 0xe528, 0xe529, 0xe52a, 0xe52b,
++  0xe52c, 0xe52d, 0xe52e, 0xe52f, 0xe530, 0xe531, 0xe532, 0xe533,
++  0xe534, 0xe535, 0xe536, 0xe537, 0xe538, 0xe539, 0xe53a, 0xe53b,
++  0xe53c, 0xe53d, 0xe53e, 0xe53f, 0xe540, 0xe541, 0xe542, 0xe543,
++  0xe544, 0xe545, 0xe546, 0xe547, 0xe548, 0xe549, 0xe54a, 0xe54b,
++  0xe54c, 0xe54d, 0xe54e, 0xe54f, 0xe550, 0xe551, 0xe552, 0xe553,
++  0xe554, 0xe555, 0xe556, 0xe557, 0xe558, 0xe559, 0xe55a, 0xe55b,
++  0xe55c, 0xe55d, 0xe55e, 0xe55f, 0xe560, 0xe561, 0xe562, 0xe563,
++  0xe564, 0xe565, 0xe566, 0xe567, 0xe568, 0xe569, 0xe56a, 0xe56b,
++  0xe56c, 0xe56d, 0xe56e, 0xe56f, 0xe570, 0xe571, 0xe572, 0xe573,
++  0xe574, 0xe575, 0xe576, 0xe577, 0xe578, 0xe579, 0xe57a, 0xe57b,
++  0xe57c, 0xe57d, 0xe57e, 0xe57f, 0xe580, 0xe581,
++  /* 0x7a */
++  0xe582, 0xe583, 0xe584, 0xe585, 0xe586, 0xe587, 0xe588, 0xe589,
++  0xe58a, 0xe58b, 0xe58c, 0xe58d, 0xe58e, 0xe58f, 0xe590, 0xe591,
++  0xe592, 0xe593, 0xe594, 0xe595, 0xe596, 0xe597, 0xe598, 0xe599,
++  0xe59a, 0xe59b, 0xe59c, 0xe59d, 0xe59e, 0xe59f, 0xe5a0, 0xe5a1,
++  0xe5a2, 0xe5a3, 0xe5a4, 0xe5a5, 0xe5a6, 0xe5a7, 0xe5a8, 0xe5a9,
++  0xe5aa, 0xe5ab, 0xe5ac, 0xe5ad, 0xe5ae, 0xe5af, 0xe5b0, 0xe5b1,
++  0xe5b2, 0xe5b3, 0xe5b4, 0xe5b5, 0xe5b6, 0xe5b7, 0xe5b8, 0xe5b9,
++  0xe5ba, 0xe5bb, 0xe5bc, 0xe5bd, 0xe5be, 0xe5bf, 0xe5c0, 0xe5c1,
++  0xe5c2, 0xe5c3, 0xe5c4, 0xe5c5, 0xe5c6, 0xe5c7, 0xe5c8, 0xe5c9,
++  0xe5ca, 0xe5cb, 0xe5cc, 0xe5cd, 0xe5ce, 0xe5cf, 0xe5d0, 0xe5d1,
++  0xe5d2, 0xe5d3, 0xe5d4, 0xe5d5, 0xe5d6, 0xe5d7, 0xe5d8, 0xe5d9,
++  0xe5da, 0xe5db, 0xe5dc, 0xe5dd, 0xe5de, 0xe5df,
++  /* 0x7b */
++  0xe5e0, 0xe5e1, 0xe5e2, 0xe5e3, 0xe5e4, 0xe5e5, 0xe5e6, 0xe5e7,
++  0xe5e8, 0xe5e9, 0xe5ea, 0xe5eb, 0xe5ec, 0xe5ed, 0xe5ee, 0xe5ef,
++  0xe5f0, 0xe5f1, 0xe5f2, 0xe5f3, 0xe5f4, 0xe5f5, 0xe5f6, 0xe5f7,
++  0xe5f8, 0xe5f9, 0xe5fa, 0xe5fb, 0xe5fc, 0xe5fd, 0xe5fe, 0xe5ff,
++  0xe600, 0xe601, 0xe602, 0xe603, 0xe604, 0xe605, 0xe606, 0xe607,
++  0xe608, 0xe609, 0xe60a, 0xe60b, 0xe60c, 0xe60d, 0xe60e, 0xe60f,
++  0xe610, 0xe611, 0xe612, 0xe613, 0xe614, 0xe615, 0xe616, 0xe617,
++  0xe618, 0xe619, 0xe61a, 0xe61b, 0xe61c, 0xe61d, 0xe61e, 0xe61f,
++  0xe620, 0xe621, 0xe622, 0xe623, 0xe624, 0xe625, 0xe626, 0xe627,
++  0xe628, 0xe629, 0xe62a, 0xe62b, 0xe62c, 0xe62d, 0xe62e, 0xe62f,
++  0xe630, 0xe631, 0xe632, 0xe633, 0xe634, 0xe635, 0xe636, 0xe637,
++  0xe638, 0xe639, 0xe63a, 0xe63b, 0xe63c, 0xe63d,
++  /* 0x7c */
++  0xe63e, 0xe63f, 0xe640, 0xe641, 0xe642, 0xe643, 0xe644, 0xe645,
++  0xe646, 0xe647, 0xe648, 0xe649, 0xe64a, 0xe64b, 0xe64c, 0xe64d,
++  0xe64e, 0xe64f, 0xe650, 0xe651, 0xe652, 0xe653, 0xe654, 0xe655,
++  0xe656, 0xe657, 0xe658, 0xe659, 0xe65a, 0xe65b, 0xe65c, 0xe65d,
++  0xe65e, 0xe65f, 0xe660, 0xe661, 0xe662, 0xe663, 0xe664, 0xe665,
++  0xe666, 0xe667, 0xe668, 0xe669, 0xe66a, 0xe66b, 0xe66c, 0xe66d,
++  0xe66e, 0xe66f, 0xe670, 0xe671, 0xe672, 0xe673, 0xe674, 0xe675,
++  0xe676, 0xe677, 0xe678, 0xe679, 0xe67a, 0xe67b, 0xe67c, 0xe67d,
++  0xe67e, 0xe67f, 0xe680, 0xe681, 0xe682, 0xe683, 0xe684, 0xe685,
++  0xe686, 0xe687, 0xe688, 0xe689, 0xe68a, 0xe68b, 0xe68c, 0xe68d,
++  0xe68e, 0xe68f, 0xe690, 0xe691, 0xe692, 0xe693, 0xe694, 0xe695,
++  0xe696, 0xe697, 0xe698, 0xe699, 0xe69a, 0xe69b,
++  /* 0x7d */
++  0xe69c, 0xe69d, 0xe69e, 0xe69f, 0xe6a0, 0xe6a1, 0xe6a2, 0xe6a3,
++  0xe6a4, 0xe6a5, 0xe6a6, 0xe6a7, 0xe6a8, 0xe6a9, 0xe6aa, 0xe6ab,
++  0xe6ac, 0xe6ad, 0xe6ae, 0xe6af, 0xe6b0, 0xe6b1, 0xe6b2, 0xe6b3,
++  0xe6b4, 0xe6b5, 0xe6b6, 0xe6b7, 0xe6b8, 0xe6b9, 0xe6ba, 0xe6bb,
++  0xe6bc, 0xe6bd, 0xe6be, 0xe6bf, 0xe6c0, 0xe6c1, 0xe6c2, 0xe6c3,
++  0xe6c4, 0xe6c5, 0xe6c6, 0xe6c7, 0xe6c8, 0xe6c9, 0xe6ca, 0xe6cb,
++  0xe6cc, 0xe6cd, 0xe6ce, 0xe6cf, 0xe6d0, 0xe6d1, 0xe6d2, 0xe6d3,
++  0xe6d4, 0xe6d5, 0xe6d6, 0xe6d7, 0xe6d8, 0xe6d9, 0xe6da, 0xe6db,
++  0xe6dc, 0xe6dd, 0xe6de, 0xe6df, 0xe6e0, 0xe6e1, 0xe6e2, 0xe6e3,
++  0xe6e4, 0xe6e5, 0xe6e6, 0xe6e7, 0xe6e8, 0xe6e9, 0xe6ea, 0xe6eb,
++  0xe6ec, 0xe6ed, 0xe6ee, 0xe6ef, 0xe6f0, 0xe6f1, 0xe6f2, 0xe6f3,
++  0xe6f4, 0xe6f5, 0xe6f6, 0xe6f7, 0xe6f8, 0xe6f9,
++  /* 0x7e */
++  0xe6fa, 0xe6fb, 0xe6fc, 0xe6fd, 0xe6fe, 0xe6ff, 0xe700, 0xe701,
++  0xe702, 0xe703, 0xe704, 0xe705, 0xe706, 0xe707, 0xe708, 0xe709,
++  0xe70a, 0xe70b, 0xe70c, 0xe70d, 0xe70e, 0xe70f, 0xe710, 0xe711,
++  0xe712, 0xe713, 0xe714, 0xe715, 0xe716, 0xe717, 0xe718, 0xe719,
++  0xe71a, 0xe71b, 0xe71c, 0xe71d, 0xe71e, 0xe71f, 0xe720, 0xe721,
++  0xe722, 0xe723, 0xe724, 0xe725, 0xe726, 0xe727, 0xe728, 0xe729,
++  0xe72a, 0xe72b, 0xe72c, 0xe72d, 0xe72e, 0xe72f, 0xe730, 0xe731,
++  0xe732, 0xe733, 0xe734, 0xe735, 0xe736, 0xe737, 0xe738, 0xe739,
++  0xe73a, 0xe73b, 0xe73c, 0xe73d, 0xe73e, 0xe73f, 0xe740, 0xe741,
++  0xe742, 0xe743, 0xe744, 0xe745, 0xe746, 0xe747, 0xe748, 0xe749,
++  0xe74a, 0xe74b, 0xe74c, 0xe74d, 0xe74e, 0xe74f, 0xe750, 0xe751,
++  0xe752, 0xe753, 0xe754, 0xe755, 0xe756, 0xe757,
++};
++
++static int
++jisx0212vdc_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
++{
++  unsigned char c1 = s[0];
++  if ((c1 == 0x22) || (c1 >= 0x30 && c1 <= 0x35) || (c1 >= 0x37 && c1 <= 0x55) || (c1 >= 0x57 && c1 <= 0x59) || (c1 >= 0x5c && c1 <= 0x6c) || (c1 >= 0x73 && c1 <= 0x7e)) {
++    if (n >= 2) {
++      unsigned char c2 = s[1];
++      if (c2 >= 0x21 && c2 < 0x7f) {
++        unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
++        unsigned short wc = 0xfffd;
++        if (i < 1410) {
++          if (i < 175)
++            wc = jisx0212vdc_2uni_page22[i-94];
++        } else if (i < 2068) {
++          if (i < 1952)
++            wc = jisx0212vdc_2uni_page30[i-1410];
++        } else if (i < 5076) {
++          if (i < 4902)
++            wc = jisx0212vdc_2uni_page37[i-2068];
++        } else if (i < 5546) {
++          if (i < 5313)
++            wc = jisx0212vdc_2uni_page57[i-5076];
++        } else if (i < 7708) {
++          if (i < 7104)
++            wc = jisx0212vdc_2uni_page5c[i-5546];
++        } else {
++          if (i < 8836)
++            wc = jisx0212vdc_2uni_page73[i-7708];
++        }
++        if (wc != 0xfffd) {
++          *pwc = (ucs4_t) wc;
++          return 2;
++        }
++      }
++      return RET_ILSEQ;
++    }
++    return RET_TOOFEW(0);
++  }
++  return RET_ILSEQ;
++}
++
++static const unsigned short jisx0212vdc_2charset[1326] = {
++  0x2243, 0x742c, 0x742d, 0x737d, 0x737e, 0x7421, 0x7422, 0x7423,
++  0x7424, 0x7425, 0x7426, 0x7427, 0x7428, 0x7373, 0x7374, 0x7375,
++  0x7376, 0x7377, 0x7378, 0x7379, 0x737a, 0x737b, 0x737c, 0x742b,
++  0x3029, 0x3048, 0x742f, 0x3052, 0x3054, 0x3063, 0x306e, 0x3123,
++  0x3127, 0x3129, 0x312c, 0x313b, 0x313e, 0x3148, 0x3157, 0x3158,
++  0x315f, 0x3161, 0x3163, 0x3174, 0x3223, 0x323b, 0x7430, 0x3266,
++  0x326d, 0x3275, 0x327c, 0x7431, 0x3335, 0x3358, 0x335b, 0x335d,
++  0x3365, 0x336e, 0x337b, 0x7432, 0x7433, 0x3440, 0x3447, 0x3450,
++  0x345e, 0x7435, 0x352a, 0x352f, 0x3544, 0x3568, 0x7436, 0x3742,
++  0x3764, 0x3767, 0x3768, 0x7439, 0x384e, 0x3861, 0x3875, 0x3877,
++  0x3878, 0x387c, 0x392f, 0x3937, 0x3a3e, 0x3a5b, 0x3a61, 0x743a,
++  0x3a6b, 0x3b33, 0x3b38, 0x743b, 0x3b4a, 0x3b50, 0x743c, 0x3b5e,
++  0x3b74, 0x3b75, 0x3b79, 0x3c64, 0x3c6d, 0x3c74, 0x3c7e, 0x743e,
++  0x3d42, 0x3d67, 0x743f, 0x3d70, 0x3e2c, 0x3e30, 0x3e33, 0x3e3d,
++  0x7440, 0x3e49, 0x3e4d, 0x3e64, 0x3f28, 0x3f49, 0x4044, 0x4064,
++  0x4074, 0x4126, 0x7441, 0x4175, 0x4178, 0x417c, 0x4221, 0x4225,
++  0x422b, 0x422d, 0x7442, 0x4238, 0x423a, 0x7443, 0x4244, 0x4252,
++  0x4257, 0x425b, 0x425e, 0x426d, 0x423f, 0x4270, 0x4321, 0x4335,
++  0x4339, 0x7446, 0x4358, 0x4349, 0x437c, 0x437e, 0x444c, 0x4459,
++  0x446a, 0x447d, 0x4527, 0x7449, 0x4535, 0x4536, 0x744a, 0x4555,
++  0x4638, 0x4657, 0x4660, 0x4663, 0x466a, 0x4721, 0x472b, 0x4743,
++  0x4747, 0x474b, 0x474f, 0x4759, 0x744c, 0x744b, 0x4766, 0x476b,
++  0x476e, 0x4770, 0x477c, 0x4831, 0x4865, 0x4878, 0x4926, 0x492b,
++  0x492d, 0x744d, 0x494a, 0x4953, 0x742e, 0x4963, 0x4969, 0x4974,
++  0x4975, 0x497c, 0x4a33, 0x4a3d, 0x4a6f, 0x4a71, 0x4b2e, 0x4b4a,
++  0x4b66, 0x4b6a, 0x4b6e, 0x4b70, 0x4b74, 0x4b79, 0x4c25, 0x4c2b,
++  0x4c2d, 0x4c2e, 0x4c32, 0x4c42, 0x4c50, 0x4c59, 0x7450, 0x4d2a,
++  0x4d3b, 0x7451, 0x4e3a, 0x4e3b, 0x7452, 0x4e43, 0x4e72, 0x4f55,
++  0x4f62, 0x4f69, 0x4f6d, 0x7454, 0x5065, 0x5069, 0x5168, 0x7459,
++  0x516c, 0x523b, 0x5361, 0x5368, 0x745c, 0x5427, 0x745d, 0x5454,
++  0x5463, 0x5472, 0x552e, 0x575e, 0x745f, 0x5822, 0x5837, 0x5841,
++  0x5851, 0x5874, 0x5921, 0x5946, 0x5948, 0x5951, 0x7461, 0x7464,
++  0x5c53, 0x5c5f, 0x5d48, 0x5d54, 0x5d6a, 0x5d7a, 0x5e24, 0x5e30,
++  0x5e35, 0x5e4b, 0x7466, 0x5f39, 0x7467, 0x5f43, 0x7468, 0x6059,
++  0x6162, 0x746c, 0x746e, 0x6247, 0x6326, 0x6328, 0x6329, 0x632a,
++  0x632b, 0x632f, 0x6330, 0x633c, 0x633f, 0x6341, 0x6354, 0x6355,
++  0x6356, 0x6358, 0x635f, 0x6361, 0x6363, 0x6369, 0x6371, 0x6372,
++  0x6378, 0x6426, 0x643e, 0x643f, 0x6440, 0x6441, 0x6443, 0x6447,
++  0x644b, 0x6450, 0x6451, 0x6452, 0x6454, 0x645b, 0x645c, 0x645e,
++  0x6460, 0x6469, 0x646f, 0x647a, 0x6533, 0x653f, 0x6549, 0x6550,
++  0x6562, 0x656a, 0x656b, 0x7471, 0x6668, 0x666f, 0x672c, 0x7474,
++  0x672e, 0x7475, 0x6731, 0x7476, 0x6732, 0x6831, 0x6836, 0x685d,
++  0x747a, 0x6951, 0x747b, 0x696d, 0x747c, 0x6a4d, 0x6a5b, 0x6a66,
++  0x6a6a, 0x6b25, 0x6b7a, 0x6b7b, 0x6c56, 0x747e, 0x7521, 0x7522,
++  0x7523, 0x7524, 0x7525, 0x7526, 0x7527, 0x7528, 0x7529, 0x752a,
++  0x752b, 0x752c, 0x752d, 0x752e, 0x752f, 0x7530, 0x7531, 0x7532,
++  0x7533, 0x7534, 0x7535, 0x7536, 0x7537, 0x7538, 0x7539, 0x753a,
++  0x753b, 0x753c, 0x753d, 0x753e, 0x753f, 0x7540, 0x7541, 0x7542,
++  0x7543, 0x7544, 0x7545, 0x7546, 0x7547, 0x7548, 0x7549, 0x754a,
++  0x754b, 0x754c, 0x754d, 0x754e, 0x754f, 0x7550, 0x7551, 0x7552,
++  0x7553, 0x7554, 0x7555, 0x7556, 0x7557, 0x7558, 0x7559, 0x755a,
++  0x755b, 0x755c, 0x755d, 0x755e, 0x755f, 0x7560, 0x7561, 0x7562,
++  0x7563, 0x7564, 0x7565, 0x7566, 0x7567, 0x7568, 0x7569, 0x756a,
++  0x756b, 0x756c, 0x756d, 0x756e, 0x756f, 0x7570, 0x7571, 0x7572,
++  0x7573, 0x7574, 0x7575, 0x7576, 0x7577, 0x7578, 0x7579, 0x757a,
++  0x757b, 0x757c, 0x757d, 0x757e, 0x7621, 0x7622, 0x7623, 0x7624,
++  0x7625, 0x7626, 0x7627, 0x7628, 0x7629, 0x762a, 0x762b, 0x762c,
++  0x762d, 0x762e, 0x762f, 0x7630, 0x7631, 0x7632, 0x7633, 0x7634,
++  0x7635, 0x7636, 0x7637, 0x7638, 0x7639, 0x763a, 0x763b, 0x763c,
++  0x763d, 0x763e, 0x763f, 0x7640, 0x7641, 0x7642, 0x7643, 0x7644,
++  0x7645, 0x7646, 0x7647, 0x7648, 0x7649, 0x764a, 0x764b, 0x764c,
++  0x764d, 0x764e, 0x764f, 0x7650, 0x7651, 0x7652, 0x7653, 0x7654,
++  0x7655, 0x7656, 0x7657, 0x7658, 0x7659, 0x765a, 0x765b, 0x765c,
++  0x765d, 0x765e, 0x765f, 0x7660, 0x7661, 0x7662, 0x7663, 0x7664,
++  0x7665, 0x7666, 0x7667, 0x7668, 0x7669, 0x766a, 0x766b, 0x766c,
++  0x766d, 0x766e, 0x766f, 0x7670, 0x7671, 0x7672, 0x7673, 0x7674,
++  0x7675, 0x7676, 0x7677, 0x7678, 0x7679, 0x767a, 0x767b, 0x767c,
++  0x767d, 0x767e, 0x7721, 0x7722, 0x7723, 0x7724, 0x7725, 0x7726,
++  0x7727, 0x7728, 0x7729, 0x772a, 0x772b, 0x772c, 0x772d, 0x772e,
++  0x772f, 0x7730, 0x7731, 0x7732, 0x7733, 0x7734, 0x7735, 0x7736,
++  0x7737, 0x7738, 0x7739, 0x773a, 0x773b, 0x773c, 0x773d, 0x773e,
++  0x773f, 0x7740, 0x7741, 0x7742, 0x7743, 0x7744, 0x7745, 0x7746,
++  0x7747, 0x7748, 0x7749, 0x774a, 0x774b, 0x774c, 0x774d, 0x774e,
++  0x774f, 0x7750, 0x7751, 0x7752, 0x7753, 0x7754, 0x7755, 0x7756,
++  0x7757, 0x7758, 0x7759, 0x775a, 0x775b, 0x775c, 0x775d, 0x775e,
++  0x775f, 0x7760, 0x7761, 0x7762, 0x7763, 0x7764, 0x7765, 0x7766,
++  0x7767, 0x7768, 0x7769, 0x776a, 0x776b, 0x776c, 0x776d, 0x776e,
++  0x776f, 0x7770, 0x7771, 0x7772, 0x7773, 0x7774, 0x7775, 0x7776,
++  0x7777, 0x7778, 0x7779, 0x777a, 0x777b, 0x777c, 0x777d, 0x777e,
++  0x7821, 0x7822, 0x7823, 0x7824, 0x7825, 0x7826, 0x7827, 0x7828,
++  0x7829, 0x782a, 0x782b, 0x782c, 0x782d, 0x782e, 0x782f, 0x7830,
++  0x7831, 0x7832, 0x7833, 0x7834, 0x7835, 0x7836, 0x7837, 0x7838,
++  0x7839, 0x783a, 0x783b, 0x783c, 0x783d, 0x783e, 0x783f, 0x7840,
++  0x7841, 0x7842, 0x7843, 0x7844, 0x7845, 0x7846, 0x7847, 0x7848,
++  0x7849, 0x784a, 0x784b, 0x784c, 0x784d, 0x784e, 0x784f, 0x7850,
++  0x7851, 0x7852, 0x7853, 0x7854, 0x7855, 0x7856, 0x7857, 0x7858,
++  0x7859, 0x785a, 0x785b, 0x785c, 0x785d, 0x785e, 0x785f, 0x7860,
++  0x7861, 0x7862, 0x7863, 0x7864, 0x7865, 0x7866, 0x7867, 0x7868,
++  0x7869, 0x786a, 0x786b, 0x786c, 0x786d, 0x786e, 0x786f, 0x7870,
++  0x7871, 0x7872, 0x7873, 0x7874, 0x7875, 0x7876, 0x7877, 0x7878,
++  0x7879, 0x787a, 0x787b, 0x787c, 0x787d, 0x787e, 0x7921, 0x7922,
++  0x7923, 0x7924, 0x7925, 0x7926, 0x7927, 0x7928, 0x7929, 0x792a,
++  0x792b, 0x792c, 0x792d, 0x792e, 0x792f, 0x7930, 0x7931, 0x7932,
++  0x7933, 0x7934, 0x7935, 0x7936, 0x7937, 0x7938, 0x7939, 0x793a,
++  0x793b, 0x793c, 0x793d, 0x793e, 0x793f, 0x7940, 0x7941, 0x7942,
++  0x7943, 0x7944, 0x7945, 0x7946, 0x7947, 0x7948, 0x7949, 0x794a,
++  0x794b, 0x794c, 0x794d, 0x794e, 0x794f, 0x7950, 0x7951, 0x7952,
++  0x7953, 0x7954, 0x7955, 0x7956, 0x7957, 0x7958, 0x7959, 0x795a,
++  0x795b, 0x795c, 0x795d, 0x795e, 0x795f, 0x7960, 0x7961, 0x7962,
++  0x7963, 0x7964, 0x7965, 0x7966, 0x7967, 0x7968, 0x7969, 0x796a,
++  0x796b, 0x796c, 0x796d, 0x796e, 0x796f, 0x7970, 0x7971, 0x7972,
++  0x7973, 0x7974, 0x7975, 0x7976, 0x7977, 0x7978, 0x7979, 0x797a,
++  0x797b, 0x797c, 0x797d, 0x797e, 0x7a21, 0x7a22, 0x7a23, 0x7a24,
++  0x7a25, 0x7a26, 0x7a27, 0x7a28, 0x7a29, 0x7a2a, 0x7a2b, 0x7a2c,
++  0x7a2d, 0x7a2e, 0x7a2f, 0x7a30, 0x7a31, 0x7a32, 0x7a33, 0x7a34,
++  0x7a35, 0x7a36, 0x7a37, 0x7a38, 0x7a39, 0x7a3a, 0x7a3b, 0x7a3c,
++  0x7a3d, 0x7a3e, 0x7a3f, 0x7a40, 0x7a41, 0x7a42, 0x7a43, 0x7a44,
++  0x7a45, 0x7a46, 0x7a47, 0x7a48, 0x7a49, 0x7a4a, 0x7a4b, 0x7a4c,
++  0x7a4d, 0x7a4e, 0x7a4f, 0x7a50, 0x7a51, 0x7a52, 0x7a53, 0x7a54,
++  0x7a55, 0x7a56, 0x7a57, 0x7a58, 0x7a59, 0x7a5a, 0x7a5b, 0x7a5c,
++  0x7a5d, 0x7a5e, 0x7a5f, 0x7a60, 0x7a61, 0x7a62, 0x7a63, 0x7a64,
++  0x7a65, 0x7a66, 0x7a67, 0x7a68, 0x7a69, 0x7a6a, 0x7a6b, 0x7a6c,
++  0x7a6d, 0x7a6e, 0x7a6f, 0x7a70, 0x7a71, 0x7a72, 0x7a73, 0x7a74,
++  0x7a75, 0x7a76, 0x7a77, 0x7a78, 0x7a79, 0x7a7a, 0x7a7b, 0x7a7c,
++  0x7a7d, 0x7a7e, 0x7b21, 0x7b22, 0x7b23, 0x7b24, 0x7b25, 0x7b26,
++  0x7b27, 0x7b28, 0x7b29, 0x7b2a, 0x7b2b, 0x7b2c, 0x7b2d, 0x7b2e,
++  0x7b2f, 0x7b30, 0x7b31, 0x7b32, 0x7b33, 0x7b34, 0x7b35, 0x7b36,
++  0x7b37, 0x7b38, 0x7b39, 0x7b3a, 0x7b3b, 0x7b3c, 0x7b3d, 0x7b3e,
++  0x7b3f, 0x7b40, 0x7b41, 0x7b42, 0x7b43, 0x7b44, 0x7b45, 0x7b46,
++  0x7b47, 0x7b48, 0x7b49, 0x7b4a, 0x7b4b, 0x7b4c, 0x7b4d, 0x7b4e,
++  0x7b4f, 0x7b50, 0x7b51, 0x7b52, 0x7b53, 0x7b54, 0x7b55, 0x7b56,
++  0x7b57, 0x7b58, 0x7b59, 0x7b5a, 0x7b5b, 0x7b5c, 0x7b5d, 0x7b5e,
++  0x7b5f, 0x7b60, 0x7b61, 0x7b62, 0x7b63, 0x7b64, 0x7b65, 0x7b66,
++  0x7b67, 0x7b68, 0x7b69, 0x7b6a, 0x7b6b, 0x7b6c, 0x7b6d, 0x7b6e,
++  0x7b6f, 0x7b70, 0x7b71, 0x7b72, 0x7b73, 0x7b74, 0x7b75, 0x7b76,
++  0x7b77, 0x7b78, 0x7b79, 0x7b7a, 0x7b7b, 0x7b7c, 0x7b7d, 0x7b7e,
++  0x7c21, 0x7c22, 0x7c23, 0x7c24, 0x7c25, 0x7c26, 0x7c27, 0x7c28,
++  0x7c29, 0x7c2a, 0x7c2b, 0x7c2c, 0x7c2d, 0x7c2e, 0x7c2f, 0x7c30,
++  0x7c31, 0x7c32, 0x7c33, 0x7c34, 0x7c35, 0x7c36, 0x7c37, 0x7c38,
++  0x7c39, 0x7c3a, 0x7c3b, 0x7c3c, 0x7c3d, 0x7c3e, 0x7c3f, 0x7c40,
++  0x7c41, 0x7c42, 0x7c43, 0x7c44, 0x7c45, 0x7c46, 0x7c47, 0x7c48,
++  0x7c49, 0x7c4a, 0x7c4b, 0x7c4c, 0x7c4d, 0x7c4e, 0x7c4f, 0x7c50,
++  0x7c51, 0x7c52, 0x7c53, 0x7c54, 0x7c55, 0x7c56, 0x7c57, 0x7c58,
++  0x7c59, 0x7c5a, 0x7c5b, 0x7c5c, 0x7c5d, 0x7c5e, 0x7c5f, 0x7c60,
++  0x7c61, 0x7c62, 0x7c63, 0x7c64, 0x7c65, 0x7c66, 0x7c67, 0x7c68,
++  0x7c69, 0x7c6a, 0x7c6b, 0x7c6c, 0x7c6d, 0x7c6e, 0x7c6f, 0x7c70,
++  0x7c71, 0x7c72, 0x7c73, 0x7c74, 0x7c75, 0x7c76, 0x7c77, 0x7c78,
++  0x7c79, 0x7c7a, 0x7c7b, 0x7c7c, 0x7c7d, 0x7c7e, 0x7d21, 0x7d22,
++  0x7d23, 0x7d24, 0x7d25, 0x7d26, 0x7d27, 0x7d28, 0x7d29, 0x7d2a,
++  0x7d2b, 0x7d2c, 0x7d2d, 0x7d2e, 0x7d2f, 0x7d30, 0x7d31, 0x7d32,
++  0x7d33, 0x7d34, 0x7d35, 0x7d36, 0x7d37, 0x7d38, 0x7d39, 0x7d3a,
++  0x7d3b, 0x7d3c, 0x7d3d, 0x7d3e, 0x7d3f, 0x7d40, 0x7d41, 0x7d42,
++  0x7d43, 0x7d44, 0x7d45, 0x7d46, 0x7d47, 0x7d48, 0x7d49, 0x7d4a,
++  0x7d4b, 0x7d4c, 0x7d4d, 0x7d4e, 0x7d4f, 0x7d50, 0x7d51, 0x7d52,
++  0x7d53, 0x7d54, 0x7d55, 0x7d56, 0x7d57, 0x7d58, 0x7d59, 0x7d5a,
++  0x7d5b, 0x7d5c, 0x7d5d, 0x7d5e, 0x7d5f, 0x7d60, 0x7d61, 0x7d62,
++  0x7d63, 0x7d64, 0x7d65, 0x7d66, 0x7d67, 0x7d68, 0x7d69, 0x7d6a,
++  0x7d6b, 0x7d6c, 0x7d6d, 0x7d6e, 0x7d6f, 0x7d70, 0x7d71, 0x7d72,
++  0x7d73, 0x7d74, 0x7d75, 0x7d76, 0x7d77, 0x7d78, 0x7d79, 0x7d7a,
++  0x7d7b, 0x7d7c, 0x7d7d, 0x7d7e, 0x7e21, 0x7e22, 0x7e23, 0x7e24,
++  0x7e25, 0x7e26, 0x7e27, 0x7e28, 0x7e29, 0x7e2a, 0x7e2b, 0x7e2c,
++  0x7e2d, 0x7e2e, 0x7e2f, 0x7e30, 0x7e31, 0x7e32, 0x7e33, 0x7e34,
++  0x7e35, 0x7e36, 0x7e37, 0x7e38, 0x7e39, 0x7e3a, 0x7e3b, 0x7e3c,
++  0x7e3d, 0x7e3e, 0x7e3f, 0x7e40, 0x7e41, 0x7e42, 0x7e43, 0x7e44,
++  0x7e45, 0x7e46, 0x7e47, 0x7e48, 0x7e49, 0x7e4a, 0x7e4b, 0x7e4c,
++  0x7e4d, 0x7e4e, 0x7e4f, 0x7e50, 0x7e51, 0x7e52, 0x7e53, 0x7e54,
++  0x7e55, 0x7e56, 0x7e57, 0x7e58, 0x7e59, 0x7e5a, 0x7e5b, 0x7e5c,
++  0x7e5d, 0x7e5e, 0x7e5f, 0x7e60, 0x7e61, 0x7e62, 0x7e63, 0x7e64,
++  0x7e65, 0x7e66, 0x7e67, 0x7e68, 0x7e69, 0x7e6a, 0x7e6b, 0x7e6c,
++  0x7e6d, 0x7e6e, 0x7e6f, 0x7e70, 0x7e71, 0x7e72, 0x7e73, 0x7e74,
++  0x7e75, 0x7e76, 0x7e77, 0x7e78, 0x7e79, 0x7e7a, 0x7e7b, 0x7e7c,
++  0x7e7d, 0x7e7e, 0x7445, 0x7472, 0x7434, 0x7437, 0x7438, 0x743d,
++  0x7444, 0x7447, 0x7448, 0x744e, 0x744f, 0x7453, 0x7455, 0x7456,
++  0x7457, 0x7458, 0x745a, 0x745b, 0x745e, 0x7460, 0x7462, 0x7463,
++  0x7465, 0x7469, 0x746a, 0x746b, 0x746d, 0x746f, 0x7470, 0x7473,
++  0x7477, 0x7478, 0x7479, 0x747d, 0x742a, 0x7429,
++};
++
++static const Summary16 jisx0212vdc_uni2indx_page00[11] = {
++  /* 0x0000 */
++  {    0, 0x0000 }, {    0, 0x0000 }, {    0, 0x0000 }, {    0, 0x0000 },
++  {    0, 0x0000 }, {    0, 0x0000 }, {    0, 0x0000 }, {    0, 0x0000 },
++  {    0, 0x0000 }, {    0, 0x0000 }, {    0, 0x0040 },
++};
++static const Summary16 jisx0212vdc_uni2indx_page21[8] = {
++  /* 0x2100 */
++  {    1, 0x0000 }, {    1, 0x0040 }, {    2, 0x0002 }, {    3, 0x0000 },
++  {    3, 0x0000 }, {    3, 0x0000 }, {    3, 0x03ff }, {   13, 0x03ff },
++};
++static const Summary16 jisx0212vdc_uni2indx_page32[4] = {
++  /* 0x3200 */
++  {   23, 0x0000 }, {   23, 0x0000 }, {   23, 0x0000 }, {   23, 0x0002 },
++};
++static const Summary16 jisx0212vdc_uni2indx_page4e[121] = {
++  /* 0x4e00 */
++  {   24, 0x0000 }, {   24, 0x0000 }, {   24, 0x0100 }, {   25, 0x0000 },
++  {   25, 0x0000 }, {   25, 0x0000 }, {   25, 0x0000 }, {   25, 0x0000 },
++  {   25, 0x0000 }, {   25, 0x0000 }, {   25, 0x0000 }, {   25, 0x0000 },
++  {   25, 0x0000 }, {   25, 0x0000 }, {   25, 0x0002 }, {   26, 0x1000 },
++  /* 0x4f00 */
++  {   27, 0x0009 }, {   29, 0x0000 }, {   29, 0x0000 }, {   29, 0x0200 },
++  {   30, 0x0000 }, {   30, 0x0040 }, {   31, 0x0000 }, {   31, 0x0000 },
++  {   31, 0x0400 }, {   32, 0x0414 }, {   35, 0x0000 }, {   35, 0x0000 },
++  {   35, 0x2200 }, {   37, 0x0000 }, {   37, 0x0000 }, {   37, 0x8000 },
++  /* 0x5000 */
++  {   38, 0x0000 }, {   38, 0x4000 }, {   39, 0x0004 }, {   40, 0x0000 },
++  {   40, 0x0045 }, {   43, 0x0000 }, {   43, 0x0000 }, {   43, 0x0001 },
++  {   44, 0x0000 }, {   44, 0x0010 }, {   45, 0x0000 }, {   45, 0x0000 },
++  {   45, 0x0000 }, {   45, 0x0100 }, {   46, 0x0000 }, {   46, 0x0010 },
++  /* 0x5100 */
++  {   47, 0x0000 }, {   47, 0x0000 }, {   47, 0x0000 }, {   47, 0x0000 },
++  {   47, 0x0400 }, {   48, 0x0000 }, {   48, 0x0010 }, {   49, 0x0000 },
++  {   49, 0x0000 }, {   49, 0x2000 }, {   50, 0x0000 }, {   50, 0x4000 },
++  {   51, 0x0000 }, {   51, 0x0000 }, {   51, 0x1000 }, {   52, 0x0000 },
++  /* 0x5200 */
++  {   52, 0x0000 }, {   52, 0x0020 }, {   53, 0x0000 }, {   53, 0x0000 },
++  {   53, 0x0000 }, {   53, 0x0000 }, {   53, 0x0000 }, {   53, 0x0000 },
++  {   53, 0x0000 }, {   53, 0x1000 }, {   54, 0x8040 }, {   56, 0x0000 },
++  {   56, 0x0001 }, {   57, 0x0800 }, {   58, 0x0000 }, {   58, 0x0000 },
++  /* 0x5300 */
++  {   58, 0x0081 }, {   60, 0x0000 }, {   60, 0x0010 }, {   61, 0x0000 },
++  {   61, 0x0000 }, {   61, 0x0000 }, {   61, 0x0000 }, {   61, 0x0004 },
++  {   62, 0x0000 }, {   62, 0x0008 }, {   63, 0x0000 }, {   63, 0x0004 },
++  {   64, 0x0000 }, {   64, 0x2000 }, {   65, 0x0000 }, {   65, 0x0000 },
++  /* 0x5400 */
++  {   65, 0x0000 }, {   65, 0x0000 }, {   65, 0x0000 }, {   65, 0x0000 },
++  {   65, 0x0000 }, {   65, 0x0000 }, {   65, 0x0000 }, {   65, 0x0000 },
++  {   65, 0x0400 }, {   66, 0x1000 }, {   67, 0x0200 }, {   68, 0x0000 },
++  {   68, 0x0000 }, {   68, 0x0000 }, {   68, 0x0000 }, {   68, 0x8000 },
++  /* 0x5500 */
++  {   69, 0x0000 }, {   69, 0x0000 }, {   69, 0x0000 }, {   69, 0x0000 },
++  {   69, 0x0000 }, {   69, 0x0000 }, {   69, 0x0000 }, {   69, 0x0000 },
++  {   69, 0x0040 },
++};
++static const Summary16 jisx0212vdc_uni2indx_page57[44] = {
++  /* 0x5700 */
++  {   70, 0x0000 }, {   70, 0x0000 }, {   70, 0x0000 }, {   70, 0x0000 },
++  {   70, 0x0000 }, {   70, 0x0200 }, {   71, 0x0020 }, {   72, 0x0000 },
++  {   72, 0x0000 }, {   72, 0x0000 }, {   72, 0x1000 }, {   73, 0x0000 },
++  {   73, 0x0180 }, {   75, 0x0000 }, {   75, 0x0000 }, {   75, 0x0000 },
++  /* 0x5800 */
++  {   75, 0x0000 }, {   75, 0x0000 }, {   75, 0x0000 }, {   75, 0x0000 },
++  {   75, 0x0000 }, {   75, 0x0000 }, {   75, 0x0000 }, {   75, 0x0000 },
++  {   75, 0x0000 }, {   75, 0x4000 }, {   76, 0x0000 }, {   76, 0x0004 },
++  {   77, 0x0000 }, {   77, 0x0000 }, {   77, 0x0000 }, {   77, 0x0000 },
++  /* 0x5900 */
++  {   77, 0x0800 }, {   78, 0x0000 }, {   78, 0x0000 }, {   78, 0x0000 },
++  {   78, 0x0000 }, {   78, 0x2808 }, {   81, 0x0008 }, {   82, 0x0000 },
++  {   82, 0x0000 }, {   82, 0x0000 }, {   82, 0x0010 }, {   83, 0x0400 },
++};
++static const Summary16 jisx0212vdc_uni2indx_page5b[46] = {
++  /* 0x5b00 */
++  {   84, 0x0000 }, {   84, 0x0000 }, {   84, 0x0000 }, {   84, 0x0000 },
++  {   84, 0x0000 }, {   84, 0x0040 }, {   85, 0x0000 }, {   85, 0x0000 },
++  {   85, 0x0000 }, {   85, 0x0000 }, {   85, 0x0000 }, {   85, 0x0000 },
++  {   85, 0x0001 }, {   86, 0x0100 }, {   87, 0x1000 }, {   88, 0x0000 },
++  /* 0x5c00 */
++  {   88, 0x0000 }, {   88, 0x4000 }, {   89, 0x0000 }, {   89, 0x0000 },
++  {   89, 0x0000 }, {   89, 0x0000 }, {   89, 0x0000 }, {   89, 0x0000 },
++  {   89, 0x0000 }, {   89, 0x0000 }, {   89, 0x0040 }, {   90, 0x0400 },
++  {   91, 0x0000 }, {   91, 0x0000 }, {   91, 0x0000 }, {   91, 0x0020 },
++  /* 0x5d00 */
++  {   92, 0x0000 }, {   92, 0x0000 }, {   92, 0x0080 }, {   93, 0x0000 },
++  {   93, 0x0004 }, {   94, 0x0008 }, {   95, 0x2000 }, {   96, 0x0000 },
++  {   96, 0x0000 }, {   96, 0x0000 }, {   96, 0x0000 }, {   96, 0x0300 },
++  {   98, 0x0000 }, {   98, 0x0001 },
++};
++static const Summary16 jisx0212vdc_uni2indx_page5f[458] = {
++  /* 0x5f00 */
++  {   99, 0x0000 }, {   99, 0x0000 }, {   99, 0x0002 }, {  100, 0x0010 },
++  {  101, 0x0020 }, {  102, 0x0000 }, {  102, 0x0080 }, {  103, 0x0000 },
++  {  103, 0x0000 }, {  103, 0x0000 }, {  103, 0x0000 }, {  103, 0x0080 },
++  {  104, 0x0000 }, {  104, 0x4000 }, {  105, 0x0000 }, {  105, 0x0000 },
++  /* 0x6000 */
++  {  105, 0x0000 }, {  105, 0x0000 }, {  105, 0x0000 }, {  105, 0x0000 },
++  {  105, 0x0000 }, {  105, 0x2000 }, {  106, 0x0000 }, {  106, 0x0000 },
++  {  106, 0x0420 }, {  108, 0x0000 }, {  108, 0x0000 }, {  108, 0x0000 },
++  {  108, 0x0000 }, {  108, 0x4020 }, {  110, 0x0000 }, {  110, 0x0004 },
++  /* 0x6100 */
++  {  111, 0x0000 }, {  111, 0x0002 }, {  112, 0x0001 }, {  113, 0x0081 },
++  {  115, 0x0000 }, {  115, 0x0000 }, {  115, 0x0000 }, {  115, 0x0000 },
++  {  115, 0x0000 }, {  115, 0x0100 }, {  116, 0x0000 }, {  116, 0x0000 },
++  {  116, 0x0000 }, {  116, 0x0000 }, {  116, 0x0000 }, {  116, 0x0000 },
++  /* 0x6200 */
++  {  116, 0x0000 }, {  116, 0x0008 }, {  117, 0x0000 }, {  117, 0x0000 },
++  {  117, 0x0000 }, {  117, 0x0000 }, {  117, 0x0000 }, {  117, 0x0000 },
++  {  117, 0x0000 }, {  117, 0x0000 }, {  117, 0x0040 }, {  118, 0x0000 },
++  {  118, 0x0000 }, {  118, 0x0000 }, {  118, 0x0000 }, {  118, 0x0000 },
++  /* 0x6300 */
++  {  118, 0x0000 }, {  118, 0x0000 }, {  118, 0x0000 }, {  118, 0x0000 },
++  {  118, 0x0000 }, {  118, 0x0000 }, {  118, 0x0000 }, {  118, 0x0000 },
++  {  118, 0x0000 }, {  118, 0x0000 }, {  118, 0x0000 }, {  118, 0x0000 },
++  {  118, 0x0000 }, {  118, 0x0000 }, {  118, 0x0000 }, {  118, 0x0020 },
++  /* 0x6400 */
++  {  119, 0x0000 }, {  119, 0x0000 }, {  119, 0x0000 }, {  119, 0x0000 },
++  {  119, 0x0000 }, {  119, 0x0000 }, {  119, 0x0001 }, {  120, 0x0000 },
++  {  120, 0x0000 }, {  120, 0x2000 }, {  121, 0x0000 }, {  121, 0x0000 },
++  {  121, 0x4000 }, {  122, 0x0000 }, {  122, 0x0000 }, {  122, 0x0000 },
++  /* 0x6500 */
++  {  122, 0x0000 }, {  122, 0x0000 }, {  122, 0x0000 }, {  122, 0x0000 },
++  {  122, 0x4000 }, {  123, 0x0000 }, {  123, 0x0000 }, {  123, 0x0000 },
++  {  123, 0x0000 }, {  123, 0x0000 }, {  123, 0x0000 }, {  123, 0x0000 },
++  {  123, 0x0000 }, {  123, 0x0000 }, {  123, 0x0000 }, {  123, 0x0000 },
++  /* 0x6600 */
++  {  123, 0x0201 }, {  125, 0x4020 }, {  127, 0x4010 }, {  129, 0x0802 },
++  {  131, 0x0000 }, {  131, 0x0280 }, {  133, 0x0020 }, {  134, 0x0008 },
++  {  135, 0x0000 }, {  135, 0x0200 }, {  136, 0x0001 }, {  137, 0x8004 },
++  {  139, 0x0000 }, {  139, 0x0000 }, {  139, 0x0000 }, {  139, 0x0c00 },
++  /* 0x6700 */
++  {  141, 0x4000 }, {  142, 0x0000 }, {  142, 0x0000 }, {  142, 0x0000 },
++  {  142, 0x0000 }, {  142, 0x0000 }, {  142, 0x0040 }, {  143, 0x0000 },
++  {  143, 0x0000 }, {  143, 0x0000 }, {  143, 0x0000 }, {  143, 0x0800 },
++  {  144, 0x0001 }, {  145, 0x0000 }, {  145, 0x0000 }, {  145, 0x0000 },
++  /* 0x6800 */
++  {  145, 0x0002 }, {  146, 0x0000 }, {  146, 0x0000 }, {  146, 0x0000 },
++  {  146, 0x0010 }, {  147, 0x0004 }, {  148, 0x0000 }, {  148, 0x0000 },
++  {  148, 0x0000 }, {  148, 0x0000 }, {  148, 0x0000 }, {  148, 0x0000 },
++  {  148, 0x8100 }, {  150, 0x0000 }, {  150, 0x0000 }, {  150, 0x0000 },
++  /* 0x6900 */
++  {  150, 0x0000 }, {  150, 0x0000 }, {  150, 0x0000 }, {  150, 0x0000 },
++  {  150, 0x0000 }, {  150, 0x0000 }, {  150, 0x0100 }, {  151, 0x0000 },
++  {  151, 0x0000 }, {  151, 0x0100 }, {  152, 0x0000 }, {  152, 0x0000 },
++  {  152, 0x0000 }, {  152, 0x0000 }, {  152, 0x0004 }, {  153, 0x0000 },
++  /* 0x6a00 */
++  {  153, 0x0000 }, {  153, 0x0000 }, {  153, 0x0000 }, {  153, 0x0001 },
++  {  154, 0x0040 }, {  155, 0x0000 }, {  155, 0x0800 }, {  156, 0x4008 },
++  {  158, 0x0000 }, {  158, 0x0000 }, {  158, 0x0000 }, {  158, 0x0000 },
++  {  158, 0x0000 }, {  158, 0x0000 }, {  158, 0x0014 }, {  160, 0x0000 },
++  /* 0x6b00 */
++  {  160, 0x0000 }, {  160, 0x0000 }, {  160, 0x0000 }, {  160, 0x0000 },
++  {  160, 0x0000 }, {  160, 0x0000 }, {  160, 0x0000 }, {  160, 0x0000 },
++  {  160, 0x0000 }, {  160, 0x0000 }, {  160, 0x0000 }, {  160, 0x0000 },
++  {  160, 0x0000 }, {  160, 0x0040 }, {  161, 0x0000 }, {  161, 0x0000 },
++  /* 0x6c00 */
++  {  161, 0x0000 }, {  161, 0x0000 }, {  161, 0x0000 }, {  161, 0x8000 },
++  {  162, 0x0000 }, {  162, 0x1000 }, {  163, 0x8000 }, {  164, 0x0000 },
++  {  164, 0x0040 }, {  165, 0x0000 }, {  165, 0x0000 }, {  165, 0x0000 },
++  {  165, 0x0000 }, {  165, 0x0400 }, {  166, 0x0000 }, {  166, 0x0000 },
++  /* 0x6d00 */
++  {  166, 0x0010 }, {  167, 0x0000 }, {  167, 0x0000 }, {  167, 0x0000 },
++  {  167, 0x0000 }, {  167, 0x0000 }, {  167, 0x8000 }, {  168, 0x0000 },
++  {  168, 0x0080 }, {  169, 0x0040 }, {  170, 0x1000 }, {  171, 0x0000 },
++  {  171, 0x8000 }, {  172, 0x0000 }, {  172, 0x0000 }, {  172, 0x1104 },
++  /* 0x6e00 */
++  {  175, 0x0000 }, {  175, 0x0000 }, {  175, 0x0080 }, {  176, 0x1200 },
++  {  178, 0x0000 }, {  178, 0x1000 }, {  179, 0x0000 }, {  179, 0x0000 },
++  {  179, 0x0000 }, {  179, 0x0000 }, {  179, 0x0000 }, {  179, 0x8000 },
++  {  180, 0x0000 }, {  180, 0x0000 }, {  180, 0x0000 }, {  180, 0x0000 },
++  /* 0x6f00 */
++  {  180, 0x0000 }, {  180, 0x0000 }, {  180, 0x0000 }, {  180, 0x0000 },
++  {  180, 0x0000 }, {  180, 0x0000 }, {  180, 0x0000 }, {  180, 0x0000 },
++  {  180, 0x0100 }, {  181, 0x0000 }, {  181, 0x0000 }, {  181, 0x0020 },
++  {  182, 0x0000 }, {  182, 0x0000 }, {  182, 0x0000 }, {  182, 0x0020 },
++  /* 0x7000 */
++  {  183, 0x00a0 }, {  185, 0x0000 }, {  185, 0x0100 }, {  186, 0x0000 },
++  {  186, 0x0000 }, {  186, 0x0000 }, {  186, 0x0000 }, {  186, 0x0000 },
++  {  186, 0x0020 }, {  187, 0x0000 }, {  187, 0x0800 }, {  188, 0x0800 },
++  {  189, 0x0000 }, {  189, 0x0000 }, {  189, 0x0000 }, {  189, 0x0000 },
++  /* 0x7100 */
++  {  189, 0x8010 }, {  191, 0x0000 }, {  191, 0x0000 }, {  191, 0x0000 },
++  {  191, 0x00c0 }, {  193, 0x1000 }, {  194, 0x0000 }, {  194, 0x0000 },
++  {  194, 0x0000 }, {  194, 0x0000 }, {  194, 0x0000 }, {  194, 0x0000 },
++  {  194, 0x0002 }, {  195, 0x0000 }, {  195, 0x0000 }, {  195, 0x4000 },
++  /* 0x7200 */
++  {  196, 0x0000 }, {  196, 0x0000 }, {  196, 0x0000 }, {  196, 0x0000 },
++  {  196, 0x0000 }, {  196, 0x0000 }, {  196, 0x0000 }, {  196, 0x0000 },
++  {  196, 0x0000 }, {  196, 0x0000 }, {  196, 0x0000 }, {  196, 0x4002 },
++  {  198, 0x0000 }, {  198, 0x0000 }, {  198, 0x0000 }, {  198, 0x0000 },
++  /* 0x7300 */
++  {  198, 0x0000 }, {  198, 0x0000 }, {  198, 0x0010 }, {  199, 0x0000 },
++  {  199, 0x0000 }, {  199, 0x0000 }, {  199, 0x0000 }, {  199, 0x0080 },
++  {  200, 0x0000 }, {  200, 0x0000 }, {  200, 0x0000 }, {  200, 0x2000 },
++  {  201, 0x0200 }, {  202, 0x0044 }, {  204, 0x0008 }, {  205, 0x0020 },
++  /* 0x7400 */
++  {  206, 0x0080 }, {  207, 0x0000 }, {  207, 0x4640 }, {  211, 0x0000 },
++  {  211, 0x0000 }, {  211, 0x0000 }, {  211, 0x0004 }, {  212, 0x0000 },
++  {  212, 0x0200 }, {  213, 0x8000 }, {  214, 0x0000 }, {  214, 0x0000 },
++  {  214, 0x0000 }, {  214, 0x0000 }, {  214, 0x0000 }, {  214, 0x0000 },
++  /* 0x7500 */
++  {  214, 0x0002 }, {  215, 0x0000 }, {  215, 0x8000 }, {  216, 0x0000 },
++  {  216, 0x0000 }, {  216, 0x0000 }, {  216, 0x8000 }, {  217, 0x0000 },
++  {  217, 0x0000 }, {  217, 0x0000 }, {  217, 0x0000 }, {  217, 0x0000 },
++  {  217, 0x0000 }, {  217, 0x0000 }, {  217, 0x0000 }, {  217, 0x0000 },
++  /* 0x7600 */
++  {  217, 0x0000 }, {  217, 0x0000 }, {  217, 0x0000 }, {  217, 0x0000 },
++  {  217, 0x0000 }, {  217, 0x0000 }, {  217, 0x0000 }, {  217, 0x0000 },
++  {  217, 0x0004 }, {  218, 0x5800 }, {  221, 0x0040 }, {  222, 0x0000 },
++  {  222, 0x0000 }, {  222, 0x0000 }, {  222, 0x0000 }, {  222, 0x0000 },
++  /* 0x7700 */
++  {  222, 0x0000 }, {  222, 0x0000 }, {  222, 0x0000 }, {  222, 0x0000 },
++  {  222, 0x0040 }, {  223, 0x0000 }, {  223, 0x0000 }, {  223, 0x0000 },
++  {  223, 0x0000 }, {  223, 0x0000 }, {  223, 0x0000 }, {  223, 0x0000 },
++  {  223, 0x0000 }, {  223, 0x0000 }, {  223, 0x0000 }, {  223, 0x0000 },
++  /* 0x7800 */
++  {  223, 0x0000 }, {  223, 0x0000 }, {  223, 0x0002 }, {  224, 0x0000 },
++  {  224, 0x4000 }, {  225, 0x0000 }, {  225, 0x0010 }, {  226, 0x0400 },
++  {  227, 0x0000 }, {  227, 0x0000 }, {  227, 0x0000 }, {  227, 0x0000 },
++  {  227, 0x0000 }, {  227, 0x0000 }, {  227, 0x0000 }, {  227, 0x0000 },
++  /* 0x7900 */
++  {  227, 0x0000 }, {  227, 0x0000 }, {  227, 0x0000 }, {  227, 0x0001 },
++  {  228, 0x0000 }, {  228, 0x0000 }, {  228, 0x0000 }, {  228, 0x0000 },
++  {  228, 0x0000 }, {  228, 0x0810 }, {  230, 0x0000 }, {  230, 0x0000 },
++  {  230, 0x0000 }, {  230, 0x0000 }, {  230, 0x0000 }, {  230, 0x0000 },
++  /* 0x7a00 */
++  {  230, 0x0000 }, {  230, 0x0000 }, {  230, 0x0000 }, {  230, 0x0000 },
++  {  230, 0x0000 }, {  230, 0x0000 }, {  230, 0x0000 }, {  230, 0x0000 },
++  {  230, 0x0000 }, {  230, 0x0000 }, {  230, 0x0000 }, {  230, 0x0000 },
++  {  230, 0x0000 }, {  230, 0x0002 }, {  231, 0x0880 }, {  233, 0x0000 },
++  /* 0x7b00 */
++  {  233, 0x0000 }, {  233, 0x0000 }, {  233, 0x0000 }, {  233, 0x0000 },
++  {  233, 0x0000 }, {  233, 0x0000 }, {  233, 0x0000 }, {  233, 0x0000 },
++  {  233, 0x0000 }, {  233, 0x4000 },
++};
++static const Summary16 jisx0212vdc_uni2indx_page7d[43] = {
++  /* 0x7d00 */
++  {  234, 0x0000 }, {  234, 0x0000 }, {  234, 0x0000 }, {  234, 0x0000 },
++  {  234, 0x0100 }, {  235, 0x1000 }, {  236, 0x0000 }, {  236, 0x0000 },
++  {  236, 0x0000 }, {  236, 0x0000 }, {  236, 0x0001 }, {  237, 0x0080 },
++  {  238, 0x0000 }, {  238, 0x0040 }, {  239, 0x0000 }, {  239, 0x0000 },
++  /* 0x7e00 */
++  {  239, 0x0000 }, {  239, 0x0000 }, {  239, 0x0000 }, {  239, 0x0000 },
++  {  239, 0x0000 }, {  239, 0x0004 }, {  240, 0x0000 }, {  240, 0x0000 },
++  {  240, 0x0400 }, {  241, 0x0000 }, {  241, 0x0000 }, {  241, 0x0000 },
++  {  241, 0x0000 }, {  241, 0x0000 }, {  241, 0x0000 }, {  241, 0x0000 },
++  /* 0x7f00 */
++  {  241, 0x0000 }, {  241, 0x0000 }, {  241, 0x0000 }, {  241, 0x0000 },
++  {  241, 0x0080 }, {  242, 0x0000 }, {  242, 0x0000 }, {  242, 0x0000 },
++  {  242, 0x0000 }, {  242, 0x0000 }, {  242, 0x0002 },
++};
++static const Summary16 jisx0212vdc_uni2indx_page83[44] = {
++  /* 0x8300 */
++  {  243, 0x0002 }, {  244, 0x0000 }, {  244, 0x0000 }, {  244, 0x0000 },
++  {  244, 0x0000 }, {  244, 0x0000 }, {  244, 0x0004 }, {  245, 0x8000 },
++  {  246, 0x0000 }, {  246, 0x0000 }, {  246, 0x0000 }, {  246, 0x0000 },
++  {  246, 0x0080 }, {  247, 0x0000 }, {  247, 0x0000 }, {  247, 0x0040 },
++  /* 0x8400 */
++  {  248, 0x0000 }, {  248, 0x0000 }, {  248, 0x0000 }, {  248, 0x0000 },
++  {  248, 0x0100 }, {  249, 0x0000 }, {  249, 0x0000 }, {  249, 0x0000 },
++  {  249, 0x0000 }, {  249, 0x0000 }, {  249, 0x0000 }, {  249, 0x0010 },
++  {  250, 0x0000 }, {  250, 0x1000 }, {  251, 0x0000 }, {  251, 0x0000 },
++  /* 0x8500 */
++  {  251, 0x0000 }, {  251, 0x0000 }, {  251, 0x0000 }, {  251, 0x0000 },
++  {  251, 0x0000 }, {  251, 0x0208 }, {  253, 0x0800 }, {  254, 0x0000 },
++  {  254, 0x0000 }, {  254, 0x0000 }, {  254, 0x0000 }, {  254, 0x0001 },
++};
++static const Summary16 jisx0212vdc_uni2indx_page88[109] = {
++  /* 0x8800 */
++  {  255, 0x0080 }, {  256, 0x0000 }, {  256, 0x0000 }, {  256, 0x0000 },
++  {  256, 0x0000 }, {  256, 0x0000 }, {  256, 0x0000 }, {  256, 0x0000 },
++  {  256, 0x0000 }, {  256, 0x0000 }, {  256, 0x0000 }, {  256, 0x0000 },
++  {  256, 0x0000 }, {  256, 0x0000 }, {  256, 0x0000 }, {  256, 0x0020 },
++  /* 0x8900 */
++  {  257, 0x0000 }, {  257, 0x1000 }, {  258, 0x0000 }, {  258, 0x0000 },
++  {  258, 0x0000 }, {  258, 0x0000 }, {  258, 0x0000 }, {  258, 0x0000 },
++  {  258, 0x0000 }, {  258, 0x0000 }, {  258, 0x0000 }, {  258, 0x0000 },
++  {  258, 0x0000 }, {  258, 0x0000 }, {  258, 0x0000 }, {  258, 0x0000 },
++  /* 0x8a00 */
++  {  258, 0x0000 }, {  258, 0x0004 }, {  259, 0x0000 }, {  259, 0x0080 },
++  {  260, 0x0000 }, {  260, 0x0000 }, {  260, 0x0000 }, {  260, 0x0200 },
++  {  261, 0x0000 }, {  261, 0x0000 }, {  261, 0x0080 }, {  262, 0x4000 },
++  {  263, 0x0000 }, {  263, 0x8000 }, {  264, 0x0000 }, {  264, 0x0040 },
++  /* 0x8b00 */
++  {  265, 0x0000 }, {  265, 0x0000 }, {  265, 0x0000 }, {  265, 0x0000 },
++  {  265, 0x0000 }, {  265, 0x0008 }, {  266, 0x0000 }, {  266, 0x8000 },
++  {  267, 0x0000 }, {  267, 0x0000 }, {  267, 0x0000 }, {  267, 0x0000 },
++  {  267, 0x0000 }, {  267, 0x0000 }, {  267, 0x0000 }, {  267, 0x0000 },
++  /* 0x8c00 */
++  {  267, 0x0000 }, {  267, 0x0000 }, {  267, 0x0000 }, {  267, 0x0000 },
++  {  267, 0x0000 }, {  267, 0x0000 }, {  267, 0x0000 }, {  267, 0x0000 },
++  {  267, 0x0000 }, {  267, 0x0000 }, {  267, 0x0000 }, {  267, 0x0000 },
++  {  267, 0x0000 }, {  267, 0x0000 }, {  267, 0x0000 }, {  267, 0x0011 },
++  /* 0x8d00 */
++  {  269, 0x0000 }, {  269, 0x0004 }, {  270, 0x0000 }, {  270, 0x0000 },
++  {  270, 0x0000 }, {  270, 0x0000 }, {  270, 0x0000 }, {  270, 0x0040 },
++  {  271, 0x0000 }, {  271, 0x0000 }, {  271, 0x0000 }, {  271, 0x0000 },
++  {  271, 0x0000 }, {  271, 0x0000 }, {  271, 0x0000 }, {  271, 0x0000 },
++  /* 0x8e00 */
++  {  271, 0x0000 }, {  271, 0x0000 }, {  271, 0x0000 }, {  271, 0x0000 },
++  {  271, 0x0000 }, {  271, 0x0000 }, {  271, 0x0000 }, {  271, 0x0000 },
++  {  271, 0x0000 }, {  271, 0x0000 }, {  271, 0x0000 }, {  271, 0x0000 },
++  {  271, 0x8000 },
++};
++static const Summary16 jisx0212vdc_uni2indx_page90[238] = {
++  /* 0x9000 */
++  {  272, 0x0000 }, {  272, 0x0000 }, {  272, 0x0000 }, {  272, 0x0000 },
++  {  272, 0x0000 }, {  272, 0x0000 }, {  272, 0x0080 }, {  273, 0x0000 },
++  {  273, 0x0000 }, {  273, 0x0000 }, {  273, 0x0000 }, {  273, 0x0000 },
++  {  273, 0x0000 }, {  273, 0x4000 }, {  274, 0x0000 }, {  274, 0x0000 },
++  /* 0x9100 */
++  {  274, 0x0000 }, {  274, 0x0020 }, {  275, 0x0080 }, {  276, 0x0000 },
++  {  276, 0x0000 }, {  276, 0x0000 }, {  276, 0x0000 }, {  276, 0x0000 },
++  {  276, 0x0000 }, {  276, 0x0000 }, {  276, 0x0000 }, {  276, 0x0000 },
++  {  276, 0x0000 }, {  276, 0x4480 }, {  279, 0x6030 }, {  283, 0x0000 },
++  /* 0x9200 */
++  {  283, 0x0440 }, {  285, 0x0001 }, {  286, 0x0000 }, {  286, 0x1600 },
++  {  289, 0x4001 }, {  291, 0x0202 }, {  293, 0x0080 }, {  294, 0x0180 },
++  {  296, 0x0100 }, {  297, 0x0000 }, {  297, 0x0080 }, {  298, 0x0000 },
++  {  298, 0x0000 }, {  298, 0x02a9 }, {  303, 0x0081 }, {  305, 0x8a00 },
++  /* 0x9300 */
++  {  308, 0x0004 }, {  309, 0x6000 }, {  311, 0x0022 }, {  313, 0x0000 },
++  {  313, 0x0100 }, {  314, 0x0080 }, {  315, 0x0000 }, {  315, 0x0001 },
++  {  316, 0x0000 }, {  316, 0x0000 }, {  316, 0x0010 }, {  317, 0x0000 },
++  {  317, 0x0040 }, {  318, 0x4000 }, {  319, 0x0000 }, {  319, 0x0100 },
++  /* 0x9400 */
++  {  320, 0x0000 }, {  320, 0x0000 }, {  320, 0x0000 }, {  320, 0x0002 },
++  {  321, 0x0120 }, {  323, 0x0000 }, {  323, 0x0000 }, {  323, 0x0000 },
++  {  323, 0x0000 }, {  323, 0x0000 }, {  323, 0x0000 }, {  323, 0x0000 },
++  {  323, 0x0000 }, {  323, 0x0000 }, {  323, 0x0000 }, {  323, 0x0000 },
++  /* 0x9500 */
++  {  323, 0x0000 }, {  323, 0x0000 }, {  323, 0x0000 }, {  323, 0x0000 },
++  {  323, 0x0000 }, {  323, 0x0000 }, {  323, 0x0000 }, {  323, 0x0000 },
++  {  323, 0x0000 }, {  323, 0x0004 }, {  324, 0x0000 }, {  324, 0x0000 },
++  {  324, 0x0000 }, {  324, 0x0000 }, {  324, 0x0000 }, {  324, 0x0000 },
++  /* 0x9600 */
++  {  324, 0x0000 }, {  324, 0x0000 }, {  324, 0x0000 }, {  324, 0x0000 },
++  {  324, 0x0000 }, {  324, 0x0000 }, {  324, 0x0000 }, {  324, 0x0000 },
++  {  324, 0x0000 }, {  324, 0x2000 }, {  325, 0x8000 }, {  326, 0x0000 },
++  {  326, 0x0000 }, {  326, 0x0000 }, {  326, 0x0000 }, {  326, 0x0000 },
++  /* 0x9700 */
++  {  326, 0x0000 }, {  326, 0x0000 }, {  326, 0x0000 }, {  326, 0x0808 },
++  {  328, 0xa008 }, {  331, 0x0022 }, {  333, 0x0000 }, {  333, 0x0000 },
++  {  333, 0x0000 }, {  333, 0x0000 }, {  333, 0x0000 }, {  333, 0x0000 },
++  {  333, 0x0000 }, {  333, 0x0000 }, {  333, 0x0000 }, {  333, 0x0000 },
++  /* 0x9800 */
++  {  333, 0x0000 }, {  333, 0x0000 }, {  333, 0x0000 }, {  333, 0x0000 },
++  {  333, 0x0000 }, {  333, 0x0080 }, {  334, 0x0020 }, {  335, 0x0000 },
++  {  335, 0x0000 }, {  335, 0x0000 }, {  335, 0x0000 }, {  335, 0x0000 },
++  {  335, 0x0000 }, {  335, 0x0000 }, {  335, 0x0000 }, {  335, 0x0000 },
++  /* 0x9900 */
++  {  335, 0x0000 }, {  335, 0x0000 }, {  335, 0x0080 }, {  336, 0x0000 },
++  {  336, 0x0000 }, {  336, 0x0000 }, {  336, 0x0000 }, {  336, 0x0000 },
++  {  336, 0x0000 }, {  336, 0x4000 }, {  337, 0x0000 }, {  337, 0x0000 },
++  {  337, 0x0000 }, {  337, 0x0000 }, {  337, 0x0000 }, {  337, 0x0000 },
++  /* 0x9a00 */
++  {  337, 0x0000 }, {  337, 0x0000 }, {  337, 0x0000 }, {  337, 0x0000 },
++  {  337, 0x4000 }, {  338, 0x0000 }, {  338, 0x0000 }, {  338, 0x0000 },
++  {  338, 0x0000 }, {  338, 0x0000 }, {  338, 0x0000 }, {  338, 0x0000 },
++  {  338, 0x0000 }, {  338, 0x1200 }, {  340, 0x0000 }, {  340, 0x0000 },
++  /* 0x9b00 */
++  {  340, 0x0000 }, {  340, 0x0000 }, {  340, 0x0000 }, {  340, 0x0000 },
++  {  340, 0x0000 }, {  340, 0x0000 }, {  340, 0x0000 }, {  340, 0x0024 },
++  {  342, 0x8000 }, {  343, 0x0000 }, {  343, 0x0000 }, {  343, 0x0802 },
++  {  345, 0x0000 }, {  345, 0x0000 }, {  345, 0x0000 }, {  345, 0x0000 },
++  /* 0x9c00 */
++  {  345, 0x0001 }, {  346, 0x0000 }, {  346, 0x0000 }, {  346, 0x0000 },
++  {  346, 0x0000 }, {  346, 0x0000 }, {  346, 0x0000 }, {  346, 0x0000 },
++  {  346, 0x0000 }, {  346, 0x0000 }, {  346, 0x0000 }, {  346, 0x0000 },
++  {  346, 0x0000 }, {  346, 0x0000 }, {  346, 0x0000 }, {  346, 0x0000 },
++  /* 0x9d00 */
++  {  346, 0x0000 }, {  346, 0x0000 }, {  346, 0x0000 }, {  346, 0x0000 },
++  {  346, 0x0000 }, {  346, 0x0000 }, {  346, 0x0800 }, {  347, 0x0001 },
++  {  348, 0x0000 }, {  348, 0x0000 }, {  348, 0x0000 }, {  348, 0x0000 },
++  {  348, 0x0000 }, {  348, 0x0000 }, {  348, 0x0000 }, {  348, 0x0000 },
++  /* 0x9e00 */
++  {  348, 0x0000 }, {  348, 0x0200 }, {  349, 0x0000 }, {  349, 0x0000 },
++  {  349, 0x0000 }, {  349, 0x0000 }, {  349, 0x0000 }, {  349, 0x0000 },
++  {  349, 0x0000 }, {  349, 0x0000 }, {  349, 0x0000 }, {  349, 0x0000 },
++  {  349, 0x0000 }, {  349, 0x0002 },
++};
++static const Summary16 jisx0212vdc_uni2indx_pagee3[70] = {
++  /* 0xe300 */
++  {  350, 0x0000 }, {  350, 0x0000 }, {  350, 0x0000 }, {  350, 0x0000 },
++  {  350, 0x0000 }, {  350, 0x0000 }, {  350, 0x0000 }, {  350, 0x0000 },
++  {  350, 0x0000 }, {  350, 0x0000 }, {  350, 0xf000 }, {  354, 0xffff },
++  {  370, 0xffff }, {  386, 0xffff }, {  402, 0xffff }, {  418, 0xffff },
++  /* 0xe400 */
++  {  434, 0xffff }, {  450, 0xffff }, {  466, 0xffff }, {  482, 0xffff },
++  {  498, 0xffff }, {  514, 0xffff }, {  530, 0xffff }, {  546, 0xffff },
++  {  562, 0xffff }, {  578, 0xffff }, {  594, 0xffff }, {  610, 0xffff },
++  {  626, 0xffff }, {  642, 0xffff }, {  658, 0xffff }, {  674, 0xffff },
++  /* 0xe500 */
++  {  690, 0xffff }, {  706, 0xffff }, {  722, 0xffff }, {  738, 0xffff },
++  {  754, 0xffff }, {  770, 0xffff }, {  786, 0xffff }, {  802, 0xffff },
++  {  818, 0xffff }, {  834, 0xffff }, {  850, 0xffff }, {  866, 0xffff },
++  {  882, 0xffff }, {  898, 0xffff }, {  914, 0xffff }, {  930, 0xffff },
++  /* 0xe600 */
++  {  946, 0xffff }, {  962, 0xffff }, {  978, 0xffff }, {  994, 0xffff },
++  { 1010, 0xffff }, { 1026, 0xffff }, { 1042, 0xffff }, { 1058, 0xffff },
++  { 1074, 0xffff }, { 1090, 0xffff }, { 1106, 0xffff }, { 1122, 0xffff },
++  { 1138, 0xffff }, { 1154, 0xffff }, { 1170, 0xffff }, { 1186, 0xffff },
++  /* 0xe700 */
++  { 1202, 0xffff }, { 1218, 0xffff }, { 1234, 0xffff }, { 1250, 0xffff },
++  { 1266, 0xffff }, { 1282, 0x00ff },
++};
++static const Summary16 jisx0212vdc_uni2indx_pagef9[19] = {
++  /* 0xf900 */
++  { 1290, 0x0000 }, { 1290, 0x0000 }, { 1290, 0x0200 }, { 1291, 0x0000 },
++  { 1291, 0x0000 }, { 1291, 0x0000 }, { 1291, 0x0000 }, { 1291, 0x0000 },
++  { 1291, 0x0000 }, { 1291, 0x0000 }, { 1291, 0x0000 }, { 1291, 0x0000 },
++  { 1291, 0x0000 }, { 1291, 0x1000 }, { 1292, 0x0000 }, { 1292, 0x0000 },
++  /* 0xfa00 */
++  { 1292, 0xc000 }, { 1294, 0xffff }, { 1310, 0x3fff },
++};
++static const Summary16 jisx0212vdc_uni2indx_pageff[1] = {
++  /* 0xff00 */
++  { 1324, 0x0084 },
++};
++
++static int
++jisx0212vdc_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
++{
++  if (n >= 2) {
++    const Summary16 *summary = NULL;
++    if (wc >= 0x0000 && wc < 0x00b0)
++      summary = &jisx0212vdc_uni2indx_page00[(wc>>4)];
++    else if (wc >= 0x2100 && wc < 0x2180)
++      summary = &jisx0212vdc_uni2indx_page21[(wc>>4)-0x210];
++    else if (wc >= 0x3200 && wc < 0x3240)
++      summary = &jisx0212vdc_uni2indx_page32[(wc>>4)-0x320];
++    else if (wc >= 0x4e00 && wc < 0x5590)
++      summary = &jisx0212vdc_uni2indx_page4e[(wc>>4)-0x4e0];
++    else if (wc >= 0x5700 && wc < 0x59c0)
++      summary = &jisx0212vdc_uni2indx_page57[(wc>>4)-0x570];
++    else if (wc >= 0x5b00 && wc < 0x5de0)
++      summary = &jisx0212vdc_uni2indx_page5b[(wc>>4)-0x5b0];
++    else if (wc >= 0x5f00 && wc < 0x7ba0)
++      summary = &jisx0212vdc_uni2indx_page5f[(wc>>4)-0x5f0];
++    else if (wc >= 0x7d00 && wc < 0x7fb0)
++      summary = &jisx0212vdc_uni2indx_page7d[(wc>>4)-0x7d0];
++    else if (wc >= 0x8300 && wc < 0x85c0)
++      summary = &jisx0212vdc_uni2indx_page83[(wc>>4)-0x830];
++    else if (wc >= 0x8800 && wc < 0x8ed0)
++      summary = &jisx0212vdc_uni2indx_page88[(wc>>4)-0x880];
++    else if (wc >= 0x9000 && wc < 0x9ee0)
++      summary = &jisx0212vdc_uni2indx_page90[(wc>>4)-0x900];
++    else if (wc >= 0xe300 && wc < 0xe760)
++      summary = &jisx0212vdc_uni2indx_pagee3[(wc>>4)-0xe30];
++    else if (wc >= 0xf900 && wc < 0xfa30)
++      summary = &jisx0212vdc_uni2indx_pagef9[(wc>>4)-0xf90];
++    else if (wc >= 0xff00 && wc < 0xff10)
++      summary = &jisx0212vdc_uni2indx_pageff[(wc>>4)-0xff0];
++    if (summary) {
++      unsigned short used = summary->used;
++      unsigned int i = wc & 0x0f;
++      if (used & ((unsigned short) 1 << i)) {
++        unsigned short c;
++        /* Keep in `used' only the bits 0..i-1. */
++        used &= ((unsigned short) 1 << i) - 1;
++        /* Add `summary->indx' and the number of bits set in `used'. */
++        used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
++        used = (used & 0x3333) + ((used & 0xcccc) >> 2);
++        used = (used & 0x0f0f) + ((used & 0xf0f0) >> 4);
++        used = (used & 0x00ff) + (used >> 8);
++        c = jisx0212vdc_2charset[summary->indx + used];
++        r[0] = (c >> 8); r[1] = (c & 0xff);
++        return 2;
++      }
++    }
++    return RET_ILSEQ;
++  }
++  return RET_TOOSMALL;
++}
++#endif
++
+ static const unsigned short jisx0212_2uni_page22[81] = {
+   /* 0x22 */
+   0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+@@ -920,11 +2506,19 @@ jisx0212_mbtowc (conv_t conv, ucs4_t *pw
+           return 2;
+         }
+       }
++#ifdef sun
++      return jisx0212vdc_mbtowc (conv, pwc, s, n);
++#else
+       return RET_ILSEQ;
++#endif
+     }
+     return RET_TOOFEW(0);
+   }
++#ifdef sun
++  return jisx0212vdc_mbtowc (conv, pwc, s, n);
++#else
+   return RET_ILSEQ;
++#endif
+ }
+ 
+ static const unsigned short jisx0212_2charset[6067] = {
+@@ -2135,7 +3729,7 @@ jisx0212_wctomb (conv_t conv, unsigned c
+ {
+   if (n >= 2) {
+     const Summary16 *summary = NULL;
+-    if (wc < 0x0460)
++    if (wc >= 0x0000 && wc < 0x0460)
+       summary = &jisx0212_uni2indx_page00[(wc>>4)];
+     else if (wc >= 0x2100 && wc < 0x2130)
+       summary = &jisx0212_uni2indx_page21[(wc>>4)-0x210];
+@@ -2158,7 +3752,11 @@ jisx0212_wctomb (conv_t conv, unsigned c
+         return 2;
+       }
+     }
++#ifdef sun
++    return jisx0212vdc_wctomb (conv, r, wc, n);
++#else
+     return RET_ILSEQ;
++#endif
+   }
+   return RET_TOOSMALL;
+ }
+diff -urp -x '*~' -x '*.orig' src/xlibi18n/lcUniConv/ksc5601.h src/xlibi18n/lcUniConv/ksc5601.h
+--- src/xlibi18n/lcUniConv/ksc5601.h	2007-05-16 08:34:44.000000000 -0700
++++ src/xlibi18n/lcUniConv/ksc5601.h	2008-02-27 21:08:32.725679000 -0800
+@@ -2968,17 +2968,17 @@ ksc5601_wctomb (conv_t conv, unsigned ch
+     const Summary16 *summary = NULL;
+     if (wc < 0x0460)
+       summary = &ksc5601_uni2indx_page00[(wc>>4)];
+-    else if (wc >= 0x2000 && wc < 0x2670)
+-      summary = &ksc5601_uni2indx_page20[(wc>>4)-0x200];
+-    else if (wc >= 0x3000 && wc < 0x33e0)
++    else if (wc >= 0x2000 && wc < 0x2670) /* General Punctuation (2000, 206F) */
++      summary = &ksc5601_uni2indx_page20[(wc>>4)-0x200]; 
++    else if (wc >= 0x3000 && wc < 0x33e0) /* CJK Symbols and Punctuation (3000, 303F) */
+       summary = &ksc5601_uni2indx_page30[(wc>>4)-0x300];
+-    else if (wc >= 0x4e00 && wc < 0x9fa0)
++    else if (wc >= 0x4e00 && wc < 0x9fa0) /* CJK Unified Ideographs (4E00, 9FFF) */
+       summary = &ksc5601_uni2indx_page4e[(wc>>4)-0x4e0];
+-    else if (wc >= 0xac00 && wc < 0xd7a0)
++    else if (wc >= 0xac00 && wc < 0xd7a0) /* Hangul Syllables (AC00, D7AF) 11183 */
+       summary = &ksc5601_uni2indx_pageac[(wc>>4)-0xac0];
+-    else if (wc >= 0xf900 && wc < 0xfa10)
++    else if (wc >= 0xf900 && wc < 0xfa10) /* CJK Compatibility Ideographs (F900, FAFF) */
+       summary = &ksc5601_uni2indx_pagef9[(wc>>4)-0xf90];
+-    else if (wc >= 0xff00 && wc < 0xfff0)
++    else if (wc >= 0xff00 && wc < 0xfff0) /* Halfwidth and Fullwidth Forms (FF00, FFEF) */
+       summary = &ksc5601_uni2indx_pageff[(wc>>4)-0xff0];
+     if (summary) {
+       unsigned short used = summary->used;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/solaris-kbd.patch	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,802 @@
+###############################################################################
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# 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 THIS 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 this Software without prior written authorization
+# of the copyright holder.
+#
+
+
+diff -urp -x '*~' -x '*.orig' src/KeyBind.c src/KeyBind.c
+--- src/KeyBind.c	2007-05-17 06:53:58.000000000 -0700
++++ src/KeyBind.c	2008-02-27 21:08:38.067112000 -0800
+@@ -47,6 +47,7 @@ in this Software without prior written a
+ #define XK_CAUCASUS
+ #define XK_VIETNAMESE
+ #define XK_XKB_KEYS
++#define XK_CURRENCY
+ #include <X11/keysymdef.h>
+ #include <stdio.h>
+ 
+@@ -58,6 +59,20 @@ in this Software without prior written a
+ #include "Xresource.h"
+ #include "Key.h"
+ 
++#ifdef SUNSOFT_KBD
++/* Sun: compose sequence support 
++ * (state = chars_matched in XComposeStatus) 
++ */
++#include "Suncompose.h" 
++#include <X11/Sunkeysym.h> 
++#define REJECTED        -1
++#define START           0
++#define ACCEPTED1       1
++#define ACCEPTED2       2
++#define ACCEPTED3       3
++#define COMPOSE_LED     2
++#endif /* SUNSOFT_KBD */
++
+ #ifdef XKB
+ #include "XKBlib.h"
+ #include "XKBlibint.h"
+@@ -79,6 +94,11 @@ ComputeMaskFromKeytrans(
+     Display *dpy,
+     register struct _XKeytrans *p);
+ 
++#ifdef SUNSOFT_KBD
++static int DoCompose();
++      void SetLed (Display *dpy, int num, int state);
++#endif /* SUNSOFT_KBD */
++
+ struct _XKeytrans {
+ 	struct _XKeytrans *next;/* next on list */
+ 	char *string;		/* string to return when the time comes */
+@@ -100,6 +120,10 @@ KeyCodetoKeySym(register Display *dpy, K
+ 	((int)keycode < dpy->min_keycode) || ((int)keycode > dpy->max_keycode))
+       return NoSymbol;
+ 
++/* Sun comment: We need not protect dpy->keysyms[], because, 
++ * this is * changed only in the initialize routine and 
++ * XOpenDisplay().
++ */
+     syms = &dpy->keysyms[(keycode - dpy->min_keycode) * per];
+     if (col < 4) {
+ 	if (col > 1) {
+@@ -768,6 +792,9 @@ _XTranslateKey(	register Display *dpy,
+     int per;
+     register KeySym *syms;
+     KeySym sym, lsym, usym;
++#ifdef SUNSOFT_KBD
++    int i, column, KeypadKey;
++#endif /* SUNSOFT_KBD */
+ 
+     if ((! dpy->keysyms) && (! _XKeyInitialize(dpy)))
+ 	return 0;
+@@ -782,17 +809,54 @@ _XTranslateKey(	register Display *dpy,
+     syms = &dpy->keysyms[(keycode - dpy->min_keycode) * per];
+     while ((per > 2) && (syms[per - 1] == NoSymbol))
+ 	per--;
++
++#ifdef SUNSOFT_KBD
++    /* Sun: Japanese keypad support */
++    KeypadKey = 0;
++    if (per < 5) 
++    {
++        /* in case of Hobo keyboards, the keypad would be 
++         * superimposed on the other (qwerty) keys. So by doing 
++         * this * check, we would not get the Japanese keysyms 
++         * on the * Hobo keypad superimposed keys.
++         */
++            for (i=0; i < per; i++) 
++            {
++                if (IsKeypadKey(syms[i]))
++                    KeypadKey = 1;
++            }
++    }
++#endif /* SUNSOFT_KBD */
++
+     if ((per > 2) && (modifiers & dpy->mode_switch)) {
++#ifdef SUNSOFT_KBD 
++/* Sun: ModeSwitch does not apply to function keys (Japanese kbd) */
++       if (!KeypadKey)
++       {
++#endif /* SUNSOFT_KBD */
+ 	syms += 2;
+ 	per -= 2;
++#ifdef SUNSOFT_KBD
++       }
++#endif /* SUNSOFT_KBD */
+     }
++
++#ifdef SUNSOFT_KBD 
++    if ((modifiers & dpy->num_lock) &&
++	(per > 1 && (IsKeypadKey(syms[2]) ))) {
++#else
+     if ((modifiers & dpy->num_lock) &&
+ 	(per > 1 && (IsKeypadKey(syms[1]) || IsPrivateKeypadKey(syms[1])))) {
++#endif /* SUNSOFT_KBD */
+ 	if ((modifiers & ShiftMask) ||
+ 	    ((modifiers & LockMask) && (dpy->lock_meaning == XK_Shift_Lock)))
+ 	    *keysym_return = syms[0];
+ 	else
++#ifdef SUNSOFT_KBD 
++	    *keysym_return = syms[2];
++#else
+ 	    *keysym_return = syms[1];
++#endif /* SUNSOFT_KBD */ 
+     } else if (!(modifiers & ShiftMask) &&
+ 	(!(modifiers & LockMask) || (dpy->lock_meaning == NoSymbol))) {
+ 	if ((per == 1) || (syms[1] == NoSymbol))
+@@ -820,19 +884,41 @@ _XTranslateKey(	register Display *dpy,
+ 
+ int
+ _XTranslateKeySym(
+-    Display *dpy,
+-    register KeySym symbol,
+-    unsigned int modifiers,
+-    char *buffer,
+-    int nbytes)
++    Display *		dpy,
++#ifdef SUNSOFT_KBD
++    register KeySym * 	keysym,
++#else
++    register KeySym  	keysym,
++#endif
++    unsigned int 	modifiers,
++    char *		buffer,
++    int 		nbytes
++#ifdef SUNSOFT_KBD
++      ,
++    XKeyEvent *		event,
++    XComposeStatus *	status
++#endif
++    )
+ {
+     register struct _XKeytrans *p; 
+     int length;
+     unsigned long hiBytes;
+     register unsigned char c;
+-
++    KeySym  symbol;
++#ifdef SUNSOFT_KBD
++    int      return_val;
++#endif /* SUNSOFT_KBD */
++
++#ifdef SUNSOFT_KBD 
++    if (!keysym)
++        return 0;
++    else
++        symbol = *keysym;
++#else
+     if (!symbol)
+ 	return 0;
++#endif /* SUNSOFT_KBD */
++
+     /* see if symbol rebound, if so, return that string. */
+     for (p = dpy->key_bindings; p; p = p->next) {
+ 	if (((modifiers & AllMods) == p->state) && (symbol == p->key)) {
+@@ -846,8 +932,29 @@ _XTranslateKeySym(
+     hiBytes = symbol >> 8;
+     if (!(nbytes &&
+ 	  ((hiBytes == 0) ||
++#ifdef SUNSOFT_KBD
++/* The check for 0x100500 <= hiBytes < 0x100600 is Sun-specific.
++ * This represents Sun's registered range of vendor-specific 
++ * keysyms. We need the check so that Sun specific keysyms will 
++ * pass through this check and onto to be handled by 
++ * HandleComposeSequence.  
++ */
++          ((0x100500 <= hiBytes) && (hiBytes < 0x100600)) ||
++/*
++ * The following hard-coded line is to support the euro sign for legacy apps
++ * and single byte codeset locale apps with the euro sign at 0xa4.
++ * For any other codeset locales with properly internationalized apps,
++ * one must have an entry in the Compose file of the locale that will map
++ * the XK_EuroSign keysym to the correct character code value of the locale's
++ * codeset.
++ */
++          (symbol == XK_EuroSign) ||
++#endif /* SUNSOFT_KBD */
+ 	   ((hiBytes == 0xFF) &&
+ 	    (((symbol >= XK_BackSpace) && (symbol <= XK_Clear)) ||
++#ifdef SUNSOFT_KBD
++             (symbol == XK_Multi_key) ||
++#endif /* SUNSOFT_KBD */
+ 	     (symbol == XK_Return) ||
+ 	     (symbol == XK_Escape) ||
+ 	     (symbol == XK_KP_Space) ||
+@@ -858,15 +965,35 @@ _XTranslateKeySym(
+ 	     (symbol == XK_Delete))))))
+ 	return 0;
+ 
++#ifdef SUNSOFT_KBD
++    /* if this is a compose sequence, then HandleComposeSequence 
++     * already deals w/ this. This is Sun-specific.
++     */
++    if (HandleComposeSequence(symbol, buffer, keysym, status, &return_val, event)) {
++        return return_val;
++    }
++#endif /* SUNSOFT_KBD */
++
+     /* if X keysym, convert to ascii by grabbing low 7 bits */
+     if (symbol == XK_KP_Space)
+ 	c = XK_space & 0x7F; /* patch encoding botch */
+     else if (hiBytes == 0xFF)
+ 	c = symbol & 0x7F;
++#ifdef SUNSOFT_KBD
++    else if (symbol == XK_EuroSign)
++	c = (unsigned char)0xa4; /* Latin-9 euro symbol code for legacy apps. */
++#endif /* SUNSOFT_KBD */
+     else
+ 	c = symbol & 0xFF;
+     /* only apply Control key if it makes sense, else ignore it */
+     if (modifiers & ControlMask) {
++
++#ifdef SUNSOFT_KBD
++    /* Sun: map control characters with high bit set */
++    if ((c >= (unsigned char)'\300' && c <= (unsigned char)'\377')) c &= 0x9F;
++#endif /* SUNSOFT_KBD */
++
++        /* MIT "standard" control character handling */
+ 	if ((c >= '@' && c < '\177') || c == ' ') c &= 0x1F;
+ 	else if (c == '2') c = '\000';
+ 	else if (c >= '3' && c <= '7') c -= ('3' - '\033');
+@@ -960,11 +1087,22 @@ XLookupString (
+     }
+ #endif
+ 
++#ifdef SUNSOFT_KBD
++    if (keysym) {
++        *keysym = symbol;
++        return _XTranslateKeySym(event->display, keysym, event->state,
++    			 buffer, nbytes, event, status);
++    } else {
++        return _XTranslateKeySym(event->display, &symbol, event->state,
++                         buffer, nbytes, event, status);
++    }
++#else 
+     if (keysym)
+ 	*keysym = symbol;
+     /* arguable whether to use (event->state & ~modifiers) here */
+     return _XTranslateKeySym(event->display, symbol, event->state,
+ 			     buffer, nbytes);
++#endif /* SUNSOFT_KBD */
+ }
+ 
+ static void
+@@ -1078,3 +1216,287 @@ ComputeMaskFromKeytrans(
+     }
+     p->state &= AllMods;
+ }
++
++#ifdef SUNSOFT_KBD
++/*  added 2 functions:
++ *  HandleComposeSequence and DoCompose;
++ */
++
++/* Called from XTranslateKeySym & XkbTranslateKeySymExt
++ * Look at compose sequence and dead key sequence and try to get 
++ * a Latin-1 character out of it.  Return 1 if it is able to 
++ * resolve the lookup based on the info it has, return 0 if it 
++ * can't, then XTranslateKeySym needs to do further processing.
++ */
++
++Bool compose_led_is_on = False;
++int  compose_state = START;
++
++int
++HandleComposeSequence(
++      KeySym  symbol,
++      char    *buffer,
++      KeySym *keysym,
++      XComposeStatus  *status,
++      int     *return_val,
++      XKeyEvent       *event)
++{
++    static char    compose_sequence[5];         /* initialized to NULL */
++    static KeyCode last_composed_keycode;       /* initialized to NULL */
++    static KeySym  last_composed_keysym;        /* initialized to NULL */
++    static char    watching_keypresses = 0;
++    static int     initialized = 0;
++    int            ret_val;
++
++    /*
++     * Even if the caller doesn't pass us a compose structure, we'll still
++     * support compose sequence processing. Note that the client won't be able
++     * to support multiple compose sequence clients within a single application.
++     */  
++
++    /* must come first */
++    if (status != (XComposeStatus *) NULL) {
++        /*
++         * The caller provided a structure so we'll track his state         * (if reasonable) and we'll point him at our private
++         * compose_sequence (at bottom).  This allows him to implement
++         * multiple compose sequence clients within a single application.
++         */
++        if (! initialized) {            /* start him out right */
++            compose_state = START;
++            initialized = 1;
++
++	    /* bug 4247009, vivekp, set the compose LED off very first
++               time, initialization time */
++           if (compose_led_is_on)
++            SetLed (event->display,COMPOSE_LED, LedModeOff);
++
++        } else {                        /* then track him */
++            compose_state = status->chars_matched;
++            if (compose_state < START || compose_state > ACCEPTED3)                compose_state = START;
++        }
++    }
++ 
++    /* must come second */
++    if (event->type == KeyPress) {
++        /* if we've ever seen a KeyPress, we're watching KeyPresses */
++        watching_keypresses = 1;
++    } else if (event->type == KeyRelease && watching_keypresses) {
++        /*
++         * don't let someone watching both KeyPresses and KeyReleases
++         * screw us unwittingly.  Try to return the right thing.
++         */
++        *return_val = 0;
++        if (compose_state > START) {
++            if (compose_state == ACCEPTED3 && event->keycode == last_composed_keycode) {
++                buffer[0] = last_composed_keysym;
++                *keysym = last_composed_keysym;
++                *return_val = 1;
++            }
++            return(1);
++        }
++        if ((*keysym == XK_Multi_key)     ||
++            (*keysym == SunXK_FA_Circum)  ||
++            (*keysym == SunXK_FA_Tilde)   ||
++            (*keysym == SunXK_FA_Grave)   ||
++            (*keysym == SunXK_FA_Acute)   ||
++            (*keysym == SunXK_FA_Cedilla) ||
++            (*keysym == SunXK_FA_Diaeresis))
++            return(1);
++        return(0);
++    }
++
++    /* XTranslateKeysym filters these out before we get here, but the
++     * XKB version doesn't so we need to punt these here to avoid breaking
++     * compose sequences when modifiers like the shift key are pressed.
++     */
++    if (IsModifierKey(*keysym)) {
++      return (0);
++    }
++ 
++    if (compose_state == ACCEPTED3)
++        compose_state = START;
++ 
++    /* now we're ready */
++    switch (compose_state) {
++        case START:
++            if (*keysym == XK_Multi_key) {
++		/* bug 4247009, vivekp, set the compose LED when the
++                   compose key is pressed first time.  */
++	        SetLed (event->display,COMPOSE_LED, LedModeOn);
++                compose_state = ACCEPTED1;
++                compose_led_is_on = True;
++            }
++            else if (*keysym == SunXK_FA_Circum) {
++                compose_sequence[0] = '^';
++                compose_state = ACCEPTED2;
++            }
++            else if (*keysym == SunXK_FA_Tilde) {
++                compose_sequence[0] = '~';
++                compose_state = ACCEPTED2;
++            }
++            else if (*keysym == SunXK_FA_Grave) {
++                compose_sequence[0] = '`';
++                compose_state = ACCEPTED2;
++            }
++            else if (*keysym == SunXK_FA_Acute) {
++                compose_sequence[0] = '\'';
++                compose_state = ACCEPTED2;
++            }
++            else if (*keysym == SunXK_FA_Cedilla) {
++                compose_sequence[0] = ',';
++                compose_state = ACCEPTED2;
++            }
++            else if (*keysym == SunXK_FA_Diaeresis){
++                compose_sequence[0] = '"';
++                compose_state = ACCEPTED2;
++            }
++            /* else don't change state */
++            break;
++ 
++        case ACCEPTED1:                 /* Got Compose last time */            
++	    if (*keysym < ASCII_SET_SIZE) {
++                if (compose_map[*keysym] >= 0) {
++                    compose_sequence[0] = *keysym;
++                    compose_state = ACCEPTED2;
++                }
++                else
++                    compose_state = REJECTED;
++            }
++            else
++                compose_state = REJECTED;
++            break;
++ 
++        case ACCEPTED2:                 /* Got Compose + composable char */
++
++            /* bug 4247009, vivekp, set the compose LED off after
++               compose+composable char is pressed.  */
++	    SetLed (event->display,COMPOSE_LED, LedModeOff); 
++            compose_led_is_on = False;
++            if (*keysym < ASCII_SET_SIZE) {
++                if (compose_map[*keysym] >= 0) {
++                    compose_sequence[1] = *keysym;
++/*
++ * If the second character is space, compose sequence should return * the first character.  See TBITS/NCTTI-5, Section 2.1
++ * Note: <Compose>+<space>+<space> = non-breaking space
++ */
++                    if (compose_sequence[1] == XK_space &&
++                        compose_sequence[0] != XK_space) {
++                        *keysym = compose_sequence[0];
++                        compose_state = ACCEPTED3;
++                    } else {
++                        if (compose_sequence[0] <= compose_sequence[1])
++                            ret_val = DoCompose(compose_sequence[0],
++                                            compose_sequence[1], keysym);
++                        else
++                            ret_val = DoCompose(compose_sequence[1],
++                                            compose_sequence[0], keysym);
++                        if (ret_val == 1) {
++                            compose_state = ACCEPTED3;
++                            compose_sequence[2] = *keysym;
++                        }
++                        else
++                            compose_state = REJECTED;
++                    }
++                }
++                else
++                    compose_state = REJECTED;
++            }
++            else
++                compose_state = REJECTED;
++            break;
++ 
++        default:
++            compose_state = START;
++            break;
++    }
++ 
++    if (compose_state == REJECTED)
++    {
++        /* bug 4247009, vivekp, set the compose LED off after the
++           compose key pressed second time or composable + 1st char +
++           2nd char.  */
++        SetLed (event->display,COMPOSE_LED, LedModeOff);
++        compose_led_is_on = False;
++        compose_state = START;
++    } 
++    if (status != (XComposeStatus *) NULL) {
++        /*
++         * Ok, since the caller provided a compose structure,
++         * we need to point him at our private compose_sequence
++         * and copy the new state back to him.
++         */
++        status->compose_ptr = compose_sequence;
++        status->chars_matched = compose_state;
++    }
++ 
++    if (compose_state == START) {
++        compose_sequence[0] = '\0';
++        last_composed_keycode = 0;
++        last_composed_keysym = 0;
++        if ((*keysym == XK_Multi_key)     ||
++            (*keysym == SunXK_FA_Circum)  ||
++            (*keysym == SunXK_FA_Tilde)   ||
++            (*keysym == SunXK_FA_Grave)   ||
++            (*keysym == SunXK_FA_Acute)   ||
++            (*keysym == SunXK_FA_Cedilla) ||
++            (*keysym == SunXK_FA_Diaeresis)) {
++            *return_val = 0;
++            return(1);
++        }
++        return(0);
++    }
++ 
++    compose_sequence[compose_state-1] = '\0';
++    last_composed_keycode = event->keycode;
++    last_composed_keysym = *keysym;
++ 
++    if (compose_state == ACCEPTED3) {
++        buffer[0] = *keysym;
++        *return_val = 1;
++    }
++    else {
++        *return_val = 0;
++    }
++ 
++    return(1);
++}
++ 
++/*
++ * DoCompose - put result in keysym
++ */
++static int
++DoCompose(KeySym first_keysym, KeySym second_keysym, KeySym *result_keysym)
++{
++    ComposeTableEntry *ptr;
++
++        /* Note:  this code presumes first_keysym rangecheck has
++         * been done in invoking routine.
++         */
++    ptr = &compose_table[compose_map[first_keysym]];
++    while (ptr->first == first_keysym) {
++        if (ptr->second == second_keysym) {
++            *result_keysym = ptr->result;
++            return (1);
++        }
++        ptr++;
++    }
++    return (0);
++}
++
++_X_HIDDEN void
++SetLed (Display *dpy, int num, int state)
++{
++    XKeyboardControl led_control;
++
++#ifdef XKB
++    if ((dpy->xkb_info == NULL) || (num != COMPOSE_LED) ||
++	XkbSetNamedIndicator(dpy,dpy->xkb_info->composeLED,
++                                True,state,False,NULL) == False) 
++#endif
++    {
++	led_control.led_mode = state;
++	led_control.led = num;
++	XChangeKeyboardControl (dpy, KBLed | KBLedMode, &led_control);
++    }
++}
++#endif /* SUNSOFT_KBD */
+diff -urp -x '*~' -x '*.orig' src/xkb/XKBBind.c src/xkb/XKBBind.c
+--- src/xkb/XKBBind.c	2007-05-16 08:34:44.000000000 -0700
++++ src/xkb/XKBBind.c	2008-02-27 21:08:38.142812000 -0800
+@@ -582,6 +582,20 @@ XkbTranslateKeySym(	register Display *	d
+ 			int 			nbytes,
+ 			int *			extra_rtrn)
+ {
++	/* Call the new extended function but put in NULL for the extra params */
++	return XkbTranslateKeySymExt(dpy, sym_rtrn, mods, buffer, nbytes, extra_rtrn, NULL, NULL);
++}
++
++static int
++XkbTranslateKeySymExt(	register Display *	dpy,
++			register KeySym *	sym_rtrn,
++			unsigned int 		mods,
++			char *			buffer,
++			int 			nbytes,
++			int *			extra_rtrn,
++			XKeyEvent *		event,
++			XComposeStatus *	status)
++{
+     register XkbInfoPtr	xkb;
+     XkbKSToMBFunc cvtr;
+     XPointer priv;
+@@ -623,6 +637,17 @@ XkbTranslateKeySym(	register Display *	d
+ 
+     n = (*cvtr)(priv,*sym_rtrn,buffer,nbytes,extra_rtrn);
+ 
++    /* Add Suns specific compose key handler here. Be sure the special 
++     * globals are set before calling this function. 
++     */
++    {
++	int return_val;
++
++	if (event && HandleComposeSequence(*sym_rtrn, buffer, sym_rtrn, 
++					  status, &return_val, event))
++	    return return_val;
++    }
++
+     if ((!xkb->cvt.KSToUpper)&&( mods&LockMask )) {
+ 	register int i;
+ 	int change;
+@@ -749,9 +770,9 @@ XLookupString (	register XKeyEvent *	eve
+ #endif
+ 		    for (n=len=0;rtrn.sym[n]!=XK_VoidSymbol;n++) {
+ 			if ( nbytes-len > 0 ) {
+-			    len+= XkbTranslateKeySym(dpy,&rtrn.sym[n],new_mods,
++			    len+= XkbTranslateKeySymExt(dpy,&rtrn.sym[n],new_mods,
+ 							buffer+len,nbytes-len,
+-							NULL);
++							NULL, event, status);
+ 			}
+ 		    }
+ 		    if ( keysym!=NULL ) {
+@@ -777,16 +798,16 @@ XLookupString (	register XKeyEvent *	eve
+ 			len = (int)strlen(buffer);
+ 		    }
+ 		    else {
+-			len = XkbTranslateKeySym(dpy,keysym,new_mods,
++			len = XkbTranslateKeySymExt(dpy,keysym,new_mods,
+ 							buffer,nbytes,
+-							NULL);
++							NULL, event, status);
+ 		    }
+ 		    for (n=0;rtrn.sym[n]!=XK_VoidSymbol;n++) {
+ 			if ( nbytes-len > 0 ) {
+-			    len+= XkbTranslateKeySym(dpy,&rtrn.sym[n],
++			    len+= XkbTranslateKeySymExt(dpy,&rtrn.sym[n],
+ 							event->state,
+ 							buffer+len,nbytes-len,
+-							NULL);
++							NULL, event, status);
+ 			}
+ 		    }
+ 		    return len;
+@@ -807,7 +828,8 @@ XLookupString (	register XKeyEvent *	eve
+     if (rtrnLen>0)
+ 	return rtrnLen;
+ 
+-    return XkbTranslateKeySym(dpy,keysym,new_mods,buffer,nbytes,NULL);
++    return XkbTranslateKeySymExt(dpy,keysym,new_mods,buffer,nbytes,NULL,
++				 event,status);
+ }
+ 
+ 
+diff -urp -x '*~' -x '*.orig' src/xkb/XKBlibint.h src/xkb/XKBlibint.h
+--- src/xkb/XKBlibint.h	2007-05-17 06:53:58.000000000 -0700
++++ src/xkb/XKBlibint.h	2008-02-27 21:08:38.143302000 -0800
+@@ -177,10 +177,19 @@ extern int _XTranslateKey(	
+ 
+ extern int	_XTranslateKeySym(
+     Display *		/* dpy */,
++#ifdef SUNSOFT_KBD
++    register KeySym *	/* symbol */,
++#else
+     register KeySym 	/* symbol */,
++#endif    
+     unsigned int 	/* modifiers */,
+     char *		/* buffer */,
+     int 		/* nbytes */
++#ifdef SUNSOFT_KBD
++	,
++     XKeyEvent *	/* event */,
++     XComposeStatus *	/* status */
++#endif
+ );
+ 
+ extern	int _XLookupString(
+@@ -340,6 +349,17 @@ extern	Status	_XkbReadGetGeometryReply(
+ 
+ #endif
+ 
++#ifdef SUNSOFT_KBD
++extern int HandleComposeSequence(
++	KeySym		 symbol,
++	char		*buffer,
++	KeySym		*keysym,
++	XComposeStatus	*status,
++	int		*return_val,
++	XKeyEvent	*event);
++#endif /* SUNSOFT_KBD */
++
++
+ _XFUNCPROTOEND
+ 
+ #endif /* _XKBLIBINT_H_ */
+diff -urp -x '*~' -x '*.orig' src/xlibi18n/ICWrap.c src/xlibi18n/ICWrap.c
+--- src/xlibi18n/ICWrap.c	2007-05-16 08:34:44.000000000 -0700
++++ src/xlibi18n/ICWrap.c	2008-02-27 21:08:38.112005000 -0800
+@@ -73,6 +73,12 @@ from The Open Group.
+ #include "Xlibint.h"
+ #include "Xlcint.h"
+ 
++#ifdef SUNSOFT_KBD
++#define COMPOSE_LED     2
++extern void SetLed (Display *dpy, int num, int state);
++extern int compose_state, compose_led_is_on;
++#endif
++
+ static int
+ _XIMNestedListToNestedList(
+     XIMArg *nlist,   /* This is the new list */
+@@ -415,9 +421,23 @@ XmbLookupString(ic, ev, buffer, nbytes, 
+     KeySym *keysym;
+     Status *status;
+ {
+-    if (ic->core.im)
+-	return (*ic->methods->mb_lookup_string) (ic, ev, buffer, nbytes,
+-						 keysym, status);
++    if (ic->core.im) {
++	int ret;
++	KeySym keysym_temp = NoSymbol;
++
++	ret = (*ic->methods->mb_lookup_string) (ic, ev, buffer, nbytes,
++						&keysym_temp, status);
++#ifdef SUNSOFT_KBD
++        if (ev->display->im_filters && !IsModifierKey(keysym_temp) &&
++		compose_led_is_on && compose_state != 0) {
++	    SetLed (ev->display, COMPOSE_LED, LedModeOff);
++	    compose_led_is_on = False;
++        }
++#endif
++        if (keysym)
++          *keysym = keysym_temp;
++	return ret;
++    }
+     return XLookupNone;
+ }
+ 
+@@ -430,9 +450,23 @@ XwcLookupString(ic, ev, buffer, nchars, 
+     KeySym *keysym;
+     Status *status;
+ {
+-    if (ic->core.im)
+-	return (*ic->methods->wc_lookup_string) (ic, ev, buffer, nchars,
+-						 keysym, status);
++    if (ic->core.im) {
++	int ret;
++	KeySym keysym_temp = NoSymbol;
++
++	ret = (*ic->methods->wc_lookup_string) (ic, ev, buffer, nchars,
++						&keysym_temp, status);
++#ifdef SUNSOFT_KBD
++        if (ev->display->im_filters && !IsModifierKey(keysym_temp) &&
++		compose_led_is_on && compose_state != 0) {
++	    SetLed (ev->display, COMPOSE_LED, LedModeOff);
++	    compose_led_is_on = False;
++        }
++#endif
++        if (keysym)
++          *keysym = keysym_temp;
++	return ret;
++    }	
+     return XLookupNone;
+ }
+ 
+@@ -446,12 +480,25 @@ Xutf8LookupString(ic, ev, buffer, nbytes
+     Status *status;
+ {
+     if (ic->core.im) {
++	int ret;
++	KeySym keysym_temp = NoSymbol;
++
+ 	if (ic->methods->utf8_lookup_string)
+-	    return (*ic->methods->utf8_lookup_string) (ic, ev, buffer, nbytes,
+-						   	keysym, status);
++	    ret = (*ic->methods->utf8_lookup_string) (ic, ev, buffer, nbytes,
++						      &keysym_temp, status);
+ 	else if (ic->methods->mb_lookup_string)
+-	    return (*ic->methods->mb_lookup_string) (ic, ev, buffer, nbytes,
+-						   	keysym, status);
++	    ret = (*ic->methods->mb_lookup_string) (ic, ev, buffer, nbytes,
++						    &keysym_temp, status);
++#ifdef SUNSOFT_KBD
++        if (ev->display->im_filters && !IsModifierKey(keysym_temp) &&
++                compose_led_is_on && compose_state != 0){
++	    SetLed (ev->display, COMPOSE_LED, LedModeOff);
++	    compose_led_is_on = False;
++        }
++#endif
++        if (keysym)
++          *keysym = keysym_temp;
++	return ret;	
+     }
+     return XLookupNone;
+ }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/sun-src/include/X11/Xvarargs.h	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,72 @@
+/* $XConsortium: Xvarargs.h,v 1.4 94/04/17 20:21:57 rws Exp $ */
+/*
+
+Copyright (c) 1985, 1986, 1987, 1988, 1989  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 CONNECTION 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 dealings in this Software without prior written authorization
+from the X Consortium.
+
+*/
+
+#ifndef _XVARARGS_H_
+#define _XVARARGS_H_
+
+#ifdef __HIGHC__
+#ifndef _STDARG_H
+#define _STDARG_H
+
+typedef char *va_list;
+
+/* Amount of space required in an argument list for an arg of type TYPE.
+   TYPE may alternatively be an expression whose type is used.  */
+
+#define __va_rounded_size(TYPE)  \
+  (((sizeof (TYPE) + sizeof (int) - 1) / sizeof (int)) * sizeof (int))
+
+#define va_start(AP, LASTARG)                                           \
+ (AP = ((char *) &(LASTARG) + __va_rounded_size (LASTARG)))
+
+#define va_end(AP)
+
+#define va_arg(AP, TYPE)                                                \
+ (AP += __va_rounded_size (TYPE),                                       \
+  *((TYPE *) (AP - __va_rounded_size (TYPE))))
+
+#endif /* _STDARG_H */
+
+#define Va_start(a,b) va_start(a,b)
+
+#else /* !__HIGHC__ */
+
+#if NeedVarargsPrototypes
+# include <stdarg.h>
+# define Va_start(a,b) va_start(a,b)
+#else
+# include <varargs.h>
+# define Va_start(a,b) va_start(a)
+#endif
+
+#endif /* __HIGHC__ */
+
+#endif /* _XVARARGS_H_ */
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/sun-src/include/X11/extensions/XInteractive.h	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,71 @@
+/* Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+ *
+ * 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, and/or sell copies of the Software, and to permit persons
+ * to whom the Software is furnished to do so, provided that the above
+ * copyright notice(s) and this permission notice appear in all copies of
+ * the Software and that both the above copyright notice(s) and this
+ * permission notice appear in supporting documentation.
+ *
+ * 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
+ * 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 THIS 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 this Software without prior written authorization
+ * of the copyright holder.
+ */ 
+
+/************************************************************
+	Boiler plate defs for XIA extension.
+********************************************************/
+
+/* THIS IS NOT AN X CONSORTIUM STANDARD */
+
+#ifndef _XINTERACTIVE_H_
+#define _XINTERACTIVE_H_
+
+#pragma ident	"@(#)XInteractive.h	35.3	08/02/27 SMI"
+
+#include <X11/Xmd.h>
+#include <X11/Xfuncproto.h>
+
+#include <X11/extensions/interactiveCommon.h>
+
+_XFUNCPROTOBEGIN
+
+/* -------------------- Public Functions Prototypes ------------------- */
+
+Bool XSolarisIAQueryVersion(
+    Display *,		/* dpy */
+    int *,		/* majorVersion */
+    int *		/* minorVersion */
+);
+
+Bool XSolarisIASetProcessInfo(
+    Display *,	 	/* dpy */
+    unsigned char *,	/* request specific */
+    CARD32,		/* flags */
+    CARD32		/* count */
+);
+
+Bool XSolarisIAGetProcessInfo(
+    Display *,	 	/* dpy */
+    unsigned char **,	/* request specific */
+    CARD32,		/* flags */
+    int *		/* count */
+);
+
+_XFUNCPROTOEND
+
+#endif	/* _XINTERACTIVE_H_ */
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/sun-src/modules/lc/gb18030/Makefile.am	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,30 @@
+AM_CFLAGS= \
+	-I$(top_srcdir)/include \
+	-I$(top_srcdir)/include/X11 \
+	-I$(top_builddir)/include \
+	-I$(top_builddir)/include/X11 \
+	-I$(top_srcdir)/src/xcms \
+	-I$(top_srcdir)/src/xkb \
+	-I$(top_srcdir)/src/xlibi18n \
+	$(X11_CFLAGS) \
+	$(BIGFONT_CFLAGS) \
+	$(XDMCP_CFLAGS) \
+	-D_BSD_SOURCE
+
+if XLIB_LOADABLE_I18N
+
+commonlibdir = $(X11_LOCALELIBDIR)/common
+commonlib_LTLIBRARIES=xlcGB18030.la
+xlcGB18030_la_LDFLAGS = -module -version-number 2:0:0
+xlcGB18030_la_LIBADD = $(I18N_MODULE_LIBS)
+
+else
+
+noinst_LTLIBRARIES = libxlcGB18030.la
+
+endif
+
+xlcGB18030_la_SOURCES = \
+	lcGB18030.c
+
+libxlcGB18030_la_SOURCES = $(xlcGB18030_la_SOURCES)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/sun-src/modules/lc/gb18030/lcGB18030.c	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,1204 @@
+/*
+ * Copyright (c) 1996, by Sun Microsystems, Inc.
+ * All rights reserved.
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <stdio.h>
+#include "Xlibint.h"
+#include "XlcGeneric.h"
+
+/* 
+ * codesets will derived from XLC_XLOCALE and codesets[0] is 
+ * gb18030.2000-1 in XLC_XLOCALE 
+ */
+#define CS0		codesets[2]	/* Codeset 0 - 7-bit ASCII	*/
+#define CS1		codesets[0]	/* Codeset 1 - gb18030.2000-0  	*/
+#define CS2		codesets[1]	/* Codeset 2 - gb18030.2000-1  	*/
+
+#define ascii		(codeset->cs_num == 0)
+#define gb18030		(codeset->cs_num == 2)
+
+#define	ASCII_CODESET	0
+#define GBK2K_CODESET1	1
+#define GBK2K_CODESET2	2
+#define MAX_CODESETS	3
+
+#define ISASCII(ch)	((unsigned char)(ch) <= 0x7F)
+
+#define GR		0x80	/* Begins right-side (non-ascii) region. */
+#define GL		0x7f    /* Ends left-side (ascii) region.        */
+
+#define isleftside(c)	(((c) & GR) ? 0 : 1)
+#define isrightside(c)	(! isleftside(c))
+
+typedef unsigned char   Uchar;
+typedef unsigned long	Ulong;
+typedef unsigned int	Uint;
+
+#define BIT8OFF(c)	((c) & GL)
+#define BIT8ON(c)	((c) | GR)
+
+#define ESC    		0x1b
+
+typedef struct _CT_DATA
+{
+    char *charset;
+    char *encode_string;
+} CT_DATA;
+
+static CT_DATA default_ct_data[] =
+{
+    {"ASCII",  "\033(B" },
+    {"GB2312",  "\033$(A" },
+    {"GB18030-0",  "\033%/2??SUN-GB18030-0" },
+    {"GB18030-1",  "\033%/2??SUN-GB18030-1" }
+};
+
+static int num_ct_data = sizeof(default_ct_data)/sizeof(CT_DATA);
+
+static char *
+get_CT_encode_string(const char *charset)
+{
+    if (charset) {
+	int  i;
+	
+	for (i=0; i < num_ct_data; ++i)
+	    if (strncmp(charset,
+			default_ct_data[i].charset,
+			strlen(charset)) == 0)
+		return default_ct_data[i].encode_string;
+    }
+  
+   return NULL;
+}
+
+typedef enum {t_ASCII, t_GB2312, t_GB18030_0, t_GB18030_1, t_NONE} CharSet_Type;
+
+static  CharSet_Type
+get_charset_with_encode_string(const char *s)
+{
+    if (s) {
+	int i;
+
+	for (i=0; i < num_ct_data; ++i)
+	    if (strncmp(s, default_ct_data[i].encode_string,
+			strlen(default_ct_data[i].encode_string)) == 0)
+	        return i;
+     }
+
+    return t_NONE;
+}
+
+static void
+twobyte_to_fourbyte(unsigned char *in_buf, unsigned char *out_buf)
+{
+    int tmp;
+   
+    tmp=(in_buf[0] << 8) + in_buf[1];
+   
+    out_buf[3] = 0x30 + tmp%10; tmp/=10;
+    out_buf[2] = 0x81 + tmp%126; tmp/=126;
+    out_buf[1] = 0x30 + tmp%10; tmp/=10;
+    out_buf[0] = 0x81 + tmp;
+}
+
+static void
+fourbyte_to_twobyte(unsigned char *in_buf, unsigned char *out_buf)
+{ 
+    int tmp;
+
+    tmp = 12600 * (in_buf[0] - 0x81) + 1260 * (in_buf[1] - 0x30) +
+	10 * (in_buf[2] - 0x81) + (in_buf[3] - 0x30);
+    out_buf[0] = (tmp & 0xff00) >> 8;
+    out_buf[1] = tmp & 0xff;
+}
+
+/*
+ * In GB2312 range or not
+ */
+static int
+isgb(unsigned char *s)
+{
+    /* consider the first byte */
+    if (s[0] >= 0xA1 && s[0] <= 0xFE && s[1] >= 0xA1 &&
+	    s[1] <= 0xFE) {
+	return True;
+    }else{
+	return False;
+    }
+}
+
+/*
+ * In GB18030 2 bytes range or not
+ */
+static int
+isgb18030_2(unsigned char *s)
+{
+    /* consider the first byte */
+    if (s[0] >= 0x81 && s[0] <= 0xfe &&
+	    ((s[1] >= 0x40 && s[1] <= 0x7e) ||
+	     (s[1] >= 0x80 && s[1] <= 0xfe)))
+	return True;
+    else
+	return False;
+}
+
+/*
+ * In GB18030 4 bytes range or not
+ */
+static int isgb18030_4(unsigned char *s)
+{
+    /* consider the first byte */
+    if (s[0] >= 0x81 && s[0] <= 0xfe && s[1] >= 0x30 && s[1] <= 0x39 &&
+	    s[2] >= 0x81 && s[2] <= 0xfe && s[3] >= 0x30 && s[3] <= 0x39)
+        return True;
+    else
+	return False;
+}
+
+/*
+ * multibyte -> charset: codesets[0], codesets[1], codeset[2]
+ */
+static int
+gb18030_mbtocs(
+    XlcConv conv,
+    XPointer *from,
+    int *from_left,
+    XPointer *to,
+    int *to_left,
+    XPointer *args,
+    int num_args)
+{
+    unsigned char *src = (unsigned char *)*from;
+    unsigned char *dst = (unsigned char *)*to;
+    int		unconv_num = 0;
+    int		char_size = 0;
+    XLCd	lcd = (XLCd)conv->state;
+    CodeSet	*codesets = XLC_GENERIC(lcd, codeset_list);
+    int		codeset_num = XLC_GENERIC(lcd, codeset_num);
+    XlcCharSet	charset = NULL;
+
+    if (isgb18030_2(src)) {
+	if (GBK2K_CODESET1 >= codeset_num)
+	    return -1;
+	charset = *CS1->charset_list;
+	char_size = charset->char_size;
+
+	if (*from_left >= 2 && *to_left >= char_size) {
+            *dst++ = *src++;
+	    *dst++ = *src++;
+	} else {
+	    return -1;
+	}
+
+    	*from_left -= char_size;
+    	*to_left -= char_size;
+    } else if (isgb18030_4(src)) {
+	unsigned char iconv_buf[6];
+
+	if (GBK2K_CODESET2 >= codeset_num)
+	    return -1;
+
+	charset = *CS2->charset_list;
+	char_size = charset->char_size;
+        fourbyte_to_twobyte(src, iconv_buf);
+	if (*from_left >= 4 && *to_left >= char_size) {
+            *dst++ = iconv_buf[0];
+	    *dst++ = iconv_buf[1];
+	    src += 4;
+	} else {
+	    return -1;
+	}
+
+    	*from_left -= 4;
+    	*to_left -= char_size;
+    } else if (ISASCII(*src)) {
+	if (ASCII_CODESET >= codeset_num)
+	    return -1;
+	charset = *CS0->charset_list;
+	char_size = charset->char_size;
+
+	if (*from_left >= char_size && *to_left >= char_size)
+	    *dst++ = *src++;
+	else
+	    return -1;
+
+    	*from_left -= char_size;
+    	*to_left -= char_size;
+    } else {		/* unknown */
+	unconv_num++;
+	src++;
+        *from_left -= 1;
+    }
+
+    *to = (XPointer)dst;
+    *from = (XPointer)src;
+
+    if (num_args > 0)
+	*((XlcCharSet *) args[0]) = charset;
+   
+    return unconv_num;
+}
+
+static int
+gb18030_mbstocs(
+    XlcConv conv,
+    XPointer *from,
+    int *from_left,
+    XPointer *to,
+    int *to_left,
+    XPointer *args,
+    int num_args)
+{
+    unsigned char *src = (unsigned char *)*from;
+    unsigned char *dst = (unsigned char *)*to;
+    int		char_size = 0;
+    int		unconv_num = 0;
+    int		flag = 0;
+    XLCd	lcd = (XLCd)conv->state;
+    CodeSet	*codesets = XLC_GENERIC(lcd, codeset_list);
+    int		codeset_num = XLC_GENERIC(lcd, codeset_num);
+    XlcCharSet	charset = NULL;
+
+    for (;;) {
+	if (isgb18030_2(src)) {
+	    if (flag == 0)
+		flag = 1;
+	    if (flag == 3 || flag == 2 )
+		break;
+	    if (GBK2K_CODESET1 >= codeset_num)
+		return -1;
+
+	    charset = *CS1->charset_list;
+	    char_size = charset->char_size;
+
+	    if (*from_left >= char_size && *to_left >= char_size) {
+		*dst++ = *src++;
+		*dst++ = *src++;
+		*to_left -= char_size;
+		*from_left -= char_size;
+	    }else {
+		return -1;
+	    }
+	} else if (isgb18030_4(src)) {
+	    unsigned char iconv_buf[6];
+
+	    if (flag == 0)
+		flag = 2;
+	    if (flag == 3 || flag == 1)
+		break;
+	    if (GBK2K_CODESET2 >= codeset_num)
+		return -1;
+
+	    charset = *CS2->charset_list;
+	    char_size = charset->char_size;
+	    fourbyte_to_twobyte(src, iconv_buf);
+
+	    if (*from_left >= 4 && *to_left >= char_size) {
+		*dst++ = iconv_buf[0];
+		*dst++ = iconv_buf[1];
+		src += 4;
+		*to_left -= char_size;
+		*from_left -= 4;
+	    } else {
+		return -1;
+	    }
+	} else if (ISASCII(*src)) {
+	    if 	(flag == 0)
+		flag = 3;
+	    if (flag == 1 || flag ==2 )
+		break;
+	    if (ASCII_CODESET >= codeset_num)
+		return -1;
+
+	    charset = *CS0->charset_list;
+	    char_size = charset->char_size;
+	    if (*from_left >= char_size && *to_left >= char_size) {
+		*dst++ = *src++;
+		*to_left -= char_size;
+		*from_left -= char_size;
+	    } else {
+		break;
+	    }
+	} else{ 		/* unknown */
+	    unconv_num++;
+	    src++;
+	    *from_left -= 1;
+	}
+	
+	if (*from_left <= 0)
+	    break;
+    }
+
+    *from = (XPointer)src;
+    *to = (XPointer)dst;
+
+    if (num_args > 0)
+	*((XlcCharSet *) args[0]) = charset;
+
+    return unconv_num;
+}
+
+static int
+gb18030_wcstocs(
+    XlcConv conv,
+    XPointer *from,
+    int *from_left,
+    XPointer *to,
+    int *to_left,
+    XPointer *args,
+    int num_args)
+{
+    unsigned char *dst = (unsigned char *)*to;
+    wchar_t	*src = (wchar_t *)*from;
+    int		char_size = 0;
+    int		unconv_num = 0;
+    int		flag = 0;
+    XLCd	lcd = (XLCd)conv->state;
+    XlcCharSet	charset = NULL;
+    CodeSet	*codesets = XLC_GENERIC(lcd, codeset_list);
+    int		codeset_num = XLC_GENERIC(lcd, codeset_num);
+
+    charset = (XlcCharSet)args[0];
+
+    for (;;) {
+	wchar_t wch = *src;
+	char tmp[32];
+	
+	wctomb(tmp, wch);
+	
+	if (isgb18030_2((unsigned char*)tmp)) {
+	    if (flag == 0)
+		flag = 1;
+	    if (flag == 2 || flag == 3)
+		break;
+	    if (GBK2K_CODESET1 >= codeset_num)
+		return -1;
+	    
+	    charset = *CS1->charset_list;
+	    char_size = charset->char_size;
+	   
+	    if (*from_left > 0 && *to_left >= char_size) {
+		*dst++ = tmp[0];
+		*dst++ = tmp[1];
+		*to_left -= char_size;
+	    } else {
+		return -1;
+	    }
+	} else if (isgb18030_4((unsigned char*)tmp)) {
+	    unsigned char iconv_buf[6];
+
+	    if (flag == 0)
+		flag = 2;
+	    if (flag == 1 || flag == 3)
+		break;
+	    if (GBK2K_CODESET2 >= codeset_num)
+		return -1;
+
+	    charset = *CS2->charset_list;
+	    char_size = charset->char_size;
+	    fourbyte_to_twobyte((unsigned char*)tmp, iconv_buf);
+
+	    if (*from_left > 0 && *to_left >= char_size) {
+		*dst++ = iconv_buf[0];
+		*dst++ = iconv_buf[1];
+		*to_left -= char_size;
+	    } else {
+		return -1;
+	    }
+	} else if (ISASCII(tmp[0])) {
+	    if (flag == 0)
+		flag = 3;
+	    if (flag == 1 || flag == 2)
+		break;
+	    if (ASCII_CODESET >= codeset_num)
+		return -1;
+
+	    charset = *CS0->charset_list;
+	    char_size = charset->char_size;
+	    if (*from_left > 0 && *to_left >= char_size) {
+		*dst++ = tmp[0];
+		*to_left -= char_size;
+	    } else {
+		return -1;
+	    }
+	} else { 	/* unknown */
+	    unconv_num++;
+	}
+
+	src++;		/* advance one wchar_t */
+	(*from_left)--;
+	if (*from_left <= 0)
+	    break;
+    }
+
+    *from = (XPointer)src;
+    *to = (XPointer)dst;
+
+    if (num_args > 0)
+	*((XlcCharSet *)args[0]) = charset;
+   
+    return unconv_num;
+}
+
+static CodeSet
+get_code_set_from_charset(
+    XLCd lcd,
+    XlcCharSet charset)
+{
+    CodeSet	*codeset = XLC_GENERIC(lcd, codeset_list);
+    XlcCharSet	*charset_list;
+    int		codeset_num, num_charsets;
+
+    codeset_num = XLC_GENERIC(lcd, codeset_num);
+
+    for (; codeset_num-- > 0; codeset++) {
+	num_charsets = (*codeset)->num_charsets;
+	charset_list = (*codeset)->charset_list;
+
+	for (; num_charsets-- > 0; charset_list++)
+	    if (*charset_list == charset)
+		return *codeset;
+    }
+
+    return (CodeSet)NULL;
+}
+
+static int
+gb18030_cstombs(
+    XlcConv conv,
+    XPointer *from,
+    int *from_left,
+    XPointer *to,
+    int *to_left,
+    XPointer *args,
+    int num_args)
+{
+    unsigned char *src = (unsigned char *)*from;
+    unsigned char *dst = (unsigned char *)*to;
+    int		char_size = 0;
+    int		unconv_num = 0;
+    XLCd	lcd = (XLCd)conv->state;
+    XlcCharSet	charset = (XlcCharSet) args[0];
+    CodeSet	codeset;
+
+    codeset = get_code_set_from_charset(lcd, charset);
+    if (codeset == NULL)
+	return -1;
+
+    for (;;) {
+	if (codeset->wc_encoding==0x5e84) {		/* GB18030-1 */
+	    char_size = 2;
+	   
+	    if (*from_left >= 2 && *to_left >= 4) {
+		unsigned char iconv_buf[6];
+	
+		twobyte_to_fourbyte(src, iconv_buf);
+		*dst++ = iconv_buf[0];
+		*dst++ = iconv_buf[1];
+		*dst++ = iconv_buf[2];
+		*dst++ = iconv_buf[3];
+		*to_left -= 4;
+	    } else {
+		return -1;
+	    }
+	} else if (isgb18030_2((unsigned char*)src)) { 	/*2 bytes character*/
+	    char_size = 2;
+
+	    if (*from_left >= 2 && *to_left >= 2) {
+		*dst++ = *src++;
+		*dst++ = *src++;
+		*to_left -= 2;
+	    } else {
+		return -1;
+	    }
+	} else if (ISASCII(*src)) { 	/*ASCII character*/
+	    char_size = 1;
+
+	    if (*from_left >= 1 && *to_left >= 1) {
+		*dst++ = *src++;
+		*to_left -= 1;
+	    } else {
+		return -1;
+	    }
+	} else { 			/* unknown */
+	    unconv_num++;
+	    src++;
+	    char_size = 1;
+	}
+
+	*from_left -= char_size;;
+	if (*from_left <= 0)
+	    break;
+    }
+
+    *from = (XPointer)src;
+    *to = (XPointer )dst;
+
+    if (num_args > 0)
+	*((XlcCharSet *) args[0]) = charset;
+   
+    return unconv_num;
+}
+static int
+gb18030_cstowcs(
+    XlcConv conv,
+    XPointer *from,
+    int *from_left,
+    XPointer *to,
+    int *to_left,
+    XPointer *args,
+    int num_args)
+{
+    XPointer	outbufptr, outbufptr_save;
+    int		to_left_save = *to_left;
+    wchar_t	*pwc = (wchar_t *) *to;
+    int		rtn, rtn_1;
+
+    outbufptr = (XPointer) Xmalloc(*to_left * 4);
+    outbufptr_save = outbufptr;
+
+    rtn = gb18030_cstombs(conv, from, from_left,
+	    &outbufptr, to_left,
+	    args, num_args);
+    *outbufptr='\0';
+
+    rtn_1 = mbstowcs(pwc, outbufptr_save, (to_left_save - *to_left));
+    
+    Xfree(outbufptr_save);
+
+    *to_left = to_left_save - rtn_1;
+    *to = *to+ rtn_1 * sizeof(wchar_t);
+
+    return rtn;
+}
+
+
+/*
+ * In gb18030 locale, we only consider the following possibilities
+ * all other ct formats are ignored, keep looping until end of buffer
+ * 	ASCII
+ * 	GB2312
+ * 	GB18030-0
+ * 	GB18030-1
+ */
+static int
+gb18030_ctstombs(
+    XlcConv conv,
+    XPointer *from,
+    int *from_left,
+    XPointer *to,
+    int *to_left,
+    XPointer *args,
+    int num_args)
+{
+    unsigned char *inbufptr = (unsigned char *)*from;
+    unsigned char *outbufptr = (unsigned char *)*to;
+    int unconv_num = 0;
+    int i, j;
+    int save_outbuf = True;
+    CharSet_Type charset_type;
+	 
+    /*
+     * If outbufptr is NULL, doen't save output, but just counts
+     * a length to hold the output.
+     */
+    if (outbufptr == NULL)
+	save_outbuf = False;
+    
+    i = 0;
+    j = 0;
+
+    while (i < *from_left) {
+	if (inbufptr[i] == ESC) { 	/* got an escape */
+	    charset_type = get_charset_with_encode_string(
+		    (const char *)inbufptr + i);
+
+	    switch (charset_type) {
+	    case t_ASCII:
+		i += strlen(default_ct_data[charset_type].encode_string);
+
+		for (;;) {
+		    if (i >= *from_left) {	/* end of from buffer */
+			goto FINISHED;
+		    }
+		   
+		    if ((inbufptr[i] == 0x0a || inbufptr[i] == 0x09 ||
+			 inbufptr[i] >= 0x20) && ISASCII(inbufptr[i])) {
+			if (*to_left < 1) {  	/* end of to buffer */
+			    goto FINISHED;	
+			}
+			
+			if (save_outbuf == True)
+			    outbufptr[j++] = inbufptr[i];
+
+			(*to_left)--;
+			++i;
+		    } else {
+			break;
+		    }
+		}
+		break;
+	   
+	    case t_GB2312:
+		i += strlen(default_ct_data[charset_type].encode_string);
+
+		for (;;) {
+		    unsigned char iconv_buf[3];
+
+		    if (i >= *from_left) {  /* end of from buffer */
+			goto FINISHED;
+		    }
+		   
+		    iconv_buf[0] = (inbufptr[i] & 0x7f) | 0x80;
+		    iconv_buf[1] = (inbufptr[i + 1] & 0x7f) | 0x80;
+		   
+		    if (isgb(iconv_buf)) {
+			if (*to_left < 2 || *from_left < 2) {
+			    goto FINISHED;
+			}
+			
+			if (save_outbuf == True) {
+			    outbufptr[j++] = iconv_buf[0];
+			    outbufptr[j++] = iconv_buf[1];
+			}
+			
+			*to_left -= 2;
+			i = i + 2;
+		    } else {
+			break;
+		    }
+		}
+		break;
+	   
+	    case t_GB18030_0:
+		i += strlen(default_ct_data[charset_type].encode_string);
+		
+		for (;;) {
+		    if (i >= *from_left) {  	/* end of from buffer */
+			goto FINISHED;	
+		    }
+		   
+		    if (isgb18030_2(inbufptr + i)) {
+			if (*to_left < 2 || *from_left < 2) {
+			    goto FINISHED;
+			}
+			
+			if (save_outbuf == True) {
+			    outbufptr[j++] = inbufptr[i];
+			    outbufptr[j++] = inbufptr[i + 1];
+			}
+			
+			*to_left -= 2;
+			i = i + 2;
+		    } else {
+			break;
+		    }
+		}
+		break;
+	   
+	    case t_GB18030_1: 			/* gb18030.2000-1 character */
+		i += strlen(default_ct_data[charset_type].encode_string);
+		
+		for (;;) {
+		    if (i >= *from_left) {  	/* end of from buffer */
+			goto FINISHED;
+		    }
+
+		    if (isgb18030_4(inbufptr + i)) {
+			if (*to_left < 4 || *from_left < 4) {
+			    goto FINISHED;
+			}
+			
+			if (save_outbuf == True) {
+			    outbufptr[j++] = inbufptr[i] & 0xff;
+			    outbufptr[j++] = inbufptr[i+1] & 0xff;
+			    outbufptr[j++] = inbufptr[i+2] & 0xff;
+			    outbufptr[j++] = inbufptr[i+3] & 0xff;
+			}
+			
+			*to_left -= 4;
+			i = i + 4;
+		    } else {
+			break;
+		    }
+		}
+		break;
+	   
+	    case t_NONE:
+		i++; 		/* encounter unknown escape sequence */
+		unconv_num++;
+		break;
+	    }
+	} else if ((inbufptr[i] == 0x0a || inbufptr[i] == 0x09 ||
+		    inbufptr[i] >= 0x20) && ISASCII(inbufptr[i])) {
+	    /* Process default CT G0 ascii character */
+	    if (*to_left < 1) {
+		goto FINISHED;
+	    }
+	   
+	    if (save_outbuf == True)
+		outbufptr[j++] = inbufptr[i];
+	   
+	    i++;
+	    *to_left -= 1;
+	} else { 		/* unknown character */
+	    i++;
+	    unconv_num++;
+	}
+    }
+
+FINISHED:
+    *from = (XPointer)(inbufptr + i);
+    *to = (XPointer)(outbufptr + j);
+    if (i >= *from_left)
+	*from_left = 0;
+    else
+	*from_left -= i;
+
+    return (unconv_num);
+}
+
+static int
+gb18030_ctstowcs(
+    XlcConv conv,
+    XPointer *from,
+    int *from_left,
+    XPointer *to,
+    int *to_left,
+    XPointer *args,
+    int num_args)
+{
+    XPointer	outbufptr, outbufptr_save;
+    int		to_left_save = *to_left;
+    wchar_t 	*pwc = (wchar_t *) *to;
+    int		rtn, rtn_1;
+
+
+    outbufptr = (XPointer) Xmalloc(*to_left * 4); /* 100 safty tolerence */
+    outbufptr_save = outbufptr;
+
+    rtn = gb18030_ctstombs(conv,
+	    from,
+	    from_left,
+	    &outbufptr,
+	    to_left,
+	    args,
+	    num_args);
+
+    *outbufptr='\0';
+
+    rtn_1 = mbstowcs(pwc, outbufptr_save, (to_left_save - *to_left));
+
+    Xfree(outbufptr_save);
+
+    *to_left = to_left_save - rtn_1;
+    *to = *to + rtn_1 * sizeof(wchar_t);
+
+    return rtn;
+}
+
+/*
+ * The mbs is GB18030 code, must be converted to euc code,
+ * then pack to ct format.
+ */
+static int
+gb18030_mbstocts(
+    XlcConv conv,
+    XPointer *from,
+    int *from_left,
+    XPointer *to,
+    int *to_left,
+    XPointer *args,
+    int num_args)
+{
+    unsigned char *inbufptr = (unsigned char *)*from;
+    unsigned char *outbufptr = (unsigned char *)*to;
+    int 	unconv_num = 0;
+    int 	flag = 0, j = 0, i = 0;
+    int  	encode_string_len;
+    char 	*encode_string;
+
+    while (i < *from_left && j < *to_left)  {
+	if (isgb(&inbufptr[i])) {	/* GB2312 character */
+	    if (flag == 0 || flag != 2) {
+		encode_string = get_CT_encode_string("GB2312");
+		if (! encode_string )
+		    return -1;
+
+		encode_string_len = strlen(encode_string);
+		if (j + encode_string_len + 2 >= *to_left)
+		    break;
+		
+		strncpy((char *)outbufptr+j, encode_string, encode_string_len);
+		j += encode_string_len;
+		flag = 2;
+	    }
+       
+	    if (j + 2 >= *to_left)
+		break;
+
+	    outbufptr[j++] = inbufptr[i++] & 0x7f;
+	    outbufptr[j++] = inbufptr[i++] & 0x7f;
+	} else if (isgb18030_2(&inbufptr[i])) {		/* 2 bytes GB 18030 */
+	    if (flag == 0 || flag != 4) {
+		encode_string = get_CT_encode_string("GB18030-0");
+		if (! encode_string )
+		    return -1;
+		
+		encode_string_len = strlen(encode_string);
+		if (j + encode_string_len + 2 >= *to_left)
+		    break;
+	
+		strncpy((char *)outbufptr+j, encode_string, encode_string_len);
+		j += encode_string_len;
+		flag = 4;
+	    }
+
+	    if (j + 2 >= *to_left)
+		break;
+
+	    outbufptr[j++] = inbufptr[i++] & 0xff;
+	    outbufptr[j++] = inbufptr[i++] & 0xff;
+	} else if (isgb18030_4(&inbufptr[i])) {		/* 4 bytes GB18030 */
+	    if (flag == 0 || flag != 5) {
+		encode_string = get_CT_encode_string("GB18030-1");
+		if (!encode_string)
+		    return -1;
+		encode_string_len = strlen(encode_string);
+		
+		if (j + encode_string_len + 4 >= *to_left)
+		    break;
+
+		strncpy((char *)outbufptr+j, encode_string, encode_string_len);
+		j += encode_string_len;
+		flag = 5;
+	    }
+
+	    if (j + 4 >= *to_left)
+		break;
+
+	    outbufptr[j++] = inbufptr[i++];
+	    outbufptr[j++] = inbufptr[i++];
+	    outbufptr[j++] = inbufptr[i++];
+	    outbufptr[j++] = inbufptr[i++];
+	} else if (ISASCII(inbufptr[i])) {	/* ASCII */
+	    if (flag == 0 || flag != 3) {
+		encode_string = get_CT_encode_string("ASCII");
+		if (!encode_string )
+		    return -1;
+		
+		encode_string_len = strlen(encode_string);
+		if (j + encode_string_len + 1 >= *to_left)
+		    break;
+	
+		strncpy((char *)outbufptr+j, encode_string, encode_string_len);
+		j += encode_string_len;
+		flag = 3;
+	    }
+	   
+	    if (j + 1 >= *to_left)
+		break;
+
+	    outbufptr[j++] = inbufptr[i++];
+	} else{
+	    i++; 		/* Skip this byte */
+	    unconv_num++; 	/* Count this as an unconverted byte */
+	}
+    }
+
+    *from = (XPointer)&inbufptr[i];
+    *to = (XPointer)&outbufptr[j];
+    *from_left = *from_left - i;
+    *to_left = *to_left - j;
+   
+    return unconv_num;
+}
+
+static int
+gb18030_wcstocts(
+    XlcConv conv,
+    XPointer *from,
+    int *from_left,
+    XPointer *to,
+    int *to_left,
+    XPointer *args,
+    int num_args)
+{
+
+    unsigned char inbufptr[10];
+    unsigned char *outbufptr = (unsigned char *)*to;
+    wchar_t	*pwc = (wchar_t *)*from;
+    int		unconv_num = 0;
+    int		flag,j,i,k;
+    char	*encode_string;
+    int		encode_string_len;	    
+  
+    i = k = j = 0;
+    flag = 0;
+
+    while (k < *from_left) {
+	if (wctomb((char *)inbufptr, pwc[k++]) == -1)
+	    return (-1);
+
+	i=0;
+	
+	if (isgb(&inbufptr[i])) {		/* GB2312 */
+	    if (flag == 0 || flag != 1) {
+		encode_string = get_CT_encode_string("GB2312");
+		if (! encode_string)
+		    return (-1);
+
+		encode_string_len = strlen(encode_string);
+		if (j + encode_string_len + 2 >= *to_left)
+		    break;
+		
+		strncpy((char *)outbufptr+j, encode_string, encode_string_len);
+		j += encode_string_len;
+		flag = 1;
+	    }
+
+	    if (j + 2 >= *to_left)
+		break;
+
+	    outbufptr[j++] = inbufptr[i++];
+	    outbufptr[j++] = inbufptr[i++];
+	} else if (isgb18030_2(&inbufptr[i])) {
+	    if (flag == 0 || flag != 2) {
+		encode_string = get_CT_encode_string("GB18030-0");
+		if (! encode_string)
+		    return -1;
+		
+		encode_string_len = strlen(encode_string);
+		if (j + encode_string_len + 2 >= *to_left)
+		    break;
+		
+		strncpy((char *)outbufptr+j, encode_string, encode_string_len);
+		j += encode_string_len;
+		flag = 2;
+	    }
+
+	    if (j + 2 >= *to_left)
+		break;
+
+	    outbufptr[j++] = inbufptr[i++];
+	    outbufptr[j++] = inbufptr[i++];
+	} else if (isgb18030_4(&inbufptr[i])) {
+	    if (flag == 0 || flag != 6) {
+		encode_string = get_CT_encode_string("GB18030-1");
+		if (! encode_string)
+		    return -1;
+		
+		encode_string_len = strlen(encode_string);
+		if (j + encode_string_len + 4 >= *to_left)
+		    break;
+	   
+		strncpy((char *)outbufptr+j, encode_string, encode_string_len);
+		j += encode_string_len;
+		flag = 6;
+	    }
+
+	    if (j + 4 >= *to_left)
+		break;
+
+	    outbufptr[j++] = inbufptr[i++];
+	    outbufptr[j++] = inbufptr[i++];
+	    outbufptr[j++] = inbufptr[i++];
+	    outbufptr[j++] = inbufptr[i++];
+	} else if (ISASCII(inbufptr[i])) {
+	    if (flag == 0 || flag != 3) {
+		encode_string = get_CT_encode_string("ASCII");
+		if (! encode_string)
+		    return -1;
+		
+		encode_string_len = strlen(encode_string);
+		if (j + encode_string_len + 1 >= *to_left)
+		    break;
+		
+		strncpy((char *)outbufptr+j, encode_string, encode_string_len);
+		j += encode_string_len;
+		
+		flag = 3;
+	    }
+	   
+	    outbufptr[j++] = inbufptr[i++];
+	} else {
+	    unconv_num++;
+	}
+    }
+   
+    *from = (XPointer)&pwc[k];
+    *to = (XPointer)&outbufptr[j];
+    *from_left = *from_left - k;
+    *to_left = *to_left - j;
+
+    return unconv_num;
+}
+
+static void
+close_converter(XlcConv conv)
+{
+    Xfree((char *) conv);
+}
+
+static XlcConv
+create_conv(
+    XLCd lcd,
+    XlcConvMethods methods)
+{
+    XlcConv conv;
+
+    conv = (XlcConv) Xmalloc(sizeof(XlcConvRec));
+    if (conv == NULL)
+	return (XlcConv) NULL;
+   
+    conv->methods = methods;
+    conv->state = (XPointer) lcd;
+    return conv;
+}
+
+
+enum { MBSTOCS, WCSTOCS, MBTOCS, CSTOMBS, CSTOWCS, MBSTOCTS, CTSTOMBS,
+       CTSTOWCS, WCSTOCTS, MBSTOWCS, WCSTOMBS, STRTOMBS };
+
+static XlcConvMethodsRec conv_methods[] = {
+    {close_converter, gb18030_mbstocs,  NULL },
+    {close_converter, gb18030_wcstocs,  NULL },
+    {close_converter, gb18030_mbtocs,   NULL },
+    {close_converter, gb18030_cstombs,  NULL },
+    {close_converter, gb18030_cstowcs,  NULL },
+    {close_converter, gb18030_mbstocts, NULL },
+    {close_converter, gb18030_ctstombs, NULL },
+    {close_converter, gb18030_ctstowcs, NULL },
+    {close_converter, gb18030_wcstocts, NULL }
+
+};
+
+
+static XlcConv
+open_mbstocs(
+    XLCd from_lcd,
+    const char *from_type,
+    XLCd to_lcd,
+    const char *to_type)
+{
+    return create_conv(from_lcd, &conv_methods[MBSTOCS]);
+}
+
+static XlcConv
+open_wcstocs(
+    XLCd from_lcd,
+    const char *from_type,
+    XLCd to_lcd,
+    const char *to_type)
+{
+    return create_conv(from_lcd, &conv_methods[WCSTOCS]);
+}
+
+static XlcConv
+open_mbtocs(
+    XLCd from_lcd,
+    const char *from_type,
+    XLCd to_lcd,
+    const char *to_type)
+{
+    return create_conv(from_lcd, &conv_methods[MBTOCS]);
+}
+
+static XlcConv
+open_cstombs(
+    XLCd from_lcd,
+    const char *from_type,
+    XLCd to_lcd,
+    const char *to_type)
+{
+    return create_conv(from_lcd, &conv_methods[CSTOMBS]);
+}
+
+static XlcConv
+open_cstowcs(
+    XLCd from_lcd,
+    const char *from_type,
+    XLCd to_lcd,
+    const char *to_type)
+{
+    return create_conv(from_lcd, &conv_methods[CSTOWCS]);
+}
+
+static XlcConv
+open_wcstocts(
+    XLCd from_lcd,
+    const char *from_type,
+    XLCd to_lcd,
+    const char *to_type)
+{
+    return create_conv(from_lcd, &conv_methods[WCSTOCTS]);
+}
+
+static XlcConv
+open_mbstocts(
+    XLCd from_lcd,
+    const char *from_type,
+    XLCd to_lcd,
+    const char *to_type)
+{
+    return create_conv(from_lcd, &conv_methods[MBSTOCTS]);
+}
+
+static XlcConv
+open_ctstombs(
+    XLCd from_lcd,
+    const char *from_type,
+    XLCd to_lcd,
+    const char *to_type)
+{
+    return create_conv(from_lcd, &conv_methods[CTSTOMBS]);
+}
+
+static XlcConv
+open_ctstowcs(
+    XLCd from_lcd,
+    const char *from_type,
+    XLCd to_lcd,
+    const char *to_type)
+{
+    return create_conv(from_lcd, &conv_methods[CTSTOWCS]);
+}
+
+XLCd
+_XlcGb18030Loader(const char *name)
+{
+    XLCd lcd;
+
+    lcd = _XlcCreateLC(name, _XlcGenericMethods);
+    if (lcd == NULL)
+	return lcd;
+
+    if ((_XlcNCompareISOLatin1(XLC_PUBLIC_PART(lcd)->codeset, "gb18030", 7))) {
+	_XlcDestroyLC(lcd);
+	return (XLCd) NULL;
+    }
+
+    /* MB/WC  <->  CS */
+    _XlcSetConverter(lcd, XlcNMultiByte,  lcd, XlcNCharSet,   open_mbstocs);
+    _XlcSetConverter(lcd, XlcNWideChar,   lcd, XlcNCharSet,   open_wcstocs);
+    _XlcSetConverter(lcd, XlcNCharSet,    lcd, XlcNMultiByte, open_cstombs);
+    _XlcSetConverter(lcd, XlcNCharSet,    lcd, XlcNWideChar,  open_cstowcs);
+
+    _XlcSetConverter(lcd, XlcNMultiByte,  lcd, XlcNChar,      open_mbtocs);
+
+    /* MB/WC  <->  CT */
+    _XlcSetConverter(lcd, XlcNMultiByte, lcd, XlcNCompoundText, open_mbstocts);
+    _XlcSetConverter(lcd, XlcNCompoundText, lcd, XlcNMultiByte, open_ctstombs);
+    _XlcSetConverter(lcd, XlcNCompoundText, lcd, XlcNWideChar, open_ctstowcs);
+    _XlcSetConverter(lcd, XlcNWideChar, lcd, XlcNCompoundText, open_wcstocts);
+
+    _XlcAddUtf8Converters(lcd);
+
+    return lcd;
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/sun-src/src/Suncompose.h	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,291 @@
+/*
+ * Suncompose.h -- Compose Key Sequence Table
+ *
+ * @(#)Suncompose.h	35.2	10/05/94
+ *
+ * Copyright (c) 1986 by Sun Microsystems, Inc.
+ * 
+ * The idea here is to create a simple index into a table of
+ * compose key sequences.  The purpose is to provide a fast
+ * lookup mechanism using as little space as possible (while
+ * still using a table of triplets).
+ *
+ * For reference, here is the set of all composable characters:
+ * SP !\"\'*+,-./01234:<>?ACDEHILNOPRSTUXY\\^_`acdehilnoprstuxy|~
+ *
+ * if ascii_char[i] is not composable,
+ *	compose_map[i] is -1
+ * else
+ * 	if ascii_char[i] appears as a first char in compose_table,
+ *		compose_map[i] is the index of it's first appearance
+ *	else
+ *		compose_map[i] is 112	(end of table)
+ */
+
+#define ASCII_SET_SIZE	128
+
+char compose_map[ASCII_SET_SIZE] = {
+	 -1,	/* 000 (^@) */
+	 -1,	/* 001 (^A) */
+	 -1,	/* 002 (^B) */
+	 -1,	/* 003 (^C) */
+	 -1,	/* 004 (^D) */
+	 -1,	/* 005 (^E) */
+	 -1,	/* 006 (^F) */
+	 -1,	/* 007 (^G) */
+	 -1,	/* 008 (^H) */
+	 -1,	/* 009 (^I) */
+	 -1,	/* 010 (^J) */
+	 -1,	/* 011 (^K) */
+	 -1,	/* 012 (^L) */
+	 -1,	/* 013 (^M) */
+	 -1,	/* 014 (^N) */
+	 -1,	/* 015 (^O) */
+	 -1,	/* 016 (^P) */
+	 -1,	/* 017 (^Q) */
+	 -1,	/* 018 (^R) */
+	 -1,	/* 019 (^S) */
+	 -1,	/* 020 (^T) */
+	 -1,	/* 021 (^U) */
+	 -1,	/* 022 (^V) */
+	 -1,	/* 023 (^W) */
+	 -1,	/* 024 (^X) */
+	 -1,	/* 025 (^Y) */
+	 -1,	/* 026 (^Z) */
+	 -1,	/* 027 (^[) */
+	 -1,	/* 028 (^\) */
+	 -1,	/* 029 (^]) */
+	 -1,	/* 030 (^^) */
+	 -1,	/* 031 (^_) */
+	  0,	/* 032 (SP) */
+	  1,	/* 033 (!) */
+	  4,	/* 034 (") */
+	 -1,	/* 035 (#) */
+	 -1,	/* 036 ($) */
+	 -1,	/* 037 (%) */
+	 -1,	/* 038 (&) */
+	 16,	/* 039 (') */
+	 -1,	/* 040 (() */
+	 -1,	/* 041 ()) */
+	 28,	/* 042 (*) */
+	 31,	/* 043 (+) */
+	 32,	/* 044 (,) */
+	 36,	/* 045 (-) */
+	 48,	/* 046 (.) */
+	 49,	/* 047 (/) */
+	 54,	/* 048 (0) */
+	 57,	/* 049 (1) */
+	 60,	/* 050 (2) */
+	 61,	/* 051 (3) */
+	112,	/* 052 (4) */
+	 -1,	/* 053 (5) */
+	 -1,	/* 054 (6) */
+	 -1,	/* 055 (7) */
+	 -1,	/* 056 (8) */
+	 -1,	/* 057 (9) */
+	112,	/* 058 (:) */
+	 -1,	/* 059 (;) */
+	 63,	/* 060 (<) */
+	 -1,	/* 061 (=) */
+	 64,	/* 062 (>) */
+	 65,	/* 063 (?) */
+	 -1,	/* 064 (@) */
+	 66,	/* 065 (A) */
+	 -1,	/* 066 (B) */
+	 70,	/* 067 (C) */
+	112,	/* 068 (D) */
+	 71,	/* 069 (E) */
+	 -1,	/* 070 (F) */
+	 -1,	/* 071 (G) */
+	 73,	/* 072 (H) */
+	 74,	/* 073 (I) */
+	 -1,	/* 074 (J) */
+	 -1,	/* 075 (K) */
+	112,	/* 076 (L) */
+	 -1,	/* 077 (M) */
+	 76,	/* 078 (N) */
+	 77,	/* 079 (O) */
+	 84,	/* 080 (P) */
+	 -1,	/* 081 (Q) */
+	112,	/* 082 (R) */
+	112,	/* 083 (S) */
+	112,	/* 084 (T) */
+	 85,	/* 085 (U) */
+	 -1,	/* 086 (V) */
+	 -1,	/* 087 (W) */
+	112,	/* 088 (X) */
+	112,	/* 089 (Y) */
+	 -1,	/* 090 (Z) */
+	 -1,	/* 091 ([) */
+	 87,	/* 092 (\) */
+	 -1,	/* 093 (]) */
+	 88,	/* 094 (^) */
+	 93,	/* 095 (_) */
+	 94,	/* 096 (`) */
+	 99,	/* 097 (a) */
+	 -1,	/* 098 (b) */
+	101,	/* 099 (c) */
+	112,	/* 100 (d) */
+	112,	/* 101 (e) */
+	 -1,	/* 102 (f) */
+	 -1,	/* 103 (g) */
+	102,	/* 104 (h) */
+	112,	/* 105 (i) */
+	 -1,	/* 106 (j) */
+	 -1,	/* 107 (k) */
+	112,	/* 108 (l) */
+	 -1,	/* 109 (m) */
+	103,	/* 110 (n) */
+	104,	/* 111 (o) */
+	108,	/* 112 (p) */
+	 -1,	/* 113 (q) */
+	112,	/* 114 (r) */
+	109,	/* 115 (s) */
+	112,	/* 116 (t) */
+	112,	/* 117 (u) */
+	 -1,	/* 118 (v) */
+	 -1,	/* 119 (w) */
+	110,	/* 120 (x) */
+	112,	/* 121 (y) */
+	 -1,	/* 122 (z) */
+	 -1,	/* 123 ({) */
+	111,	/* 124 (|) */
+	 -1,	/* 125 (}) */
+	112,	/* 126 (~) */
+	 -1,	/* 127 (DEL) */
+};
+
+typedef struct _ComposeTableEntry {
+	unsigned char	first;
+	unsigned char	second;
+	unsigned char	result;
+} ComposeTableEntry;
+
+/*
+ * IMPORTANT NOTE:  This table MUST be kept in proper sorted order:
+ * 	The first and second characters in each entry must be in ASCII
+ *	    collating sequence (left to right).
+ *	The table must be in ASCII collating sequence by first character
+ *	    (top to bottom).
+ */
+
+/* COMPOSE + first character + second character => ISO character */
+
+ComposeTableEntry compose_table[] = {
+
+	{' ', ' ', 0xA0},	/* 000 */	/* NBSP (non-breaking space) */
+	{'!', '!', 0xA1},	/* 001 */	/* inverted ! */
+	{'!', 'P', 0xB6},	/* 002 */	/* paragraph mark */
+	{'!', 'p', 0xB6},	/* 003 */	/* paragraph mark */
+	{'"', '"', 0xA8},	/* 004 */	/* diaresis */
+	{'"', 'A', 0xC4},	/* 005 */	/* A with diaresis */
+	{'"', 'E', 0xCB},	/* 006 */	/* E with diaresis */
+	{'"', 'I', 0xCF},	/* 007 */	/* I with diaresis */
+	{'"', 'O', 0xD6},	/* 008 */	/* O with diaresis */
+	{'"', 'U', 0xDC},	/* 009 */	/* U with diaresis */
+	{'"', 'a', 0xE4},	/* 010 */	/* a with diaresis */
+	{'"', 'e', 0xEB},	/* 011 */	/* e with diaresis */
+	{'"', 'i', 0xEF},	/* 012 */	/* i with diaresis */
+	{'"', 'o', 0xF6},	/* 013 */	/* o with diaresis */
+	{'"', 'u', 0xFC},	/* 014 */	/* u with diaresis */
+	{'"', 'y', 0xFF},	/* 015 */	/* y with diaresis */
+	{'\'','A', 0xC1},	/* 016 */	/* A with acute accent */
+	{'\'','E', 0xC9},	/* 017 */	/* E with acute accent */
+	{'\'','I', 0xCD},	/* 018 */	/* I with acute accent */
+	{'\'','O', 0xD3},	/* 019 */	/* O with acute accent */
+	{'\'','U', 0xDA},	/* 020 */	/* U with acute accent */
+	{'\'','Y', 0xDD},	/* 021 */	/* Y with acute accent */
+	{'\'','a', 0xE1},	/* 022 */	/* a with acute accent */
+	{'\'','e', 0xE9},	/* 023 */	/* e with acute accent */
+	{'\'','i', 0xED},	/* 024 */	/* i with acute accent */
+	{'\'','o', 0xF3},	/* 025 */	/* o with acute accent */
+	{'\'','u', 0xFA},	/* 026 */	/* u with acute accent */
+	{'\'','y', 0xFD},	/* 027 */	/* y with acute accent */
+	{'*', 'A', 0xC5},	/* 028 */	/* A with ring */
+	{'*', '^', 0xB0},	/* 029 */	/* degree */
+	{'*', 'a', 0xE5},	/* 030 */	/* a with ring */
+	{'+', '-', 0xB1},	/* 031 */	/* plus/minus */
+	{',', ',', 0xB8},	/* 032 */	/* cedilla */
+	{',', '-', 0xAC},	/* 033 */	/* not sign */
+	{',', 'C', 0xC7},	/* 034 */	/* C with cedilla */
+	{',', 'c', 0xE7},	/* 035 */	/* c with cedilla */
+	{'-', '-', 0xAD},	/* 036 */	/* soft hyphen */
+	{'-', ':', 0xF7},	/* 037 */	/* division sign */
+	{'-', 'A', 0xAA},	/* 038 */	/* feminine superior numeral */
+	{'-', 'D', 0xD0},	/* 039 */	/* Upper-case eth */
+	{'-', 'L', 0xA3},	/* 040 */	/* pounds sterling */
+	{'-', 'Y', 0xA5},	/* 041 */	/* yen */
+	{'-', '^', 0xAF},	/* 042 */	/* macron */
+	{'-', 'a', 0xAA},	/* 043 */	/* feminine superior numeral */
+	{'-', 'd', 0xF0},	/* 044 */	/* Lower-case eth */
+	{'-', 'l', 0xA3},	/* 045 */	/* pounds sterling */
+	{'-', 'y', 0xA5},	/* 046 */	/* yen */
+	{'-', '|', 0xAC},	/* 047 */	/* not sign */
+	{'.', '^', 0xB7},	/* 048 */	/* centered dot */
+	{'/', 'C', 0xA2},	/* 049 */	/* cent sign */
+	{'/', 'O', 0xD8},	/* 050 */	/* O with slash */
+	{'/', 'c', 0xA2},	/* 051 */	/* cent sign */
+	{'/', 'o', 0xF8},	/* 052 */	/* o with slash */
+	{'/', 'u', 0xB5},	/* 053 */	/* mu */
+	{'0', 'X', 0xA4},	/* 054 */	/* currency symbol */
+	{'0', '^', 0xB0},	/* 055 */	/* degree */
+	{'0', 'x', 0xA4},	/* 056 */	/* currency symbol */
+	{'1', '2', 0xBD},	/* 057 */	/* 1/2 */
+	{'1', '4', 0xBC},	/* 058 */	/* 1/4 */
+	{'1', '^', 0xB9},	/* 059 */	/* superior '1' */
+	{'2', '^', 0xB2},	/* 060 */	/* superior '2' */
+	{'3', '4', 0xBE},	/* 061 */	/* 3/4 */
+	{'3', '^', 0xB3},	/* 062 */	/* superior '3' */
+	{'<', '<', 0xAB},	/* 063 */	/* left guillemot */
+	{'>', '>', 0xBB},	/* 064 */	/* right guillemot */
+	{'?', '?', 0xBF},	/* 065 */	/* inverted ? */
+	{'A', 'E', 0xC6},	/* 066 */	/* AE dipthong */
+	{'A', '^', 0xC2},	/* 067 */	/* A with circumflex accent */
+	{'A', '`', 0xC0},	/* 068 */	/* A with grave accent */
+	{'A', '~', 0xC3},	/* 069 */	/* A with tilde */
+	{'C', 'O', 0xA9},	/* 060 */	/* copyright */
+	{'E', '^', 0xCA},	/* 071 */	/* E with circumflex accent */
+	{'E', '`', 0xC8},	/* 072 */	/* E with grave accent */
+	{'H', 'T', 0xDE},	/* 073 */	/* Upper-case thorn */
+	{'I', '^', 0xCE},	/* 074 */	/* I with circumflex accent */
+	{'I', '`', 0xCC},	/* 075 */	/* I with grave accent */
+	{'N', '~', 0xD1},	/* 076 */	/* N with tilde */
+	{'O', 'R', 0xAE},	/* 077 */	/* registered */
+	{'O', 'S', 0xA7},	/* 078 */	/* section mark */
+	{'O', 'X', 0xA4},	/* 079 */	/* currency symbol */
+	{'O', '^', 0xD4},	/* 080 */	/* O with circumflex accent */
+	{'O', '_', 0xBA},	/* 081 */	/* masculine superior numeral */
+	{'O', '`', 0xD2},	/* 082 */	/* O with grave accent */
+	{'O', '~', 0xD5},	/* 083 */	/* O with tilde */
+	{'P', '|', 0xDE},	/* 084 */	/* Upper-case thorn */
+	{'U', '^', 0xDB},	/* 085 */	/* U with circumflex accent */
+	{'U', '`', 0xD9},	/* 086 */	/* U with grave accent */
+	{'\\','\\',0xB4},	/* 087 */	/* acute accent */
+	{'^', 'a', 0xE2},	/* 088 */	/* a with circumflex accent */
+	{'^', 'e', 0xEA},	/* 089 */	/* e with circumflex accent */
+	{'^', 'i', 0xEE},	/* 090 */	/* i with circumflex accent */
+	{'^', 'o', 0xF4},	/* 091 */	/* o with circumflex accent */
+	{'^', 'u', 0xFB},	/* 092 */	/* u with circumflex accent */
+	{'_', 'o', 0xBA},	/* 093 */	/* masculine superior numeral */
+	{'`', 'a', 0xE0},	/* 094 */	/* a with grave accent */
+	{'`', 'e', 0xE8},	/* 095 */	/* e with grave accent */
+	{'`', 'i', 0xEC},	/* 096 */	/* i with grave accent */
+	{'`', 'o', 0xF2},	/* 097 */	/* o with grave accent */
+	{'`', 'u', 0xF9},	/* 098 */	/* u with grave accent */
+	{'a', 'e', 0xE6},	/* 099 */	/* ae dipthong */
+	{'a', '~', 0xE3},	/* 100 */	/* a with tilde */
+	{'c', 'o', 0xA9},	/* 101 */	/* copyright */
+	{'h', 't', 0xFE},	/* 102 */	/* Lower-case thorn */
+	{'n', '~', 0xF1},	/* 103 */	/* n with tilde */
+	{'o', 'r', 0xAE},	/* 104 */	/* registered */
+	{'o', 's', 0xA7},	/* 105 */	/* section mark */
+	{'o', 'x', 0xA4},	/* 106 */	/* currency symbol */
+	{'o', '~', 0xF5},	/* 107 */	/* o with tilde */
+	{'p', '|', 0xFE},	/* 108 */	/* Lower-case thorn */
+	{'s', 's', 0xDF},	/* 109 */	/* German double-s */
+	{'x', 'x', 0xD7},	/* 110 */	/* multiplication sign */
+	{'|', '|', 0xA6},	/* 111 */	/* broken bar */
+
+	{0, 0, 0},			/* end of table */
+};
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/sun-src/src/XInteractive.c	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,308 @@
+/*
+ * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+ *
+ * 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, and/or sell copies of the Software, and to permit persons
+ * to whom the Software is furnished to do so, provided that the above
+ * copyright notice(s) and this permission notice appear in all copies of
+ * the Software and that both the above copyright notice(s) and this
+ * permission notice appear in supporting documentation.
+ * 
+ * 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
+ * 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 THIS 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 this Software without prior written authorization
+ * of the copyright holder.
+ */
+
+#pragma ident	"@(#)XInteractive.c	35.9	06/10/05 SMI"
+
+/*
+
+	Client side XIA extension code.
+
+	One can XSolarisIASetProceesInfo or XIASolarisGetProceesInfo.
+	Currently only passing process ids is supported.
+
+	Of course QueryVersion and QueryExtension are supported.
+
+	No support for error messages is involved. Yet. If this
+	interface becomes public this will need to be rewhacked
+ */
+
+/* THIS IS NOT AN X CONSORTIUM STANDARD */
+
+#define NEED_EVENTS
+#define NEED_REPLIES
+#include <unistd.h>
+#include <stdio.h>
+#include <X11/Xlibint.h>
+#include <X11/extensions/interactive.h>
+#include <X11/extensions/Xext.h>
+
+#ifdef IA_USE_EXTUTIL
+#include <X11/extensions/extutil.h>
+
+static XExtensionInfo	_ia_info_data;
+static XExtensionInfo	*ia_info = &_ia_info_data;
+
+static /* const */ char	*ia_extension_name = IANAME;
+
+#define IACheckExtension(dpy,i,val) \
+  XextCheckExtension (dpy, i, ia_extension_name, val)
+#else
+typedef struct _IAExtDisplayInfo {
+  Display *display;
+  XExtCodes *codes;
+  struct _IAExtDisplayInfo *next;
+} IAExtDisplayInfo;
+
+static IAExtDisplayInfo *iaExtDisplayList = NULL;
+static const char *ia_extension_name = IANAME;
+
+#define XExtDisplayInfo IAExtDisplayInfo
+
+#define XextHasExtension(i)  (((i) != NULL) && ((i)->codes != NULL))
+
+#define IACheckExtension(dpy,i,val) \
+    if (!XextHasExtension(i)) { \
+        /* XMissingExtension (dpy, ia_extension_name); */ \
+	return val; \
+    }
+
+#endif /* IA_USE_EXTUTIL */
+
+/*****************************************************************************
+ *                                                                           *
+ *			   private utility routines                          *
+ *                                                                           *
+ *****************************************************************************/
+
+#ifdef IA_USE_EXTUTIL
+static int close_display();
+static char *error_string();
+static /* const */ XExtensionHooks ia_extension_hooks = {
+    NULL,				/* create_gc */
+    NULL,				/* copy_gc */
+    NULL,				/* flush_gc */
+    NULL,				/* free_gc */
+    NULL,				/* create_font */
+    NULL,				/* free_font */
+    close_display,			/* close_display */
+    NULL,				/* wire_to_event */
+    NULL,				/* event_to_wire */
+    NULL,				/* error */
+    error_string,			/* error_string */
+};
+#endif
+
+static const char *ia_error_list[] = {
+    "BadPid",			/* Bad process id */
+};
+
+#ifdef IA_USE_EXTUTIL
+static XEXT_GENERATE_FIND_DISPLAY (find_display, ia_info, ia_extension_name, 
+				   &ia_extension_hooks, IANumberEvents, NULL)
+
+static XEXT_GENERATE_CLOSE_DISPLAY (close_display, ia_info)
+
+static XEXT_GENERATE_ERROR_STRING (error_string, ia_extension_name,
+				   IANumberErrors, ia_error_list)
+#else
+static int ia_close_display(Display *dpy, XExtCodes *codes)
+{
+    IAExtDisplayInfo *di, *prev, *next;
+
+    for (di = iaExtDisplayList, prev = NULL; di != NULL; di = next) {
+	next = di->next;
+	if (di->display == dpy) {
+	    if (prev != NULL) {
+		prev->next = di->next;
+	    } else {
+		iaExtDisplayList = di->next;
+	    }
+	    Xfree(di);
+	} else {
+	    prev = di;
+	}
+    }
+    return Success;
+}
+
+static char *ia_error_string (Display *dpy, int err, XExtCodes *codes,
+			      char *buf, int nbytes) 
+{
+    err -= codes->first_error;
+    if (err >= 0 && err < IANumberErrors) {
+        char tmp[256];
+        snprintf (tmp, sizeof(tmp), "%s.%d", ia_extension_name, err);
+        XGetErrorDatabaseText (dpy, "XProtoError", tmp, ia_error_list[err], 
+			       buf, nbytes);
+        return buf;
+    }
+    return NULL;
+}
+
+static IAExtDisplayInfo *ia_find_display(Display *dpy) 
+{
+    IAExtDisplayInfo *di;
+
+    for (di = iaExtDisplayList ; di != NULL; di = di->next) {
+	if (di->display == dpy) {
+	    return di;
+	}
+    }
+    /* Did not find on list, add new entry */
+    di = (IAExtDisplayInfo *) Xmalloc(sizeof(IAExtDisplayInfo));
+    if (di == NULL) { return NULL; }
+    di->display = dpy;
+    di->codes = XInitExtension(dpy, ia_extension_name);
+    di->next = iaExtDisplayList;
+    iaExtDisplayList = di;
+    XESetCloseDisplay(dpy, di->codes->extension, ia_close_display);
+    XESetErrorString(dpy, di->codes->extension, ia_error_string);
+    return di;
+}
+
+#define find_display ia_find_display
+#endif /* IA_USE_EXTUTIL */
+
+/*****************************************************************************
+ *                                                                           *
+ *		    public Interactive Extension routines                  *
+ *                                                                           *
+ *****************************************************************************/
+
+Bool
+XSolarisIAQueryExtension(
+    Display		*dpy
+)
+{
+    XExtDisplayInfo	*info = find_display(dpy);
+
+    if (XextHasExtension(info)) {
+	return True;
+     } else {
+	return False;
+    }
+}
+
+
+Bool
+XSolarisIAQueryVersion(
+    Display			*dpy,
+    int				*majorVersion,
+    int				*minorVersion
+)
+{
+    XExtDisplayInfo		*info = find_display(dpy);
+    xIAQueryVersionReply	 rep;
+    xIAQueryVersionReq		*req;
+
+    IACheckExtension(dpy, info, False);
+
+    LockDisplay(dpy);
+    GetReq(IAQueryVersion, req);
+    req->reqType   = info->codes->major_opcode;
+    req->IAReqType = X_IAQueryVersion;
+    if (!_XReply(dpy, (xReply *)(&rep), 0, xFalse)) {
+	UnlockDisplay(dpy);
+	SyncHandle();
+	return False;
+    }
+    *majorVersion = rep.majorVersion;
+    *minorVersion = rep.minorVersion;
+    UnlockDisplay(dpy);
+    SyncHandle();
+    return True;
+}
+
+
+Bool
+XSolarisIAGetProcessInfo(
+    Display				*dpy,
+    unsigned char		       **Pinfo,
+    CARD32				 flags,
+    int					*count
+)
+{
+    XExtDisplayInfo			*info = find_display(dpy);
+    xIAGetProcessInfoReq		*req;
+    xIAGetProcessInfoReply		 rep;
+    long				 length = 0;
+ 
+    IACheckExtension(dpy, info, False);
+
+    *Pinfo = NULL;
+
+    LockDisplay(dpy);
+    GetReq(IAGetProcessInfo, req);
+    req->reqType            = info->codes->major_opcode;
+    req->connectionAttrType = X_IAGetProcessInfo;
+    req->flags              = flags;
+    if (!_XReply(dpy, (xReply *)(&rep), 0, xFalse)) {
+	UnlockDisplay(dpy);
+	SyncHandle();
+	return False;
+    }
+    *count = rep.count;
+    *Pinfo = (unsigned char *)Xmalloc((rep.count) * sizeof(ConnectionPidRec));
+    if (*Pinfo == NULL) {
+            UnlockDisplay(dpy);
+            SyncHandle();
+            return False;   /* not Success */
+    }
+    length = rep.count << 2;
+    _XRead32(dpy, (long *)(*Pinfo), length);
+    UnlockDisplay(dpy);
+    SyncHandle();
+    return True;
+}
+
+
+Bool
+XSolarisIASetProcessInfo(
+    Display				*dpy,
+    unsigned char			*Pinfo,
+    CARD32				 flags,
+    CARD32				 count
+)
+{
+    XExtDisplayInfo			*info = find_display(dpy);
+    xIASetProcessInfoReq		*req;
+    unsigned long			length;
+
+    IACheckExtension(dpy, info, False);
+
+    LockDisplay(dpy);
+    GetReq(IASetProcessInfo, req);
+    req->reqType            = info->codes->major_opcode;
+    req->connectionAttrType = X_IASetProcessInfo;
+    req->flags              = flags;
+    req->length            += count;
+    req->uid                = (CARD32)getuid();
+    if (flags & INTERACTIVE_INFO) {
+        length=count << 2;
+	Data32(dpy, (long *)Pinfo, length);
+    }
+    if (flags & INTERACTIVE_SETTING) {
+        length = count << 2;
+	Data32(dpy, (long *)Pinfo, length);
+    }
+    UnlockDisplay(dpy);
+    SyncHandle();
+    return True;
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/gb18030.h	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,176 @@
+/*
+ * Copyright  The Open Group
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that the
+ * above copyright notice appear in all copies and that both that copyright notice
+ * and this permission notice appear in supporting documentation.
+
+ * 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 OPEN GROUP
+ * 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.
+
+ * Except as contained in this notice, the name of The Open Group shall not be used
+ * in advertising or otherwise to promote the sale, use or other dealings in this
+ * Software without prior written authorization from The Open Group.
+
+ * Portions also covered by other licenses as noted in the above URL.
+ */
+
+/*
+ * GB18030
+ */
+
+/*
+ * GB18030, as implemented in glibc-2.2, is an extension of GBK (= CP936).
+ * It adds the following ranges:
+ * 1. Two-byte range
+ *    0xA2E3, 0xA8BF, 0xA98A..0xA995, 0xFE50..0xFE9F
+ * 2. Four-byte range
+ *    0x{81..84}{30..39}{81..FE}{30..39}
+ *    Most of Unicode plane 1 in Unicode order.
+ *    Start: 0x81308130 = 0x0080
+ *    End:   0x8431A439 = 0xFFFF
+ * 3. Four-byte range
+ *    0x{90..E3}{30..39}{81..FE}{30..39}
+ *    Unicode plane 2..16 in Unicode order.
+ *    Start: 0x90308130 = 0x010000
+ *    End:   0xE3329A35 = 0x10FFFF
+ */
+
+#include "gb18030ext.h"
+#include "gb18030uni.h"
+
+#define sun
+
+static int
+gb18030_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
+{
+  int ret;
+
+#ifdef sun
+  int v = (s[0] << 8 | s[1]);
+  unsigned char buf[4];
+
+  buf[3] = 0x30 + v%10; v/=10;
+  buf[2] = 0x81 + v%126; v/=126;
+  buf[1] = 0x30 + v%10; v/=10;
+  buf[0] = 0x81 + v;
+
+  /* Code set 2 (remainder of Unicode U+0000..U+FFFF) */
+  ret = gb18030uni_mbtowc(conv,pwc,buf,4);
+  if (ret != RET_ILSEQ)
+    ret = 2;
+
+  return ret;
+#else
+  /* Code set 0 (ASCII) */
+  if (*s < 0x80)
+    return ascii_mbtowc(conv,pwc,s,n);
+
+  /* Code set 1 (GBK extended) */
+  ret = gbk_mbtowc(conv,pwc,s,n);
+  if (ret != RET_ILSEQ)
+    return ret;
+
+  ret = gb18030ext_mbtowc(conv,pwc,s,n);
+  if (ret != RET_ILSEQ)
+    return ret;
+
+  /* Code set 2 (remainder of Unicode U+0000..U+FFFF) */
+  ret = gb18030uni_mbtowc(conv,pwc,s,n);
+  if (ret != RET_ILSEQ)
+    return ret;
+
+  /* Code set 3 (Unicode U+10000..U+10FFFF) */
+  {
+    unsigned char c1 = s[0];
+    if (c1 >= 0x90 && c1 <= 0xe3) {
+      if (n >= 2) {
+        unsigned char c2 = s[1];
+        if (c2 >= 0x30 && c2 <= 0x39) {
+          if (n >= 3) {
+            unsigned char c3 = s[2];
+            if (c3 >= 0x81 && c3 <= 0xfe) {
+              if (n >= 4) {
+                unsigned char c4 = s[3];
+                if (c4 >= 0x30 && c4 <= 0x39) {
+                  unsigned int i = (((c1 - 0x90) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
+                  if (i >= 0 && i < 0x100000) {
+                    *pwc = (ucs4_t) (0x10000 + i);
+                    return 4;
+                  }
+                }
+                return RET_ILSEQ;
+              }
+              return RET_TOOFEW(0);
+            }
+            return RET_ILSEQ;
+          }
+          return RET_TOOFEW(0);
+        }
+        return RET_ILSEQ;
+      }
+      return RET_TOOFEW(0);
+    }
+    return RET_ILSEQ;
+  }
+#endif
+}
+
+static int
+gb18030_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
+{
+  int ret;
+
+#ifndef sun
+  /* Code set 0 (ASCII) */
+  ret = ascii_wctomb(conv,r,wc,n);
+  if (ret != RET_ILUNI)
+    return ret;
+
+  /* Code set 1 (GBK extended) */
+  ret = gbk_wctomb(conv,r,wc,n);
+  if (ret != RET_ILUNI)
+    return ret;
+
+  ret = gb18030ext_wctomb(conv,r,wc,n);
+  if (ret != RET_ILUNI)
+    return ret;
+#endif
+
+  /* Code set 2 (remainder of Unicode U+0000..U+FFFF) */
+  ret = gb18030uni_wctomb(conv,r,wc,n);
+  if (ret != RET_ILSEQ)
+#ifdef sun
+    {
+	int v = 12600 * (r[0] - 0x81) + 1260 * (r[1] - 0x30) + 10 * (r[2] - 0x81) + (r[3] - 0x30);
+
+	r[0] = (v & 0xff00) >> 8;
+	r[1] = v & 0xff;
+	ret = 2;
+    }
+#endif
+    return ret;
+
+#ifndef sun
+  /* Code set 3 (Unicode U+10000..U+10FFFF) */
+  if (n >= 4) {
+    if (wc >= 0x10000 && wc < 0x110000) {
+      unsigned int i = wc - 0x10000;
+      r[3] = (i % 10) + 0x30; i = i / 10;
+      r[2] = (i % 126) + 0x81; i = i / 126;
+      r[1] = (i % 10) + 0x30; i = i / 10;
+      r[0] = i + 0x90;
+      return 4;
+    }
+    return RET_ILUNI;
+  }
+  return RET_TOOSMALL;
+#endif
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/gb18030ext.h	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,240 @@
+/*
+ * Copyright  The Open Group
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that the
+ * above copyright notice appear in all copies and that both that copyright notice
+ * and this permission notice appear in supporting documentation.
+
+ * 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 OPEN GROUP
+ * 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.
+
+ * Except as contained in this notice, the name of The Open Group shall not be used
+ * in advertising or otherwise to promote the sale, use or other dealings in this
+ * Software without prior written authorization from The Open Group.
+
+ * Portions also covered by other licenses as noted in the above URL.
+ */
+
+/*
+ * GB18030 two-byte extension
+ */
+
+static const unsigned short gb18030ext_2uni_pagea9[13] = {
+  /* 0xa9 */
+  0x303e, 0x2ff0, 0x2ff1, 0x2ff2, 0x2ff3, 0x2ff4, 0x2ff5, 0x2ff6,
+  0x2ff7, 0x2ff8, 0x2ff9, 0x2ffa, 0x2ffb,
+};
+static const unsigned short gb18030ext_2uni_pagefe[95] = {
+  /* 0xfe */
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0x2e81, 0xfffd, 0xfffd, 0xfffd, 0x2e84, 0x3473, 0x3447, 0x2e88,
+  0x2e8b, 0xfffd, 0x359e, 0x361a, 0x360e, 0x2e8c, 0x2e97, 0x396e,
+  0x3918, 0xfffd, 0x39cf, 0x39df, 0x3a73, 0x39d0, 0xfffd, 0xfffd,
+  0x3b4e, 0x3c6e, 0x3ce0, 0x2ea7, 0xfffd, 0xfffd, 0x2eaa, 0x4056,
+  0x415f, 0x2eae, 0x4337, 0x2eb3, 0x2eb6, 0x2eb7, 0xfffd, 0x43b1,
+  0x43ac, 0x2ebb, 0x43dd, 0x44d6, 0x4661, 0x464c, 0xfffd, 0x4723,
+  0x4729, 0x477c, 0x478d, 0x2eca, 0x4947, 0x497a, 0x497d, 0x4982,
+  0x4983, 0x4985, 0x4986, 0x499f, 0x499b, 0x49b7, 0x49b6, 0xfffd,
+  0xfffd, 0x4ca3, 0x4c9f, 0x4ca0, 0x4ca1, 0x4c77, 0x4ca2, 0x4d13,
+  0x4d14, 0x4d15, 0x4d16, 0x4d17, 0x4d18, 0x4d19, 0x4dae,
+};
+
+static int
+gb18030ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
+{
+  unsigned char c1 = s[0];
+  if ((c1 == 0xa2) || (c1 >= 0xa8 && c1 <= 0xa9) || (c1 == 0xfe)) {
+    if (n >= 2) {
+      unsigned char c2 = s[1];
+      if ((c2 >= 0x40 && c2 < 0x7f) || (c2 >= 0x80 && c2 < 0xff)) {
+        unsigned int i = 190 * (c1 - 0x81) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
+        unsigned short wc = 0xfffd;
+        if (i < 7410) {
+          if (i == 6432)
+            wc = 0x20ac;
+        } else if (i < 23750) {
+          if (i == 7536)
+            wc = 0x01f9;
+          else if (i >= 7672 && i < 7685)
+            wc = gb18030ext_2uni_pagea9[i-7672];
+        } else {
+          if (i < 23845)
+            wc = gb18030ext_2uni_pagefe[i-23750];
+        }
+        if (wc != 0xfffd) {
+          *pwc = (ucs4_t) wc;
+          return 2;
+        }
+      }
+      return RET_ILSEQ;
+    }
+    return RET_TOOFEW(0);
+  }
+  return RET_ILSEQ;
+}
+
+static const unsigned short gb18030ext_page2e[80] = {
+  0x0000, 0xfe50, 0x0000, 0x0000, 0xfe54, 0x0000, 0x0000, 0x0000, /*0x80-0x87*/
+  0xfe57, 0x0000, 0x0000, 0xfe58, 0xfe5d, 0x0000, 0x0000, 0x0000, /*0x88-0x8f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe5e, /*0x90-0x97*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x98-0x9f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe6b, /*0xa0-0xa7*/
+  0x0000, 0x0000, 0xfe6e, 0x0000, 0x0000, 0x0000, 0xfe71, 0x0000, /*0xa8-0xaf*/
+  0x0000, 0x0000, 0x0000, 0xfe73, 0x0000, 0x0000, 0xfe74, 0xfe75, /*0xb0-0xb7*/
+  0x0000, 0x0000, 0x0000, 0xfe79, 0x0000, 0x0000, 0x0000, 0x0000, /*0xb8-0xbf*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xc0-0xc7*/
+  0x0000, 0x0000, 0xfe84, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xc8-0xcf*/
+};
+static const unsigned short gb18030ext_page2f[16] = {
+  0xa98a, 0xa98b, 0xa98c, 0xa98d, 0xa98e, 0xa98f, 0xa990, 0xa991, /*0xf0-0xf7*/
+  0xa992, 0xa993, 0xa994, 0xa995, 0x0000, 0x0000, 0x0000, 0x0000, /*0xf8-0xff*/
+};
+static const unsigned short gb18030ext_page34[56] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe56, /*0x40-0x47*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x48-0x4f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x50-0x57*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x58-0x5f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x60-0x67*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x68-0x6f*/
+  0x0000, 0x0000, 0x0000, 0xfe55, 0x0000, 0x0000, 0x0000, 0x0000, /*0x70-0x77*/
+};
+static const unsigned short gb18030ext_page36[24] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe5c, 0x0000, /*0x08-0x0f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x10-0x17*/
+  0x0000, 0x0000, 0xfe5b, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x18-0x1f*/
+};
+static const unsigned short gb18030ext_page39[24] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe62, /*0xc8-0xcf*/
+  0xfe65, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xd0-0xd7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe63, /*0xd8-0xdf*/
+};
+static const unsigned short gb18030ext_page43[56] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0xfe78, 0x0000, 0x0000, 0x0000, /*0xa8-0xaf*/
+  0x0000, 0xfe77, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xb0-0xb7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xb8-0xbf*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xc0-0xc7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xc8-0xcf*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xd0-0xd7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe7a, 0x0000, 0x0000, /*0xd8-0xdf*/
+};
+static const unsigned short gb18030ext_page46[32] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0xfe7d, 0x0000, 0x0000, 0x0000, /*0x48-0x4f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x50-0x57*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x58-0x5f*/
+  0x0000, 0xfe7c, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x60-0x67*/
+};
+static const unsigned short gb18030ext_page47_1[16] = {
+  0x0000, 0x0000, 0x0000, 0xfe80, 0x0000, 0x0000, 0x0000, 0x0000, /*0x20-0x27*/
+  0x0000, 0xfe81, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x28-0x2f*/
+};
+static const unsigned short gb18030ext_page47_2[24] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0xfe82, 0x0000, 0x0000, 0x0000, /*0x78-0x7f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x80-0x87*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe83, 0x0000, 0x0000, /*0x88-0x8f*/
+};
+static const unsigned short gb18030ext_page49[120] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe85, /*0x40-0x47*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x48-0x4f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x50-0x57*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x58-0x5f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x60-0x67*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x68-0x6f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x70-0x77*/
+  0x0000, 0x0000, 0xfe86, 0x0000, 0x0000, 0xfe87, 0x0000, 0x0000, /*0x78-0x7f*/
+  0x0000, 0x0000, 0xfe88, 0xfe89, 0x0000, 0xfe8a, 0xfe8b, 0x0000, /*0x80-0x87*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x88-0x8f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x90-0x97*/
+  0x0000, 0x0000, 0x0000, 0xfe8d, 0x0000, 0x0000, 0x0000, 0xfe8c, /*0x98-0x9f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xa0-0xa7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xa8-0xaf*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe8f, 0xfe8e, /*0xb0-0xb7*/
+};
+static const unsigned short gb18030ext_page4c[56] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe96, /*0x70-0x77*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x78-0x7f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x80-0x87*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x88-0x8f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x90-0x97*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe93, /*0x98-0x9f*/
+  0xfe94, 0xfe95, 0xfe97, 0xfe92, 0x0000, 0x0000, 0x0000, 0x0000, /*0xa0-0xa7*/
+};
+static const unsigned short gb18030ext_page4d[16] = {
+  0x0000, 0x0000, 0x0000, 0xfe98, 0xfe99, 0xfe9a, 0xfe9b, 0xfe9c, /*0x10-0x17*/
+  0xfe9d, 0xfe9e, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x18-0x1f*/
+};
+
+static int
+gb18030ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
+{
+  if (n >= 2) {
+    unsigned short c = 0;
+    if (wc == 0x01f9)
+      c = 0xa8bf;
+    else if (wc == 0x20ac)
+      c = 0xa2e3;
+    else if (wc >= 0x2e80 && wc < 0x2ed0)
+      c = gb18030ext_page2e[wc-0x2e80];
+    else if (wc >= 0x2ff0 && wc < 0x3000)
+      c = gb18030ext_page2f[wc-0x2ff0];
+    else if (wc == 0x303e)
+      c = 0xa989;
+    else if (wc >= 0x3440 && wc < 0x3478)
+      c = gb18030ext_page34[wc-0x3440];
+    else if (wc == 0x359e)
+      c = 0xfe5a;
+    else if (wc >= 0x3608 && wc < 0x3620)
+      c = gb18030ext_page36[wc-0x3608];
+    else if (wc == 0x3918)
+      c = 0xfe60;
+    else if (wc == 0x396e)
+      c = 0xfe5f;
+    else if (wc >= 0x39c8 && wc < 0x39e0)
+      c = gb18030ext_page39[wc-0x39c8];
+    else if (wc == 0x3a73)
+      c = 0xfe64;
+    else if (wc == 0x3b4e)
+      c = 0xfe68;
+    else if (wc == 0x3c6e)
+      c = 0xfe69;
+    else if (wc == 0x3ce0)
+      c = 0xfe6a;
+    else if (wc == 0x4056)
+      c = 0xfe6f;
+    else if (wc == 0x415f)
+      c = 0xfe70;
+    else if (wc == 0x4337)
+      c = 0xfe72;
+    else if (wc >= 0x43a8 && wc < 0x43e0)
+      c = gb18030ext_page43[wc-0x43a8];
+    else if (wc == 0x44d6)
+      c = 0xfe7b;
+    else if (wc >= 0x4648 && wc < 0x4668)
+      c = gb18030ext_page46[wc-0x4648];
+    else if (wc >= 0x4720 && wc < 0x4730)
+      c = gb18030ext_page47_1[wc-0x4720];
+    else if (wc >= 0x4778 && wc < 0x4790)
+      c = gb18030ext_page47_2[wc-0x4778];
+    else if (wc >= 0x4940 && wc < 0x49b8)
+      c = gb18030ext_page49[wc-0x4940];
+    else if (wc >= 0x4c70 && wc < 0x4ca8)
+      c = gb18030ext_page4c[wc-0x4c70];
+    else if (wc >= 0x4d10 && wc < 0x4d20)
+      c = gb18030ext_page4d[wc-0x4d10];
+    else if (wc == 0x4dae)
+      c = 0xfe9f;
+    if (c != 0) {
+      r[0] = (c >> 8); r[1] = (c & 0xff);
+      return 2;
+    }
+    return RET_ILSEQ;
+  }
+  return RET_TOOSMALL;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/gb18030uni.h	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,244 @@
+/*
+ * Copyright  The Open Group
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that the
+ * above copyright notice appear in all copies and that both that copyright notice
+ * and this permission notice appear in supporting documentation.
+
+ * 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 OPEN GROUP
+ * 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.
+
+ * Except as contained in this notice, the name of The Open Group shall not be used
+ * in advertising or otherwise to promote the sale, use or other dealings in this
+ * Software without prior written authorization from The Open Group.
+
+ * Portions also covered by other licenses as noted in the above URL.
+ */
+
+/*
+ * GB18030 four-byte extension
+ */
+
+static const unsigned short gb18030uni_charset2uni_ranges[388] = {
+  0x0000, 0x0023,  0x0024, 0x0025,  0x0026, 0x002c,  0x002d, 0x0031,
+  0x0032, 0x0050,  0x0051, 0x0058,  0x0059, 0x005e,  0x005f, 0x005f,
+  0x0060, 0x0063,  0x0064, 0x0066,  0x0067, 0x0067,  0x0068, 0x0068,
+  0x0069, 0x006c,  0x006d, 0x007d,  0x007e, 0x0084,  0x0085, 0x0093,
+  0x0094, 0x00ab,  0x00ac, 0x00ae,  0x00af, 0x00b2,  0x00b3, 0x00cf,
+  0x00d0, 0x0131,  0x0132, 0x0132,  0x0133, 0x0133,  0x0134, 0x0134,
+  0x0135, 0x0135,  0x0136, 0x0136,  0x0137, 0x0137,  0x0138, 0x0138,
+  0x0139, 0x0154,  0x0155, 0x01ab,  0x01ac, 0x01ba,  0x01bb, 0x021f,
+  0x0220, 0x0220,  0x0221, 0x022d,  0x022e, 0x02e4,  0x02e5, 0x02e5,
+  0x02e6, 0x02ec,  0x02ed, 0x02ed,  0x02ee, 0x0324,  0x0325, 0x0332,
+  0x0333, 0x0333,  0x0334, 0x1ef1,  0x1ef2, 0x1ef3,  0x1ef4, 0x1ef4,
+  0x1ef5, 0x1ef6,  0x1ef7, 0x1efd,  0x1efe, 0x1f06,  0x1f07, 0x1f07,
+  0x1f08, 0x1f08,  0x1f09, 0x1f0d,  0x1f0e, 0x1f7d,  0x1f7e, 0x1fd3,
+  0x1fd4, 0x1fd4,  0x1fd5, 0x1fd7,  0x1fd8, 0x1fe3,  0x1fe4, 0x1fed,
+  0x1fee, 0x202b,  0x202c, 0x202f,  0x2030, 0x2045,  0x2046, 0x2047,
+  0x2048, 0x20b5,  0x20b6, 0x20bb,  0x20bc, 0x20bc,  0x20bd, 0x20bf,
+  0x20c0, 0x20c3,  0x20c4, 0x20c5,  0x20c6, 0x20c7,  0x20c8, 0x20c8,
+  0x20c9, 0x20c9,  0x20ca, 0x20cb,  0x20cc, 0x20d0,  0x20d1, 0x20d5,
+  0x20d6, 0x20df,  0x20e0, 0x20e2,  0x20e3, 0x20e7,  0x20e8, 0x20f4,
+  0x20f5, 0x20f6,  0x20f7, 0x20fc,  0x20fd, 0x2121,  0x2122, 0x2124,
+  0x2125, 0x212f,  0x2130, 0x2148,  0x2149, 0x219a,  0x219b, 0x22e7,
+  0x22e8, 0x22f1,  0x22f2, 0x2355,  0x2356, 0x2359,  0x235a, 0x2366,
+  0x2367, 0x2369,  0x236a, 0x2373,  0x2374, 0x2383,  0x2384, 0x238b,
+  0x238c, 0x2393,  0x2394, 0x2396,  0x2397, 0x2398,  0x2399, 0x23aa,
+  0x23ab, 0x23c9,  0x23ca, 0x23cb,  0x23cc, 0x2401,  0x2402, 0x2402,
+  0x2403, 0x2c40,  0x2c41, 0x2c42,  0x2c43, 0x2c45,  0x2c46, 0x2c47,
+  0x2c48, 0x2c51,  0x2c52, 0x2c60,  0x2c61, 0x2c62,  0x2c63, 0x2c65,
+  0x2c66, 0x2c69,  0x2c6a, 0x2c6b,  0x2c6c, 0x2c6e,  0x2c6f, 0x2c7c,
+  0x2c7d, 0x2da1,  0x2da2, 0x2da5,  0x2da6, 0x2da6,  0x2da7, 0x2dab,
+  0x2dac, 0x2dad,  0x2dae, 0x2dc1,  0x2dc2, 0x2dc3,  0x2dc4, 0x2dca,
+  0x2dcb, 0x2dcc,  0x2dcd, 0x2dd1,  0x2dd2, 0x2dd7,  0x2dd8, 0x2ecd,
+  0x2ece, 0x2ed4,  0x2ed5, 0x2f45,  0x2f46, 0x302f,  0x3030, 0x303b,
+  0x303c, 0x303d,  0x303e, 0x305f,  0x3060, 0x3068,  0x3069, 0x306a,
+  0x306b, 0x306c,  0x306d, 0x30dd,  0x30de, 0x3108,  0x3109, 0x3232,
+  0x3233, 0x32a1,  0x32a2, 0x32ac,  0x32ad, 0x35a9,  0x35aa, 0x35fe,
+  0x35ff, 0x365e,  0x365f, 0x366c,  0x366d, 0x36ff,  0x3700, 0x37d9,
+  0x37da, 0x38f8,  0x38f9, 0x3969,  0x396a, 0x3cde,  0x3cdf, 0x3de6,
+  0x3de7, 0x3fbd,  0x3fbe, 0x4031,  0x4032, 0x4035,  0x4036, 0x4060,
+  0x4061, 0x4158,  0x4159, 0x42cd,  0x42ce, 0x42e1,  0x42e2, 0x43a2,
+  0x43a3, 0x43a7,  0x43a8, 0x43f9,  0x43fa, 0x4409,  0x440a, 0x45c2,
+  0x45c3, 0x45f4,  0x45f5, 0x45f6,  0x45f7, 0x45fa,  0x45fb, 0x45fb,
+  0x45fc, 0x460f,  0x4610, 0x4612,  0x4613, 0x4628,  0x4629, 0x48e7,
+  0x48e8, 0x490e,  0x490f, 0x497d,  0x497e, 0x4a11,  0x4a12, 0x4a62,
+  0x4a63, 0x82bc,  0x830e, 0x93d4,  0x93d5, 0x9420,  0x9421, 0x943b,
+  0x943c, 0x948c,  0x948d, 0x9495,  0x9496, 0x94af,  0x94b0, 0x94b0,
+  0x94b1, 0x94b1,  0x94b2, 0x94b4,  0x94b5, 0x94ba,  0x94bb, 0x94bb,
+  0x94bc, 0x94bd,  0x94be, 0x98c3,  0x98c4, 0x98c4,  0x98c5, 0x98c8,
+  0x98c9, 0x98c9,  0x98ca, 0x98ca,  0x98cb, 0x98cb,  0x98cc, 0x9960,
+  0x9961, 0x99e1,  0x99e2, 0x99fb
+};
+
+static const unsigned short gb18030uni_uni2charset_ranges[388] = {
+  0x0080, 0x00a3,  0x00a5, 0x00a6,  0x00a9, 0x00af,  0x00b2, 0x00b6,
+  0x00b8, 0x00d6,  0x00d8, 0x00df,  0x00e2, 0x00e7,  0x00eb, 0x00eb,
+  0x00ee, 0x00f1,  0x00f4, 0x00f6,  0x00f8, 0x00f8,  0x00fb, 0x00fb,
+  0x00fd, 0x0100,  0x0102, 0x0112,  0x0114, 0x011a,  0x011c, 0x012a,
+  0x012c, 0x0143,  0x0145, 0x0147,  0x0149, 0x014c,  0x014e, 0x016a,
+  0x016c, 0x01cd,  0x01cf, 0x01cf,  0x01d1, 0x01d1,  0x01d3, 0x01d3,
+  0x01d5, 0x01d5,  0x01d7, 0x01d7,  0x01d9, 0x01d9,  0x01db, 0x01db,
+  0x01dd, 0x01f8,  0x01fa, 0x0250,  0x0252, 0x0260,  0x0262, 0x02c6,
+  0x02c8, 0x02c8,  0x02cc, 0x02d8,  0x02da, 0x0390,  0x03a2, 0x03a2,
+  0x03aa, 0x03b0,  0x03c2, 0x03c2,  0x03ca, 0x0400,  0x0402, 0x040f,
+  0x0450, 0x0450,  0x0452, 0x200f,  0x2011, 0x2012,  0x2017, 0x2017,
+  0x201a, 0x201b,  0x201e, 0x2024,  0x2027, 0x202f,  0x2031, 0x2031,
+  0x2034, 0x2034,  0x2036, 0x203a,  0x203c, 0x20ab,  0x20ad, 0x2102,
+  0x2104, 0x2104,  0x2106, 0x2108,  0x210a, 0x2115,  0x2117, 0x2120,
+  0x2122, 0x215f,  0x216c, 0x216f,  0x217a, 0x218f,  0x2194, 0x2195,
+  0x219a, 0x2207,  0x2209, 0x220e,  0x2210, 0x2210,  0x2212, 0x2214,
+  0x2216, 0x2219,  0x221b, 0x221c,  0x2221, 0x2222,  0x2224, 0x2224,
+  0x2226, 0x2226,  0x222c, 0x222d,  0x222f, 0x2233,  0x2238, 0x223c,
+  0x223e, 0x2247,  0x2249, 0x224b,  0x224d, 0x2251,  0x2253, 0x225f,
+  0x2262, 0x2263,  0x2268, 0x226d,  0x2270, 0x2294,  0x2296, 0x2298,
+  0x229a, 0x22a4,  0x22a6, 0x22be,  0x22c0, 0x2311,  0x2313, 0x245f,
+  0x246a, 0x2473,  0x249c, 0x24ff,  0x254c, 0x254f,  0x2574, 0x2580,
+  0x2590, 0x2592,  0x2596, 0x259f,  0x25a2, 0x25b1,  0x25b4, 0x25bb,
+  0x25be, 0x25c5,  0x25c8, 0x25ca,  0x25cc, 0x25cd,  0x25d0, 0x25e1,
+  0x25e6, 0x2604,  0x2607, 0x2608,  0x260a, 0x263f,  0x2641, 0x2641,
+  0x2643, 0x2e80,  0x2e82, 0x2e83,  0x2e85, 0x2e87,  0x2e89, 0x2e8a,
+  0x2e8d, 0x2e96,  0x2e98, 0x2ea6,  0x2ea8, 0x2ea9,  0x2eab, 0x2ead,
+  0x2eaf, 0x2eb2,  0x2eb4, 0x2eb5,  0x2eb8, 0x2eba,  0x2ebc, 0x2ec9,
+  0x2ecb, 0x2fef,  0x2ffc, 0x2fff,  0x3004, 0x3004,  0x3018, 0x301c,
+  0x301f, 0x3020,  0x302a, 0x303d,  0x303f, 0x3040,  0x3094, 0x309a,
+  0x309f, 0x30a0,  0x30f7, 0x30fb,  0x30ff, 0x3104,  0x312a, 0x321f,
+  0x322a, 0x3230,  0x3232, 0x32a2,  0x32a4, 0x338d,  0x3390, 0x339b,
+  0x339f, 0x33a0,  0x33a2, 0x33c3,  0x33c5, 0x33cd,  0x33cf, 0x33d0,
+  0x33d3, 0x33d4,  0x33d6, 0x3446,  0x3448, 0x3472,  0x3474, 0x359d,
+  0x359f, 0x360d,  0x360f, 0x3619,  0x361b, 0x3917,  0x3919, 0x396d,
+  0x396f, 0x39ce,  0x39d1, 0x39de,  0x39e0, 0x3a72,  0x3a74, 0x3b4d,
+  0x3b4f, 0x3c6d,  0x3c6f, 0x3cdf,  0x3ce1, 0x4055,  0x4057, 0x415e,
+  0x4160, 0x4336,  0x4338, 0x43ab,  0x43ad, 0x43b0,  0x43b2, 0x43dc,
+  0x43de, 0x44d5,  0x44d7, 0x464b,  0x464d, 0x4660,  0x4662, 0x4722,
+  0x4724, 0x4728,  0x472a, 0x477b,  0x477d, 0x478c,  0x478e, 0x4946,
+  0x4948, 0x4979,  0x497b, 0x497c,  0x497e, 0x4981,  0x4984, 0x4984,
+  0x4987, 0x499a,  0x499c, 0x499e,  0x49a0, 0x49b5,  0x49b8, 0x4c76,
+  0x4c78, 0x4c9e,  0x4ca4, 0x4d12,  0x4d1a, 0x4dad,  0x4daf, 0x4dff,
+  0x9fa6, 0xd7ff,  0xe865, 0xf92b,  0xf92d, 0xf978,  0xf97a, 0xf994,
+  0xf996, 0xf9e6,  0xf9e8, 0xf9f0,  0xf9f2, 0xfa0b,  0xfa10, 0xfa10,
+  0xfa12, 0xfa12,  0xfa15, 0xfa17,  0xfa19, 0xfa1e,  0xfa22, 0xfa22,
+  0xfa25, 0xfa26,  0xfa2a, 0xfe2f,  0xfe32, 0xfe32,  0xfe45, 0xfe48,
+  0xfe53, 0xfe53,  0xfe58, 0xfe58,  0xfe67, 0xfe67,  0xfe6c, 0xff00,
+  0xff5f, 0xffdf,  0xffe6, 0xffff
+};
+
+static const unsigned short gb18030uni_ranges[194] = {
+    128,   129,   131,   133,   134,   135,   137,   140,
+    142,   144,   145,   147,   148,   149,   150,   151,
+    152,   153,   154,   155,   156,   157,   158,   159,
+    160,   161,   162,   163,   164,   165,   166,   167,
+    168,   171,   172,   189,   196,   213,   220,   221,
+    285,   286,   287,   291,   293,   295,   297,   298,
+    300,   301,   302,   303,   304,   305,   306,   307,
+    308,   320,   330,   334,   338,   339,   340,   341,
+    342,   343,   347,   348,   349,   354,   355,   359,
+    360,   361,   362,   363,   365,   369,   371,   372,
+    373,   374,   375,   376,   386,   426,   502,   538,
+    553,   556,   558,   560,   562,   564,   565,   567,
+    571,   573,   574,   575,   576,   577,   578,   579,
+    581,   582,   583,   584,   585,   586,   588,   589,
+    590,   602,   606,   625,   627,   636,   637,   720,
+    724,   810,   813,   850,   860,   861,   862,   864,
+    867,   868,   869,   870,   872,   873,   874,   875,
+    876,   877,   878,   879,   880,   882,   883,   884,
+    885,   886,   887,   888,   889,   890,   891,   892,
+    893,   894,   895,   896,   897,   898,   899,   900,
+    901,   902,   903,   905,   907,   908,   909,   911,
+    912,   917,   924,   925, 21827, 25943, 25944, 25945,
+  25946, 25947, 25948, 25952, 25953, 25955, 25956, 25959,
+  25961, 25964, 25966, 25984, 25994, 25998, 26012, 26016,
+  26110, 26116
+};
+
+static int
+gb18030uni_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
+{
+  unsigned char c1 = s[0];
+  if (c1 >= 0x81 && c1 <= 0x84) {
+    if (n >= 2) {
+      unsigned char c2 = s[1];
+      if (c2 >= 0x30 && c2 <= 0x39) {
+        if (n >= 3) {
+          unsigned char c3 = s[2];
+          if (c3 >= 0x81 && c3 <= 0xfe) {
+            if (n >= 4) {
+              unsigned char c4 = s[3];
+              if (c4 >= 0x30 && c4 <= 0x39) {
+                unsigned int i = (((c1 - 0x81) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
+                if (i >= 0 && i <= 39419) {
+                  unsigned int k1 = 0;
+                  unsigned int k2 = 193;
+                  while (k1 < k2) {
+                    unsigned int k = (k1 + k2) / 2;
+                    if (i <= gb18030uni_charset2uni_ranges[2*k+1])
+                      k2 = k;
+                    else if (i >= gb18030uni_charset2uni_ranges[2*k+2])
+                      k1 = k + 1;
+                    else
+                      return RET_ILSEQ;
+                  }
+                  {
+                    unsigned int diff = gb18030uni_ranges[k1];
+                    *pwc = (ucs4_t) (i + diff);
+                    return 4;
+                  }
+                }
+              }
+              return RET_ILSEQ;
+            }
+            return RET_TOOFEW(0);
+          }
+          return RET_ILSEQ;
+        }
+        return RET_TOOFEW(0);
+      }
+      return RET_ILSEQ;
+    }
+    return RET_TOOFEW(0);
+  }
+  return RET_ILSEQ;
+}
+
+static int
+gb18030uni_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
+{
+  if (n >= 4) {
+    unsigned int i = wc;
+#ifdef sun
+    if ((i >= 0x3400 && i <= 0x4db5) || (i >= 0xE7C8 && i <= 0xE863) || (i >= 0x1800 && i <=0x18a9) ||(i >= 0x0f00 && i <= 0x0fcf) || ( i >= 0x060c && i <= 0x06d5) || (i >= 0xfb56 && i <= 0xfefc) || ( i >= 0xa000 && i <= 0xa4c6)) {
+#else
+    if (i >= 0x0080 && i <= 0xffff) {
+#endif
+      unsigned int k1 = 0;
+      unsigned int k2 = 193;
+      while (k1 < k2) {
+        unsigned int k = (k1 + k2) / 2;
+        if (i <= gb18030uni_uni2charset_ranges[2*k+1])
+          k2 = k;
+        else if (i >= gb18030uni_uni2charset_ranges[2*k+2])
+          k1 = k + 1;
+        else
+          return RET_ILSEQ;
+      }
+      {
+        unsigned int diff = gb18030uni_ranges[k1];
+        i -= diff;
+        r[3] = (i % 10) + 0x30; i = i / 10;
+        r[2] = (i % 126) + 0x81; i = i / 126;
+        r[1] = (i % 10) + 0x30; i = i / 10;
+        r[0] = i + 0x81;
+        return 4;
+      }
+    }
+    return RET_ILSEQ;
+  }
+  return RET_TOOSMALL;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/gbk.h	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,6361 @@
+/*
+ * Copyright  The Open Group
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that the
+ * above copyright notice appear in all copies and that both that copyright notice
+ * and this permission notice appear in supporting documentation.
+
+ * 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 OPEN GROUP
+ * 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.
+
+ * Except as contained in this notice, the name of The Open Group shall not be used
+ * in advertising or otherwise to promote the sale, use or other dealings in this
+ * Software without prior written authorization from The Open Group.
+
+ * Portions also covered by other licenses as noted in the above URL.
+ */
+
+/*
+ * GBK-0
+ */
+
+#define UNICODECJKEXTA 52
+
+typedef struct key_value {
+        ucs4_t key;
+        unsigned short value;
+} table_t;
+
+
+
+static const unsigned short gbk_2uni_page81[23846] = {
+  /* 0x81 */
+  0x4e02, 0x4e04, 0x4e05, 0x4e06, 0x4e0f, 0x4e12, 0x4e17, 0x4e1f,
+  0x4e20, 0x4e21, 0x4e23, 0x4e26, 0x4e29, 0x4e2e, 0x4e2f, 0x4e31,
+  0x4e33, 0x4e35, 0x4e37, 0x4e3c, 0x4e40, 0x4e41, 0x4e42, 0x4e44,
+  0x4e46, 0x4e4a, 0x4e51, 0x4e55, 0x4e57, 0x4e5a, 0x4e5b, 0x4e62,
+  0x4e63, 0x4e64, 0x4e65, 0x4e67, 0x4e68, 0x4e6a, 0x4e6b, 0x4e6c,
+  0x4e6d, 0x4e6e, 0x4e6f, 0x4e72, 0x4e74, 0x4e75, 0x4e76, 0x4e77,
+  0x4e78, 0x4e79, 0x4e7a, 0x4e7b, 0x4e7c, 0x4e7d, 0x4e7f, 0x4e80,
+  0x4e81, 0x4e82, 0x4e83, 0x4e84, 0x4e85, 0x4e87, 0x4e8a, 0x4e90,
+  0x4e96, 0x4e97, 0x4e99, 0x4e9c, 0x4e9d, 0x4e9e, 0x4ea3, 0x4eaa,
+  0x4eaf, 0x4eb0, 0x4eb1, 0x4eb4, 0x4eb6, 0x4eb7, 0x4eb8, 0x4eb9,
+  0x4ebc, 0x4ebd, 0x4ebe, 0x4ec8, 0x4ecc, 0x4ecf, 0x4ed0, 0x4ed2,
+  0x4eda, 0x4edb, 0x4edc, 0x4ee0, 0x4ee2, 0x4ee6, 0x4ee7, 0x4ee9,
+  0x4eed, 0x4eee, 0x4eef, 0x4ef1, 0x4ef4, 0x4ef8, 0x4ef9, 0x4efa,
+  0x4efc, 0x4efe, 0x4f00, 0x4f02, 0x4f03, 0x4f04, 0x4f05, 0x4f06,
+  0x4f07, 0x4f08, 0x4f0b, 0x4f0c, 0x4f12, 0x4f13, 0x4f14, 0x4f15,
+  0x4f16, 0x4f1c, 0x4f1d, 0x4f21, 0x4f23, 0x4f28, 0x4f29, 0x4f2c,
+  0x4f2d, 0x4f2e, 0x4f31, 0x4f33, 0x4f35, 0x4f37, 0x4f39, 0x4f3b,
+  0x4f3e, 0x4f3f, 0x4f40, 0x4f41, 0x4f42, 0x4f44, 0x4f45, 0x4f47,
+  0x4f48, 0x4f49, 0x4f4a, 0x4f4b, 0x4f4c, 0x4f52, 0x4f54, 0x4f56,
+  0x4f61, 0x4f62, 0x4f66, 0x4f68, 0x4f6a, 0x4f6b, 0x4f6d, 0x4f6e,
+  0x4f71, 0x4f72, 0x4f75, 0x4f77, 0x4f78, 0x4f79, 0x4f7a, 0x4f7d,
+  0x4f80, 0x4f81, 0x4f82, 0x4f85, 0x4f86, 0x4f87, 0x4f8a, 0x4f8c,
+  0x4f8e, 0x4f90, 0x4f92, 0x4f93, 0x4f95, 0x4f96, 0x4f98, 0x4f99,
+  0x4f9a, 0x4f9c, 0x4f9e, 0x4f9f, 0x4fa1, 0x4fa2,
+  /* 0x82 */
+  0x4fa4, 0x4fab, 0x4fad, 0x4fb0, 0x4fb1, 0x4fb2, 0x4fb3, 0x4fb4,
+  0x4fb6, 0x4fb7, 0x4fb8, 0x4fb9, 0x4fba, 0x4fbb, 0x4fbc, 0x4fbd,
+  0x4fbe, 0x4fc0, 0x4fc1, 0x4fc2, 0x4fc6, 0x4fc7, 0x4fc8, 0x4fc9,
+  0x4fcb, 0x4fcc, 0x4fcd, 0x4fd2, 0x4fd3, 0x4fd4, 0x4fd5, 0x4fd6,
+  0x4fd9, 0x4fdb, 0x4fe0, 0x4fe2, 0x4fe4, 0x4fe5, 0x4fe7, 0x4feb,
+  0x4fec, 0x4ff0, 0x4ff2, 0x4ff4, 0x4ff5, 0x4ff6, 0x4ff7, 0x4ff9,
+  0x4ffb, 0x4ffc, 0x4ffd, 0x4fff, 0x5000, 0x5001, 0x5002, 0x5003,
+  0x5004, 0x5005, 0x5006, 0x5007, 0x5008, 0x5009, 0x500a, 0x500b,
+  0x500e, 0x5010, 0x5011, 0x5013, 0x5015, 0x5016, 0x5017, 0x501b,
+  0x501d, 0x501e, 0x5020, 0x5022, 0x5023, 0x5024, 0x5027, 0x502b,
+  0x502f, 0x5030, 0x5031, 0x5032, 0x5033, 0x5034, 0x5035, 0x5036,
+  0x5037, 0x5038, 0x5039, 0x503b, 0x503d, 0x503f, 0x5040, 0x5041,
+  0x5042, 0x5044, 0x5045, 0x5046, 0x5049, 0x504a, 0x504b, 0x504d,
+  0x5050, 0x5051, 0x5052, 0x5053, 0x5054, 0x5056, 0x5057, 0x5058,
+  0x5059, 0x505b, 0x505d, 0x505e, 0x505f, 0x5060, 0x5061, 0x5062,
+  0x5063, 0x5064, 0x5066, 0x5067, 0x5068, 0x5069, 0x506a, 0x506b,
+  0x506d, 0x506e, 0x506f, 0x5070, 0x5071, 0x5072, 0x5073, 0x5074,
+  0x5075, 0x5078, 0x5079, 0x507a, 0x507c, 0x507d, 0x5081, 0x5082,
+  0x5083, 0x5084, 0x5086, 0x5087, 0x5089, 0x508a, 0x508b, 0x508c,
+  0x508e, 0x508f, 0x5090, 0x5091, 0x5092, 0x5093, 0x5094, 0x5095,
+  0x5096, 0x5097, 0x5098, 0x5099, 0x509a, 0x509b, 0x509c, 0x509d,
+  0x509e, 0x509f, 0x50a0, 0x50a1, 0x50a2, 0x50a4, 0x50a6, 0x50aa,
+  0x50ab, 0x50ad, 0x50ae, 0x50af, 0x50b0, 0x50b1, 0x50b3, 0x50b4,
+  0x50b5, 0x50b6, 0x50b7, 0x50b8, 0x50b9, 0x50bc,
+  /* 0x83 */
+  0x50bd, 0x50be, 0x50bf, 0x50c0, 0x50c1, 0x50c2, 0x50c3, 0x50c4,
+  0x50c5, 0x50c6, 0x50c7, 0x50c8, 0x50c9, 0x50ca, 0x50cb, 0x50cc,
+  0x50cd, 0x50ce, 0x50d0, 0x50d1, 0x50d2, 0x50d3, 0x50d4, 0x50d5,
+  0x50d7, 0x50d8, 0x50d9, 0x50db, 0x50dc, 0x50dd, 0x50de, 0x50df,
+  0x50e0, 0x50e1, 0x50e2, 0x50e3, 0x50e4, 0x50e5, 0x50e8, 0x50e9,
+  0x50ea, 0x50eb, 0x50ef, 0x50f0, 0x50f1, 0x50f2, 0x50f4, 0x50f6,
+  0x50f7, 0x50f8, 0x50f9, 0x50fa, 0x50fc, 0x50fd, 0x50fe, 0x50ff,
+  0x5100, 0x5101, 0x5102, 0x5103, 0x5104, 0x5105, 0x5108, 0x5109,
+  0x510a, 0x510c, 0x510d, 0x510e, 0x510f, 0x5110, 0x5111, 0x5113,
+  0x5114, 0x5115, 0x5116, 0x5117, 0x5118, 0x5119, 0x511a, 0x511b,
+  0x511c, 0x511d, 0x511e, 0x511f, 0x5120, 0x5122, 0x5123, 0x5124,
+  0x5125, 0x5126, 0x5127, 0x5128, 0x5129, 0x512a, 0x512b, 0x512c,
+  0x512d, 0x512e, 0x512f, 0x5130, 0x5131, 0x5132, 0x5133, 0x5134,
+  0x5135, 0x5136, 0x5137, 0x5138, 0x5139, 0x513a, 0x513b, 0x513c,
+  0x513d, 0x513e, 0x5142, 0x5147, 0x514a, 0x514c, 0x514e, 0x514f,
+  0x5150, 0x5152, 0x5153, 0x5157, 0x5158, 0x5159, 0x515b, 0x515d,
+  0x515e, 0x515f, 0x5160, 0x5161, 0x5163, 0x5164, 0x5166, 0x5167,
+  0x5169, 0x516a, 0x516f, 0x5172, 0x517a, 0x517e, 0x517f, 0x5183,
+  0x5184, 0x5186, 0x5187, 0x518a, 0x518b, 0x518e, 0x518f, 0x5190,
+  0x5191, 0x5193, 0x5194, 0x5198, 0x519a, 0x519d, 0x519e, 0x519f,
+  0x51a1, 0x51a3, 0x51a6, 0x51a7, 0x51a8, 0x51a9, 0x51aa, 0x51ad,
+  0x51ae, 0x51b4, 0x51b8, 0x51b9, 0x51ba, 0x51be, 0x51bf, 0x51c1,
+  0x51c2, 0x51c3, 0x51c5, 0x51c8, 0x51ca, 0x51cd, 0x51ce, 0x51d0,
+  0x51d2, 0x51d3, 0x51d4, 0x51d5, 0x51d6, 0x51d7,
+  /* 0x84 */
+  0x51d8, 0x51d9, 0x51da, 0x51dc, 0x51de, 0x51df, 0x51e2, 0x51e3,
+  0x51e5, 0x51e6, 0x51e7, 0x51e8, 0x51e9, 0x51ea, 0x51ec, 0x51ee,
+  0x51f1, 0x51f2, 0x51f4, 0x51f7, 0x51fe, 0x5204, 0x5205, 0x5209,
+  0x520b, 0x520c, 0x520f, 0x5210, 0x5213, 0x5214, 0x5215, 0x521c,
+  0x521e, 0x521f, 0x5221, 0x5222, 0x5223, 0x5225, 0x5226, 0x5227,
+  0x522a, 0x522c, 0x522f, 0x5231, 0x5232, 0x5234, 0x5235, 0x523c,
+  0x523e, 0x5244, 0x5245, 0x5246, 0x5247, 0x5248, 0x5249, 0x524b,
+  0x524e, 0x524f, 0x5252, 0x5253, 0x5255, 0x5257, 0x5258, 0x5259,
+  0x525a, 0x525b, 0x525d, 0x525f, 0x5260, 0x5262, 0x5263, 0x5264,
+  0x5266, 0x5268, 0x526b, 0x526c, 0x526d, 0x526e, 0x5270, 0x5271,
+  0x5273, 0x5274, 0x5275, 0x5276, 0x5277, 0x5278, 0x5279, 0x527a,
+  0x527b, 0x527c, 0x527e, 0x5280, 0x5283, 0x5284, 0x5285, 0x5286,
+  0x5287, 0x5289, 0x528a, 0x528b, 0x528c, 0x528d, 0x528e, 0x528f,
+  0x5291, 0x5292, 0x5294, 0x5295, 0x5296, 0x5297, 0x5298, 0x5299,
+  0x529a, 0x529c, 0x52a4, 0x52a5, 0x52a6, 0x52a7, 0x52ae, 0x52af,
+  0x52b0, 0x52b4, 0x52b5, 0x52b6, 0x52b7, 0x52b8, 0x52b9, 0x52ba,
+  0x52bb, 0x52bc, 0x52bd, 0x52c0, 0x52c1, 0x52c2, 0x52c4, 0x52c5,
+  0x52c6, 0x52c8, 0x52ca, 0x52cc, 0x52cd, 0x52ce, 0x52cf, 0x52d1,
+  0x52d3, 0x52d4, 0x52d5, 0x52d7, 0x52d9, 0x52da, 0x52db, 0x52dc,
+  0x52dd, 0x52de, 0x52e0, 0x52e1, 0x52e2, 0x52e3, 0x52e5, 0x52e6,
+  0x52e7, 0x52e8, 0x52e9, 0x52ea, 0x52eb, 0x52ec, 0x52ed, 0x52ee,
+  0x52ef, 0x52f1, 0x52f2, 0x52f3, 0x52f4, 0x52f5, 0x52f6, 0x52f7,
+  0x52f8, 0x52fb, 0x52fc, 0x52fd, 0x5301, 0x5302, 0x5303, 0x5304,
+  0x5307, 0x5309, 0x530a, 0x530b, 0x530c, 0x530e,
+  /* 0x85 */
+  0x5311, 0x5312, 0x5313, 0x5314, 0x5318, 0x531b, 0x531c, 0x531e,
+  0x531f, 0x5322, 0x5324, 0x5325, 0x5327, 0x5328, 0x5329, 0x532b,
+  0x532c, 0x532d, 0x532f, 0x5330, 0x5331, 0x5332, 0x5333, 0x5334,
+  0x5335, 0x5336, 0x5337, 0x5338, 0x533c, 0x533d, 0x5340, 0x5342,
+  0x5344, 0x5346, 0x534b, 0x534c, 0x534d, 0x5350, 0x5354, 0x5358,
+  0x5359, 0x535b, 0x535d, 0x5365, 0x5368, 0x536a, 0x536c, 0x536d,
+  0x5372, 0x5376, 0x5379, 0x537b, 0x537c, 0x537d, 0x537e, 0x5380,
+  0x5381, 0x5383, 0x5387, 0x5388, 0x538a, 0x538e, 0x538f, 0x5390,
+  0x5391, 0x5392, 0x5393, 0x5394, 0x5396, 0x5397, 0x5399, 0x539b,
+  0x539c, 0x539e, 0x53a0, 0x53a1, 0x53a4, 0x53a7, 0x53aa, 0x53ab,
+  0x53ac, 0x53ad, 0x53af, 0x53b0, 0x53b1, 0x53b2, 0x53b3, 0x53b4,
+  0x53b5, 0x53b7, 0x53b8, 0x53b9, 0x53ba, 0x53bc, 0x53bd, 0x53be,
+  0x53c0, 0x53c3, 0x53c4, 0x53c5, 0x53c6, 0x53c7, 0x53ce, 0x53cf,
+  0x53d0, 0x53d2, 0x53d3, 0x53d5, 0x53da, 0x53dc, 0x53dd, 0x53de,
+  0x53e1, 0x53e2, 0x53e7, 0x53f4, 0x53fa, 0x53fe, 0x53ff, 0x5400,
+  0x5402, 0x5405, 0x5407, 0x540b, 0x5414, 0x5418, 0x5419, 0x541a,
+  0x541c, 0x5422, 0x5424, 0x5425, 0x542a, 0x5430, 0x5433, 0x5436,
+  0x5437, 0x543a, 0x543d, 0x543f, 0x5441, 0x5442, 0x5444, 0x5445,
+  0x5447, 0x5449, 0x544c, 0x544d, 0x544e, 0x544f, 0x5451, 0x545a,
+  0x545d, 0x545e, 0x545f, 0x5460, 0x5461, 0x5463, 0x5465, 0x5467,
+  0x5469, 0x546a, 0x546b, 0x546c, 0x546d, 0x546e, 0x546f, 0x5470,
+  0x5474, 0x5479, 0x547a, 0x547e, 0x547f, 0x5481, 0x5483, 0x5485,
+  0x5487, 0x5488, 0x5489, 0x548a, 0x548d, 0x5491, 0x5493, 0x5497,
+  0x5498, 0x549c, 0x549e, 0x549f, 0x54a0, 0x54a1,
+  /* 0x86 */
+  0x54a2, 0x54a5, 0x54ae, 0x54b0, 0x54b2, 0x54b5, 0x54b6, 0x54b7,
+  0x54b9, 0x54ba, 0x54bc, 0x54be, 0x54c3, 0x54c5, 0x54ca, 0x54cb,
+  0x54d6, 0x54d8, 0x54db, 0x54e0, 0x54e1, 0x54e2, 0x54e3, 0x54e4,
+  0x54eb, 0x54ec, 0x54ef, 0x54f0, 0x54f1, 0x54f4, 0x54f5, 0x54f6,
+  0x54f7, 0x54f8, 0x54f9, 0x54fb, 0x54fe, 0x5500, 0x5502, 0x5503,
+  0x5504, 0x5505, 0x5508, 0x550a, 0x550b, 0x550c, 0x550d, 0x550e,
+  0x5512, 0x5513, 0x5515, 0x5516, 0x5517, 0x5518, 0x5519, 0x551a,
+  0x551c, 0x551d, 0x551e, 0x551f, 0x5521, 0x5525, 0x5526, 0x5528,
+  0x5529, 0x552b, 0x552d, 0x5532, 0x5534, 0x5535, 0x5536, 0x5538,
+  0x5539, 0x553a, 0x553b, 0x553d, 0x5540, 0x5542, 0x5545, 0x5547,
+  0x5548, 0x554b, 0x554c, 0x554d, 0x554e, 0x554f, 0x5551, 0x5552,
+  0x5553, 0x5554, 0x5557, 0x5558, 0x5559, 0x555a, 0x555b, 0x555d,
+  0x555e, 0x555f, 0x5560, 0x5562, 0x5563, 0x5568, 0x5569, 0x556b,
+  0x556f, 0x5570, 0x5571, 0x5572, 0x5573, 0x5574, 0x5579, 0x557a,
+  0x557d, 0x557f, 0x5585, 0x5586, 0x558c, 0x558d, 0x558e, 0x5590,
+  0x5592, 0x5593, 0x5595, 0x5596, 0x5597, 0x559a, 0x559b, 0x559e,
+  0x55a0, 0x55a1, 0x55a2, 0x55a3, 0x55a4, 0x55a5, 0x55a6, 0x55a8,
+  0x55a9, 0x55aa, 0x55ab, 0x55ac, 0x55ad, 0x55ae, 0x55af, 0x55b0,
+  0x55b2, 0x55b4, 0x55b6, 0x55b8, 0x55ba, 0x55bc, 0x55bf, 0x55c0,
+  0x55c1, 0x55c2, 0x55c3, 0x55c6, 0x55c7, 0x55c8, 0x55ca, 0x55cb,
+  0x55ce, 0x55cf, 0x55d0, 0x55d5, 0x55d7, 0x55d8, 0x55d9, 0x55da,
+  0x55db, 0x55de, 0x55e0, 0x55e2, 0x55e7, 0x55e9, 0x55ed, 0x55ee,
+  0x55f0, 0x55f1, 0x55f4, 0x55f6, 0x55f8, 0x55f9, 0x55fa, 0x55fb,
+  0x55fc, 0x55ff, 0x5602, 0x5603, 0x5604, 0x5605,
+  /* 0x87 */
+  0x5606, 0x5607, 0x560a, 0x560b, 0x560d, 0x5610, 0x5611, 0x5612,
+  0x5613, 0x5614, 0x5615, 0x5616, 0x5617, 0x5619, 0x561a, 0x561c,
+  0x561d, 0x5620, 0x5621, 0x5622, 0x5625, 0x5626, 0x5628, 0x5629,
+  0x562a, 0x562b, 0x562e, 0x562f, 0x5630, 0x5633, 0x5635, 0x5637,
+  0x5638, 0x563a, 0x563c, 0x563d, 0x563e, 0x5640, 0x5641, 0x5642,
+  0x5643, 0x5644, 0x5645, 0x5646, 0x5647, 0x5648, 0x5649, 0x564a,
+  0x564b, 0x564f, 0x5650, 0x5651, 0x5652, 0x5653, 0x5655, 0x5656,
+  0x565a, 0x565b, 0x565d, 0x565e, 0x565f, 0x5660, 0x5661, 0x5663,
+  0x5665, 0x5666, 0x5667, 0x566d, 0x566e, 0x566f, 0x5670, 0x5672,
+  0x5673, 0x5674, 0x5675, 0x5677, 0x5678, 0x5679, 0x567a, 0x567d,
+  0x567e, 0x567f, 0x5680, 0x5681, 0x5682, 0x5683, 0x5684, 0x5687,
+  0x5688, 0x5689, 0x568a, 0x568b, 0x568c, 0x568d, 0x5690, 0x5691,
+  0x5692, 0x5694, 0x5695, 0x5696, 0x5697, 0x5698, 0x5699, 0x569a,
+  0x569b, 0x569c, 0x569d, 0x569e, 0x569f, 0x56a0, 0x56a1, 0x56a2,
+  0x56a4, 0x56a5, 0x56a6, 0x56a7, 0x56a8, 0x56a9, 0x56aa, 0x56ab,
+  0x56ac, 0x56ad, 0x56ae, 0x56b0, 0x56b1, 0x56b2, 0x56b3, 0x56b4,
+  0x56b5, 0x56b6, 0x56b8, 0x56b9, 0x56ba, 0x56bb, 0x56bd, 0x56be,
+  0x56bf, 0x56c0, 0x56c1, 0x56c2, 0x56c3, 0x56c4, 0x56c5, 0x56c6,
+  0x56c7, 0x56c8, 0x56c9, 0x56cb, 0x56cc, 0x56cd, 0x56ce, 0x56cf,
+  0x56d0, 0x56d1, 0x56d2, 0x56d3, 0x56d5, 0x56d6, 0x56d8, 0x56d9,
+  0x56dc, 0x56e3, 0x56e5, 0x56e6, 0x56e7, 0x56e8, 0x56e9, 0x56ea,
+  0x56ec, 0x56ee, 0x56ef, 0x56f2, 0x56f3, 0x56f6, 0x56f7, 0x56f8,
+  0x56fb, 0x56fc, 0x5700, 0x5701, 0x5702, 0x5705, 0x5707, 0x570b,
+  0x570c, 0x570d, 0x570e, 0x570f, 0x5710, 0x5711,
+  /* 0x88 */
+  0x5712, 0x5713, 0x5714, 0x5715, 0x5716, 0x5717, 0x5718, 0x5719,
+  0x571a, 0x571b, 0x571d, 0x571e, 0x5720, 0x5721, 0x5722, 0x5724,
+  0x5725, 0x5726, 0x5727, 0x572b, 0x5731, 0x5732, 0x5734, 0x5735,
+  0x5736, 0x5737, 0x5738, 0x573c, 0x573d, 0x573f, 0x5741, 0x5743,
+  0x5744, 0x5745, 0x5746, 0x5748, 0x5749, 0x574b, 0x5752, 0x5753,
+  0x5754, 0x5755, 0x5756, 0x5758, 0x5759, 0x5762, 0x5763, 0x5765,
+  0x5767, 0x576c, 0x576e, 0x5770, 0x5771, 0x5772, 0x5774, 0x5775,
+  0x5778, 0x5779, 0x577a, 0x577d, 0x577e, 0x577f, 0x5780, 0x5781,
+  0x5787, 0x5788, 0x5789, 0x578a, 0x578d, 0x578e, 0x578f, 0x5790,
+  0x5791, 0x5794, 0x5795, 0x5796, 0x5797, 0x5798, 0x5799, 0x579a,
+  0x579c, 0x579d, 0x579e, 0x579f, 0x57a5, 0x57a8, 0x57aa, 0x57ac,
+  0x57af, 0x57b0, 0x57b1, 0x57b3, 0x57b5, 0x57b6, 0x57b7, 0x57b9,
+  0x57ba, 0x57bb, 0x57bc, 0x57bd, 0x57be, 0x57bf, 0x57c0, 0x57c1,
+  0x57c4, 0x57c5, 0x57c6, 0x57c7, 0x57c8, 0x57c9, 0x57ca, 0x57cc,
+  0x57cd, 0x57d0, 0x57d1, 0x57d3, 0x57d6, 0x57d7, 0x57db, 0x57dc,
+  0x57de, 0x57e1, 0x57e2, 0x57e3, 0x57e5, 0x57e6, 0x57e7, 0x57e8,
+  0x57e9, 0x57ea, 0x57eb, 0x57ec, 0x57ee, 0x57f0, 0x57f1, 0x57f2,
+  0x57f3, 0x57f5, 0x57f6, 0x57f7, 0x57fb, 0x57fc, 0x57fe, 0x57ff,
+  0x5801, 0x5803, 0x5804, 0x5805, 0x5808, 0x5809, 0x580a, 0x580c,
+  0x580e, 0x580f, 0x5810, 0x5812, 0x5813, 0x5814, 0x5816, 0x5817,
+  0x5818, 0x581a, 0x581b, 0x581c, 0x581d, 0x581f, 0x5822, 0x5823,
+  0x5825, 0x5826, 0x5827, 0x5828, 0x5829, 0x582b, 0x582c, 0x582d,
+  0x582e, 0x582f, 0x5831, 0x5832, 0x5833, 0x5834, 0x5836, 0x5837,
+  0x5838, 0x5839, 0x583a, 0x583b, 0x583c, 0x583d,
+  /* 0x89 */
+  0x583e, 0x583f, 0x5840, 0x5841, 0x5842, 0x5843, 0x5845, 0x5846,
+  0x5847, 0x5848, 0x5849, 0x584a, 0x584b, 0x584e, 0x584f, 0x5850,
+  0x5852, 0x5853, 0x5855, 0x5856, 0x5857, 0x5859, 0x585a, 0x585b,
+  0x585c, 0x585d, 0x585f, 0x5860, 0x5861, 0x5862, 0x5863, 0x5864,
+  0x5866, 0x5867, 0x5868, 0x5869, 0x586a, 0x586d, 0x586e, 0x586f,
+  0x5870, 0x5871, 0x5872, 0x5873, 0x5874, 0x5875, 0x5876, 0x5877,
+  0x5878, 0x5879, 0x587a, 0x587b, 0x587c, 0x587d, 0x587f, 0x5882,
+  0x5884, 0x5886, 0x5887, 0x5888, 0x588a, 0x588b, 0x588c, 0x588d,
+  0x588e, 0x588f, 0x5890, 0x5891, 0x5894, 0x5895, 0x5896, 0x5897,
+  0x5898, 0x589b, 0x589c, 0x589d, 0x58a0, 0x58a1, 0x58a2, 0x58a3,
+  0x58a4, 0x58a5, 0x58a6, 0x58a7, 0x58aa, 0x58ab, 0x58ac, 0x58ad,
+  0x58ae, 0x58af, 0x58b0, 0x58b1, 0x58b2, 0x58b3, 0x58b4, 0x58b5,
+  0x58b6, 0x58b7, 0x58b8, 0x58b9, 0x58ba, 0x58bb, 0x58bd, 0x58be,
+  0x58bf, 0x58c0, 0x58c2, 0x58c3, 0x58c4, 0x58c6, 0x58c7, 0x58c8,
+  0x58c9, 0x58ca, 0x58cb, 0x58cc, 0x58cd, 0x58ce, 0x58cf, 0x58d0,
+  0x58d2, 0x58d3, 0x58d4, 0x58d6, 0x58d7, 0x58d8, 0x58d9, 0x58da,
+  0x58db, 0x58dc, 0x58dd, 0x58de, 0x58df, 0x58e0, 0x58e1, 0x58e2,
+  0x58e3, 0x58e5, 0x58e6, 0x58e7, 0x58e8, 0x58e9, 0x58ea, 0x58ed,
+  0x58ef, 0x58f1, 0x58f2, 0x58f4, 0x58f5, 0x58f7, 0x58f8, 0x58fa,
+  0x58fb, 0x58fc, 0x58fd, 0x58fe, 0x58ff, 0x5900, 0x5901, 0x5903,
+  0x5905, 0x5906, 0x5908, 0x5909, 0x590a, 0x590b, 0x590c, 0x590e,
+  0x5910, 0x5911, 0x5912, 0x5913, 0x5917, 0x5918, 0x591b, 0x591d,
+  0x591e, 0x5920, 0x5921, 0x5922, 0x5923, 0x5926, 0x5928, 0x592c,
+  0x5930, 0x5932, 0x5933, 0x5935, 0x5936, 0x593b,
+  /* 0x8a */
+  0x593d, 0x593e, 0x593f, 0x5940, 0x5943, 0x5945, 0x5946, 0x594a,
+  0x594c, 0x594d, 0x5950, 0x5952, 0x5953, 0x5959, 0x595b, 0x595c,
+  0x595d, 0x595e, 0x595f, 0x5961, 0x5963, 0x5964, 0x5966, 0x5967,
+  0x5968, 0x5969, 0x596a, 0x596b, 0x596c, 0x596d, 0x596e, 0x596f,
+  0x5970, 0x5971, 0x5972, 0x5975, 0x5977, 0x597a, 0x597b, 0x597c,
+  0x597e, 0x597f, 0x5980, 0x5985, 0x5989, 0x598b, 0x598c, 0x598e,
+  0x598f, 0x5990, 0x5991, 0x5994, 0x5995, 0x5998, 0x599a, 0x599b,
+  0x599c, 0x599d, 0x599f, 0x59a0, 0x59a1, 0x59a2, 0x59a6, 0x59a7,
+  0x59ac, 0x59ad, 0x59b0, 0x59b1, 0x59b3, 0x59b4, 0x59b5, 0x59b6,
+  0x59b7, 0x59b8, 0x59ba, 0x59bc, 0x59bd, 0x59bf, 0x59c0, 0x59c1,
+  0x59c2, 0x59c3, 0x59c4, 0x59c5, 0x59c7, 0x59c8, 0x59c9, 0x59cc,
+  0x59cd, 0x59ce, 0x59cf, 0x59d5, 0x59d6, 0x59d9, 0x59db, 0x59de,
+  0x59df, 0x59e0, 0x59e1, 0x59e2, 0x59e4, 0x59e6, 0x59e7, 0x59e9,
+  0x59ea, 0x59eb, 0x59ed, 0x59ee, 0x59ef, 0x59f0, 0x59f1, 0x59f2,
+  0x59f3, 0x59f4, 0x59f5, 0x59f6, 0x59f7, 0x59f8, 0x59fa, 0x59fc,
+  0x59fd, 0x59fe, 0x5a00, 0x5a02, 0x5a0a, 0x5a0b, 0x5a0d, 0x5a0e,
+  0x5a0f, 0x5a10, 0x5a12, 0x5a14, 0x5a15, 0x5a16, 0x5a17, 0x5a19,
+  0x5a1a, 0x5a1b, 0x5a1d, 0x5a1e, 0x5a21, 0x5a22, 0x5a24, 0x5a26,
+  0x5a27, 0x5a28, 0x5a2a, 0x5a2b, 0x5a2c, 0x5a2d, 0x5a2e, 0x5a2f,
+  0x5a30, 0x5a33, 0x5a35, 0x5a37, 0x5a38, 0x5a39, 0x5a3a, 0x5a3b,
+  0x5a3d, 0x5a3e, 0x5a3f, 0x5a41, 0x5a42, 0x5a43, 0x5a44, 0x5a45,
+  0x5a47, 0x5a48, 0x5a4b, 0x5a4c, 0x5a4d, 0x5a4e, 0x5a4f, 0x5a50,
+  0x5a51, 0x5a52, 0x5a53, 0x5a54, 0x5a56, 0x5a57, 0x5a58, 0x5a59,
+  0x5a5b, 0x5a5c, 0x5a5d, 0x5a5e, 0x5a5f, 0x5a60,
+  /* 0x8b */
+  0x5a61, 0x5a63, 0x5a64, 0x5a65, 0x5a66, 0x5a68, 0x5a69, 0x5a6b,
+  0x5a6c, 0x5a6d, 0x5a6e, 0x5a6f, 0x5a70, 0x5a71, 0x5a72, 0x5a73,
+  0x5a78, 0x5a79, 0x5a7b, 0x5a7c, 0x5a7d, 0x5a7e, 0x5a80, 0x5a81,
+  0x5a82, 0x5a83, 0x5a84, 0x5a85, 0x5a86, 0x5a87, 0x5a88, 0x5a89,
+  0x5a8a, 0x5a8b, 0x5a8c, 0x5a8d, 0x5a8e, 0x5a8f, 0x5a90, 0x5a91,
+  0x5a93, 0x5a94, 0x5a95, 0x5a96, 0x5a97, 0x5a98, 0x5a99, 0x5a9c,
+  0x5a9d, 0x5a9e, 0x5a9f, 0x5aa0, 0x5aa1, 0x5aa2, 0x5aa3, 0x5aa4,
+  0x5aa5, 0x5aa6, 0x5aa7, 0x5aa8, 0x5aa9, 0x5aab, 0x5aac, 0x5aad,
+  0x5aae, 0x5aaf, 0x5ab0, 0x5ab1, 0x5ab4, 0x5ab6, 0x5ab7, 0x5ab9,
+  0x5aba, 0x5abb, 0x5abc, 0x5abd, 0x5abf, 0x5ac0, 0x5ac3, 0x5ac4,
+  0x5ac5, 0x5ac6, 0x5ac7, 0x5ac8, 0x5aca, 0x5acb, 0x5acd, 0x5ace,
+  0x5acf, 0x5ad0, 0x5ad1, 0x5ad3, 0x5ad5, 0x5ad7, 0x5ad9, 0x5ada,
+  0x5adb, 0x5add, 0x5ade, 0x5adf, 0x5ae2, 0x5ae4, 0x5ae5, 0x5ae7,
+  0x5ae8, 0x5aea, 0x5aec, 0x5aed, 0x5aee, 0x5aef, 0x5af0, 0x5af2,
+  0x5af3, 0x5af4, 0x5af5, 0x5af6, 0x5af7, 0x5af8, 0x5af9, 0x5afa,
+  0x5afb, 0x5afc, 0x5afd, 0x5afe, 0x5aff, 0x5b00, 0x5b01, 0x5b02,
+  0x5b03, 0x5b04, 0x5b05, 0x5b06, 0x5b07, 0x5b08, 0x5b0a, 0x5b0b,
+  0x5b0c, 0x5b0d, 0x5b0e, 0x5b0f, 0x5b10, 0x5b11, 0x5b12, 0x5b13,
+  0x5b14, 0x5b15, 0x5b18, 0x5b19, 0x5b1a, 0x5b1b, 0x5b1c, 0x5b1d,
+  0x5b1e, 0x5b1f, 0x5b20, 0x5b21, 0x5b22, 0x5b23, 0x5b24, 0x5b25,
+  0x5b26, 0x5b27, 0x5b28, 0x5b29, 0x5b2a, 0x5b2b, 0x5b2c, 0x5b2d,
+  0x5b2e, 0x5b2f, 0x5b30, 0x5b31, 0x5b33, 0x5b35, 0x5b36, 0x5b38,
+  0x5b39, 0x5b3a, 0x5b3b, 0x5b3c, 0x5b3d, 0x5b3e, 0x5b3f, 0x5b41,
+  0x5b42, 0x5b43, 0x5b44, 0x5b45, 0x5b46, 0x5b47,
+  /* 0x8c */
+  0x5b48, 0x5b49, 0x5b4a, 0x5b4b, 0x5b4c, 0x5b4d, 0x5b4e, 0x5b4f,
+  0x5b52, 0x5b56, 0x5b5e, 0x5b60, 0x5b61, 0x5b67, 0x5b68, 0x5b6b,
+  0x5b6d, 0x5b6e, 0x5b6f, 0x5b72, 0x5b74, 0x5b76, 0x5b77, 0x5b78,
+  0x5b79, 0x5b7b, 0x5b7c, 0x5b7e, 0x5b7f, 0x5b82, 0x5b86, 0x5b8a,
+  0x5b8d, 0x5b8e, 0x5b90, 0x5b91, 0x5b92, 0x5b94, 0x5b96, 0x5b9f,
+  0x5ba7, 0x5ba8, 0x5ba9, 0x5bac, 0x5bad, 0x5bae, 0x5baf, 0x5bb1,
+  0x5bb2, 0x5bb7, 0x5bba, 0x5bbb, 0x5bbc, 0x5bc0, 0x5bc1, 0x5bc3,
+  0x5bc8, 0x5bc9, 0x5bca, 0x5bcb, 0x5bcd, 0x5bce, 0x5bcf, 0x5bd1,
+  0x5bd4, 0x5bd5, 0x5bd6, 0x5bd7, 0x5bd8, 0x5bd9, 0x5bda, 0x5bdb,
+  0x5bdc, 0x5be0, 0x5be2, 0x5be3, 0x5be6, 0x5be7, 0x5be9, 0x5bea,
+  0x5beb, 0x5bec, 0x5bed, 0x5bef, 0x5bf1, 0x5bf2, 0x5bf3, 0x5bf4,
+  0x5bf5, 0x5bf6, 0x5bf7, 0x5bfd, 0x5bfe, 0x5c00, 0x5c02, 0x5c03,
+  0x5c05, 0x5c07, 0x5c08, 0x5c0b, 0x5c0c, 0x5c0d, 0x5c0e, 0x5c10,
+  0x5c12, 0x5c13, 0x5c17, 0x5c19, 0x5c1b, 0x5c1e, 0x5c1f, 0x5c20,
+  0x5c21, 0x5c23, 0x5c26, 0x5c28, 0x5c29, 0x5c2a, 0x5c2b, 0x5c2d,
+  0x5c2e, 0x5c2f, 0x5c30, 0x5c32, 0x5c33, 0x5c35, 0x5c36, 0x5c37,
+  0x5c43, 0x5c44, 0x5c46, 0x5c47, 0x5c4c, 0x5c4d, 0x5c52, 0x5c53,
+  0x5c54, 0x5c56, 0x5c57, 0x5c58, 0x5c5a, 0x5c5b, 0x5c5c, 0x5c5d,
+  0x5c5f, 0x5c62, 0x5c64, 0x5c67, 0x5c68, 0x5c69, 0x5c6a, 0x5c6b,
+  0x5c6c, 0x5c6d, 0x5c70, 0x5c72, 0x5c73, 0x5c74, 0x5c75, 0x5c76,
+  0x5c77, 0x5c78, 0x5c7b, 0x5c7c, 0x5c7d, 0x5c7e, 0x5c80, 0x5c83,
+  0x5c84, 0x5c85, 0x5c86, 0x5c87, 0x5c89, 0x5c8a, 0x5c8b, 0x5c8e,
+  0x5c8f, 0x5c92, 0x5c93, 0x5c95, 0x5c9d, 0x5c9e, 0x5c9f, 0x5ca0,
+  0x5ca1, 0x5ca4, 0x5ca5, 0x5ca6, 0x5ca7, 0x5ca8,
+  /* 0x8d */
+  0x5caa, 0x5cae, 0x5caf, 0x5cb0, 0x5cb2, 0x5cb4, 0x5cb6, 0x5cb9,
+  0x5cba, 0x5cbb, 0x5cbc, 0x5cbe, 0x5cc0, 0x5cc2, 0x5cc3, 0x5cc5,
+  0x5cc6, 0x5cc7, 0x5cc8, 0x5cc9, 0x5cca, 0x5ccc, 0x5ccd, 0x5cce,
+  0x5ccf, 0x5cd0, 0x5cd1, 0x5cd3, 0x5cd4, 0x5cd5, 0x5cd6, 0x5cd7,
+  0x5cd8, 0x5cda, 0x5cdb, 0x5cdc, 0x5cdd, 0x5cde, 0x5cdf, 0x5ce0,
+  0x5ce2, 0x5ce3, 0x5ce7, 0x5ce9, 0x5ceb, 0x5cec, 0x5cee, 0x5cef,
+  0x5cf1, 0x5cf2, 0x5cf3, 0x5cf4, 0x5cf5, 0x5cf6, 0x5cf7, 0x5cf8,
+  0x5cf9, 0x5cfa, 0x5cfc, 0x5cfd, 0x5cfe, 0x5cff, 0x5d00, 0x5d01,
+  0x5d04, 0x5d05, 0x5d08, 0x5d09, 0x5d0a, 0x5d0b, 0x5d0c, 0x5d0d,
+  0x5d0f, 0x5d10, 0x5d11, 0x5d12, 0x5d13, 0x5d15, 0x5d17, 0x5d18,
+  0x5d19, 0x5d1a, 0x5d1c, 0x5d1d, 0x5d1f, 0x5d20, 0x5d21, 0x5d22,
+  0x5d23, 0x5d25, 0x5d28, 0x5d2a, 0x5d2b, 0x5d2c, 0x5d2f, 0x5d30,
+  0x5d31, 0x5d32, 0x5d33, 0x5d35, 0x5d36, 0x5d37, 0x5d38, 0x5d39,
+  0x5d3a, 0x5d3b, 0x5d3c, 0x5d3f, 0x5d40, 0x5d41, 0x5d42, 0x5d43,
+  0x5d44, 0x5d45, 0x5d46, 0x5d48, 0x5d49, 0x5d4d, 0x5d4e, 0x5d4f,
+  0x5d50, 0x5d51, 0x5d52, 0x5d53, 0x5d54, 0x5d55, 0x5d56, 0x5d57,
+  0x5d59, 0x5d5a, 0x5d5c, 0x5d5e, 0x5d5f, 0x5d60, 0x5d61, 0x5d62,
+  0x5d63, 0x5d64, 0x5d65, 0x5d66, 0x5d67, 0x5d68, 0x5d6a, 0x5d6d,
+  0x5d6e, 0x5d70, 0x5d71, 0x5d72, 0x5d73, 0x5d75, 0x5d76, 0x5d77,
+  0x5d78, 0x5d79, 0x5d7a, 0x5d7b, 0x5d7c, 0x5d7d, 0x5d7e, 0x5d7f,
+  0x5d80, 0x5d81, 0x5d83, 0x5d84, 0x5d85, 0x5d86, 0x5d87, 0x5d88,
+  0x5d89, 0x5d8a, 0x5d8b, 0x5d8c, 0x5d8d, 0x5d8e, 0x5d8f, 0x5d90,
+  0x5d91, 0x5d92, 0x5d93, 0x5d94, 0x5d95, 0x5d96, 0x5d97, 0x5d98,
+  0x5d9a, 0x5d9b, 0x5d9c, 0x5d9e, 0x5d9f, 0x5da0,
+  /* 0x8e */
+  0x5da1, 0x5da2, 0x5da3, 0x5da4, 0x5da5, 0x5da6, 0x5da7, 0x5da8,
+  0x5da9, 0x5daa, 0x5dab, 0x5dac, 0x5dad, 0x5dae, 0x5daf, 0x5db0,
+  0x5db1, 0x5db2, 0x5db3, 0x5db4, 0x5db5, 0x5db6, 0x5db8, 0x5db9,
+  0x5dba, 0x5dbb, 0x5dbc, 0x5dbd, 0x5dbe, 0x5dbf, 0x5dc0, 0x5dc1,
+  0x5dc2, 0x5dc3, 0x5dc4, 0x5dc6, 0x5dc7, 0x5dc8, 0x5dc9, 0x5dca,
+  0x5dcb, 0x5dcc, 0x5dce, 0x5dcf, 0x5dd0, 0x5dd1, 0x5dd2, 0x5dd3,
+  0x5dd4, 0x5dd5, 0x5dd6, 0x5dd7, 0x5dd8, 0x5dd9, 0x5dda, 0x5ddc,
+  0x5ddf, 0x5de0, 0x5de3, 0x5de4, 0x5dea, 0x5dec, 0x5ded, 0x5df0,
+  0x5df5, 0x5df6, 0x5df8, 0x5df9, 0x5dfa, 0x5dfb, 0x5dfc, 0x5dff,
+  0x5e00, 0x5e04, 0x5e07, 0x5e09, 0x5e0a, 0x5e0b, 0x5e0d, 0x5e0e,
+  0x5e12, 0x5e13, 0x5e17, 0x5e1e, 0x5e1f, 0x5e20, 0x5e21, 0x5e22,
+  0x5e23, 0x5e24, 0x5e25, 0x5e28, 0x5e29, 0x5e2a, 0x5e2b, 0x5e2c,
+  0x5e2f, 0x5e30, 0x5e32, 0x5e33, 0x5e34, 0x5e35, 0x5e36, 0x5e39,
+  0x5e3a, 0x5e3e, 0x5e3f, 0x5e40, 0x5e41, 0x5e43, 0x5e46, 0x5e47,
+  0x5e48, 0x5e49, 0x5e4a, 0x5e4b, 0x5e4d, 0x5e4e, 0x5e4f, 0x5e50,
+  0x5e51, 0x5e52, 0x5e53, 0x5e56, 0x5e57, 0x5e58, 0x5e59, 0x5e5a,
+  0x5e5c, 0x5e5d, 0x5e5f, 0x5e60, 0x5e63, 0x5e64, 0x5e65, 0x5e66,
+  0x5e67, 0x5e68, 0x5e69, 0x5e6a, 0x5e6b, 0x5e6c, 0x5e6d, 0x5e6e,
+  0x5e6f, 0x5e70, 0x5e71, 0x5e75, 0x5e77, 0x5e79, 0x5e7e, 0x5e81,
+  0x5e82, 0x5e83, 0x5e85, 0x5e88, 0x5e89, 0x5e8c, 0x5e8d, 0x5e8e,
+  0x5e92, 0x5e98, 0x5e9b, 0x5e9d, 0x5ea1, 0x5ea2, 0x5ea3, 0x5ea4,
+  0x5ea8, 0x5ea9, 0x5eaa, 0x5eab, 0x5eac, 0x5eae, 0x5eaf, 0x5eb0,
+  0x5eb1, 0x5eb2, 0x5eb4, 0x5eba, 0x5ebb, 0x5ebc, 0x5ebd, 0x5ebf,
+  0x5ec0, 0x5ec1, 0x5ec2, 0x5ec3, 0x5ec4, 0x5ec5,
+  /* 0x8f */
+  0x5ec6, 0x5ec7, 0x5ec8, 0x5ecb, 0x5ecc, 0x5ecd, 0x5ece, 0x5ecf,
+  0x5ed0, 0x5ed4, 0x5ed5, 0x5ed7, 0x5ed8, 0x5ed9, 0x5eda, 0x5edc,
+  0x5edd, 0x5ede, 0x5edf, 0x5ee0, 0x5ee1, 0x5ee2, 0x5ee3, 0x5ee4,
+  0x5ee5, 0x5ee6, 0x5ee7, 0x5ee9, 0x5eeb, 0x5eec, 0x5eed, 0x5eee,
+  0x5eef, 0x5ef0, 0x5ef1, 0x5ef2, 0x5ef3, 0x5ef5, 0x5ef8, 0x5ef9,
+  0x5efb, 0x5efc, 0x5efd, 0x5f05, 0x5f06, 0x5f07, 0x5f09, 0x5f0c,
+  0x5f0d, 0x5f0e, 0x5f10, 0x5f12, 0x5f14, 0x5f16, 0x5f19, 0x5f1a,
+  0x5f1c, 0x5f1d, 0x5f1e, 0x5f21, 0x5f22, 0x5f23, 0x5f24, 0x5f28,
+  0x5f2b, 0x5f2c, 0x5f2e, 0x5f30, 0x5f32, 0x5f33, 0x5f34, 0x5f35,
+  0x5f36, 0x5f37, 0x5f38, 0x5f3b, 0x5f3d, 0x5f3e, 0x5f3f, 0x5f41,
+  0x5f42, 0x5f43, 0x5f44, 0x5f45, 0x5f46, 0x5f47, 0x5f48, 0x5f49,
+  0x5f4a, 0x5f4b, 0x5f4c, 0x5f4d, 0x5f4e, 0x5f4f, 0x5f51, 0x5f54,
+  0x5f59, 0x5f5a, 0x5f5b, 0x5f5c, 0x5f5e, 0x5f5f, 0x5f60, 0x5f63,
+  0x5f65, 0x5f67, 0x5f68, 0x5f6b, 0x5f6e, 0x5f6f, 0x5f72, 0x5f74,
+  0x5f75, 0x5f76, 0x5f78, 0x5f7a, 0x5f7d, 0x5f7e, 0x5f7f, 0x5f83,
+  0x5f86, 0x5f8d, 0x5f8e, 0x5f8f, 0x5f91, 0x5f93, 0x5f94, 0x5f96,
+  0x5f9a, 0x5f9b, 0x5f9d, 0x5f9e, 0x5f9f, 0x5fa0, 0x5fa2, 0x5fa3,
+  0x5fa4, 0x5fa5, 0x5fa6, 0x5fa7, 0x5fa9, 0x5fab, 0x5fac, 0x5faf,
+  0x5fb0, 0x5fb1, 0x5fb2, 0x5fb3, 0x5fb4, 0x5fb6, 0x5fb8, 0x5fb9,
+  0x5fba, 0x5fbb, 0x5fbe, 0x5fbf, 0x5fc0, 0x5fc1, 0x5fc2, 0x5fc7,
+  0x5fc8, 0x5fca, 0x5fcb, 0x5fce, 0x5fd3, 0x5fd4, 0x5fd5, 0x5fda,
+  0x5fdb, 0x5fdc, 0x5fde, 0x5fdf, 0x5fe2, 0x5fe3, 0x5fe5, 0x5fe6,
+  0x5fe8, 0x5fe9, 0x5fec, 0x5fef, 0x5ff0, 0x5ff2, 0x5ff3, 0x5ff4,
+  0x5ff6, 0x5ff7, 0x5ff9, 0x5ffa, 0x5ffc, 0x6007,
+  /* 0x90 */
+  0x6008, 0x6009, 0x600b, 0x600c, 0x6010, 0x6011, 0x6013, 0x6017,
+  0x6018, 0x601a, 0x601e, 0x601f, 0x6022, 0x6023, 0x6024, 0x602c,
+  0x602d, 0x602e, 0x6030, 0x6031, 0x6032, 0x6033, 0x6034, 0x6036,
+  0x6037, 0x6038, 0x6039, 0x603a, 0x603d, 0x603e, 0x6040, 0x6044,
+  0x6045, 0x6046, 0x6047, 0x6048, 0x6049, 0x604a, 0x604c, 0x604e,
+  0x604f, 0x6051, 0x6053, 0x6054, 0x6056, 0x6057, 0x6058, 0x605b,
+  0x605c, 0x605e, 0x605f, 0x6060, 0x6061, 0x6065, 0x6066, 0x606e,
+  0x6071, 0x6072, 0x6074, 0x6075, 0x6077, 0x607e, 0x6080, 0x6081,
+  0x6082, 0x6085, 0x6086, 0x6087, 0x6088, 0x608a, 0x608b, 0x608e,
+  0x608f, 0x6090, 0x6091, 0x6093, 0x6095, 0x6097, 0x6098, 0x6099,
+  0x609c, 0x609e, 0x60a1, 0x60a2, 0x60a4, 0x60a5, 0x60a7, 0x60a9,
+  0x60aa, 0x60ae, 0x60b0, 0x60b3, 0x60b5, 0x60b6, 0x60b7, 0x60b9,
+  0x60ba, 0x60bd, 0x60be, 0x60bf, 0x60c0, 0x60c1, 0x60c2, 0x60c3,
+  0x60c4, 0x60c7, 0x60c8, 0x60c9, 0x60cc, 0x60cd, 0x60ce, 0x60cf,
+  0x60d0, 0x60d2, 0x60d3, 0x60d4, 0x60d6, 0x60d7, 0x60d9, 0x60db,
+  0x60de, 0x60e1, 0x60e2, 0x60e3, 0x60e4, 0x60e5, 0x60ea, 0x60f1,
+  0x60f2, 0x60f5, 0x60f7, 0x60f8, 0x60fb, 0x60fc, 0x60fd, 0x60fe,
+  0x60ff, 0x6102, 0x6103, 0x6104, 0x6105, 0x6107, 0x610a, 0x610b,
+  0x610c, 0x6110, 0x6111, 0x6112, 0x6113, 0x6114, 0x6116, 0x6117,
+  0x6118, 0x6119, 0x611b, 0x611c, 0x611d, 0x611e, 0x6121, 0x6122,
+  0x6125, 0x6128, 0x6129, 0x612a, 0x612c, 0x612d, 0x612e, 0x612f,
+  0x6130, 0x6131, 0x6132, 0x6133, 0x6134, 0x6135, 0x6136, 0x6137,
+  0x6138, 0x6139, 0x613a, 0x613b, 0x613c, 0x613d, 0x613e, 0x6140,
+  0x6141, 0x6142, 0x6143, 0x6144, 0x6145, 0x6146,
+  /* 0x91 */
+  0x6147, 0x6149, 0x614b, 0x614d, 0x614f, 0x6150, 0x6152, 0x6153,
+  0x6154, 0x6156, 0x6157, 0x6158, 0x6159, 0x615a, 0x615b, 0x615c,
+  0x615e, 0x615f, 0x6160, 0x6161, 0x6163, 0x6164, 0x6165, 0x6166,
+  0x6169, 0x616a, 0x616b, 0x616c, 0x616d, 0x616e, 0x616f, 0x6171,
+  0x6172, 0x6173, 0x6174, 0x6176, 0x6178, 0x6179, 0x617a, 0x617b,
+  0x617c, 0x617d, 0x617e, 0x617f, 0x6180, 0x6181, 0x6182, 0x6183,
+  0x6184, 0x6185, 0x6186, 0x6187, 0x6188, 0x6189, 0x618a, 0x618c,
+  0x618d, 0x618f, 0x6190, 0x6191, 0x6192, 0x6193, 0x6195, 0x6196,
+  0x6197, 0x6198, 0x6199, 0x619a, 0x619b, 0x619c, 0x619e, 0x619f,
+  0x61a0, 0x61a1, 0x61a2, 0x61a3, 0x61a4, 0x61a5, 0x61a6, 0x61aa,
+  0x61ab, 0x61ad, 0x61ae, 0x61af, 0x61b0, 0x61b1, 0x61b2, 0x61b3,
+  0x61b4, 0x61b5, 0x61b6, 0x61b8, 0x61b9, 0x61ba, 0x61bb, 0x61bc,
+  0x61bd, 0x61bf, 0x61c0, 0x61c1, 0x61c3, 0x61c4, 0x61c5, 0x61c6,
+  0x61c7, 0x61c9, 0x61cc, 0x61cd, 0x61ce, 0x61cf, 0x61d0, 0x61d3,
+  0x61d5, 0x61d6, 0x61d7, 0x61d8, 0x61d9, 0x61da, 0x61db, 0x61dc,
+  0x61dd, 0x61de, 0x61df, 0x61e0, 0x61e1, 0x61e2, 0x61e3, 0x61e4,
+  0x61e5, 0x61e7, 0x61e8, 0x61e9, 0x61ea, 0x61eb, 0x61ec, 0x61ed,
+  0x61ee, 0x61ef, 0x61f0, 0x61f1, 0x61f2, 0x61f3, 0x61f4, 0x61f6,
+  0x61f7, 0x61f8, 0x61f9, 0x61fa, 0x61fb, 0x61fc, 0x61fd, 0x61fe,
+  0x6200, 0x6201, 0x6202, 0x6203, 0x6204, 0x6205, 0x6207, 0x6209,
+  0x6213, 0x6214, 0x6219, 0x621c, 0x621d, 0x621e, 0x6220, 0x6223,
+  0x6226, 0x6227, 0x6228, 0x6229, 0x622b, 0x622d, 0x622f, 0x6230,
+  0x6231, 0x6232, 0x6235, 0x6236, 0x6238, 0x6239, 0x623a, 0x623b,
+  0x623c, 0x6242, 0x6244, 0x6245, 0x6246, 0x624a,
+  /* 0x92 */
+  0x624f, 0x6250, 0x6255, 0x6256, 0x6257, 0x6259, 0x625a, 0x625c,
+  0x625d, 0x625e, 0x625f, 0x6260, 0x6261, 0x6262, 0x6264, 0x6265,
+  0x6268, 0x6271, 0x6272, 0x6274, 0x6275, 0x6277, 0x6278, 0x627a,
+  0x627b, 0x627d, 0x6281, 0x6282, 0x6283, 0x6285, 0x6286, 0x6287,
+  0x6288, 0x628b, 0x628c, 0x628d, 0x628e, 0x628f, 0x6290, 0x6294,
+  0x6299, 0x629c, 0x629d, 0x629e, 0x62a3, 0x62a6, 0x62a7, 0x62a9,
+  0x62aa, 0x62ad, 0x62ae, 0x62af, 0x62b0, 0x62b2, 0x62b3, 0x62b4,
+  0x62b6, 0x62b7, 0x62b8, 0x62ba, 0x62be, 0x62c0, 0x62c1, 0x62c3,
+  0x62cb, 0x62cf, 0x62d1, 0x62d5, 0x62dd, 0x62de, 0x62e0, 0x62e1,
+  0x62e4, 0x62ea, 0x62eb, 0x62f0, 0x62f2, 0x62f5, 0x62f8, 0x62f9,
+  0x62fa, 0x62fb, 0x6300, 0x6303, 0x6304, 0x6305, 0x6306, 0x630a,
+  0x630b, 0x630c, 0x630d, 0x630f, 0x6310, 0x6312, 0x6313, 0x6314,
+  0x6315, 0x6317, 0x6318, 0x6319, 0x631c, 0x6326, 0x6327, 0x6329,
+  0x632c, 0x632d, 0x632e, 0x6330, 0x6331, 0x6333, 0x6334, 0x6335,
+  0x6336, 0x6337, 0x6338, 0x633b, 0x633c, 0x633e, 0x633f, 0x6340,
+  0x6341, 0x6344, 0x6347, 0x6348, 0x634a, 0x6351, 0x6352, 0x6353,
+  0x6354, 0x6356, 0x6357, 0x6358, 0x6359, 0x635a, 0x635b, 0x635c,
+  0x635d, 0x6360, 0x6364, 0x6365, 0x6366, 0x6368, 0x636a, 0x636b,
+  0x636c, 0x636f, 0x6370, 0x6372, 0x6373, 0x6374, 0x6375, 0x6378,
+  0x6379, 0x637c, 0x637d, 0x637e, 0x637f, 0x6381, 0x6383, 0x6384,
+  0x6385, 0x6386, 0x638b, 0x638d, 0x6391, 0x6393, 0x6394, 0x6395,
+  0x6397, 0x6399, 0x639a, 0x639b, 0x639c, 0x639d, 0x639e, 0x639f,
+  0x63a1, 0x63a4, 0x63a6, 0x63ab, 0x63af, 0x63b1, 0x63b2, 0x63b5,
+  0x63b6, 0x63b9, 0x63bb, 0x63bd, 0x63bf, 0x63c0,
+  /* 0x93 */
+  0x63c1, 0x63c2, 0x63c3, 0x63c5, 0x63c7, 0x63c8, 0x63ca, 0x63cb,
+  0x63cc, 0x63d1, 0x63d3, 0x63d4, 0x63d5, 0x63d7, 0x63d8, 0x63d9,
+  0x63da, 0x63db, 0x63dc, 0x63dd, 0x63df, 0x63e2, 0x63e4, 0x63e5,
+  0x63e6, 0x63e7, 0x63e8, 0x63eb, 0x63ec, 0x63ee, 0x63ef, 0x63f0,
+  0x63f1, 0x63f3, 0x63f5, 0x63f7, 0x63f9, 0x63fa, 0x63fb, 0x63fc,
+  0x63fe, 0x6403, 0x6404, 0x6406, 0x6407, 0x6408, 0x6409, 0x640a,
+  0x640d, 0x640e, 0x6411, 0x6412, 0x6415, 0x6416, 0x6417, 0x6418,
+  0x6419, 0x641a, 0x641d, 0x641f, 0x6422, 0x6423, 0x6424, 0x6425,
+  0x6427, 0x6428, 0x6429, 0x642b, 0x642e, 0x642f, 0x6430, 0x6431,
+  0x6432, 0x6433, 0x6435, 0x6436, 0x6437, 0x6438, 0x6439, 0x643b,
+  0x643c, 0x643e, 0x6440, 0x6442, 0x6443, 0x6449, 0x644b, 0x644c,
+  0x644d, 0x644e, 0x644f, 0x6450, 0x6451, 0x6453, 0x6455, 0x6456,
+  0x6457, 0x6459, 0x645a, 0x645b, 0x645c, 0x645d, 0x645f, 0x6460,
+  0x6461, 0x6462, 0x6463, 0x6464, 0x6465, 0x6466, 0x6468, 0x646a,
+  0x646b, 0x646c, 0x646e, 0x646f, 0x6470, 0x6471, 0x6472, 0x6473,
+  0x6474, 0x6475, 0x6476, 0x6477, 0x647b, 0x647c, 0x647d, 0x647e,
+  0x647f, 0x6480, 0x6481, 0x6483, 0x6486, 0x6488, 0x6489, 0x648a,
+  0x648b, 0x648c, 0x648d, 0x648e, 0x648f, 0x6490, 0x6493, 0x6494,
+  0x6497, 0x6498, 0x649a, 0x649b, 0x649c, 0x649d, 0x649f, 0x64a0,
+  0x64a1, 0x64a2, 0x64a3, 0x64a5, 0x64a6, 0x64a7, 0x64a8, 0x64aa,
+  0x64ab, 0x64af, 0x64b1, 0x64b2, 0x64b3, 0x64b4, 0x64b6, 0x64b9,
+  0x64bb, 0x64bd, 0x64be, 0x64bf, 0x64c1, 0x64c3, 0x64c4, 0x64c6,
+  0x64c7, 0x64c8, 0x64c9, 0x64ca, 0x64cb, 0x64cc, 0x64cf, 0x64d1,
+  0x64d3, 0x64d4, 0x64d5, 0x64d6, 0x64d9, 0x64da,
+  /* 0x94 */
+  0x64db, 0x64dc, 0x64dd, 0x64df, 0x64e0, 0x64e1, 0x64e3, 0x64e5,
+  0x64e7, 0x64e8, 0x64e9, 0x64ea, 0x64eb, 0x64ec, 0x64ed, 0x64ee,
+  0x64ef, 0x64f0, 0x64f1, 0x64f2, 0x64f3, 0x64f4, 0x64f5, 0x64f6,
+  0x64f7, 0x64f8, 0x64f9, 0x64fa, 0x64fb, 0x64fc, 0x64fd, 0x64fe,
+  0x64ff, 0x6501, 0x6502, 0x6503, 0x6504, 0x6505, 0x6506, 0x6507,
+  0x6508, 0x650a, 0x650b, 0x650c, 0x650d, 0x650e, 0x650f, 0x6510,
+  0x6511, 0x6513, 0x6514, 0x6515, 0x6516, 0x6517, 0x6519, 0x651a,
+  0x651b, 0x651c, 0x651d, 0x651e, 0x651f, 0x6520, 0x6521, 0x6522,
+  0x6523, 0x6524, 0x6526, 0x6527, 0x6528, 0x6529, 0x652a, 0x652c,
+  0x652d, 0x6530, 0x6531, 0x6532, 0x6533, 0x6537, 0x653a, 0x653c,
+  0x653d, 0x6540, 0x6541, 0x6542, 0x6543, 0x6544, 0x6546, 0x6547,
+  0x654a, 0x654b, 0x654d, 0x654e, 0x6550, 0x6552, 0x6553, 0x6554,
+  0x6557, 0x6558, 0x655a, 0x655c, 0x655f, 0x6560, 0x6561, 0x6564,
+  0x6565, 0x6567, 0x6568, 0x6569, 0x656a, 0x656d, 0x656e, 0x656f,
+  0x6571, 0x6573, 0x6575, 0x6576, 0x6578, 0x6579, 0x657a, 0x657b,
+  0x657c, 0x657d, 0x657e, 0x657f, 0x6580, 0x6581, 0x6582, 0x6583,
+  0x6584, 0x6585, 0x6586, 0x6588, 0x6589, 0x658a, 0x658d, 0x658e,
+  0x658f, 0x6592, 0x6594, 0x6595, 0x6596, 0x6598, 0x659a, 0x659d,
+  0x659e, 0x65a0, 0x65a2, 0x65a3, 0x65a6, 0x65a8, 0x65aa, 0x65ac,
+  0x65ae, 0x65b1, 0x65b2, 0x65b3, 0x65b4, 0x65b5, 0x65b6, 0x65b7,
+  0x65b8, 0x65ba, 0x65bb, 0x65be, 0x65bf, 0x65c0, 0x65c2, 0x65c7,
+  0x65c8, 0x65c9, 0x65ca, 0x65cd, 0x65d0, 0x65d1, 0x65d3, 0x65d4,
+  0x65d5, 0x65d8, 0x65d9, 0x65da, 0x65db, 0x65dc, 0x65dd, 0x65de,
+  0x65df, 0x65e1, 0x65e3, 0x65e4, 0x65ea, 0x65eb,
+  /* 0x95 */
+  0x65f2, 0x65f3, 0x65f4, 0x65f5, 0x65f8, 0x65f9, 0x65fb, 0x65fc,
+  0x65fd, 0x65fe, 0x65ff, 0x6601, 0x6604, 0x6605, 0x6607, 0x6608,
+  0x6609, 0x660b, 0x660d, 0x6610, 0x6611, 0x6612, 0x6616, 0x6617,
+  0x6618, 0x661a, 0x661b, 0x661c, 0x661e, 0x6621, 0x6622, 0x6623,
+  0x6624, 0x6626, 0x6629, 0x662a, 0x662b, 0x662c, 0x662e, 0x6630,
+  0x6632, 0x6633, 0x6637, 0x6638, 0x6639, 0x663a, 0x663b, 0x663d,
+  0x663f, 0x6640, 0x6642, 0x6644, 0x6645, 0x6646, 0x6647, 0x6648,
+  0x6649, 0x664a, 0x664d, 0x664e, 0x6650, 0x6651, 0x6658, 0x6659,
+  0x665b, 0x665c, 0x665d, 0x665e, 0x6660, 0x6662, 0x6663, 0x6665,
+  0x6667, 0x6669, 0x666a, 0x666b, 0x666c, 0x666d, 0x6671, 0x6672,
+  0x6673, 0x6675, 0x6678, 0x6679, 0x667b, 0x667c, 0x667d, 0x667f,
+  0x6680, 0x6681, 0x6683, 0x6685, 0x6686, 0x6688, 0x6689, 0x668a,
+  0x668b, 0x668d, 0x668e, 0x668f, 0x6690, 0x6692, 0x6693, 0x6694,
+  0x6695, 0x6698, 0x6699, 0x669a, 0x669b, 0x669c, 0x669e, 0x669f,
+  0x66a0, 0x66a1, 0x66a2, 0x66a3, 0x66a4, 0x66a5, 0x66a6, 0x66a9,
+  0x66aa, 0x66ab, 0x66ac, 0x66ad, 0x66af, 0x66b0, 0x66b1, 0x66b2,
+  0x66b3, 0x66b5, 0x66b6, 0x66b7, 0x66b8, 0x66ba, 0x66bb, 0x66bc,
+  0x66bd, 0x66bf, 0x66c0, 0x66c1, 0x66c2, 0x66c3, 0x66c4, 0x66c5,
+  0x66c6, 0x66c7, 0x66c8, 0x66c9, 0x66ca, 0x66cb, 0x66cc, 0x66cd,
+  0x66ce, 0x66cf, 0x66d0, 0x66d1, 0x66d2, 0x66d3, 0x66d4, 0x66d5,
+  0x66d6, 0x66d7, 0x66d8, 0x66da, 0x66de, 0x66df, 0x66e0, 0x66e1,
+  0x66e2, 0x66e3, 0x66e4, 0x66e5, 0x66e7, 0x66e8, 0x66ea, 0x66eb,
+  0x66ec, 0x66ed, 0x66ee, 0x66ef, 0x66f1, 0x66f5, 0x66f6, 0x66f8,
+  0x66fa, 0x66fb, 0x66fd, 0x6701, 0x6702, 0x6703,
+  /* 0x96 */
+  0x6704, 0x6705, 0x6706, 0x6707, 0x670c, 0x670e, 0x670f, 0x6711,
+  0x6712, 0x6713, 0x6716, 0x6718, 0x6719, 0x671a, 0x671c, 0x671e,
+  0x6720, 0x6721, 0x6722, 0x6723, 0x6724, 0x6725, 0x6727, 0x6729,
+  0x672e, 0x6730, 0x6732, 0x6733, 0x6736, 0x6737, 0x6738, 0x6739,
+  0x673b, 0x673c, 0x673e, 0x673f, 0x6741, 0x6744, 0x6745, 0x6747,
+  0x674a, 0x674b, 0x674d, 0x6752, 0x6754, 0x6755, 0x6757, 0x6758,
+  0x6759, 0x675a, 0x675b, 0x675d, 0x6762, 0x6763, 0x6764, 0x6766,
+  0x6767, 0x676b, 0x676c, 0x676e, 0x6771, 0x6774, 0x6776, 0x6778,
+  0x6779, 0x677a, 0x677b, 0x677d, 0x6780, 0x6782, 0x6783, 0x6785,
+  0x6786, 0x6788, 0x678a, 0x678c, 0x678d, 0x678e, 0x678f, 0x6791,
+  0x6792, 0x6793, 0x6794, 0x6796, 0x6799, 0x679b, 0x679f, 0x67a0,
+  0x67a1, 0x67a4, 0x67a6, 0x67a9, 0x67ac, 0x67ae, 0x67b1, 0x67b2,
+  0x67b4, 0x67b9, 0x67ba, 0x67bb, 0x67bc, 0x67bd, 0x67be, 0x67bf,
+  0x67c0, 0x67c2, 0x67c5, 0x67c6, 0x67c7, 0x67c8, 0x67c9, 0x67ca,
+  0x67cb, 0x67cc, 0x67cd, 0x67ce, 0x67d5, 0x67d6, 0x67d7, 0x67db,
+  0x67df, 0x67e1, 0x67e3, 0x67e4, 0x67e6, 0x67e7, 0x67e8, 0x67ea,
+  0x67eb, 0x67ed, 0x67ee, 0x67f2, 0x67f5, 0x67f6, 0x67f7, 0x67f8,
+  0x67f9, 0x67fa, 0x67fb, 0x67fc, 0x67fe, 0x6801, 0x6802, 0x6803,
+  0x6804, 0x6806, 0x680d, 0x6810, 0x6812, 0x6814, 0x6815, 0x6818,
+  0x6819, 0x681a, 0x681b, 0x681c, 0x681e, 0x681f, 0x6820, 0x6822,
+  0x6823, 0x6824, 0x6825, 0x6826, 0x6827, 0x6828, 0x682b, 0x682c,
+  0x682d, 0x682e, 0x682f, 0x6830, 0x6831, 0x6834, 0x6835, 0x6836,
+  0x683a, 0x683b, 0x683f, 0x6847, 0x684b, 0x684d, 0x684f, 0x6852,
+  0x6856, 0x6857, 0x6858, 0x6859, 0x685a, 0x685b,
+  /* 0x97 */
+  0x685c, 0x685d, 0x685e, 0x685f, 0x686a, 0x686c, 0x686d, 0x686e,
+  0x686f, 0x6870, 0x6871, 0x6872, 0x6873, 0x6875, 0x6878, 0x6879,
+  0x687a, 0x687b, 0x687c, 0x687d, 0x687e, 0x687f, 0x6880, 0x6882,
+  0x6884, 0x6887, 0x6888, 0x6889, 0x688a, 0x688b, 0x688c, 0x688d,
+  0x688e, 0x6890, 0x6891, 0x6892, 0x6894, 0x6895, 0x6896, 0x6898,
+  0x6899, 0x689a, 0x689b, 0x689c, 0x689d, 0x689e, 0x689f, 0x68a0,
+  0x68a1, 0x68a3, 0x68a4, 0x68a5, 0x68a9, 0x68aa, 0x68ab, 0x68ac,
+  0x68ae, 0x68b1, 0x68b2, 0x68b4, 0x68b6, 0x68b7, 0x68b8, 0x68b9,
+  0x68ba, 0x68bb, 0x68bc, 0x68bd, 0x68be, 0x68bf, 0x68c1, 0x68c3,
+  0x68c4, 0x68c5, 0x68c6, 0x68c7, 0x68c8, 0x68ca, 0x68cc, 0x68ce,
+  0x68cf, 0x68d0, 0x68d1, 0x68d3, 0x68d4, 0x68d6, 0x68d7, 0x68d9,
+  0x68db, 0x68dc, 0x68dd, 0x68de, 0x68df, 0x68e1, 0x68e2, 0x68e4,
+  0x68e5, 0x68e6, 0x68e7, 0x68e8, 0x68e9, 0x68ea, 0x68eb, 0x68ec,
+  0x68ed, 0x68ef, 0x68f2, 0x68f3, 0x68f4, 0x68f6, 0x68f7, 0x68f8,
+  0x68fb, 0x68fd, 0x68fe, 0x68ff, 0x6900, 0x6902, 0x6903, 0x6904,
+  0x6906, 0x6907, 0x6908, 0x6909, 0x690a, 0x690c, 0x690f, 0x6911,
+  0x6913, 0x6914, 0x6915, 0x6916, 0x6917, 0x6918, 0x6919, 0x691a,
+  0x691b, 0x691c, 0x691d, 0x691e, 0x6921, 0x6922, 0x6923, 0x6925,
+  0x6926, 0x6927, 0x6928, 0x6929, 0x692a, 0x692b, 0x692c, 0x692e,
+  0x692f, 0x6931, 0x6932, 0x6933, 0x6935, 0x6936, 0x6937, 0x6938,
+  0x693a, 0x693b, 0x693c, 0x693e, 0x6940, 0x6941, 0x6943, 0x6944,
+  0x6945, 0x6946, 0x6947, 0x6948, 0x6949, 0x694a, 0x694b, 0x694c,
+  0x694d, 0x694e, 0x694f, 0x6950, 0x6951, 0x6952, 0x6953, 0x6955,
+  0x6956, 0x6958, 0x6959, 0x695b, 0x695c, 0x695f,
+  /* 0x98 */
+  0x6961, 0x6962, 0x6964, 0x6965, 0x6967, 0x6968, 0x6969, 0x696a,
+  0x696c, 0x696d, 0x696f, 0x6970, 0x6972, 0x6973, 0x6974, 0x6975,
+  0x6976, 0x697a, 0x697b, 0x697d, 0x697e, 0x697f, 0x6981, 0x6983,
+  0x6985, 0x698a, 0x698b, 0x698c, 0x698e, 0x698f, 0x6990, 0x6991,
+  0x6992, 0x6993, 0x6996, 0x6997, 0x6999, 0x699a, 0x699d, 0x699e,
+  0x699f, 0x69a0, 0x69a1, 0x69a2, 0x69a3, 0x69a4, 0x69a5, 0x69a6,
+  0x69a9, 0x69aa, 0x69ac, 0x69ae, 0x69af, 0x69b0, 0x69b2, 0x69b3,
+  0x69b5, 0x69b6, 0x69b8, 0x69b9, 0x69ba, 0x69bc, 0x69bd, 0x69be,
+  0x69bf, 0x69c0, 0x69c2, 0x69c3, 0x69c4, 0x69c5, 0x69c6, 0x69c7,
+  0x69c8, 0x69c9, 0x69cb, 0x69cd, 0x69cf, 0x69d1, 0x69d2, 0x69d3,
+  0x69d5, 0x69d6, 0x69d7, 0x69d8, 0x69d9, 0x69da, 0x69dc, 0x69dd,
+  0x69de, 0x69e1, 0x69e2, 0x69e3, 0x69e4, 0x69e5, 0x69e6, 0x69e7,
+  0x69e8, 0x69e9, 0x69ea, 0x69eb, 0x69ec, 0x69ee, 0x69ef, 0x69f0,
+  0x69f1, 0x69f3, 0x69f4, 0x69f5, 0x69f6, 0x69f7, 0x69f8, 0x69f9,
+  0x69fa, 0x69fb, 0x69fc, 0x69fe, 0x6a00, 0x6a01, 0x6a02, 0x6a03,
+  0x6a04, 0x6a05, 0x6a06, 0x6a07, 0x6a08, 0x6a09, 0x6a0b, 0x6a0c,
+  0x6a0d, 0x6a0e, 0x6a0f, 0x6a10, 0x6a11, 0x6a12, 0x6a13, 0x6a14,
+  0x6a15, 0x6a16, 0x6a19, 0x6a1a, 0x6a1b, 0x6a1c, 0x6a1d, 0x6a1e,
+  0x6a20, 0x6a22, 0x6a23, 0x6a24, 0x6a25, 0x6a26, 0x6a27, 0x6a29,
+  0x6a2b, 0x6a2c, 0x6a2d, 0x6a2e, 0x6a30, 0x6a32, 0x6a33, 0x6a34,
+  0x6a36, 0x6a37, 0x6a38, 0x6a39, 0x6a3a, 0x6a3b, 0x6a3c, 0x6a3f,
+  0x6a40, 0x6a41, 0x6a42, 0x6a43, 0x6a45, 0x6a46, 0x6a48, 0x6a49,
+  0x6a4a, 0x6a4b, 0x6a4c, 0x6a4d, 0x6a4e, 0x6a4f, 0x6a51, 0x6a52,
+  0x6a53, 0x6a54, 0x6a55, 0x6a56, 0x6a57, 0x6a5a,
+  /* 0x99 */
+  0x6a5c, 0x6a5d, 0x6a5e, 0x6a5f, 0x6a60, 0x6a62, 0x6a63, 0x6a64,
+  0x6a66, 0x6a67, 0x6a68, 0x6a69, 0x6a6a, 0x6a6b, 0x6a6c, 0x6a6d,
+  0x6a6e, 0x6a6f, 0x6a70, 0x6a72, 0x6a73, 0x6a74, 0x6a75, 0x6a76,
+  0x6a77, 0x6a78, 0x6a7a, 0x6a7b, 0x6a7d, 0x6a7e, 0x6a7f, 0x6a81,
+  0x6a82, 0x6a83, 0x6a85, 0x6a86, 0x6a87, 0x6a88, 0x6a89, 0x6a8a,
+  0x6a8b, 0x6a8c, 0x6a8d, 0x6a8f, 0x6a92, 0x6a93, 0x6a94, 0x6a95,
+  0x6a96, 0x6a98, 0x6a99, 0x6a9a, 0x6a9b, 0x6a9c, 0x6a9d, 0x6a9e,
+  0x6a9f, 0x6aa1, 0x6aa2, 0x6aa3, 0x6aa4, 0x6aa5, 0x6aa6, 0x6aa7,
+  0x6aa8, 0x6aaa, 0x6aad, 0x6aae, 0x6aaf, 0x6ab0, 0x6ab1, 0x6ab2,
+  0x6ab3, 0x6ab4, 0x6ab5, 0x6ab6, 0x6ab7, 0x6ab8, 0x6ab9, 0x6aba,
+  0x6abb, 0x6abc, 0x6abd, 0x6abe, 0x6abf, 0x6ac0, 0x6ac1, 0x6ac2,
+  0x6ac3, 0x6ac4, 0x6ac5, 0x6ac6, 0x6ac7, 0x6ac8, 0x6ac9, 0x6aca,
+  0x6acb, 0x6acc, 0x6acd, 0x6ace, 0x6acf, 0x6ad0, 0x6ad1, 0x6ad2,
+  0x6ad3, 0x6ad4, 0x6ad5, 0x6ad6, 0x6ad7, 0x6ad8, 0x6ad9, 0x6ada,
+  0x6adb, 0x6adc, 0x6add, 0x6ade, 0x6adf, 0x6ae0, 0x6ae1, 0x6ae2,
+  0x6ae3, 0x6ae4, 0x6ae5, 0x6ae6, 0x6ae7, 0x6ae8, 0x6ae9, 0x6aea,
+  0x6aeb, 0x6aec, 0x6aed, 0x6aee, 0x6aef, 0x6af0, 0x6af1, 0x6af2,
+  0x6af3, 0x6af4, 0x6af5, 0x6af6, 0x6af7, 0x6af8, 0x6af9, 0x6afa,
+  0x6afb, 0x6afc, 0x6afd, 0x6afe, 0x6aff, 0x6b00, 0x6b01, 0x6b02,
+  0x6b03, 0x6b04, 0x6b05, 0x6b06, 0x6b07, 0x6b08, 0x6b09, 0x6b0a,
+  0x6b0b, 0x6b0c, 0x6b0d, 0x6b0e, 0x6b0f, 0x6b10, 0x6b11, 0x6b12,
+  0x6b13, 0x6b14, 0x6b15, 0x6b16, 0x6b17, 0x6b18, 0x6b19, 0x6b1a,
+  0x6b1b, 0x6b1c, 0x6b1d, 0x6b1e, 0x6b1f, 0x6b25, 0x6b26, 0x6b28,
+  0x6b29, 0x6b2a, 0x6b2b, 0x6b2c, 0x6b2d, 0x6b2e,
+  /* 0x9a */
+  0x6b2f, 0x6b30, 0x6b31, 0x6b33, 0x6b34, 0x6b35, 0x6b36, 0x6b38,
+  0x6b3b, 0x6b3c, 0x6b3d, 0x6b3f, 0x6b40, 0x6b41, 0x6b42, 0x6b44,
+  0x6b45, 0x6b48, 0x6b4a, 0x6b4b, 0x6b4d, 0x6b4e, 0x6b4f, 0x6b50,
+  0x6b51, 0x6b52, 0x6b53, 0x6b54, 0x6b55, 0x6b56, 0x6b57, 0x6b58,
+  0x6b5a, 0x6b5b, 0x6b5c, 0x6b5d, 0x6b5e, 0x6b5f, 0x6b60, 0x6b61,
+  0x6b68, 0x6b69, 0x6b6b, 0x6b6c, 0x6b6d, 0x6b6e, 0x6b6f, 0x6b70,
+  0x6b71, 0x6b72, 0x6b73, 0x6b74, 0x6b75, 0x6b76, 0x6b77, 0x6b78,
+  0x6b7a, 0x6b7d, 0x6b7e, 0x6b7f, 0x6b80, 0x6b85, 0x6b88, 0x6b8c,
+  0x6b8e, 0x6b8f, 0x6b90, 0x6b91, 0x6b94, 0x6b95, 0x6b97, 0x6b98,
+  0x6b99, 0x6b9c, 0x6b9d, 0x6b9e, 0x6b9f, 0x6ba0, 0x6ba2, 0x6ba3,
+  0x6ba4, 0x6ba5, 0x6ba6, 0x6ba7, 0x6ba8, 0x6ba9, 0x6bab, 0x6bac,
+  0x6bad, 0x6bae, 0x6baf, 0x6bb0, 0x6bb1, 0x6bb2, 0x6bb6, 0x6bb8,
+  0x6bb9, 0x6bba, 0x6bbb, 0x6bbc, 0x6bbd, 0x6bbe, 0x6bc0, 0x6bc3,
+  0x6bc4, 0x6bc6, 0x6bc7, 0x6bc8, 0x6bc9, 0x6bca, 0x6bcc, 0x6bce,
+  0x6bd0, 0x6bd1, 0x6bd8, 0x6bda, 0x6bdc, 0x6bdd, 0x6bde, 0x6bdf,
+  0x6be0, 0x6be2, 0x6be3, 0x6be4, 0x6be5, 0x6be6, 0x6be7, 0x6be8,
+  0x6be9, 0x6bec, 0x6bed, 0x6bee, 0x6bf0, 0x6bf1, 0x6bf2, 0x6bf4,
+  0x6bf6, 0x6bf7, 0x6bf8, 0x6bfa, 0x6bfb, 0x6bfc, 0x6bfe, 0x6bff,
+  0x6c00, 0x6c01, 0x6c02, 0x6c03, 0x6c04, 0x6c08, 0x6c09, 0x6c0a,
+  0x6c0b, 0x6c0c, 0x6c0e, 0x6c12, 0x6c17, 0x6c1c, 0x6c1d, 0x6c1e,
+  0x6c20, 0x6c23, 0x6c25, 0x6c2b, 0x6c2c, 0x6c2d, 0x6c31, 0x6c33,
+  0x6c36, 0x6c37, 0x6c39, 0x6c3a, 0x6c3b, 0x6c3c, 0x6c3e, 0x6c3f,
+  0x6c43, 0x6c44, 0x6c45, 0x6c48, 0x6c4b, 0x6c4c, 0x6c4d, 0x6c4e,
+  0x6c4f, 0x6c51, 0x6c52, 0x6c53, 0x6c56, 0x6c58,
+  /* 0x9b */
+  0x6c59, 0x6c5a, 0x6c62, 0x6c63, 0x6c65, 0x6c66, 0x6c67, 0x6c6b,
+  0x6c6c, 0x6c6d, 0x6c6e, 0x6c6f, 0x6c71, 0x6c73, 0x6c75, 0x6c77,
+  0x6c78, 0x6c7a, 0x6c7b, 0x6c7c, 0x6c7f, 0x6c80, 0x6c84, 0x6c87,
+  0x6c8a, 0x6c8b, 0x6c8d, 0x6c8e, 0x6c91, 0x6c92, 0x6c95, 0x6c96,
+  0x6c97, 0x6c98, 0x6c9a, 0x6c9c, 0x6c9d, 0x6c9e, 0x6ca0, 0x6ca2,
+  0x6ca8, 0x6cac, 0x6caf, 0x6cb0, 0x6cb4, 0x6cb5, 0x6cb6, 0x6cb7,
+  0x6cba, 0x6cc0, 0x6cc1, 0x6cc2, 0x6cc3, 0x6cc6, 0x6cc7, 0x6cc8,
+  0x6ccb, 0x6ccd, 0x6cce, 0x6ccf, 0x6cd1, 0x6cd2, 0x6cd8, 0x6cd9,
+  0x6cda, 0x6cdc, 0x6cdd, 0x6cdf, 0x6ce4, 0x6ce6, 0x6ce7, 0x6ce9,
+  0x6cec, 0x6ced, 0x6cf2, 0x6cf4, 0x6cf9, 0x6cff, 0x6d00, 0x6d02,
+  0x6d03, 0x6d05, 0x6d06, 0x6d08, 0x6d09, 0x6d0a, 0x6d0d, 0x6d0f,
+  0x6d10, 0x6d11, 0x6d13, 0x6d14, 0x6d15, 0x6d16, 0x6d18, 0x6d1c,
+  0x6d1d, 0x6d1f, 0x6d20, 0x6d21, 0x6d22, 0x6d23, 0x6d24, 0x6d26,
+  0x6d28, 0x6d29, 0x6d2c, 0x6d2d, 0x6d2f, 0x6d30, 0x6d34, 0x6d36,
+  0x6d37, 0x6d38, 0x6d3a, 0x6d3f, 0x6d40, 0x6d42, 0x6d44, 0x6d49,
+  0x6d4c, 0x6d50, 0x6d55, 0x6d56, 0x6d57, 0x6d58, 0x6d5b, 0x6d5d,
+  0x6d5f, 0x6d61, 0x6d62, 0x6d64, 0x6d65, 0x6d67, 0x6d68, 0x6d6b,
+  0x6d6c, 0x6d6d, 0x6d70, 0x6d71, 0x6d72, 0x6d73, 0x6d75, 0x6d76,
+  0x6d79, 0x6d7a, 0x6d7b, 0x6d7d, 0x6d7e, 0x6d7f, 0x6d80, 0x6d81,
+  0x6d83, 0x6d84, 0x6d86, 0x6d87, 0x6d8a, 0x6d8b, 0x6d8d, 0x6d8f,
+  0x6d90, 0x6d92, 0x6d96, 0x6d97, 0x6d98, 0x6d99, 0x6d9a, 0x6d9c,
+  0x6da2, 0x6da5, 0x6dac, 0x6dad, 0x6db0, 0x6db1, 0x6db3, 0x6db4,
+  0x6db6, 0x6db7, 0x6db9, 0x6dba, 0x6dbb, 0x6dbc, 0x6dbd, 0x6dbe,
+  0x6dc1, 0x6dc2, 0x6dc3, 0x6dc8, 0x6dc9, 0x6dca,
+  /* 0x9c */
+  0x6dcd, 0x6dce, 0x6dcf, 0x6dd0, 0x6dd2, 0x6dd3, 0x6dd4, 0x6dd5,
+  0x6dd7, 0x6dda, 0x6ddb, 0x6ddc, 0x6ddf, 0x6de2, 0x6de3, 0x6de5,
+  0x6de7, 0x6de8, 0x6de9, 0x6dea, 0x6ded, 0x6def, 0x6df0, 0x6df2,
+  0x6df4, 0x6df5, 0x6df6, 0x6df8, 0x6dfa, 0x6dfd, 0x6dfe, 0x6dff,
+  0x6e00, 0x6e01, 0x6e02, 0x6e03, 0x6e04, 0x6e06, 0x6e07, 0x6e08,
+  0x6e09, 0x6e0b, 0x6e0f, 0x6e12, 0x6e13, 0x6e15, 0x6e18, 0x6e19,
+  0x6e1b, 0x6e1c, 0x6e1e, 0x6e1f, 0x6e22, 0x6e26, 0x6e27, 0x6e28,
+  0x6e2a, 0x6e2c, 0x6e2e, 0x6e30, 0x6e31, 0x6e33, 0x6e35, 0x6e36,
+  0x6e37, 0x6e39, 0x6e3b, 0x6e3c, 0x6e3d, 0x6e3e, 0x6e3f, 0x6e40,
+  0x6e41, 0x6e42, 0x6e45, 0x6e46, 0x6e47, 0x6e48, 0x6e49, 0x6e4a,
+  0x6e4b, 0x6e4c, 0x6e4f, 0x6e50, 0x6e51, 0x6e52, 0x6e55, 0x6e57,
+  0x6e59, 0x6e5a, 0x6e5c, 0x6e5d, 0x6e5e, 0x6e60, 0x6e61, 0x6e62,
+  0x6e63, 0x6e64, 0x6e65, 0x6e66, 0x6e67, 0x6e68, 0x6e69, 0x6e6a,
+  0x6e6c, 0x6e6d, 0x6e6f, 0x6e70, 0x6e71, 0x6e72, 0x6e73, 0x6e74,
+  0x6e75, 0x6e76, 0x6e77, 0x6e78, 0x6e79, 0x6e7a, 0x6e7b, 0x6e7c,
+  0x6e7d, 0x6e80, 0x6e81, 0x6e82, 0x6e84, 0x6e87, 0x6e88, 0x6e8a,
+  0x6e8b, 0x6e8c, 0x6e8d, 0x6e8e, 0x6e91, 0x6e92, 0x6e93, 0x6e94,
+  0x6e95, 0x6e96, 0x6e97, 0x6e99, 0x6e9a, 0x6e9b, 0x6e9d, 0x6e9e,
+  0x6ea0, 0x6ea1, 0x6ea3, 0x6ea4, 0x6ea6, 0x6ea8, 0x6ea9, 0x6eab,
+  0x6eac, 0x6ead, 0x6eae, 0x6eb0, 0x6eb3, 0x6eb5, 0x6eb8, 0x6eb9,
+  0x6ebc, 0x6ebe, 0x6ebf, 0x6ec0, 0x6ec3, 0x6ec4, 0x6ec5, 0x6ec6,
+  0x6ec8, 0x6ec9, 0x6eca, 0x6ecc, 0x6ecd, 0x6ece, 0x6ed0, 0x6ed2,
+  0x6ed6, 0x6ed8, 0x6ed9, 0x6edb, 0x6edc, 0x6edd, 0x6ee3, 0x6ee7,
+  0x6eea, 0x6eeb, 0x6eec, 0x6eed, 0x6eee, 0x6eef,
+  /* 0x9d */
+  0x6ef0, 0x6ef1, 0x6ef2, 0x6ef3, 0x6ef5, 0x6ef6, 0x6ef7, 0x6ef8,
+  0x6efa, 0x6efb, 0x6efc, 0x6efd, 0x6efe, 0x6eff, 0x6f00, 0x6f01,
+  0x6f03, 0x6f04, 0x6f05, 0x6f07, 0x6f08, 0x6f0a, 0x6f0b, 0x6f0c,
+  0x6f0d, 0x6f0e, 0x6f10, 0x6f11, 0x6f12, 0x6f16, 0x6f17, 0x6f18,
+  0x6f19, 0x6f1a, 0x6f1b, 0x6f1c, 0x6f1d, 0x6f1e, 0x6f1f, 0x6f21,
+  0x6f22, 0x6f23, 0x6f25, 0x6f26, 0x6f27, 0x6f28, 0x6f2c, 0x6f2e,
+  0x6f30, 0x6f32, 0x6f34, 0x6f35, 0x6f37, 0x6f38, 0x6f39, 0x6f3a,
+  0x6f3b, 0x6f3c, 0x6f3d, 0x6f3f, 0x6f40, 0x6f41, 0x6f42, 0x6f43,
+  0x6f44, 0x6f45, 0x6f48, 0x6f49, 0x6f4a, 0x6f4c, 0x6f4e, 0x6f4f,
+  0x6f50, 0x6f51, 0x6f52, 0x6f53, 0x6f54, 0x6f55, 0x6f56, 0x6f57,
+  0x6f59, 0x6f5a, 0x6f5b, 0x6f5d, 0x6f5f, 0x6f60, 0x6f61, 0x6f63,
+  0x6f64, 0x6f65, 0x6f67, 0x6f68, 0x6f69, 0x6f6a, 0x6f6b, 0x6f6c,
+  0x6f6f, 0x6f70, 0x6f71, 0x6f73, 0x6f75, 0x6f76, 0x6f77, 0x6f79,
+  0x6f7b, 0x6f7d, 0x6f7e, 0x6f7f, 0x6f80, 0x6f81, 0x6f82, 0x6f83,
+  0x6f85, 0x6f86, 0x6f87, 0x6f8a, 0x6f8b, 0x6f8f, 0x6f90, 0x6f91,
+  0x6f92, 0x6f93, 0x6f94, 0x6f95, 0x6f96, 0x6f97, 0x6f98, 0x6f99,
+  0x6f9a, 0x6f9b, 0x6f9d, 0x6f9e, 0x6f9f, 0x6fa0, 0x6fa2, 0x6fa3,
+  0x6fa4, 0x6fa5, 0x6fa6, 0x6fa8, 0x6fa9, 0x6faa, 0x6fab, 0x6fac,
+  0x6fad, 0x6fae, 0x6faf, 0x6fb0, 0x6fb1, 0x6fb2, 0x6fb4, 0x6fb5,
+  0x6fb7, 0x6fb8, 0x6fba, 0x6fbb, 0x6fbc, 0x6fbd, 0x6fbe, 0x6fbf,
+  0x6fc1, 0x6fc3, 0x6fc4, 0x6fc5, 0x6fc6, 0x6fc7, 0x6fc8, 0x6fca,
+  0x6fcb, 0x6fcc, 0x6fcd, 0x6fce, 0x6fcf, 0x6fd0, 0x6fd3, 0x6fd4,
+  0x6fd5, 0x6fd6, 0x6fd7, 0x6fd8, 0x6fd9, 0x6fda, 0x6fdb, 0x6fdc,
+  0x6fdd, 0x6fdf, 0x6fe2, 0x6fe3, 0x6fe4, 0x6fe5,
+  /* 0x9e */
+  0x6fe6, 0x6fe7, 0x6fe8, 0x6fe9, 0x6fea, 0x6feb, 0x6fec, 0x6fed,
+  0x6ff0, 0x6ff1, 0x6ff2, 0x6ff3, 0x6ff4, 0x6ff5, 0x6ff6, 0x6ff7,
+  0x6ff8, 0x6ff9, 0x6ffa, 0x6ffb, 0x6ffc, 0x6ffd, 0x6ffe, 0x6fff,
+  0x7000, 0x7001, 0x7002, 0x7003, 0x7004, 0x7005, 0x7006, 0x7007,
+  0x7008, 0x7009, 0x700a, 0x700b, 0x700c, 0x700d, 0x700e, 0x700f,
+  0x7010, 0x7012, 0x7013, 0x7014, 0x7015, 0x7016, 0x7017, 0x7018,
+  0x7019, 0x701c, 0x701d, 0x701e, 0x701f, 0x7020, 0x7021, 0x7022,
+  0x7024, 0x7025, 0x7026, 0x7027, 0x7028, 0x7029, 0x702a, 0x702b,
+  0x702c, 0x702d, 0x702e, 0x702f, 0x7030, 0x7031, 0x7032, 0x7033,
+  0x7034, 0x7036, 0x7037, 0x7038, 0x703a, 0x703b, 0x703c, 0x703d,
+  0x703e, 0x703f, 0x7040, 0x7041, 0x7042, 0x7043, 0x7044, 0x7045,
+  0x7046, 0x7047, 0x7048, 0x7049, 0x704a, 0x704b, 0x704d, 0x704e,
+  0x7050, 0x7051, 0x7052, 0x7053, 0x7054, 0x7055, 0x7056, 0x7057,
+  0x7058, 0x7059, 0x705a, 0x705b, 0x705c, 0x705d, 0x705f, 0x7060,
+  0x7061, 0x7062, 0x7063, 0x7064, 0x7065, 0x7066, 0x7067, 0x7068,
+  0x7069, 0x706a, 0x706e, 0x7071, 0x7072, 0x7073, 0x7074, 0x7077,
+  0x7079, 0x707a, 0x707b, 0x707d, 0x7081, 0x7082, 0x7083, 0x7084,
+  0x7086, 0x7087, 0x7088, 0x708b, 0x708c, 0x708d, 0x708f, 0x7090,
+  0x7091, 0x7093, 0x7097, 0x7098, 0x709a, 0x709b, 0x709e, 0x709f,
+  0x70a0, 0x70a1, 0x70a2, 0x70a3, 0x70a4, 0x70a5, 0x70a6, 0x70a7,
+  0x70a8, 0x70a9, 0x70aa, 0x70b0, 0x70b2, 0x70b4, 0x70b5, 0x70b6,
+  0x70ba, 0x70be, 0x70bf, 0x70c4, 0x70c5, 0x70c6, 0x70c7, 0x70c9,
+  0x70cb, 0x70cc, 0x70cd, 0x70ce, 0x70cf, 0x70d0, 0x70d1, 0x70d2,
+  0x70d3, 0x70d4, 0x70d5, 0x70d6, 0x70d7, 0x70da,
+  /* 0x9f */
+  0x70dc, 0x70dd, 0x70de, 0x70e0, 0x70e1, 0x70e2, 0x70e3, 0x70e5,
+  0x70ea, 0x70ee, 0x70f0, 0x70f1, 0x70f2, 0x70f3, 0x70f4, 0x70f5,
+  0x70f6, 0x70f8, 0x70fa, 0x70fb, 0x70fc, 0x70fe, 0x70ff, 0x7100,
+  0x7101, 0x7102, 0x7103, 0x7104, 0x7105, 0x7106, 0x7107, 0x7108,
+  0x710b, 0x710c, 0x710d, 0x710e, 0x710f, 0x7111, 0x7112, 0x7114,
+  0x7117, 0x711b, 0x711c, 0x711d, 0x711e, 0x711f, 0x7120, 0x7121,
+  0x7122, 0x7123, 0x7124, 0x7125, 0x7127, 0x7128, 0x7129, 0x712a,
+  0x712b, 0x712c, 0x712d, 0x712e, 0x7132, 0x7133, 0x7134, 0x7135,
+  0x7137, 0x7138, 0x7139, 0x713a, 0x713b, 0x713c, 0x713d, 0x713e,
+  0x713f, 0x7140, 0x7141, 0x7142, 0x7143, 0x7144, 0x7146, 0x7147,
+  0x7148, 0x7149, 0x714b, 0x714d, 0x714f, 0x7150, 0x7151, 0x7152,
+  0x7153, 0x7154, 0x7155, 0x7156, 0x7157, 0x7158, 0x7159, 0x715a,
+  0x715b, 0x715d, 0x715f, 0x7160, 0x7161, 0x7162, 0x7163, 0x7165,
+  0x7169, 0x716a, 0x716b, 0x716c, 0x716d, 0x716f, 0x7170, 0x7171,
+  0x7174, 0x7175, 0x7176, 0x7177, 0x7179, 0x717b, 0x717c, 0x717e,
+  0x717f, 0x7180, 0x7181, 0x7182, 0x7183, 0x7185, 0x7186, 0x7187,
+  0x7188, 0x7189, 0x718b, 0x718c, 0x718d, 0x718e, 0x7190, 0x7191,
+  0x7192, 0x7193, 0x7195, 0x7196, 0x7197, 0x719a, 0x719b, 0x719c,
+  0x719d, 0x719e, 0x71a1, 0x71a2, 0x71a3, 0x71a4, 0x71a5, 0x71a6,
+  0x71a7, 0x71a9, 0x71aa, 0x71ab, 0x71ad, 0x71ae, 0x71af, 0x71b0,
+  0x71b1, 0x71b2, 0x71b4, 0x71b6, 0x71b7, 0x71b8, 0x71ba, 0x71bb,
+  0x71bc, 0x71bd, 0x71be, 0x71bf, 0x71c0, 0x71c1, 0x71c2, 0x71c4,
+  0x71c5, 0x71c6, 0x71c7, 0x71c8, 0x71c9, 0x71ca, 0x71cb, 0x71cc,
+  0x71cd, 0x71cf, 0x71d0, 0x71d1, 0x71d2, 0x71d3,
+  /* 0xa0 */
+  0x71d6, 0x71d7, 0x71d8, 0x71d9, 0x71da, 0x71db, 0x71dc, 0x71dd,
+  0x71de, 0x71df, 0x71e1, 0x71e2, 0x71e3, 0x71e4, 0x71e6, 0x71e8,
+  0x71e9, 0x71ea, 0x71eb, 0x71ec, 0x71ed, 0x71ef, 0x71f0, 0x71f1,
+  0x71f2, 0x71f3, 0x71f4, 0x71f5, 0x71f6, 0x71f7, 0x71f8, 0x71fa,
+  0x71fb, 0x71fc, 0x71fd, 0x71fe, 0x71ff, 0x7200, 0x7201, 0x7202,
+  0x7203, 0x7204, 0x7205, 0x7207, 0x7208, 0x7209, 0x720a, 0x720b,
+  0x720c, 0x720d, 0x720e, 0x720f, 0x7210, 0x7211, 0x7212, 0x7213,
+  0x7214, 0x7215, 0x7216, 0x7217, 0x7218, 0x7219, 0x721a, 0x721b,
+  0x721c, 0x721e, 0x721f, 0x7220, 0x7221, 0x7222, 0x7223, 0x7224,
+  0x7225, 0x7226, 0x7227, 0x7229, 0x722b, 0x722d, 0x722e, 0x722f,
+  0x7232, 0x7233, 0x7234, 0x723a, 0x723c, 0x723e, 0x7240, 0x7241,
+  0x7242, 0x7243, 0x7244, 0x7245, 0x7246, 0x7249, 0x724a, 0x724b,
+  0x724e, 0x724f, 0x7250, 0x7251, 0x7253, 0x7254, 0x7255, 0x7257,
+  0x7258, 0x725a, 0x725c, 0x725e, 0x7260, 0x7263, 0x7264, 0x7265,
+  0x7268, 0x726a, 0x726b, 0x726c, 0x726d, 0x7270, 0x7271, 0x7273,
+  0x7274, 0x7276, 0x7277, 0x7278, 0x727b, 0x727c, 0x727d, 0x7282,
+  0x7283, 0x7285, 0x7286, 0x7287, 0x7288, 0x7289, 0x728c, 0x728e,
+  0x7290, 0x7291, 0x7293, 0x7294, 0x7295, 0x7296, 0x7297, 0x7298,
+  0x7299, 0x729a, 0x729b, 0x729c, 0x729d, 0x729e, 0x72a0, 0x72a1,
+  0x72a2, 0x72a3, 0x72a4, 0x72a5, 0x72a6, 0x72a7, 0x72a8, 0x72a9,
+  0x72aa, 0x72ab, 0x72ae, 0x72b1, 0x72b2, 0x72b3, 0x72b5, 0x72ba,
+  0x72bb, 0x72bc, 0x72bd, 0x72be, 0x72bf, 0x72c0, 0x72c5, 0x72c6,
+  0x72c7, 0x72c9, 0x72ca, 0x72cb, 0x72cc, 0x72cf, 0x72d1, 0x72d3,
+  0x72d4, 0x72d5, 0x72d6, 0x72d8, 0x72da, 0x72db,
+  /* 0xa1 */
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0x3000, 0x3001, 0x3002, 0x00b7, 0x02c9, 0x02c7, 0x00a8, 0x3003,
+  0x3005, 0x2014, 0xff5e, 0x2016, 0x2026, 0x2018, 0x2019, 0x201c,
+  0x201d, 0x3014, 0x3015, 0x3008, 0x3009, 0x300a, 0x300b, 0x300c,
+  0x300d, 0x300e, 0x300f, 0x3016, 0x3017, 0x3010, 0x3011, 0x00b1,
+  0x00d7, 0x00f7, 0x2236, 0x2227, 0x2228, 0x2211, 0x220f, 0x222a,
+  0x2229, 0x2208, 0x2237, 0x221a, 0x22a5, 0x2225, 0x2220, 0x2312,
+  0x2299, 0x222b, 0x222e, 0x2261, 0x224c, 0x2248, 0x223d, 0x221d,
+  0x2260, 0x226e, 0x226f, 0x2264, 0x2265, 0x221e, 0x2235, 0x2234,
+  0x2642, 0x2640, 0x00b0, 0x2032, 0x2033, 0x2103, 0xff04, 0x00a4,
+  0xffe0, 0xffe1, 0x2030, 0x00a7, 0x2116, 0x2606, 0x2605, 0x25cb,
+  0x25cf, 0x25ce, 0x25c7, 0x25c6, 0x25a1, 0x25a0, 0x25b3, 0x25b2,
+  0x203b, 0x2192, 0x2190, 0x2191, 0x2193, 0x3013,
+  /* 0xa2 */
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0x2170, 0x2171, 0x2172, 0x2173, 0x2174, 0x2175, 0x2176, 0x2177,
+  0x2178, 0x2179, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0x2488, 0x2489, 0x248a, 0x248b, 0x248c, 0x248d, 0x248e, 0x248f,
+  0x2490, 0x2491, 0x2492, 0x2493, 0x2494, 0x2495, 0x2496, 0x2497,
+  0x2498, 0x2499, 0x249a, 0x249b, 0x2474, 0x2475, 0x2476, 0x2477,
+  0x2478, 0x2479, 0x247a, 0x247b, 0x247c, 0x247d, 0x247e, 0x247f,
+  0x2480, 0x2481, 0x2482, 0x2483, 0x2484, 0x2485, 0x2486, 0x2487,
+  0x2460, 0x2461, 0x2462, 0x2463, 0x2464, 0x2465, 0x2466, 0x2467,
+  0x2468, 0x2469, 0x20ac, 0xfffd, 0x3220, 0x3221, 0x3222, 0x3223,
+  0x3224, 0x3225, 0x3226, 0x3227, 0x3228, 0x3229, 0xfffd, 0xfffd,
+  0x2160, 0x2161, 0x2162, 0x2163, 0x2164, 0x2165, 0x2166, 0x2167,
+  0x2168, 0x2169, 0x216a, 0x216b, 0xfffd, 0xfffd,
+  /* 0xa3 */
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xff01, 0xff02, 0xff03, 0xffe5, 0xff05, 0xff06, 0xff07, 0xff08,
+  0xff09, 0xff0a, 0xff0b, 0xff0c, 0xff0d, 0xff0e, 0xff0f, 0xff10,
+  0xff11, 0xff12, 0xff13, 0xff14, 0xff15, 0xff16, 0xff17, 0xff18,
+  0xff19, 0xff1a, 0xff1b, 0xff1c, 0xff1d, 0xff1e, 0xff1f, 0xff20,
+  0xff21, 0xff22, 0xff23, 0xff24, 0xff25, 0xff26, 0xff27, 0xff28,
+  0xff29, 0xff2a, 0xff2b, 0xff2c, 0xff2d, 0xff2e, 0xff2f, 0xff30,
+  0xff31, 0xff32, 0xff33, 0xff34, 0xff35, 0xff36, 0xff37, 0xff38,
+  0xff39, 0xff3a, 0xff3b, 0xff3c, 0xff3d, 0xff3e, 0xff3f, 0xff40,
+  0xff41, 0xff42, 0xff43, 0xff44, 0xff45, 0xff46, 0xff47, 0xff48,
+  0xff49, 0xff4a, 0xff4b, 0xff4c, 0xff4d, 0xff4e, 0xff4f, 0xff50,
+  0xff51, 0xff52, 0xff53, 0xff54, 0xff55, 0xff56, 0xff57, 0xff58,
+  0xff59, 0xff5a, 0xff5b, 0xff5c, 0xff5d, 0xffe3,
+  /* 0xa4 */
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0x3041, 0x3042, 0x3043, 0x3044, 0x3045, 0x3046, 0x3047, 0x3048,
+  0x3049, 0x304a, 0x304b, 0x304c, 0x304d, 0x304e, 0x304f, 0x3050,
+  0x3051, 0x3052, 0x3053, 0x3054, 0x3055, 0x3056, 0x3057, 0x3058,
+  0x3059, 0x305a, 0x305b, 0x305c, 0x305d, 0x305e, 0x305f, 0x3060,
+  0x3061, 0x3062, 0x3063, 0x3064, 0x3065, 0x3066, 0x3067, 0x3068,
+  0x3069, 0x306a, 0x306b, 0x306c, 0x306d, 0x306e, 0x306f, 0x3070,
+  0x3071, 0x3072, 0x3073, 0x3074, 0x3075, 0x3076, 0x3077, 0x3078,
+  0x3079, 0x307a, 0x307b, 0x307c, 0x307d, 0x307e, 0x307f, 0x3080,
+  0x3081, 0x3082, 0x3083, 0x3084, 0x3085, 0x3086, 0x3087, 0x3088,
+  0x3089, 0x308a, 0x308b, 0x308c, 0x308d, 0x308e, 0x308f, 0x3090,
+  0x3091, 0x3092, 0x3093, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xa5 */
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0x30a1, 0x30a2, 0x30a3, 0x30a4, 0x30a5, 0x30a6, 0x30a7, 0x30a8,
+  0x30a9, 0x30aa, 0x30ab, 0x30ac, 0x30ad, 0x30ae, 0x30af, 0x30b0,
+  0x30b1, 0x30b2, 0x30b3, 0x30b4, 0x30b5, 0x30b6, 0x30b7, 0x30b8,
+  0x30b9, 0x30ba, 0x30bb, 0x30bc, 0x30bd, 0x30be, 0x30bf, 0x30c0,
+  0x30c1, 0x30c2, 0x30c3, 0x30c4, 0x30c5, 0x30c6, 0x30c7, 0x30c8,
+  0x30c9, 0x30ca, 0x30cb, 0x30cc, 0x30cd, 0x30ce, 0x30cf, 0x30d0,
+  0x30d1, 0x30d2, 0x30d3, 0x30d4, 0x30d5, 0x30d6, 0x30d7, 0x30d8,
+  0x30d9, 0x30da, 0x30db, 0x30dc, 0x30dd, 0x30de, 0x30df, 0x30e0,
+  0x30e1, 0x30e2, 0x30e3, 0x30e4, 0x30e5, 0x30e6, 0x30e7, 0x30e8,
+  0x30e9, 0x30ea, 0x30eb, 0x30ec, 0x30ed, 0x30ee, 0x30ef, 0x30f0,
+  0x30f1, 0x30f2, 0x30f3, 0x30f4, 0x30f5, 0x30f6, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xa6 */
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0x0391, 0x0392, 0x0393, 0x0394, 0x0395, 0x0396, 0x0397, 0x0398,
+  0x0399, 0x039a, 0x039b, 0x039c, 0x039d, 0x039e, 0x039f, 0x03a0,
+  0x03a1, 0x03a3, 0x03a4, 0x03a5, 0x03a6, 0x03a7, 0x03a8, 0x03a9,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0x03b1, 0x03b2, 0x03b3, 0x03b4, 0x03b5, 0x03b6, 0x03b7, 0x03b8,
+  0x03b9, 0x03ba, 0x03bb, 0x03bc, 0x03bd, 0x03be, 0x03bf, 0x03c0,
+  0x03c1, 0x03c3, 0x03c4, 0x03c5, 0x03c6, 0x03c7, 0x03c8, 0x03c9,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfe35,
+  0xfe36, 0xfe39, 0xfe3a, 0xfe3f, 0xfe40, 0xfe3d, 0xfe3e, 0xfe41,
+  0xfe42, 0xfe43, 0xfe44, 0xfffd, 0xfffd, 0xfe3b, 0xfe3c, 0xfe37,
+  0xfe38, 0xfe31, 0xfffd, 0xfe33, 0xfe34, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xa7 */
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0x0410, 0x0411, 0x0412, 0x0413, 0x0414, 0x0415, 0x0401, 0x0416,
+  0x0417, 0x0418, 0x0419, 0x041a, 0x041b, 0x041c, 0x041d, 0x041e,
+  0x041f, 0x0420, 0x0421, 0x0422, 0x0423, 0x0424, 0x0425, 0x0426,
+  0x0427, 0x0428, 0x0429, 0x042a, 0x042b, 0x042c, 0x042d, 0x042e,
+  0x042f, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0x0430, 0x0431, 0x0432, 0x0433, 0x0434, 0x0435, 0x0451, 0x0436,
+  0x0437, 0x0438, 0x0439, 0x043a, 0x043b, 0x043c, 0x043d, 0x043e,
+  0x043f, 0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 0x0446,
+  0x0447, 0x0448, 0x0449, 0x044a, 0x044b, 0x044c, 0x044d, 0x044e,
+  0x044f, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xa8 */
+  0x02ca, 0x02cb, 0x02d9, 0x2013, 0x2015, 0x2025, 0x2035, 0x2105,
+  0x2109, 0x2196, 0x2197, 0x2198, 0x2199, 0x2215, 0x221f, 0x2223,
+  0x2252, 0x2266, 0x2267, 0x22bf, 0x2550, 0x2551, 0x2552, 0x2553,
+  0x2554, 0x2555, 0x2556, 0x2557, 0x2558, 0x2559, 0x255a, 0x255b,
+  0x255c, 0x255d, 0x255e, 0x255f, 0x2560, 0x2561, 0x2562, 0x2563,
+  0x2564, 0x2565, 0x2566, 0x2567, 0x2568, 0x2569, 0x256a, 0x256b,
+  0x256c, 0x256d, 0x256e, 0x256f, 0x2570, 0x2571, 0x2572, 0x2573,
+  0x2581, 0x2582, 0x2583, 0x2584, 0x2585, 0x2586, 0x2587, 0x2588,
+  0x2589, 0x258a, 0x258b, 0x258c, 0x258d, 0x258e, 0x258f, 0x2593,
+  0x2594, 0x2595, 0x25bc, 0x25bd, 0x25e2, 0x25e3, 0x25e4, 0x25e5,
+  0x2609, 0x2295, 0x3012, 0x301d, 0x301e, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0x0101, 0x00e1, 0x01ce, 0x00e0, 0x0113, 0x00e9, 0x011b, 0x00e8,
+  0x012b, 0x00ed, 0x01d0, 0x00ec, 0x014d, 0x00f3, 0x01d2, 0x00f2,
+  0x016b, 0x00fa, 0x01d4, 0x00f9, 0x01d6, 0x01d8, 0x01da, 0x01dc,
+  0x00fc, 0x00ea, 0x0251, 0xfffd, 0x0144, 0x0148, 0x01f9, 0x0261,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x3105, 0x3106, 0x3107, 0x3108,
+  0x3109, 0x310a, 0x310b, 0x310c, 0x310d, 0x310e, 0x310f, 0x3110,
+  0x3111, 0x3112, 0x3113, 0x3114, 0x3115, 0x3116, 0x3117, 0x3118,
+  0x3119, 0x311a, 0x311b, 0x311c, 0x311d, 0x311e, 0x311f, 0x3120,
+  0x3121, 0x3122, 0x3123, 0x3124, 0x3125, 0x3126, 0x3127, 0x3128,
+  0x3129, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xa9 */
+  0x3021, 0x3022, 0x3023, 0x3024, 0x3025, 0x3026, 0x3027, 0x3028,
+  0x3029, 0x32a3, 0x338e, 0x338f, 0x339c, 0x339d, 0x339e, 0x33a1,
+  0x33c4, 0x33ce, 0x33d1, 0x33d2, 0x33d5, 0xfe30, 0xffe2, 0xffe4,
+  0xfffd, 0x2121, 0x3231, 0xfffd, 0x2010, 0xfffd, 0xfffd, 0xfffd,
+  0x30fc, 0x309b, 0x309c, 0x30fd, 0x30fe, 0x3006, 0x309d, 0x309e,
+  0xfe49, 0xfe4a, 0xfe4b, 0xfe4c, 0xfe4d, 0xfe4e, 0xfe4f, 0xfe50,
+  0xfe51, 0xfe52, 0xfe54, 0xfe55, 0xfe56, 0xfe57, 0xfe59, 0xfe5a,
+  0xfe5b, 0xfe5c, 0xfe5d, 0xfe5e, 0xfe5f, 0xfe60, 0xfe61, 0xfe62,
+  0xfe63, 0xfe64, 0xfe65, 0xfe66, 0xfe68, 0xfe69, 0xfe6a, 0xfe6b,
+  0x303e, 0x2ff0, 0x2ff1, 0x2ff2, 0x2ff3, 0x2ff4, 0x2ff5, 0x2ff6,
+  0x2ff7, 0x2ff8, 0x2ff9, 0x2ffa, 0x2ffb, 0x3007, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0x2500, 0x2501, 0x2502, 0x2503, 0x2504,
+  0x2505, 0x2506, 0x2507, 0x2508, 0x2509, 0x250a, 0x250b, 0x250c,
+  0x250d, 0x250e, 0x250f, 0x2510, 0x2511, 0x2512, 0x2513, 0x2514,
+  0x2515, 0x2516, 0x2517, 0x2518, 0x2519, 0x251a, 0x251b, 0x251c,
+  0x251d, 0x251e, 0x251f, 0x2520, 0x2521, 0x2522, 0x2523, 0x2524,
+  0x2525, 0x2526, 0x2527, 0x2528, 0x2529, 0x252a, 0x252b, 0x252c,
+  0x252d, 0x252e, 0x252f, 0x2530, 0x2531, 0x2532, 0x2533, 0x2534,
+  0x2535, 0x2536, 0x2537, 0x2538, 0x2539, 0x253a, 0x253b, 0x253c,
+  0x253d, 0x253e, 0x253f, 0x2540, 0x2541, 0x2542, 0x2543, 0x2544,
+  0x2545, 0x2546, 0x2547, 0x2548, 0x2549, 0x254a, 0x254b, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xaa */
+  0x72dc, 0x72dd, 0x72df, 0x72e2, 0x72e3, 0x72e4, 0x72e5, 0x72e6,
+  0x72e7, 0x72ea, 0x72eb, 0x72f5, 0x72f6, 0x72f9, 0x72fd, 0x72fe,
+  0x72ff, 0x7300, 0x7302, 0x7304, 0x7305, 0x7306, 0x7307, 0x7308,
+  0x7309, 0x730b, 0x730c, 0x730d, 0x730f, 0x7310, 0x7311, 0x7312,
+  0x7314, 0x7318, 0x7319, 0x731a, 0x731f, 0x7320, 0x7323, 0x7324,
+  0x7326, 0x7327, 0x7328, 0x732d, 0x732f, 0x7330, 0x7332, 0x7333,
+  0x7335, 0x7336, 0x733a, 0x733b, 0x733c, 0x733d, 0x7340, 0x7341,
+  0x7342, 0x7343, 0x7344, 0x7345, 0x7346, 0x7347, 0x7348, 0x7349,
+  0x734a, 0x734b, 0x734c, 0x734e, 0x734f, 0x7351, 0x7353, 0x7354,
+  0x7355, 0x7356, 0x7358, 0x7359, 0x735a, 0x735b, 0x735c, 0x735d,
+  0x735e, 0x735f, 0x7361, 0x7362, 0x7363, 0x7364, 0x7365, 0x7366,
+  0x7367, 0x7368, 0x7369, 0x736a, 0x736b, 0x736e, 0x7370, 0x7371,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xab */
+  0x7372, 0x7373, 0x7374, 0x7375, 0x7376, 0x7377, 0x7378, 0x7379,
+  0x737a, 0x737b, 0x737c, 0x737d, 0x737f, 0x7380, 0x7381, 0x7382,
+  0x7383, 0x7385, 0x7386, 0x7388, 0x738a, 0x738c, 0x738d, 0x738f,
+  0x7390, 0x7392, 0x7393, 0x7394, 0x7395, 0x7397, 0x7398, 0x7399,
+  0x739a, 0x739c, 0x739d, 0x739e, 0x73a0, 0x73a1, 0x73a3, 0x73a4,
+  0x73a5, 0x73a6, 0x73a7, 0x73a8, 0x73aa, 0x73ac, 0x73ad, 0x73b1,
+  0x73b4, 0x73b5, 0x73b6, 0x73b8, 0x73b9, 0x73bc, 0x73bd, 0x73be,
+  0x73bf, 0x73c1, 0x73c3, 0x73c4, 0x73c5, 0x73c6, 0x73c7, 0x73cb,
+  0x73cc, 0x73ce, 0x73d2, 0x73d3, 0x73d4, 0x73d5, 0x73d6, 0x73d7,
+  0x73d8, 0x73da, 0x73db, 0x73dc, 0x73dd, 0x73df, 0x73e1, 0x73e2,
+  0x73e3, 0x73e4, 0x73e6, 0x73e8, 0x73ea, 0x73eb, 0x73ec, 0x73ee,
+  0x73ef, 0x73f0, 0x73f1, 0x73f3, 0x73f4, 0x73f5, 0x73f6, 0x73f7,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xac */
+  0x73f8, 0x73f9, 0x73fa, 0x73fb, 0x73fc, 0x73fd, 0x73fe, 0x73ff,
+  0x7400, 0x7401, 0x7402, 0x7404, 0x7407, 0x7408, 0x740b, 0x740c,
+  0x740d, 0x740e, 0x7411, 0x7412, 0x7413, 0x7414, 0x7415, 0x7416,
+  0x7417, 0x7418, 0x7419, 0x741c, 0x741d, 0x741e, 0x741f, 0x7420,
+  0x7421, 0x7423, 0x7424, 0x7427, 0x7429, 0x742b, 0x742d, 0x742f,
+  0x7431, 0x7432, 0x7437, 0x7438, 0x7439, 0x743a, 0x743b, 0x743d,
+  0x743e, 0x743f, 0x7440, 0x7442, 0x7443, 0x7444, 0x7445, 0x7446,
+  0x7447, 0x7448, 0x7449, 0x744a, 0x744b, 0x744c, 0x744d, 0x744e,
+  0x744f, 0x7450, 0x7451, 0x7452, 0x7453, 0x7454, 0x7456, 0x7458,
+  0x745d, 0x7460, 0x7461, 0x7462, 0x7463, 0x7464, 0x7465, 0x7466,
+  0x7467, 0x7468, 0x7469, 0x746a, 0x746b, 0x746c, 0x746e, 0x746f,
+  0x7471, 0x7472, 0x7473, 0x7474, 0x7475, 0x7478, 0x7479, 0x747a,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xad */
+  0x747b, 0x747c, 0x747d, 0x747f, 0x7482, 0x7484, 0x7485, 0x7486,
+  0x7488, 0x7489, 0x748a, 0x748c, 0x748d, 0x748f, 0x7491, 0x7492,
+  0x7493, 0x7494, 0x7495, 0x7496, 0x7497, 0x7498, 0x7499, 0x749a,
+  0x749b, 0x749d, 0x749f, 0x74a0, 0x74a1, 0x74a2, 0x74a3, 0x74a4,
+  0x74a5, 0x74a6, 0x74aa, 0x74ab, 0x74ac, 0x74ad, 0x74ae, 0x74af,
+  0x74b0, 0x74b1, 0x74b2, 0x74b3, 0x74b4, 0x74b5, 0x74b6, 0x74b7,
+  0x74b8, 0x74b9, 0x74bb, 0x74bc, 0x74bd, 0x74be, 0x74bf, 0x74c0,
+  0x74c1, 0x74c2, 0x74c3, 0x74c4, 0x74c5, 0x74c6, 0x74c7, 0x74c8,
+  0x74c9, 0x74ca, 0x74cb, 0x74cc, 0x74cd, 0x74ce, 0x74cf, 0x74d0,
+  0x74d1, 0x74d3, 0x74d4, 0x74d5, 0x74d6, 0x74d7, 0x74d8, 0x74d9,
+  0x74da, 0x74db, 0x74dd, 0x74df, 0x74e1, 0x74e5, 0x74e7, 0x74e8,
+  0x74e9, 0x74ea, 0x74eb, 0x74ec, 0x74ed, 0x74f0, 0x74f1, 0x74f2,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xae */
+  0x74f3, 0x74f5, 0x74f8, 0x74f9, 0x74fa, 0x74fb, 0x74fc, 0x74fd,
+  0x74fe, 0x7500, 0x7501, 0x7502, 0x7503, 0x7505, 0x7506, 0x7507,
+  0x7508, 0x7509, 0x750a, 0x750b, 0x750c, 0x750e, 0x7510, 0x7512,
+  0x7514, 0x7515, 0x7516, 0x7517, 0x751b, 0x751d, 0x751e, 0x7520,
+  0x7521, 0x7522, 0x7523, 0x7524, 0x7526, 0x7527, 0x752a, 0x752e,
+  0x7534, 0x7536, 0x7539, 0x753c, 0x753d, 0x753f, 0x7541, 0x7542,
+  0x7543, 0x7544, 0x7546, 0x7547, 0x7549, 0x754a, 0x754d, 0x7550,
+  0x7551, 0x7552, 0x7553, 0x7555, 0x7556, 0x7557, 0x7558, 0x755d,
+  0x755e, 0x755f, 0x7560, 0x7561, 0x7562, 0x7563, 0x7564, 0x7567,
+  0x7568, 0x7569, 0x756b, 0x756c, 0x756d, 0x756e, 0x756f, 0x7570,
+  0x7571, 0x7573, 0x7575, 0x7576, 0x7577, 0x757a, 0x757b, 0x757c,
+  0x757d, 0x757e, 0x7580, 0x7581, 0x7582, 0x7584, 0x7585, 0x7587,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xaf */
+  0x7588, 0x7589, 0x758a, 0x758c, 0x758d, 0x758e, 0x7590, 0x7593,
+  0x7595, 0x7598, 0x759b, 0x759c, 0x759e, 0x75a2, 0x75a6, 0x75a7,
+  0x75a8, 0x75a9, 0x75aa, 0x75ad, 0x75b6, 0x75b7, 0x75ba, 0x75bb,
+  0x75bf, 0x75c0, 0x75c1, 0x75c6, 0x75cb, 0x75cc, 0x75ce, 0x75cf,
+  0x75d0, 0x75d1, 0x75d3, 0x75d7, 0x75d9, 0x75da, 0x75dc, 0x75dd,
+  0x75df, 0x75e0, 0x75e1, 0x75e5, 0x75e9, 0x75ec, 0x75ed, 0x75ee,
+  0x75ef, 0x75f2, 0x75f3, 0x75f5, 0x75f6, 0x75f7, 0x75f8, 0x75fa,
+  0x75fb, 0x75fd, 0x75fe, 0x7602, 0x7604, 0x7606, 0x7607, 0x7608,
+  0x7609, 0x760b, 0x760d, 0x760e, 0x760f, 0x7611, 0x7612, 0x7613,
+  0x7614, 0x7616, 0x761a, 0x761c, 0x761d, 0x761e, 0x7621, 0x7623,
+  0x7627, 0x7628, 0x762c, 0x762e, 0x762f, 0x7631, 0x7632, 0x7636,
+  0x7637, 0x7639, 0x763a, 0x763b, 0x763d, 0x7641, 0x7642, 0x7644,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xb0 */
+  0x7645, 0x7646, 0x7647, 0x7648, 0x7649, 0x764a, 0x764b, 0x764e,
+  0x764f, 0x7650, 0x7651, 0x7652, 0x7653, 0x7655, 0x7657, 0x7658,
+  0x7659, 0x765a, 0x765b, 0x765d, 0x765f, 0x7660, 0x7661, 0x7662,
+  0x7664, 0x7665, 0x7666, 0x7667, 0x7668, 0x7669, 0x766a, 0x766c,
+  0x766d, 0x766e, 0x7670, 0x7671, 0x7672, 0x7673, 0x7674, 0x7675,
+  0x7676, 0x7677, 0x7679, 0x767a, 0x767c, 0x767f, 0x7680, 0x7681,
+  0x7683, 0x7685, 0x7689, 0x768a, 0x768c, 0x768d, 0x768f, 0x7690,
+  0x7692, 0x7694, 0x7695, 0x7697, 0x7698, 0x769a, 0x769b, 0x769c,
+  0x769d, 0x769e, 0x769f, 0x76a0, 0x76a1, 0x76a2, 0x76a3, 0x76a5,
+  0x76a6, 0x76a7, 0x76a8, 0x76a9, 0x76aa, 0x76ab, 0x76ac, 0x76ad,
+  0x76af, 0x76b0, 0x76b3, 0x76b5, 0x76b6, 0x76b7, 0x76b8, 0x76b9,
+  0x76ba, 0x76bb, 0x76bc, 0x76bd, 0x76be, 0x76c0, 0x76c1, 0x76c3,
+  0x554a, 0x963f, 0x57c3, 0x6328, 0x54ce, 0x5509, 0x54c0, 0x7691,
+  0x764c, 0x853c, 0x77ee, 0x827e, 0x788d, 0x7231, 0x9698, 0x978d,
+  0x6c28, 0x5b89, 0x4ffa, 0x6309, 0x6697, 0x5cb8, 0x80fa, 0x6848,
+  0x80ae, 0x6602, 0x76ce, 0x51f9, 0x6556, 0x71ac, 0x7ff1, 0x8884,
+  0x50b2, 0x5965, 0x61ca, 0x6fb3, 0x82ad, 0x634c, 0x6252, 0x53ed,
+  0x5427, 0x7b06, 0x516b, 0x75a4, 0x5df4, 0x62d4, 0x8dcb, 0x9776,
+  0x628a, 0x8019, 0x575d, 0x9738, 0x7f62, 0x7238, 0x767d, 0x67cf,
+  0x767e, 0x6446, 0x4f70, 0x8d25, 0x62dc, 0x7a17, 0x6591, 0x73ed,
+  0x642c, 0x6273, 0x822c, 0x9881, 0x677f, 0x7248, 0x626e, 0x62cc,
+  0x4f34, 0x74e3, 0x534a, 0x529e, 0x7eca, 0x90a6, 0x5e2e, 0x6886,
+  0x699c, 0x8180, 0x7ed1, 0x68d2, 0x78c5, 0x868c, 0x9551, 0x508d,
+  0x8c24, 0x82de, 0x80de, 0x5305, 0x8912, 0x5265,
+  /* 0xb1 */
+  0x76c4, 0x76c7, 0x76c9, 0x76cb, 0x76cc, 0x76d3, 0x76d5, 0x76d9,
+  0x76da, 0x76dc, 0x76dd, 0x76de, 0x76e0, 0x76e1, 0x76e2, 0x76e3,
+  0x76e4, 0x76e6, 0x76e7, 0x76e8, 0x76e9, 0x76ea, 0x76eb, 0x76ec,
+  0x76ed, 0x76f0, 0x76f3, 0x76f5, 0x76f6, 0x76f7, 0x76fa, 0x76fb,
+  0x76fd, 0x76ff, 0x7700, 0x7702, 0x7703, 0x7705, 0x7706, 0x770a,
+  0x770c, 0x770e, 0x770f, 0x7710, 0x7711, 0x7712, 0x7713, 0x7714,
+  0x7715, 0x7716, 0x7717, 0x7718, 0x771b, 0x771c, 0x771d, 0x771e,
+  0x7721, 0x7723, 0x7724, 0x7725, 0x7727, 0x772a, 0x772b, 0x772c,
+  0x772e, 0x7730, 0x7731, 0x7732, 0x7733, 0x7734, 0x7739, 0x773b,
+  0x773d, 0x773e, 0x773f, 0x7742, 0x7744, 0x7745, 0x7746, 0x7748,
+  0x7749, 0x774a, 0x774b, 0x774c, 0x774d, 0x774e, 0x774f, 0x7752,
+  0x7753, 0x7754, 0x7755, 0x7756, 0x7757, 0x7758, 0x7759, 0x775c,
+  0x8584, 0x96f9, 0x4fdd, 0x5821, 0x9971, 0x5b9d, 0x62b1, 0x62a5,
+  0x66b4, 0x8c79, 0x9c8d, 0x7206, 0x676f, 0x7891, 0x60b2, 0x5351,
+  0x5317, 0x8f88, 0x80cc, 0x8d1d, 0x94a1, 0x500d, 0x72c8, 0x5907,
+  0x60eb, 0x7119, 0x88ab, 0x5954, 0x82ef, 0x672c, 0x7b28, 0x5d29,
+  0x7ef7, 0x752d, 0x6cf5, 0x8e66, 0x8ff8, 0x903c, 0x9f3b, 0x6bd4,
+  0x9119, 0x7b14, 0x5f7c, 0x78a7, 0x84d6, 0x853d, 0x6bd5, 0x6bd9,
+  0x6bd6, 0x5e01, 0x5e87, 0x75f9, 0x95ed, 0x655d, 0x5f0a, 0x5fc5,
+  0x8f9f, 0x58c1, 0x81c2, 0x907f, 0x965b, 0x97ad, 0x8fb9, 0x7f16,
+  0x8d2c, 0x6241, 0x4fbf, 0x53d8, 0x535e, 0x8fa8, 0x8fa9, 0x8fab,
+  0x904d, 0x6807, 0x5f6a, 0x8198, 0x8868, 0x9cd6, 0x618b, 0x522b,
+  0x762a, 0x5f6c, 0x658c, 0x6fd2, 0x6ee8, 0x5bbe, 0x6448, 0x5175,
+  0x51b0, 0x67c4, 0x4e19, 0x79c9, 0x997c, 0x70b3,
+  /* 0xb2 */
+  0x775d, 0x775e, 0x775f, 0x7760, 0x7764, 0x7767, 0x7769, 0x776a,
+  0x776d, 0x776e, 0x776f, 0x7770, 0x7771, 0x7772, 0x7773, 0x7774,
+  0x7775, 0x7776, 0x7777, 0x7778, 0x777a, 0x777b, 0x777c, 0x7781,
+  0x7782, 0x7783, 0x7786, 0x7787, 0x7788, 0x7789, 0x778a, 0x778b,
+  0x778f, 0x7790, 0x7793, 0x7794, 0x7795, 0x7796, 0x7797, 0x7798,
+  0x7799, 0x779a, 0x779b, 0x779c, 0x779d, 0x779e, 0x77a1, 0x77a3,
+  0x77a4, 0x77a6, 0x77a8, 0x77ab, 0x77ad, 0x77ae, 0x77af, 0x77b1,
+  0x77b2, 0x77b4, 0x77b6, 0x77b7, 0x77b8, 0x77b9, 0x77ba, 0x77bc,
+  0x77be, 0x77c0, 0x77c1, 0x77c2, 0x77c3, 0x77c4, 0x77c5, 0x77c6,
+  0x77c7, 0x77c8, 0x77c9, 0x77ca, 0x77cb, 0x77cc, 0x77ce, 0x77cf,
+  0x77d0, 0x77d1, 0x77d2, 0x77d3, 0x77d4, 0x77d5, 0x77d6, 0x77d8,
+  0x77d9, 0x77da, 0x77dd, 0x77de, 0x77df, 0x77e0, 0x77e1, 0x77e4,
+  0x75c5, 0x5e76, 0x73bb, 0x83e0, 0x64ad, 0x62e8, 0x94b5, 0x6ce2,
+  0x535a, 0x52c3, 0x640f, 0x94c2, 0x7b94, 0x4f2f, 0x5e1b, 0x8236,
+  0x8116, 0x818a, 0x6e24, 0x6cca, 0x9a73, 0x6355, 0x535c, 0x54fa,
+  0x8865, 0x57e0, 0x4e0d, 0x5e03, 0x6b65, 0x7c3f, 0x90e8, 0x6016,
+  0x64e6, 0x731c, 0x88c1, 0x6750, 0x624d, 0x8d22, 0x776c, 0x8e29,
+  0x91c7, 0x5f69, 0x83dc, 0x8521, 0x9910, 0x53c2, 0x8695, 0x6b8b,
+  0x60ed, 0x60e8, 0x707f, 0x82cd, 0x8231, 0x4ed3, 0x6ca7, 0x85cf,
+  0x64cd, 0x7cd9, 0x69fd, 0x66f9, 0x8349, 0x5395, 0x7b56, 0x4fa7,
+  0x518c, 0x6d4b, 0x5c42, 0x8e6d, 0x63d2, 0x53c9, 0x832c, 0x8336,
+  0x67e5, 0x78b4, 0x643d, 0x5bdf, 0x5c94, 0x5dee, 0x8be7, 0x62c6,
+  0x67f4, 0x8c7a, 0x6400, 0x63ba, 0x8749, 0x998b, 0x8c17, 0x7f20,
+  0x94f2, 0x4ea7, 0x9610, 0x98a4, 0x660c, 0x7316,
+  /* 0xb3 */
+  0x77e6, 0x77e8, 0x77ea, 0x77ef, 0x77f0, 0x77f1, 0x77f2, 0x77f4,
+  0x77f5, 0x77f7, 0x77f9, 0x77fa, 0x77fb, 0x77fc, 0x7803, 0x7804,
+  0x7805, 0x7806, 0x7807, 0x7808, 0x780a, 0x780b, 0x780e, 0x780f,
+  0x7810, 0x7813, 0x7815, 0x7819, 0x781b, 0x781e, 0x7820, 0x7821,
+  0x7822, 0x7824, 0x7828, 0x782a, 0x782b, 0x782e, 0x782f, 0x7831,
+  0x7832, 0x7833, 0x7835, 0x7836, 0x783d, 0x783f, 0x7841, 0x7842,
+  0x7843, 0x7844, 0x7846, 0x7848, 0x7849, 0x784a, 0x784b, 0x784d,
+  0x784f, 0x7851, 0x7853, 0x7854, 0x7858, 0x7859, 0x785a, 0x785b,
+  0x785c, 0x785e, 0x785f, 0x7860, 0x7861, 0x7862, 0x7863, 0x7864,
+  0x7865, 0x7866, 0x7867, 0x7868, 0x7869, 0x786f, 0x7870, 0x7871,
+  0x7872, 0x7873, 0x7874, 0x7875, 0x7876, 0x7878, 0x7879, 0x787a,
+  0x787b, 0x787d, 0x787e, 0x787f, 0x7880, 0x7881, 0x7882, 0x7883,
+  0x573a, 0x5c1d, 0x5e38, 0x957f, 0x507f, 0x80a0, 0x5382, 0x655e,
+  0x7545, 0x5531, 0x5021, 0x8d85, 0x6284, 0x949e, 0x671d, 0x5632,
+  0x6f6e, 0x5de2, 0x5435, 0x7092, 0x8f66, 0x626f, 0x64a4, 0x63a3,
+  0x5f7b, 0x6f88, 0x90f4, 0x81e3, 0x8fb0, 0x5c18, 0x6668, 0x5ff1,
+  0x6c89, 0x9648, 0x8d81, 0x886c, 0x6491, 0x79f0, 0x57ce, 0x6a59,
+  0x6210, 0x5448, 0x4e58, 0x7a0b, 0x60e9, 0x6f84, 0x8bda, 0x627f,
+  0x901e, 0x9a8b, 0x79e4, 0x5403, 0x75f4, 0x6301, 0x5319, 0x6c60,
+  0x8fdf, 0x5f1b, 0x9a70, 0x803b, 0x9f7f, 0x4f88, 0x5c3a, 0x8d64,
+  0x7fc5, 0x65a5, 0x70bd, 0x5145, 0x51b2, 0x866b, 0x5d07, 0x5ba0,
+  0x62bd, 0x916c, 0x7574, 0x8e0c, 0x7a20, 0x6101, 0x7b79, 0x4ec7,
+  0x7ef8, 0x7785, 0x4e11, 0x81ed, 0x521d, 0x51fa, 0x6a71, 0x53a8,
+  0x8e87, 0x9504, 0x96cf, 0x6ec1, 0x9664, 0x695a,
+  /* 0xb4 */
+  0x7884, 0x7885, 0x7886, 0x7888, 0x788a, 0x788b, 0x788f, 0x7890,
+  0x7892, 0x7894, 0x7895, 0x7896, 0x7899, 0x789d, 0x789e, 0x78a0,
+  0x78a2, 0x78a4, 0x78a6, 0x78a8, 0x78a9, 0x78aa, 0x78ab, 0x78ac,
+  0x78ad, 0x78ae, 0x78af, 0x78b5, 0x78b6, 0x78b7, 0x78b8, 0x78ba,
+  0x78bb, 0x78bc, 0x78bd, 0x78bf, 0x78c0, 0x78c2, 0x78c3, 0x78c4,
+  0x78c6, 0x78c7, 0x78c8, 0x78cc, 0x78cd, 0x78ce, 0x78cf, 0x78d1,
+  0x78d2, 0x78d3, 0x78d6, 0x78d7, 0x78d8, 0x78da, 0x78db, 0x78dc,
+  0x78dd, 0x78de, 0x78df, 0x78e0, 0x78e1, 0x78e2, 0x78e3, 0x78e4,
+  0x78e5, 0x78e6, 0x78e7, 0x78e9, 0x78ea, 0x78eb, 0x78ed, 0x78ee,
+  0x78ef, 0x78f0, 0x78f1, 0x78f3, 0x78f5, 0x78f6, 0x78f8, 0x78f9,
+  0x78fb, 0x78fc, 0x78fd, 0x78fe, 0x78ff, 0x7900, 0x7902, 0x7903,
+  0x7904, 0x7906, 0x7907, 0x7908, 0x7909, 0x790a, 0x790b, 0x790c,
+  0x7840, 0x50a8, 0x77d7, 0x6410, 0x89e6, 0x5904, 0x63e3, 0x5ddd,
+  0x7a7f, 0x693d, 0x4f20, 0x8239, 0x5598, 0x4e32, 0x75ae, 0x7a97,
+  0x5e62, 0x5e8a, 0x95ef, 0x521b, 0x5439, 0x708a, 0x6376, 0x9524,
+  0x5782, 0x6625, 0x693f, 0x9187, 0x5507, 0x6df3, 0x7eaf, 0x8822,
+  0x6233, 0x7ef0, 0x75b5, 0x8328, 0x78c1, 0x96cc, 0x8f9e, 0x6148,
+  0x74f7, 0x8bcd, 0x6b64, 0x523a, 0x8d50, 0x6b21, 0x806a, 0x8471,
+  0x56f1, 0x5306, 0x4ece, 0x4e1b, 0x51d1, 0x7c97, 0x918b, 0x7c07,
+  0x4fc3, 0x8e7f, 0x7be1, 0x7a9c, 0x6467, 0x5d14, 0x50ac, 0x8106,
+  0x7601, 0x7cb9, 0x6dec, 0x7fe0, 0x6751, 0x5b58, 0x5bf8, 0x78cb,
+  0x64ae, 0x6413, 0x63aa, 0x632b, 0x9519, 0x642d, 0x8fbe, 0x7b54,
+  0x7629, 0x6253, 0x5927, 0x5446, 0x6b79, 0x50a3, 0x6234, 0x5e26,
+  0x6b86, 0x4ee3, 0x8d37, 0x888b, 0x5f85, 0x902e,
+  /* 0xb5 */
+  0x790d, 0x790e, 0x790f, 0x7910, 0x7911, 0x7912, 0x7914, 0x7915,
+  0x7916, 0x7917, 0x7918, 0x7919, 0x791a, 0x791b, 0x791c, 0x791d,
+  0x791f, 0x7920, 0x7921, 0x7922, 0x7923, 0x7925, 0x7926, 0x7927,
+  0x7928, 0x7929, 0x792a, 0x792b, 0x792c, 0x792d, 0x792e, 0x792f,
+  0x7930, 0x7931, 0x7932, 0x7933, 0x7935, 0x7936, 0x7937, 0x7938,
+  0x7939, 0x793d, 0x793f, 0x7942, 0x7943, 0x7944, 0x7945, 0x7947,
+  0x794a, 0x794b, 0x794c, 0x794d, 0x794e, 0x794f, 0x7950, 0x7951,
+  0x7952, 0x7954, 0x7955, 0x7958, 0x7959, 0x7961, 0x7963, 0x7964,
+  0x7966, 0x7969, 0x796a, 0x796b, 0x796c, 0x796e, 0x7970, 0x7971,
+  0x7972, 0x7973, 0x7974, 0x7975, 0x7976, 0x7979, 0x797b, 0x797c,
+  0x797d, 0x797e, 0x797f, 0x7982, 0x7983, 0x7986, 0x7987, 0x7988,
+  0x7989, 0x798b, 0x798c, 0x798d, 0x798e, 0x7990, 0x7991, 0x7992,
+  0x6020, 0x803d, 0x62c5, 0x4e39, 0x5355, 0x90f8, 0x63b8, 0x80c6,
+  0x65e6, 0x6c2e, 0x4f46, 0x60ee, 0x6de1, 0x8bde, 0x5f39, 0x86cb,
+  0x5f53, 0x6321, 0x515a, 0x8361, 0x6863, 0x5200, 0x6363, 0x8e48,
+  0x5012, 0x5c9b, 0x7977, 0x5bfc, 0x5230, 0x7a3b, 0x60bc, 0x9053,
+  0x76d7, 0x5fb7, 0x5f97, 0x7684, 0x8e6c, 0x706f, 0x767b, 0x7b49,
+  0x77aa, 0x51f3, 0x9093, 0x5824, 0x4f4e, 0x6ef4, 0x8fea, 0x654c,
+  0x7b1b, 0x72c4, 0x6da4, 0x7fdf, 0x5ae1, 0x62b5, 0x5e95, 0x5730,
+  0x8482, 0x7b2c, 0x5e1d, 0x5f1f, 0x9012, 0x7f14, 0x98a0, 0x6382,
+  0x6ec7, 0x7898, 0x70b9, 0x5178, 0x975b, 0x57ab, 0x7535, 0x4f43,
+  0x7538, 0x5e97, 0x60e6, 0x5960, 0x6dc0, 0x6bbf, 0x7889, 0x53fc,
+  0x96d5, 0x51cb, 0x5201, 0x6389, 0x540a, 0x9493, 0x8c03, 0x8dcc,
+  0x7239, 0x789f, 0x8776, 0x8fed, 0x8c0d, 0x53e0,
+  /* 0xb6 */
+  0x7993, 0x7994, 0x7995, 0x7996, 0x7997, 0x7998, 0x7999, 0x799b,
+  0x799c, 0x799d, 0x799e, 0x799f, 0x79a0, 0x79a1, 0x79a2, 0x79a3,
+  0x79a4, 0x79a5, 0x79a6, 0x79a8, 0x79a9, 0x79aa, 0x79ab, 0x79ac,
+  0x79ad, 0x79ae, 0x79af, 0x79b0, 0x79b1, 0x79b2, 0x79b4, 0x79b5,
+  0x79b6, 0x79b7, 0x79b8, 0x79bc, 0x79bf, 0x79c2, 0x79c4, 0x79c5,
+  0x79c7, 0x79c8, 0x79ca, 0x79cc, 0x79ce, 0x79cf, 0x79d0, 0x79d3,
+  0x79d4, 0x79d6, 0x79d7, 0x79d9, 0x79da, 0x79db, 0x79dc, 0x79dd,
+  0x79de, 0x79e0, 0x79e1, 0x79e2, 0x79e5, 0x79e8, 0x79ea, 0x79ec,
+  0x79ee, 0x79f1, 0x79f2, 0x79f3, 0x79f4, 0x79f5, 0x79f6, 0x79f7,
+  0x79f9, 0x79fa, 0x79fc, 0x79fe, 0x79ff, 0x7a01, 0x7a04, 0x7a05,
+  0x7a07, 0x7a08, 0x7a09, 0x7a0a, 0x7a0c, 0x7a0f, 0x7a10, 0x7a11,
+  0x7a12, 0x7a13, 0x7a15, 0x7a16, 0x7a18, 0x7a19, 0x7a1b, 0x7a1c,
+  0x4e01, 0x76ef, 0x53ee, 0x9489, 0x9876, 0x9f0e, 0x952d, 0x5b9a,
+  0x8ba2, 0x4e22, 0x4e1c, 0x51ac, 0x8463, 0x61c2, 0x52a8, 0x680b,
+  0x4f97, 0x606b, 0x51bb, 0x6d1e, 0x515c, 0x6296, 0x6597, 0x9661,
+  0x8c46, 0x9017, 0x75d8, 0x90fd, 0x7763, 0x6bd2, 0x728a, 0x72ec,
+  0x8bfb, 0x5835, 0x7779, 0x8d4c, 0x675c, 0x9540, 0x809a, 0x5ea6,
+  0x6e21, 0x5992, 0x7aef, 0x77ed, 0x953b, 0x6bb5, 0x65ad, 0x7f0e,
+  0x5806, 0x5151, 0x961f, 0x5bf9, 0x58a9, 0x5428, 0x8e72, 0x6566,
+  0x987f, 0x56e4, 0x949d, 0x76fe, 0x9041, 0x6387, 0x54c6, 0x591a,
+  0x593a, 0x579b, 0x8eb2, 0x6735, 0x8dfa, 0x8235, 0x5241, 0x60f0,
+  0x5815, 0x86fe, 0x5ce8, 0x9e45, 0x4fc4, 0x989d, 0x8bb9, 0x5a25,
+  0x6076, 0x5384, 0x627c, 0x904f, 0x9102, 0x997f, 0x6069, 0x800c,
+  0x513f, 0x8033, 0x5c14, 0x9975, 0x6d31, 0x4e8c,
+  /* 0xb7 */
+  0x7a1d, 0x7a1f, 0x7a21, 0x7a22, 0x7a24, 0x7a25, 0x7a26, 0x7a27,
+  0x7a28, 0x7a29, 0x7a2a, 0x7a2b, 0x7a2c, 0x7a2d, 0x7a2e, 0x7a2f,
+  0x7a30, 0x7a31, 0x7a32, 0x7a34, 0x7a35, 0x7a36, 0x7a38, 0x7a3a,
+  0x7a3e, 0x7a40, 0x7a41, 0x7a42, 0x7a43, 0x7a44, 0x7a45, 0x7a47,
+  0x7a48, 0x7a49, 0x7a4a, 0x7a4b, 0x7a4c, 0x7a4d, 0x7a4e, 0x7a4f,
+  0x7a50, 0x7a52, 0x7a53, 0x7a54, 0x7a55, 0x7a56, 0x7a58, 0x7a59,
+  0x7a5a, 0x7a5b, 0x7a5c, 0x7a5d, 0x7a5e, 0x7a5f, 0x7a60, 0x7a61,
+  0x7a62, 0x7a63, 0x7a64, 0x7a65, 0x7a66, 0x7a67, 0x7a68, 0x7a69,
+  0x7a6a, 0x7a6b, 0x7a6c, 0x7a6d, 0x7a6e, 0x7a6f, 0x7a71, 0x7a72,
+  0x7a73, 0x7a75, 0x7a7b, 0x7a7c, 0x7a7d, 0x7a7e, 0x7a82, 0x7a85,
+  0x7a87, 0x7a89, 0x7a8a, 0x7a8b, 0x7a8c, 0x7a8e, 0x7a8f, 0x7a90,
+  0x7a93, 0x7a94, 0x7a99, 0x7a9a, 0x7a9b, 0x7a9e, 0x7aa1, 0x7aa2,
+  0x8d30, 0x53d1, 0x7f5a, 0x7b4f, 0x4f10, 0x4e4f, 0x9600, 0x6cd5,
+  0x73d0, 0x85e9, 0x5e06, 0x756a, 0x7ffb, 0x6a0a, 0x77fe, 0x9492,
+  0x7e41, 0x51e1, 0x70e6, 0x53cd, 0x8fd4, 0x8303, 0x8d29, 0x72af,
+  0x996d, 0x6cdb, 0x574a, 0x82b3, 0x65b9, 0x80aa, 0x623f, 0x9632,
+  0x59a8, 0x4eff, 0x8bbf, 0x7eba, 0x653e, 0x83f2, 0x975e, 0x5561,
+  0x98de, 0x80a5, 0x532a, 0x8bfd, 0x5420, 0x80ba, 0x5e9f, 0x6cb8,
+  0x8d39, 0x82ac, 0x915a, 0x5429, 0x6c1b, 0x5206, 0x7eb7, 0x575f,
+  0x711a, 0x6c7e, 0x7c89, 0x594b, 0x4efd, 0x5fff, 0x6124, 0x7caa,
+  0x4e30, 0x5c01, 0x67ab, 0x8702, 0x5cf0, 0x950b, 0x98ce, 0x75af,
+  0x70fd, 0x9022, 0x51af, 0x7f1d, 0x8bbd, 0x5949, 0x51e4, 0x4f5b,
+  0x5426, 0x592b, 0x6577, 0x80a4, 0x5b75, 0x6276, 0x62c2, 0x8f90,
+  0x5e45, 0x6c1f, 0x7b26, 0x4f0f, 0x4fd8, 0x670d,
+  /* 0xb8 */
+  0x7aa3, 0x7aa4, 0x7aa7, 0x7aa9, 0x7aaa, 0x7aab, 0x7aae, 0x7aaf,
+  0x7ab0, 0x7ab1, 0x7ab2, 0x7ab4, 0x7ab5, 0x7ab6, 0x7ab7, 0x7ab8,
+  0x7ab9, 0x7aba, 0x7abb, 0x7abc, 0x7abd, 0x7abe, 0x7ac0, 0x7ac1,
+  0x7ac2, 0x7ac3, 0x7ac4, 0x7ac5, 0x7ac6, 0x7ac7, 0x7ac8, 0x7ac9,
+  0x7aca, 0x7acc, 0x7acd, 0x7ace, 0x7acf, 0x7ad0, 0x7ad1, 0x7ad2,
+  0x7ad3, 0x7ad4, 0x7ad5, 0x7ad7, 0x7ad8, 0x7ada, 0x7adb, 0x7adc,
+  0x7add, 0x7ae1, 0x7ae2, 0x7ae4, 0x7ae7, 0x7ae8, 0x7ae9, 0x7aea,
+  0x7aeb, 0x7aec, 0x7aee, 0x7af0, 0x7af1, 0x7af2, 0x7af3, 0x7af4,
+  0x7af5, 0x7af6, 0x7af7, 0x7af8, 0x7afb, 0x7afc, 0x7afe, 0x7b00,
+  0x7b01, 0x7b02, 0x7b05, 0x7b07, 0x7b09, 0x7b0c, 0x7b0d, 0x7b0e,
+  0x7b10, 0x7b12, 0x7b13, 0x7b16, 0x7b17, 0x7b18, 0x7b1a, 0x7b1c,
+  0x7b1d, 0x7b1f, 0x7b21, 0x7b22, 0x7b23, 0x7b27, 0x7b29, 0x7b2d,
+  0x6d6e, 0x6daa, 0x798f, 0x88b1, 0x5f17, 0x752b, 0x629a, 0x8f85,
+  0x4fef, 0x91dc, 0x65a7, 0x812f, 0x8151, 0x5e9c, 0x8150, 0x8d74,
+  0x526f, 0x8986, 0x8d4b, 0x590d, 0x5085, 0x4ed8, 0x961c, 0x7236,
+  0x8179, 0x8d1f, 0x5bcc, 0x8ba3, 0x9644, 0x5987, 0x7f1a, 0x5490,
+  0x5676, 0x560e, 0x8be5, 0x6539, 0x6982, 0x9499, 0x76d6, 0x6e89,
+  0x5e72, 0x7518, 0x6746, 0x67d1, 0x7aff, 0x809d, 0x8d76, 0x611f,
+  0x79c6, 0x6562, 0x8d63, 0x5188, 0x521a, 0x94a2, 0x7f38, 0x809b,
+  0x7eb2, 0x5c97, 0x6e2f, 0x6760, 0x7bd9, 0x768b, 0x9ad8, 0x818f,
+  0x7f94, 0x7cd5, 0x641e, 0x9550, 0x7a3f, 0x544a, 0x54e5, 0x6b4c,
+  0x6401, 0x6208, 0x9e3d, 0x80f3, 0x7599, 0x5272, 0x9769, 0x845b,
+  0x683c, 0x86e4, 0x9601, 0x9694, 0x94ec, 0x4e2a, 0x5404, 0x7ed9,
+  0x6839, 0x8ddf, 0x8015, 0x66f4, 0x5e9a, 0x7fb9,
+  /* 0xb9 */
+  0x7b2f, 0x7b30, 0x7b32, 0x7b34, 0x7b35, 0x7b36, 0x7b37, 0x7b39,
+  0x7b3b, 0x7b3d, 0x7b3f, 0x7b40, 0x7b41, 0x7b42, 0x7b43, 0x7b44,
+  0x7b46, 0x7b48, 0x7b4a, 0x7b4d, 0x7b4e, 0x7b53, 0x7b55, 0x7b57,
+  0x7b59, 0x7b5c, 0x7b5e, 0x7b5f, 0x7b61, 0x7b63, 0x7b64, 0x7b65,
+  0x7b66, 0x7b67, 0x7b68, 0x7b69, 0x7b6a, 0x7b6b, 0x7b6c, 0x7b6d,
+  0x7b6f, 0x7b70, 0x7b73, 0x7b74, 0x7b76, 0x7b78, 0x7b7a, 0x7b7c,
+  0x7b7d, 0x7b7f, 0x7b81, 0x7b82, 0x7b83, 0x7b84, 0x7b86, 0x7b87,
+  0x7b88, 0x7b89, 0x7b8a, 0x7b8b, 0x7b8c, 0x7b8e, 0x7b8f, 0x7b91,
+  0x7b92, 0x7b93, 0x7b96, 0x7b98, 0x7b99, 0x7b9a, 0x7b9b, 0x7b9e,
+  0x7b9f, 0x7ba0, 0x7ba3, 0x7ba4, 0x7ba5, 0x7bae, 0x7baf, 0x7bb0,
+  0x7bb2, 0x7bb3, 0x7bb5, 0x7bb6, 0x7bb7, 0x7bb9, 0x7bba, 0x7bbb,
+  0x7bbc, 0x7bbd, 0x7bbe, 0x7bbf, 0x7bc0, 0x7bc2, 0x7bc3, 0x7bc4,
+  0x57c2, 0x803f, 0x6897, 0x5de5, 0x653b, 0x529f, 0x606d, 0x9f9a,
+  0x4f9b, 0x8eac, 0x516c, 0x5bab, 0x5f13, 0x5de9, 0x6c5e, 0x62f1,
+  0x8d21, 0x5171, 0x94a9, 0x52fe, 0x6c9f, 0x82df, 0x72d7, 0x57a2,
+  0x6784, 0x8d2d, 0x591f, 0x8f9c, 0x83c7, 0x5495, 0x7b8d, 0x4f30,
+  0x6cbd, 0x5b64, 0x59d1, 0x9f13, 0x53e4, 0x86ca, 0x9aa8, 0x8c37,
+  0x80a1, 0x6545, 0x987e, 0x56fa, 0x96c7, 0x522e, 0x74dc, 0x5250,
+  0x5be1, 0x6302, 0x8902, 0x4e56, 0x62d0, 0x602a, 0x68fa, 0x5173,
+  0x5b98, 0x51a0, 0x89c2, 0x7ba1, 0x9986, 0x7f50, 0x60ef, 0x704c,
+  0x8d2f, 0x5149, 0x5e7f, 0x901b, 0x7470, 0x89c4, 0x572d, 0x7845,
+  0x5f52, 0x9f9f, 0x95fa, 0x8f68, 0x9b3c, 0x8be1, 0x7678, 0x6842,
+  0x67dc, 0x8dea, 0x8d35, 0x523d, 0x8f8a, 0x6eda, 0x68cd, 0x9505,
+  0x90ed, 0x56fd, 0x679c, 0x88f9, 0x8fc7, 0x54c8,
+  /* 0xba */
+  0x7bc5, 0x7bc8, 0x7bc9, 0x7bca, 0x7bcb, 0x7bcd, 0x7bce, 0x7bcf,
+  0x7bd0, 0x7bd2, 0x7bd4, 0x7bd5, 0x7bd6, 0x7bd7, 0x7bd8, 0x7bdb,
+  0x7bdc, 0x7bde, 0x7bdf, 0x7be0, 0x7be2, 0x7be3, 0x7be4, 0x7be7,
+  0x7be8, 0x7be9, 0x7beb, 0x7bec, 0x7bed, 0x7bef, 0x7bf0, 0x7bf2,
+  0x7bf3, 0x7bf4, 0x7bf5, 0x7bf6, 0x7bf8, 0x7bf9, 0x7bfa, 0x7bfb,
+  0x7bfd, 0x7bff, 0x7c00, 0x7c01, 0x7c02, 0x7c03, 0x7c04, 0x7c05,
+  0x7c06, 0x7c08, 0x7c09, 0x7c0a, 0x7c0d, 0x7c0e, 0x7c10, 0x7c11,
+  0x7c12, 0x7c13, 0x7c14, 0x7c15, 0x7c17, 0x7c18, 0x7c19, 0x7c1a,
+  0x7c1b, 0x7c1c, 0x7c1d, 0x7c1e, 0x7c20, 0x7c21, 0x7c22, 0x7c23,
+  0x7c24, 0x7c25, 0x7c28, 0x7c29, 0x7c2b, 0x7c2c, 0x7c2d, 0x7c2e,
+  0x7c2f, 0x7c30, 0x7c31, 0x7c32, 0x7c33, 0x7c34, 0x7c35, 0x7c36,
+  0x7c37, 0x7c39, 0x7c3a, 0x7c3b, 0x7c3c, 0x7c3d, 0x7c3e, 0x7c42,
+  0x9ab8, 0x5b69, 0x6d77, 0x6c26, 0x4ea5, 0x5bb3, 0x9a87, 0x9163,
+  0x61a8, 0x90af, 0x97e9, 0x542b, 0x6db5, 0x5bd2, 0x51fd, 0x558a,
+  0x7f55, 0x7ff0, 0x64bc, 0x634d, 0x65f1, 0x61be, 0x608d, 0x710a,
+  0x6c57, 0x6c49, 0x592f, 0x676d, 0x822a, 0x58d5, 0x568e, 0x8c6a,
+  0x6beb, 0x90dd, 0x597d, 0x8017, 0x53f7, 0x6d69, 0x5475, 0x559d,
+  0x8377, 0x83cf, 0x6838, 0x79be, 0x548c, 0x4f55, 0x5408, 0x76d2,
+  0x8c89, 0x9602, 0x6cb3, 0x6db8, 0x8d6b, 0x8910, 0x9e64, 0x8d3a,
+  0x563f, 0x9ed1, 0x75d5, 0x5f88, 0x72e0, 0x6068, 0x54fc, 0x4ea8,
+  0x6a2a, 0x8861, 0x6052, 0x8f70, 0x54c4, 0x70d8, 0x8679, 0x9e3f,
+  0x6d2a, 0x5b8f, 0x5f18, 0x7ea2, 0x5589, 0x4faf, 0x7334, 0x543c,
+  0x539a, 0x5019, 0x540e, 0x547c, 0x4e4e, 0x5ffd, 0x745a, 0x58f6,
+  0x846b, 0x80e1, 0x8774, 0x72d0, 0x7cca, 0x6e56,
+  /* 0xbb */
+  0x7c43, 0x7c44, 0x7c45, 0x7c46, 0x7c47, 0x7c48, 0x7c49, 0x7c4a,
+  0x7c4b, 0x7c4c, 0x7c4e, 0x7c4f, 0x7c50, 0x7c51, 0x7c52, 0x7c53,
+  0x7c54, 0x7c55, 0x7c56, 0x7c57, 0x7c58, 0x7c59, 0x7c5a, 0x7c5b,
+  0x7c5c, 0x7c5d, 0x7c5e, 0x7c5f, 0x7c60, 0x7c61, 0x7c62, 0x7c63,
+  0x7c64, 0x7c65, 0x7c66, 0x7c67, 0x7c68, 0x7c69, 0x7c6a, 0x7c6b,
+  0x7c6c, 0x7c6d, 0x7c6e, 0x7c6f, 0x7c70, 0x7c71, 0x7c72, 0x7c75,
+  0x7c76, 0x7c77, 0x7c78, 0x7c79, 0x7c7a, 0x7c7e, 0x7c7f, 0x7c80,
+  0x7c81, 0x7c82, 0x7c83, 0x7c84, 0x7c85, 0x7c86, 0x7c87, 0x7c88,
+  0x7c8a, 0x7c8b, 0x7c8c, 0x7c8d, 0x7c8e, 0x7c8f, 0x7c90, 0x7c93,
+  0x7c94, 0x7c96, 0x7c99, 0x7c9a, 0x7c9b, 0x7ca0, 0x7ca1, 0x7ca3,
+  0x7ca6, 0x7ca7, 0x7ca8, 0x7ca9, 0x7cab, 0x7cac, 0x7cad, 0x7caf,
+  0x7cb0, 0x7cb4, 0x7cb5, 0x7cb6, 0x7cb7, 0x7cb8, 0x7cba, 0x7cbb,
+  0x5f27, 0x864e, 0x552c, 0x62a4, 0x4e92, 0x6caa, 0x6237, 0x82b1,
+  0x54d7, 0x534e, 0x733e, 0x6ed1, 0x753b, 0x5212, 0x5316, 0x8bdd,
+  0x69d0, 0x5f8a, 0x6000, 0x6dee, 0x574f, 0x6b22, 0x73af, 0x6853,
+  0x8fd8, 0x7f13, 0x6362, 0x60a3, 0x5524, 0x75ea, 0x8c62, 0x7115,
+  0x6da3, 0x5ba6, 0x5e7b, 0x8352, 0x614c, 0x9ec4, 0x78fa, 0x8757,
+  0x7c27, 0x7687, 0x51f0, 0x60f6, 0x714c, 0x6643, 0x5e4c, 0x604d,
+  0x8c0e, 0x7070, 0x6325, 0x8f89, 0x5fbd, 0x6062, 0x86d4, 0x56de,
+  0x6bc1, 0x6094, 0x6167, 0x5349, 0x60e0, 0x6666, 0x8d3f, 0x79fd,
+  0x4f1a, 0x70e9, 0x6c47, 0x8bb3, 0x8bf2, 0x7ed8, 0x8364, 0x660f,
+  0x5a5a, 0x9b42, 0x6d51, 0x6df7, 0x8c41, 0x6d3b, 0x4f19, 0x706b,
+  0x83b7, 0x6216, 0x60d1, 0x970d, 0x8d27, 0x7978, 0x51fb, 0x573e,
+  0x57fa, 0x673a, 0x7578, 0x7a3d, 0x79ef, 0x7b95,
+  /* 0xbc */
+  0x7cbf, 0x7cc0, 0x7cc2, 0x7cc3, 0x7cc4, 0x7cc6, 0x7cc9, 0x7ccb,
+  0x7cce, 0x7ccf, 0x7cd0, 0x7cd1, 0x7cd2, 0x7cd3, 0x7cd4, 0x7cd8,
+  0x7cda, 0x7cdb, 0x7cdd, 0x7cde, 0x7ce1, 0x7ce2, 0x7ce3, 0x7ce4,
+  0x7ce5, 0x7ce6, 0x7ce7, 0x7ce9, 0x7cea, 0x7ceb, 0x7cec, 0x7ced,
+  0x7cee, 0x7cf0, 0x7cf1, 0x7cf2, 0x7cf3, 0x7cf4, 0x7cf5, 0x7cf6,
+  0x7cf7, 0x7cf9, 0x7cfa, 0x7cfc, 0x7cfd, 0x7cfe, 0x7cff, 0x7d00,
+  0x7d01, 0x7d02, 0x7d03, 0x7d04, 0x7d05, 0x7d06, 0x7d07, 0x7d08,
+  0x7d09, 0x7d0b, 0x7d0c, 0x7d0d, 0x7d0e, 0x7d0f, 0x7d10, 0x7d11,
+  0x7d12, 0x7d13, 0x7d14, 0x7d15, 0x7d16, 0x7d17, 0x7d18, 0x7d19,
+  0x7d1a, 0x7d1b, 0x7d1c, 0x7d1d, 0x7d1e, 0x7d1f, 0x7d21, 0x7d23,
+  0x7d24, 0x7d25, 0x7d26, 0x7d28, 0x7d29, 0x7d2a, 0x7d2c, 0x7d2d,
+  0x7d2e, 0x7d30, 0x7d31, 0x7d32, 0x7d33, 0x7d34, 0x7d35, 0x7d36,
+  0x808c, 0x9965, 0x8ff9, 0x6fc0, 0x8ba5, 0x9e21, 0x59ec, 0x7ee9,
+  0x7f09, 0x5409, 0x6781, 0x68d8, 0x8f91, 0x7c4d, 0x96c6, 0x53ca,
+  0x6025, 0x75be, 0x6c72, 0x5373, 0x5ac9, 0x7ea7, 0x6324, 0x51e0,
+  0x810a, 0x5df1, 0x84df, 0x6280, 0x5180, 0x5b63, 0x4f0e, 0x796d,
+  0x5242, 0x60b8, 0x6d4e, 0x5bc4, 0x5bc2, 0x8ba1, 0x8bb0, 0x65e2,
+  0x5fcc, 0x9645, 0x5993, 0x7ee7, 0x7eaa, 0x5609, 0x67b7, 0x5939,
+  0x4f73, 0x5bb6, 0x52a0, 0x835a, 0x988a, 0x8d3e, 0x7532, 0x94be,
+  0x5047, 0x7a3c, 0x4ef7, 0x67b6, 0x9a7e, 0x5ac1, 0x6b7c, 0x76d1,
+  0x575a, 0x5c16, 0x7b3a, 0x95f4, 0x714e, 0x517c, 0x80a9, 0x8270,
+  0x5978, 0x7f04, 0x8327, 0x68c0, 0x67ec, 0x78b1, 0x7877, 0x62e3,
+  0x6361, 0x7b80, 0x4fed, 0x526a, 0x51cf, 0x8350, 0x69db, 0x9274,
+  0x8df5, 0x8d31, 0x89c1, 0x952e, 0x7bad, 0x4ef6,
+  /* 0xbd */
+  0x7d37, 0x7d38, 0x7d39, 0x7d3a, 0x7d3b, 0x7d3c, 0x7d3d, 0x7d3e,
+  0x7d3f, 0x7d40, 0x7d41, 0x7d42, 0x7d43, 0x7d44, 0x7d45, 0x7d46,
+  0x7d47, 0x7d48, 0x7d49, 0x7d4a, 0x7d4b, 0x7d4c, 0x7d4d, 0x7d4e,
+  0x7d4f, 0x7d50, 0x7d51, 0x7d52, 0x7d53, 0x7d54, 0x7d55, 0x7d56,
+  0x7d57, 0x7d58, 0x7d59, 0x7d5a, 0x7d5b, 0x7d5c, 0x7d5d, 0x7d5e,
+  0x7d5f, 0x7d60, 0x7d61, 0x7d62, 0x7d63, 0x7d64, 0x7d65, 0x7d66,
+  0x7d67, 0x7d68, 0x7d69, 0x7d6a, 0x7d6b, 0x7d6c, 0x7d6d, 0x7d6f,
+  0x7d70, 0x7d71, 0x7d72, 0x7d73, 0x7d74, 0x7d75, 0x7d76, 0x7d78,
+  0x7d79, 0x7d7a, 0x7d7b, 0x7d7c, 0x7d7d, 0x7d7e, 0x7d7f, 0x7d80,
+  0x7d81, 0x7d82, 0x7d83, 0x7d84, 0x7d85, 0x7d86, 0x7d87, 0x7d88,
+  0x7d89, 0x7d8a, 0x7d8b, 0x7d8c, 0x7d8d, 0x7d8e, 0x7d8f, 0x7d90,
+  0x7d91, 0x7d92, 0x7d93, 0x7d94, 0x7d95, 0x7d96, 0x7d97, 0x7d98,
+  0x5065, 0x8230, 0x5251, 0x996f, 0x6e10, 0x6e85, 0x6da7, 0x5efa,
+  0x50f5, 0x59dc, 0x5c06, 0x6d46, 0x6c5f, 0x7586, 0x848b, 0x6868,
+  0x5956, 0x8bb2, 0x5320, 0x9171, 0x964d, 0x8549, 0x6912, 0x7901,
+  0x7126, 0x80f6, 0x4ea4, 0x90ca, 0x6d47, 0x9a84, 0x5a07, 0x56bc,
+  0x6405, 0x94f0, 0x77eb, 0x4fa5, 0x811a, 0x72e1, 0x89d2, 0x997a,
+  0x7f34, 0x7ede, 0x527f, 0x6559, 0x9175, 0x8f7f, 0x8f83, 0x53eb,
+  0x7a96, 0x63ed, 0x63a5, 0x7686, 0x79f8, 0x8857, 0x9636, 0x622a,
+  0x52ab, 0x8282, 0x6854, 0x6770, 0x6377, 0x776b, 0x7aed, 0x6d01,
+  0x7ed3, 0x89e3, 0x59d0, 0x6212, 0x85c9, 0x82a5, 0x754c, 0x501f,
+  0x4ecb, 0x75a5, 0x8beb, 0x5c4a, 0x5dfe, 0x7b4b, 0x65a4, 0x91d1,
+  0x4eca, 0x6d25, 0x895f, 0x7d27, 0x9526, 0x4ec5, 0x8c28, 0x8fdb,
+  0x9773, 0x664b, 0x7981, 0x8fd1, 0x70ec, 0x6d78,
+  /* 0xbe */
+  0x7d99, 0x7d9a, 0x7d9b, 0x7d9c, 0x7d9d, 0x7d9e, 0x7d9f, 0x7da0,
+  0x7da1, 0x7da2, 0x7da3, 0x7da4, 0x7da5, 0x7da7, 0x7da8, 0x7da9,
+  0x7daa, 0x7dab, 0x7dac, 0x7dad, 0x7daf, 0x7db0, 0x7db1, 0x7db2,
+  0x7db3, 0x7db4, 0x7db5, 0x7db6, 0x7db7, 0x7db8, 0x7db9, 0x7dba,
+  0x7dbb, 0x7dbc, 0x7dbd, 0x7dbe, 0x7dbf, 0x7dc0, 0x7dc1, 0x7dc2,
+  0x7dc3, 0x7dc4, 0x7dc5, 0x7dc6, 0x7dc7, 0x7dc8, 0x7dc9, 0x7dca,
+  0x7dcb, 0x7dcc, 0x7dcd, 0x7dce, 0x7dcf, 0x7dd0, 0x7dd1, 0x7dd2,
+  0x7dd3, 0x7dd4, 0x7dd5, 0x7dd6, 0x7dd7, 0x7dd8, 0x7dd9, 0x7dda,
+  0x7ddb, 0x7ddc, 0x7ddd, 0x7dde, 0x7ddf, 0x7de0, 0x7de1, 0x7de2,
+  0x7de3, 0x7de4, 0x7de5, 0x7de6, 0x7de7, 0x7de8, 0x7de9, 0x7dea,
+  0x7deb, 0x7dec, 0x7ded, 0x7dee, 0x7def, 0x7df0, 0x7df1, 0x7df2,
+  0x7df3, 0x7df4, 0x7df5, 0x7df6, 0x7df7, 0x7df8, 0x7df9, 0x7dfa,
+  0x5c3d, 0x52b2, 0x8346, 0x5162, 0x830e, 0x775b, 0x6676, 0x9cb8,
+  0x4eac, 0x60ca, 0x7cbe, 0x7cb3, 0x7ecf, 0x4e95, 0x8b66, 0x666f,
+  0x9888, 0x9759, 0x5883, 0x656c, 0x955c, 0x5f84, 0x75c9, 0x9756,
+  0x7adf, 0x7ade, 0x51c0, 0x70af, 0x7a98, 0x63ea, 0x7a76, 0x7ea0,
+  0x7396, 0x97ed, 0x4e45, 0x7078, 0x4e5d, 0x9152, 0x53a9, 0x6551,
+  0x65e7, 0x81fc, 0x8205, 0x548e, 0x5c31, 0x759a, 0x97a0, 0x62d8,
+  0x72d9, 0x75bd, 0x5c45, 0x9a79, 0x83ca, 0x5c40, 0x5480, 0x77e9,
+  0x4e3e, 0x6cae, 0x805a, 0x62d2, 0x636e, 0x5de8, 0x5177, 0x8ddd,
+  0x8e1e, 0x952f, 0x4ff1, 0x53e5, 0x60e7, 0x70ac, 0x5267, 0x6350,
+  0x9e43, 0x5a1f, 0x5026, 0x7737, 0x5377, 0x7ee2, 0x6485, 0x652b,
+  0x6289, 0x6398, 0x5014, 0x7235, 0x89c9, 0x51b3, 0x8bc0, 0x7edd,
+  0x5747, 0x83cc, 0x94a7, 0x519b, 0x541b, 0x5cfb,
+  /* 0xbf */
+  0x7dfb, 0x7dfc, 0x7dfd, 0x7dfe, 0x7dff, 0x7e00, 0x7e01, 0x7e02,
+  0x7e03, 0x7e04, 0x7e05, 0x7e06, 0x7e07, 0x7e08, 0x7e09, 0x7e0a,
+  0x7e0b, 0x7e0c, 0x7e0d, 0x7e0e, 0x7e0f, 0x7e10, 0x7e11, 0x7e12,
+  0x7e13, 0x7e14, 0x7e15, 0x7e16, 0x7e17, 0x7e18, 0x7e19, 0x7e1a,
+  0x7e1b, 0x7e1c, 0x7e1d, 0x7e1e, 0x7e1f, 0x7e20, 0x7e21, 0x7e22,
+  0x7e23, 0x7e24, 0x7e25, 0x7e26, 0x7e27, 0x7e28, 0x7e29, 0x7e2a,
+  0x7e2b, 0x7e2c, 0x7e2d, 0x7e2e, 0x7e2f, 0x7e30, 0x7e31, 0x7e32,
+  0x7e33, 0x7e34, 0x7e35, 0x7e36, 0x7e37, 0x7e38, 0x7e39, 0x7e3a,
+  0x7e3c, 0x7e3d, 0x7e3e, 0x7e3f, 0x7e40, 0x7e42, 0x7e43, 0x7e44,
+  0x7e45, 0x7e46, 0x7e48, 0x7e49, 0x7e4a, 0x7e4b, 0x7e4c, 0x7e4d,
+  0x7e4e, 0x7e4f, 0x7e50, 0x7e51, 0x7e52, 0x7e53, 0x7e54, 0x7e55,
+  0x7e56, 0x7e57, 0x7e58, 0x7e59, 0x7e5a, 0x7e5b, 0x7e5c, 0x7e5d,
+  0x4fca, 0x7ae3, 0x6d5a, 0x90e1, 0x9a8f, 0x5580, 0x5496, 0x5361,
+  0x54af, 0x5f00, 0x63e9, 0x6977, 0x51ef, 0x6168, 0x520a, 0x582a,
+  0x52d8, 0x574e, 0x780d, 0x770b, 0x5eb7, 0x6177, 0x7ce0, 0x625b,
+  0x6297, 0x4ea2, 0x7095, 0x8003, 0x62f7, 0x70e4, 0x9760, 0x5777,
+  0x82db, 0x67ef, 0x68f5, 0x78d5, 0x9897, 0x79d1, 0x58f3, 0x54b3,
+  0x53ef, 0x6e34, 0x514b, 0x523b, 0x5ba2, 0x8bfe, 0x80af, 0x5543,
+  0x57a6, 0x6073, 0x5751, 0x542d, 0x7a7a, 0x6050, 0x5b54, 0x63a7,
+  0x62a0, 0x53e3, 0x6263, 0x5bc7, 0x67af, 0x54ed, 0x7a9f, 0x82e6,
+  0x9177, 0x5e93, 0x88e4, 0x5938, 0x57ae, 0x630e, 0x8de8, 0x80ef,
+  0x5757, 0x7b77, 0x4fa9, 0x5feb, 0x5bbd, 0x6b3e, 0x5321, 0x7b50,
+  0x72c2, 0x6846, 0x77ff, 0x7736, 0x65f7, 0x51b5, 0x4e8f, 0x76d4,
+  0x5cbf, 0x7aa5, 0x8475, 0x594e, 0x9b41, 0x5080,
+  /* 0xc0 */
+  0x7e5e, 0x7e5f, 0x7e60, 0x7e61, 0x7e62, 0x7e63, 0x7e64, 0x7e65,
+  0x7e66, 0x7e67, 0x7e68, 0x7e69, 0x7e6a, 0x7e6b, 0x7e6c, 0x7e6d,
+  0x7e6e, 0x7e6f, 0x7e70, 0x7e71, 0x7e72, 0x7e73, 0x7e74, 0x7e75,
+  0x7e76, 0x7e77, 0x7e78, 0x7e79, 0x7e7a, 0x7e7b, 0x7e7c, 0x7e7d,
+  0x7e7e, 0x7e7f, 0x7e80, 0x7e81, 0x7e83, 0x7e84, 0x7e85, 0x7e86,
+  0x7e87, 0x7e88, 0x7e89, 0x7e8a, 0x7e8b, 0x7e8c, 0x7e8d, 0x7e8e,
+  0x7e8f, 0x7e90, 0x7e91, 0x7e92, 0x7e93, 0x7e94, 0x7e95, 0x7e96,
+  0x7e97, 0x7e98, 0x7e99, 0x7e9a, 0x7e9c, 0x7e9d, 0x7e9e, 0x7eae,
+  0x7eb4, 0x7ebb, 0x7ebc, 0x7ed6, 0x7ee4, 0x7eec, 0x7ef9, 0x7f0a,
+  0x7f10, 0x7f1e, 0x7f37, 0x7f39, 0x7f3b, 0x7f3c, 0x7f3d, 0x7f3e,
+  0x7f3f, 0x7f40, 0x7f41, 0x7f43, 0x7f46, 0x7f47, 0x7f48, 0x7f49,
+  0x7f4a, 0x7f4b, 0x7f4c, 0x7f4d, 0x7f4e, 0x7f4f, 0x7f52, 0x7f53,
+  0x9988, 0x6127, 0x6e83, 0x5764, 0x6606, 0x6346, 0x56f0, 0x62ec,
+  0x6269, 0x5ed3, 0x9614, 0x5783, 0x62c9, 0x5587, 0x8721, 0x814a,
+  0x8fa3, 0x5566, 0x83b1, 0x6765, 0x8d56, 0x84dd, 0x5a6a, 0x680f,
+  0x62e6, 0x7bee, 0x9611, 0x5170, 0x6f9c, 0x8c30, 0x63fd, 0x89c8,
+  0x61d2, 0x7f06, 0x70c2, 0x6ee5, 0x7405, 0x6994, 0x72fc, 0x5eca,
+  0x90ce, 0x6717, 0x6d6a, 0x635e, 0x52b3, 0x7262, 0x8001, 0x4f6c,
+  0x59e5, 0x916a, 0x70d9, 0x6d9d, 0x52d2, 0x4e50, 0x96f7, 0x956d,
+  0x857e, 0x78ca, 0x7d2f, 0x5121, 0x5792, 0x64c2, 0x808b, 0x7c7b,
+  0x6cea, 0x68f1, 0x695e, 0x51b7, 0x5398, 0x68a8, 0x7281, 0x9ece,
+  0x7bf1, 0x72f8, 0x79bb, 0x6f13, 0x7406, 0x674e, 0x91cc, 0x9ca4,
+  0x793c, 0x8389, 0x8354, 0x540f, 0x6817, 0x4e3d, 0x5389, 0x52b1,
+  0x783e, 0x5386, 0x5229, 0x5088, 0x4f8b, 0x4fd0,
+  /* 0xc1 */
+  0x7f56, 0x7f59, 0x7f5b, 0x7f5c, 0x7f5d, 0x7f5e, 0x7f60, 0x7f63,
+  0x7f64, 0x7f65, 0x7f66, 0x7f67, 0x7f6b, 0x7f6c, 0x7f6d, 0x7f6f,
+  0x7f70, 0x7f73, 0x7f75, 0x7f76, 0x7f77, 0x7f78, 0x7f7a, 0x7f7b,
+  0x7f7c, 0x7f7d, 0x7f7f, 0x7f80, 0x7f82, 0x7f83, 0x7f84, 0x7f85,
+  0x7f86, 0x7f87, 0x7f88, 0x7f89, 0x7f8b, 0x7f8d, 0x7f8f, 0x7f90,
+  0x7f91, 0x7f92, 0x7f93, 0x7f95, 0x7f96, 0x7f97, 0x7f98, 0x7f99,
+  0x7f9b, 0x7f9c, 0x7fa0, 0x7fa2, 0x7fa3, 0x7fa5, 0x7fa6, 0x7fa8,
+  0x7fa9, 0x7faa, 0x7fab, 0x7fac, 0x7fad, 0x7fae, 0x7fb1, 0x7fb3,
+  0x7fb4, 0x7fb5, 0x7fb6, 0x7fb7, 0x7fba, 0x7fbb, 0x7fbe, 0x7fc0,
+  0x7fc2, 0x7fc3, 0x7fc4, 0x7fc6, 0x7fc7, 0x7fc8, 0x7fc9, 0x7fcb,
+  0x7fcd, 0x7fcf, 0x7fd0, 0x7fd1, 0x7fd2, 0x7fd3, 0x7fd6, 0x7fd7,
+  0x7fd9, 0x7fda, 0x7fdb, 0x7fdc, 0x7fdd, 0x7fde, 0x7fe2, 0x7fe3,
+  0x75e2, 0x7acb, 0x7c92, 0x6ca5, 0x96b6, 0x529b, 0x7483, 0x54e9,
+  0x4fe9, 0x8054, 0x83b2, 0x8fde, 0x9570, 0x5ec9, 0x601c, 0x6d9f,
+  0x5e18, 0x655b, 0x8138, 0x94fe, 0x604b, 0x70bc, 0x7ec3, 0x7cae,
+  0x51c9, 0x6881, 0x7cb1, 0x826f, 0x4e24, 0x8f86, 0x91cf, 0x667e,
+  0x4eae, 0x8c05, 0x64a9, 0x804a, 0x50da, 0x7597, 0x71ce, 0x5be5,
+  0x8fbd, 0x6f66, 0x4e86, 0x6482, 0x9563, 0x5ed6, 0x6599, 0x5217,
+  0x88c2, 0x70c8, 0x52a3, 0x730e, 0x7433, 0x6797, 0x78f7, 0x9716,
+  0x4e34, 0x90bb, 0x9cde, 0x6dcb, 0x51db, 0x8d41, 0x541d, 0x62ce,
+  0x73b2, 0x83f1, 0x96f6, 0x9f84, 0x94c3, 0x4f36, 0x7f9a, 0x51cc,
+  0x7075, 0x9675, 0x5cad, 0x9886, 0x53e6, 0x4ee4, 0x6e9c, 0x7409,
+  0x69b4, 0x786b, 0x998f, 0x7559, 0x5218, 0x7624, 0x6d41, 0x67f3,
+  0x516d, 0x9f99, 0x804b, 0x5499, 0x7b3c, 0x7abf,
+  /* 0xc2 */
+  0x7fe4, 0x7fe7, 0x7fe8, 0x7fea, 0x7feb, 0x7fec, 0x7fed, 0x7fef,
+  0x7ff2, 0x7ff4, 0x7ff5, 0x7ff6, 0x7ff7, 0x7ff8, 0x7ff9, 0x7ffa,
+  0x7ffd, 0x7ffe, 0x7fff, 0x8002, 0x8007, 0x8008, 0x8009, 0x800a,
+  0x800e, 0x800f, 0x8011, 0x8013, 0x801a, 0x801b, 0x801d, 0x801e,
+  0x801f, 0x8021, 0x8023, 0x8024, 0x802b, 0x802c, 0x802d, 0x802e,
+  0x802f, 0x8030, 0x8032, 0x8034, 0x8039, 0x803a, 0x803c, 0x803e,
+  0x8040, 0x8041, 0x8044, 0x8045, 0x8047, 0x8048, 0x8049, 0x804e,
+  0x804f, 0x8050, 0x8051, 0x8053, 0x8055, 0x8056, 0x8057, 0x8059,
+  0x805b, 0x805c, 0x805d, 0x805e, 0x805f, 0x8060, 0x8061, 0x8062,
+  0x8063, 0x8064, 0x8065, 0x8066, 0x8067, 0x8068, 0x806b, 0x806c,
+  0x806d, 0x806e, 0x806f, 0x8070, 0x8072, 0x8073, 0x8074, 0x8075,
+  0x8076, 0x8077, 0x8078, 0x8079, 0x807a, 0x807b, 0x807c, 0x807d,
+  0x9686, 0x5784, 0x62e2, 0x9647, 0x697c, 0x5a04, 0x6402, 0x7bd3,
+  0x6f0f, 0x964b, 0x82a6, 0x5362, 0x9885, 0x5e90, 0x7089, 0x63b3,
+  0x5364, 0x864f, 0x9c81, 0x9e93, 0x788c, 0x9732, 0x8def, 0x8d42,
+  0x9e7f, 0x6f5e, 0x7984, 0x5f55, 0x9646, 0x622e, 0x9a74, 0x5415,
+  0x94dd, 0x4fa3, 0x65c5, 0x5c65, 0x5c61, 0x7f15, 0x8651, 0x6c2f,
+  0x5f8b, 0x7387, 0x6ee4, 0x7eff, 0x5ce6, 0x631b, 0x5b6a, 0x6ee6,
+  0x5375, 0x4e71, 0x63a0, 0x7565, 0x62a1, 0x8f6e, 0x4f26, 0x4ed1,
+  0x6ca6, 0x7eb6, 0x8bba, 0x841d, 0x87ba, 0x7f57, 0x903b, 0x9523,
+  0x7ba9, 0x9aa1, 0x88f8, 0x843d, 0x6d1b, 0x9a86, 0x7edc, 0x5988,
+  0x9ebb, 0x739b, 0x7801, 0x8682, 0x9a6c, 0x9a82, 0x561b, 0x5417,
+  0x57cb, 0x4e70, 0x9ea6, 0x5356, 0x8fc8, 0x8109, 0x7792, 0x9992,
+  0x86ee, 0x6ee1, 0x8513, 0x66fc, 0x6162, 0x6f2b,
+  /* 0xc3 */
+  0x807e, 0x8081, 0x8082, 0x8085, 0x8088, 0x808a, 0x808d, 0x808e,
+  0x808f, 0x8090, 0x8091, 0x8092, 0x8094, 0x8095, 0x8097, 0x8099,
+  0x809e, 0x80a3, 0x80a6, 0x80a7, 0x80a8, 0x80ac, 0x80b0, 0x80b3,
+  0x80b5, 0x80b6, 0x80b8, 0x80b9, 0x80bb, 0x80c5, 0x80c7, 0x80c8,
+  0x80c9, 0x80ca, 0x80cb, 0x80cf, 0x80d0, 0x80d1, 0x80d2, 0x80d3,
+  0x80d4, 0x80d5, 0x80d8, 0x80df, 0x80e0, 0x80e2, 0x80e3, 0x80e6,
+  0x80ee, 0x80f5, 0x80f7, 0x80f9, 0x80fb, 0x80fe, 0x80ff, 0x8100,
+  0x8101, 0x8103, 0x8104, 0x8105, 0x8107, 0x8108, 0x810b, 0x810c,
+  0x8115, 0x8117, 0x8119, 0x811b, 0x811c, 0x811d, 0x811f, 0x8120,
+  0x8121, 0x8122, 0x8123, 0x8124, 0x8125, 0x8126, 0x8127, 0x8128,
+  0x8129, 0x812a, 0x812b, 0x812d, 0x812e, 0x8130, 0x8133, 0x8134,
+  0x8135, 0x8137, 0x8139, 0x813a, 0x813b, 0x813c, 0x813d, 0x813f,
+  0x8c29, 0x8292, 0x832b, 0x76f2, 0x6c13, 0x5fd9, 0x83bd, 0x732b,
+  0x8305, 0x951a, 0x6bdb, 0x77db, 0x94c6, 0x536f, 0x8302, 0x5192,
+  0x5e3d, 0x8c8c, 0x8d38, 0x4e48, 0x73ab, 0x679a, 0x6885, 0x9176,
+  0x9709, 0x7164, 0x6ca1, 0x7709, 0x5a92, 0x9541, 0x6bcf, 0x7f8e,
+  0x6627, 0x5bd0, 0x59b9, 0x5a9a, 0x95e8, 0x95f7, 0x4eec, 0x840c,
+  0x8499, 0x6aac, 0x76df, 0x9530, 0x731b, 0x68a6, 0x5b5f, 0x772f,
+  0x919a, 0x9761, 0x7cdc, 0x8ff7, 0x8c1c, 0x5f25, 0x7c73, 0x79d8,
+  0x89c5, 0x6ccc, 0x871c, 0x5bc6, 0x5e42, 0x68c9, 0x7720, 0x7ef5,
+  0x5195, 0x514d, 0x52c9, 0x5a29, 0x7f05, 0x9762, 0x82d7, 0x63cf,
+  0x7784, 0x85d0, 0x79d2, 0x6e3a, 0x5e99, 0x5999, 0x8511, 0x706d,
+  0x6c11, 0x62bf, 0x76bf, 0x654f, 0x60af, 0x95fd, 0x660e, 0x879f,
+  0x9e23, 0x94ed, 0x540d, 0x547d, 0x8c2c, 0x6478,
+  /* 0xc4 */
+  0x8140, 0x8141, 0x8142, 0x8143, 0x8144, 0x8145, 0x8147, 0x8149,
+  0x814d, 0x814e, 0x814f, 0x8152, 0x8156, 0x8157, 0x8158, 0x815b,
+  0x815c, 0x815d, 0x815e, 0x815f, 0x8161, 0x8162, 0x8163, 0x8164,
+  0x8166, 0x8168, 0x816a, 0x816b, 0x816c, 0x816f, 0x8172, 0x8173,
+  0x8175, 0x8176, 0x8177, 0x8178, 0x8181, 0x8183, 0x8184, 0x8185,
+  0x8186, 0x8187, 0x8189, 0x818b, 0x818c, 0x818d, 0x818e, 0x8190,
+  0x8192, 0x8193, 0x8194, 0x8195, 0x8196, 0x8197, 0x8199, 0x819a,
+  0x819e, 0x819f, 0x81a0, 0x81a1, 0x81a2, 0x81a4, 0x81a5, 0x81a7,
+  0x81a9, 0x81ab, 0x81ac, 0x81ad, 0x81ae, 0x81af, 0x81b0, 0x81b1,
+  0x81b2, 0x81b4, 0x81b5, 0x81b6, 0x81b7, 0x81b8, 0x81b9, 0x81bc,
+  0x81bd, 0x81be, 0x81bf, 0x81c4, 0x81c5, 0x81c7, 0x81c8, 0x81c9,
+  0x81cb, 0x81cd, 0x81ce, 0x81cf, 0x81d0, 0x81d1, 0x81d2, 0x81d3,
+  0x6479, 0x8611, 0x6a21, 0x819c, 0x78e8, 0x6469, 0x9b54, 0x62b9,
+  0x672b, 0x83ab, 0x58a8, 0x9ed8, 0x6cab, 0x6f20, 0x5bde, 0x964c,
+  0x8c0b, 0x725f, 0x67d0, 0x62c7, 0x7261, 0x4ea9, 0x59c6, 0x6bcd,
+  0x5893, 0x66ae, 0x5e55, 0x52df, 0x6155, 0x6728, 0x76ee, 0x7766,
+  0x7267, 0x7a46, 0x62ff, 0x54ea, 0x5450, 0x94a0, 0x90a3, 0x5a1c,
+  0x7eb3, 0x6c16, 0x4e43, 0x5976, 0x8010, 0x5948, 0x5357, 0x7537,
+  0x96be, 0x56ca, 0x6320, 0x8111, 0x607c, 0x95f9, 0x6dd6, 0x5462,
+  0x9981, 0x5185, 0x5ae9, 0x80fd, 0x59ae, 0x9713, 0x502a, 0x6ce5,
+  0x5c3c, 0x62df, 0x4f60, 0x533f, 0x817b, 0x9006, 0x6eba, 0x852b,
+  0x62c8, 0x5e74, 0x78be, 0x64b5, 0x637b, 0x5ff5, 0x5a18, 0x917f,
+  0x9e1f, 0x5c3f, 0x634f, 0x8042, 0x5b7d, 0x556e, 0x954a, 0x954d,
+  0x6d85, 0x60a8, 0x67e0, 0x72de, 0x51dd, 0x5b81,
+  /* 0xc5 */
+  0x81d4, 0x81d5, 0x81d6, 0x81d7, 0x81d8, 0x81d9, 0x81da, 0x81db,
+  0x81dc, 0x81dd, 0x81de, 0x81df, 0x81e0, 0x81e1, 0x81e2, 0x81e4,
+  0x81e5, 0x81e6, 0x81e8, 0x81e9, 0x81eb, 0x81ee, 0x81ef, 0x81f0,
+  0x81f1, 0x81f2, 0x81f5, 0x81f6, 0x81f7, 0x81f8, 0x81f9, 0x81fa,
+  0x81fd, 0x81ff, 0x8203, 0x8207, 0x8208, 0x8209, 0x820a, 0x820b,
+  0x820e, 0x820f, 0x8211, 0x8213, 0x8215, 0x8216, 0x8217, 0x8218,
+  0x8219, 0x821a, 0x821d, 0x8220, 0x8224, 0x8225, 0x8226, 0x8227,
+  0x8229, 0x822e, 0x8232, 0x823a, 0x823c, 0x823d, 0x823f, 0x8240,
+  0x8241, 0x8242, 0x8243, 0x8245, 0x8246, 0x8248, 0x824a, 0x824c,
+  0x824d, 0x824e, 0x8250, 0x8251, 0x8252, 0x8253, 0x8254, 0x8255,
+  0x8256, 0x8257, 0x8259, 0x825b, 0x825c, 0x825d, 0x825e, 0x8260,
+  0x8261, 0x8262, 0x8263, 0x8264, 0x8265, 0x8266, 0x8267, 0x8269,
+  0x62e7, 0x6cde, 0x725b, 0x626d, 0x94ae, 0x7ebd, 0x8113, 0x6d53,
+  0x519c, 0x5f04, 0x5974, 0x52aa, 0x6012, 0x5973, 0x6696, 0x8650,
+  0x759f, 0x632a, 0x61e6, 0x7cef, 0x8bfa, 0x54e6, 0x6b27, 0x9e25,
+  0x6bb4, 0x85d5, 0x5455, 0x5076, 0x6ca4, 0x556a, 0x8db4, 0x722c,
+  0x5e15, 0x6015, 0x7436, 0x62cd, 0x6392, 0x724c, 0x5f98, 0x6e43,
+  0x6d3e, 0x6500, 0x6f58, 0x76d8, 0x78d0, 0x76fc, 0x7554, 0x5224,
+  0x53db, 0x4e53, 0x5e9e, 0x65c1, 0x802a, 0x80d6, 0x629b, 0x5486,
+  0x5228, 0x70ae, 0x888d, 0x8dd1, 0x6ce1, 0x5478, 0x80da, 0x57f9,
+  0x88f4, 0x8d54, 0x966a, 0x914d, 0x4f69, 0x6c9b, 0x55b7, 0x76c6,
+  0x7830, 0x62a8, 0x70f9, 0x6f8e, 0x5f6d, 0x84ec, 0x68da, 0x787c,
+  0x7bf7, 0x81a8, 0x670b, 0x9e4f, 0x6367, 0x78b0, 0x576f, 0x7812,
+  0x9739, 0x6279, 0x62ab, 0x5288, 0x7435, 0x6bd7,
+  /* 0xc6 */
+  0x826a, 0x826b, 0x826c, 0x826d, 0x8271, 0x8275, 0x8276, 0x8277,
+  0x8278, 0x827b, 0x827c, 0x8280, 0x8281, 0x8283, 0x8285, 0x8286,
+  0x8287, 0x8289, 0x828c, 0x8290, 0x8293, 0x8294, 0x8295, 0x8296,
+  0x829a, 0x829b, 0x829e, 0x82a0, 0x82a2, 0x82a3, 0x82a7, 0x82b2,
+  0x82b5, 0x82b6, 0x82ba, 0x82bb, 0x82bc, 0x82bf, 0x82c0, 0x82c2,
+  0x82c3, 0x82c5, 0x82c6, 0x82c9, 0x82d0, 0x82d6, 0x82d9, 0x82da,
+  0x82dd, 0x82e2, 0x82e7, 0x82e8, 0x82e9, 0x82ea, 0x82ec, 0x82ed,
+  0x82ee, 0x82f0, 0x82f2, 0x82f3, 0x82f5, 0x82f6, 0x82f8, 0x82fa,
+  0x82fc, 0x82fd, 0x82fe, 0x82ff, 0x8300, 0x830a, 0x830b, 0x830d,
+  0x8310, 0x8312, 0x8313, 0x8316, 0x8318, 0x8319, 0x831d, 0x831e,
+  0x831f, 0x8320, 0x8321, 0x8322, 0x8323, 0x8324, 0x8325, 0x8326,
+  0x8329, 0x832a, 0x832e, 0x8330, 0x8332, 0x8337, 0x833b, 0x833d,
+  0x5564, 0x813e, 0x75b2, 0x76ae, 0x5339, 0x75de, 0x50fb, 0x5c41,
+  0x8b6c, 0x7bc7, 0x504f, 0x7247, 0x9a97, 0x98d8, 0x6f02, 0x74e2,
+  0x7968, 0x6487, 0x77a5, 0x62fc, 0x9891, 0x8d2b, 0x54c1, 0x8058,
+  0x4e52, 0x576a, 0x82f9, 0x840d, 0x5e73, 0x51ed, 0x74f6, 0x8bc4,
+  0x5c4f, 0x5761, 0x6cfc, 0x9887, 0x5a46, 0x7834, 0x9b44, 0x8feb,
+  0x7c95, 0x5256, 0x6251, 0x94fa, 0x4ec6, 0x8386, 0x8461, 0x83e9,
+  0x84b2, 0x57d4, 0x6734, 0x5703, 0x666e, 0x6d66, 0x8c31, 0x66dd,
+  0x7011, 0x671f, 0x6b3a, 0x6816, 0x621a, 0x59bb, 0x4e03, 0x51c4,
+  0x6f06, 0x67d2, 0x6c8f, 0x5176, 0x68cb, 0x5947, 0x6b67, 0x7566,
+  0x5d0e, 0x8110, 0x9f50, 0x65d7, 0x7948, 0x7941, 0x9a91, 0x8d77,
+  0x5c82, 0x4e5e, 0x4f01, 0x542f, 0x5951, 0x780c, 0x5668, 0x6c14,
+  0x8fc4, 0x5f03, 0x6c7d, 0x6ce3, 0x8bab, 0x6390,
+  /* 0xc7 */
+  0x833e, 0x833f, 0x8341, 0x8342, 0x8344, 0x8345, 0x8348, 0x834a,
+  0x834b, 0x834c, 0x834d, 0x834e, 0x8353, 0x8355, 0x8356, 0x8357,
+  0x8358, 0x8359, 0x835d, 0x8362, 0x8370, 0x8371, 0x8372, 0x8373,
+  0x8374, 0x8375, 0x8376, 0x8379, 0x837a, 0x837e, 0x837f, 0x8380,
+  0x8381, 0x8382, 0x8383, 0x8384, 0x8387, 0x8388, 0x838a, 0x838b,
+  0x838c, 0x838d, 0x838f, 0x8390, 0x8391, 0x8394, 0x8395, 0x8396,
+  0x8397, 0x8399, 0x839a, 0x839d, 0x839f, 0x83a1, 0x83a2, 0x83a3,
+  0x83a4, 0x83a5, 0x83a6, 0x83a7, 0x83ac, 0x83ad, 0x83ae, 0x83af,
+  0x83b5, 0x83bb, 0x83be, 0x83bf, 0x83c2, 0x83c3, 0x83c4, 0x83c6,
+  0x83c8, 0x83c9, 0x83cb, 0x83cd, 0x83ce, 0x83d0, 0x83d1, 0x83d2,
+  0x83d3, 0x83d5, 0x83d7, 0x83d9, 0x83da, 0x83db, 0x83de, 0x83e2,
+  0x83e3, 0x83e4, 0x83e6, 0x83e7, 0x83e8, 0x83eb, 0x83ec, 0x83ed,
+  0x6070, 0x6d3d, 0x7275, 0x6266, 0x948e, 0x94c5, 0x5343, 0x8fc1,
+  0x7b7e, 0x4edf, 0x8c26, 0x4e7e, 0x9ed4, 0x94b1, 0x94b3, 0x524d,
+  0x6f5c, 0x9063, 0x6d45, 0x8c34, 0x5811, 0x5d4c, 0x6b20, 0x6b49,
+  0x67aa, 0x545b, 0x8154, 0x7f8c, 0x5899, 0x8537, 0x5f3a, 0x62a2,
+  0x6a47, 0x9539, 0x6572, 0x6084, 0x6865, 0x77a7, 0x4e54, 0x4fa8,
+  0x5de7, 0x9798, 0x64ac, 0x7fd8, 0x5ced, 0x4fcf, 0x7a8d, 0x5207,
+  0x8304, 0x4e14, 0x602f, 0x7a83, 0x94a6, 0x4fb5, 0x4eb2, 0x79e6,
+  0x7434, 0x52e4, 0x82b9, 0x64d2, 0x79bd, 0x5bdd, 0x6c81, 0x9752,
+  0x8f7b, 0x6c22, 0x503e, 0x537f, 0x6e05, 0x64ce, 0x6674, 0x6c30,
+  0x60c5, 0x9877, 0x8bf7, 0x5e86, 0x743c, 0x7a77, 0x79cb, 0x4e18,
+  0x90b1, 0x7403, 0x6c42, 0x56da, 0x914b, 0x6cc5, 0x8d8b, 0x533a,
+  0x86c6, 0x66f2, 0x8eaf, 0x5c48, 0x9a71, 0x6e20,
+  /* 0xc8 */
+  0x83ee, 0x83ef, 0x83f3, 0x83f4, 0x83f5, 0x83f6, 0x83f7, 0x83fa,
+  0x83fb, 0x83fc, 0x83fe, 0x83ff, 0x8400, 0x8402, 0x8405, 0x8407,
+  0x8408, 0x8409, 0x840a, 0x8410, 0x8412, 0x8413, 0x8414, 0x8415,
+  0x8416, 0x8417, 0x8419, 0x841a, 0x841b, 0x841e, 0x841f, 0x8420,
+  0x8421, 0x8422, 0x8423, 0x8429, 0x842a, 0x842b, 0x842c, 0x842d,
+  0x842e, 0x842f, 0x8430, 0x8432, 0x8433, 0x8434, 0x8435, 0x8436,
+  0x8437, 0x8439, 0x843a, 0x843b, 0x843e, 0x843f, 0x8440, 0x8441,
+  0x8442, 0x8443, 0x8444, 0x8445, 0x8447, 0x8448, 0x8449, 0x844a,
+  0x844b, 0x844c, 0x844d, 0x844e, 0x844f, 0x8450, 0x8452, 0x8453,
+  0x8454, 0x8455, 0x8456, 0x8458, 0x845d, 0x845e, 0x845f, 0x8460,
+  0x8462, 0x8464, 0x8465, 0x8466, 0x8467, 0x8468, 0x846a, 0x846e,
+  0x846f, 0x8470, 0x8472, 0x8474, 0x8477, 0x8479, 0x847b, 0x847c,
+  0x53d6, 0x5a36, 0x9f8b, 0x8da3, 0x53bb, 0x5708, 0x98a7, 0x6743,
+  0x919b, 0x6cc9, 0x5168, 0x75ca, 0x62f3, 0x72ac, 0x5238, 0x529d,
+  0x7f3a, 0x7094, 0x7638, 0x5374, 0x9e4a, 0x69b7, 0x786e, 0x96c0,
+  0x88d9, 0x7fa4, 0x7136, 0x71c3, 0x5189, 0x67d3, 0x74e4, 0x58e4,
+  0x6518, 0x56b7, 0x8ba9, 0x9976, 0x6270, 0x7ed5, 0x60f9, 0x70ed,
+  0x58ec, 0x4ec1, 0x4eba, 0x5fcd, 0x97e7, 0x4efb, 0x8ba4, 0x5203,
+  0x598a, 0x7eab, 0x6254, 0x4ecd, 0x65e5, 0x620e, 0x8338, 0x84c9,
+  0x8363, 0x878d, 0x7194, 0x6eb6, 0x5bb9, 0x7ed2, 0x5197, 0x63c9,
+  0x67d4, 0x8089, 0x8339, 0x8815, 0x5112, 0x5b7a, 0x5982, 0x8fb1,
+  0x4e73, 0x6c5d, 0x5165, 0x8925, 0x8f6f, 0x962e, 0x854a, 0x745e,
+  0x9510, 0x95f0, 0x6da6, 0x82e5, 0x5f31, 0x6492, 0x6d12, 0x8428,
+  0x816e, 0x9cc3, 0x585e, 0x8d5b, 0x4e09, 0x53c1,
+  /* 0xc9 */
+  0x847d, 0x847e, 0x847f, 0x8480, 0x8481, 0x8483, 0x8484, 0x8485,
+  0x8486, 0x848a, 0x848d, 0x848f, 0x8490, 0x8491, 0x8492, 0x8493,
+  0x8494, 0x8495, 0x8496, 0x8498, 0x849a, 0x849b, 0x849d, 0x849e,
+  0x849f, 0x84a0, 0x84a2, 0x84a3, 0x84a4, 0x84a5, 0x84a6, 0x84a7,
+  0x84a8, 0x84a9, 0x84aa, 0x84ab, 0x84ac, 0x84ad, 0x84ae, 0x84b0,
+  0x84b1, 0x84b3, 0x84b5, 0x84b6, 0x84b7, 0x84bb, 0x84bc, 0x84be,
+  0x84c0, 0x84c2, 0x84c3, 0x84c5, 0x84c6, 0x84c7, 0x84c8, 0x84cb,
+  0x84cc, 0x84ce, 0x84cf, 0x84d2, 0x84d4, 0x84d5, 0x84d7, 0x84d8,
+  0x84d9, 0x84da, 0x84db, 0x84dc, 0x84de, 0x84e1, 0x84e2, 0x84e4,
+  0x84e7, 0x84e8, 0x84e9, 0x84ea, 0x84eb, 0x84ed, 0x84ee, 0x84ef,
+  0x84f1, 0x84f2, 0x84f3, 0x84f4, 0x84f5, 0x84f6, 0x84f7, 0x84f8,
+  0x84f9, 0x84fa, 0x84fb, 0x84fd, 0x84fe, 0x8500, 0x8501, 0x8502,
+  0x4f1e, 0x6563, 0x6851, 0x55d3, 0x4e27, 0x6414, 0x9a9a, 0x626b,
+  0x5ac2, 0x745f, 0x8272, 0x6da9, 0x68ee, 0x50e7, 0x838e, 0x7802,
+  0x6740, 0x5239, 0x6c99, 0x7eb1, 0x50bb, 0x5565, 0x715e, 0x7b5b,
+  0x6652, 0x73ca, 0x82eb, 0x6749, 0x5c71, 0x5220, 0x717d, 0x886b,
+  0x95ea, 0x9655, 0x64c5, 0x8d61, 0x81b3, 0x5584, 0x6c55, 0x6247,
+  0x7f2e, 0x5892, 0x4f24, 0x5546, 0x8d4f, 0x664c, 0x4e0a, 0x5c1a,
+  0x88f3, 0x68a2, 0x634e, 0x7a0d, 0x70e7, 0x828d, 0x52fa, 0x97f6,
+  0x5c11, 0x54e8, 0x90b5, 0x7ecd, 0x5962, 0x8d4a, 0x86c7, 0x820c,
+  0x820d, 0x8d66, 0x6444, 0x5c04, 0x6151, 0x6d89, 0x793e, 0x8bbe,
+  0x7837, 0x7533, 0x547b, 0x4f38, 0x8eab, 0x6df1, 0x5a20, 0x7ec5,
+  0x795e, 0x6c88, 0x5ba1, 0x5a76, 0x751a, 0x80be, 0x614e, 0x6e17,
+  0x58f0, 0x751f, 0x7525, 0x7272, 0x5347, 0x7ef3,
+  /* 0xca */
+  0x8503, 0x8504, 0x8505, 0x8506, 0x8507, 0x8508, 0x8509, 0x850a,
+  0x850b, 0x850d, 0x850e, 0x850f, 0x8510, 0x8512, 0x8514, 0x8515,
+  0x8516, 0x8518, 0x8519, 0x851b, 0x851c, 0x851d, 0x851e, 0x8520,
+  0x8522, 0x8523, 0x8524, 0x8525, 0x8526, 0x8527, 0x8528, 0x8529,
+  0x852a, 0x852d, 0x852e, 0x852f, 0x8530, 0x8531, 0x8532, 0x8533,
+  0x8534, 0x8535, 0x8536, 0x853e, 0x853f, 0x8540, 0x8541, 0x8542,
+  0x8544, 0x8545, 0x8546, 0x8547, 0x854b, 0x854c, 0x854d, 0x854e,
+  0x854f, 0x8550, 0x8551, 0x8552, 0x8553, 0x8554, 0x8555, 0x8557,
+  0x8558, 0x855a, 0x855b, 0x855c, 0x855d, 0x855f, 0x8560, 0x8561,
+  0x8562, 0x8563, 0x8565, 0x8566, 0x8567, 0x8569, 0x856a, 0x856b,
+  0x856c, 0x856d, 0x856e, 0x856f, 0x8570, 0x8571, 0x8573, 0x8575,
+  0x8576, 0x8577, 0x8578, 0x857c, 0x857d, 0x857f, 0x8580, 0x8581,
+  0x7701, 0x76db, 0x5269, 0x80dc, 0x5723, 0x5e08, 0x5931, 0x72ee,
+  0x65bd, 0x6e7f, 0x8bd7, 0x5c38, 0x8671, 0x5341, 0x77f3, 0x62fe,
+  0x65f6, 0x4ec0, 0x98df, 0x8680, 0x5b9e, 0x8bc6, 0x53f2, 0x77e2,
+  0x4f7f, 0x5c4e, 0x9a76, 0x59cb, 0x5f0f, 0x793a, 0x58eb, 0x4e16,
+  0x67ff, 0x4e8b, 0x62ed, 0x8a93, 0x901d, 0x52bf, 0x662f, 0x55dc,
+  0x566c, 0x9002, 0x4ed5, 0x4f8d, 0x91ca, 0x9970, 0x6c0f, 0x5e02,
+  0x6043, 0x5ba4, 0x89c6, 0x8bd5, 0x6536, 0x624b, 0x9996, 0x5b88,
+  0x5bff, 0x6388, 0x552e, 0x53d7, 0x7626, 0x517d, 0x852c, 0x67a2,
+  0x68b3, 0x6b8a, 0x6292, 0x8f93, 0x53d4, 0x8212, 0x6dd1, 0x758f,
+  0x4e66, 0x8d4e, 0x5b70, 0x719f, 0x85af, 0x6691, 0x66d9, 0x7f72,
+  0x8700, 0x9ecd, 0x9f20, 0x5c5e, 0x672f, 0x8ff0, 0x6811, 0x675f,
+  0x620d, 0x7ad6, 0x5885, 0x5eb6, 0x6570, 0x6f31,
+  /* 0xcb */
+  0x8582, 0x8583, 0x8586, 0x8588, 0x8589, 0x858a, 0x858b, 0x858c,
+  0x858d, 0x858e, 0x8590, 0x8591, 0x8592, 0x8593, 0x8594, 0x8595,
+  0x8596, 0x8597, 0x8598, 0x8599, 0x859a, 0x859d, 0x859e, 0x859f,
+  0x85a0, 0x85a1, 0x85a2, 0x85a3, 0x85a5, 0x85a6, 0x85a7, 0x85a9,
+  0x85ab, 0x85ac, 0x85ad, 0x85b1, 0x85b2, 0x85b3, 0x85b4, 0x85b5,
+  0x85b6, 0x85b8, 0x85ba, 0x85bb, 0x85bc, 0x85bd, 0x85be, 0x85bf,
+  0x85c0, 0x85c2, 0x85c3, 0x85c4, 0x85c5, 0x85c6, 0x85c7, 0x85c8,
+  0x85ca, 0x85cb, 0x85cc, 0x85cd, 0x85ce, 0x85d1, 0x85d2, 0x85d4,
+  0x85d6, 0x85d7, 0x85d8, 0x85d9, 0x85da, 0x85db, 0x85dd, 0x85de,
+  0x85df, 0x85e0, 0x85e1, 0x85e2, 0x85e3, 0x85e5, 0x85e6, 0x85e7,
+  0x85e8, 0x85ea, 0x85eb, 0x85ec, 0x85ed, 0x85ee, 0x85ef, 0x85f0,
+  0x85f1, 0x85f2, 0x85f3, 0x85f4, 0x85f5, 0x85f6, 0x85f7, 0x85f8,
+  0x6055, 0x5237, 0x800d, 0x6454, 0x8870, 0x7529, 0x5e05, 0x6813,
+  0x62f4, 0x971c, 0x53cc, 0x723d, 0x8c01, 0x6c34, 0x7761, 0x7a0e,
+  0x542e, 0x77ac, 0x987a, 0x821c, 0x8bf4, 0x7855, 0x6714, 0x70c1,
+  0x65af, 0x6495, 0x5636, 0x601d, 0x79c1, 0x53f8, 0x4e1d, 0x6b7b,
+  0x8086, 0x5bfa, 0x55e3, 0x56db, 0x4f3a, 0x4f3c, 0x9972, 0x5df3,
+  0x677e, 0x8038, 0x6002, 0x9882, 0x9001, 0x5b8b, 0x8bbc, 0x8bf5,
+  0x641c, 0x8258, 0x64de, 0x55fd, 0x82cf, 0x9165, 0x4fd7, 0x7d20,
+  0x901f, 0x7c9f, 0x50f3, 0x5851, 0x6eaf, 0x5bbf, 0x8bc9, 0x8083,
+  0x9178, 0x849c, 0x7b97, 0x867d, 0x968b, 0x968f, 0x7ee5, 0x9ad3,
+  0x788e, 0x5c81, 0x7a57, 0x9042, 0x96a7, 0x795f, 0x5b59, 0x635f,
+  0x7b0b, 0x84d1, 0x68ad, 0x5506, 0x7f29, 0x7410, 0x7d22, 0x9501,
+  0x6240, 0x584c, 0x4ed6, 0x5b83, 0x5979, 0x5854,
+  /* 0xcc */
+  0x85f9, 0x85fa, 0x85fc, 0x85fd, 0x85fe, 0x8600, 0x8601, 0x8602,
+  0x8603, 0x8604, 0x8606, 0x8607, 0x8608, 0x8609, 0x860a, 0x860b,
+  0x860c, 0x860d, 0x860e, 0x860f, 0x8610, 0x8612, 0x8613, 0x8614,
+  0x8615, 0x8617, 0x8618, 0x8619, 0x861a, 0x861b, 0x861c, 0x861d,
+  0x861e, 0x861f, 0x8620, 0x8621, 0x8622, 0x8623, 0x8624, 0x8625,
+  0x8626, 0x8628, 0x862a, 0x862b, 0x862c, 0x862d, 0x862e, 0x862f,
+  0x8630, 0x8631, 0x8632, 0x8633, 0x8634, 0x8635, 0x8636, 0x8637,
+  0x8639, 0x863a, 0x863b, 0x863d, 0x863e, 0x863f, 0x8640, 0x8641,
+  0x8642, 0x8643, 0x8644, 0x8645, 0x8646, 0x8647, 0x8648, 0x8649,
+  0x864a, 0x864b, 0x864c, 0x8652, 0x8653, 0x8655, 0x8656, 0x8657,
+  0x8658, 0x8659, 0x865b, 0x865c, 0x865d, 0x865f, 0x8660, 0x8661,
+  0x8663, 0x8664, 0x8665, 0x8666, 0x8667, 0x8668, 0x8669, 0x866a,
+  0x736d, 0x631e, 0x8e4b, 0x8e0f, 0x80ce, 0x82d4, 0x62ac, 0x53f0,
+  0x6cf0, 0x915e, 0x592a, 0x6001, 0x6c70, 0x574d, 0x644a, 0x8d2a,
+  0x762b, 0x6ee9, 0x575b, 0x6a80, 0x75f0, 0x6f6d, 0x8c2d, 0x8c08,
+  0x5766, 0x6bef, 0x8892, 0x78b3, 0x63a2, 0x53f9, 0x70ad, 0x6c64,
+  0x5858, 0x642a, 0x5802, 0x68e0, 0x819b, 0x5510, 0x7cd6, 0x5018,
+  0x8eba, 0x6dcc, 0x8d9f, 0x70eb, 0x638f, 0x6d9b, 0x6ed4, 0x7ee6,
+  0x8404, 0x6843, 0x9003, 0x6dd8, 0x9676, 0x8ba8, 0x5957, 0x7279,
+  0x85e4, 0x817e, 0x75bc, 0x8a8a, 0x68af, 0x5254, 0x8e22, 0x9511,
+  0x63d0, 0x9898, 0x8e44, 0x557c, 0x4f53, 0x66ff, 0x568f, 0x60d5,
+  0x6d95, 0x5243, 0x5c49, 0x5929, 0x6dfb, 0x586b, 0x7530, 0x751c,
+  0x606c, 0x8214, 0x8146, 0x6311, 0x6761, 0x8fe2, 0x773a, 0x8df3,
+  0x8d34, 0x94c1, 0x5e16, 0x5385, 0x542c, 0x70c3,
+  /* 0xcd */
+  0x866d, 0x866f, 0x8670, 0x8672, 0x8673, 0x8674, 0x8675, 0x8676,
+  0x8677, 0x8678, 0x8683, 0x8684, 0x8685, 0x8686, 0x8687, 0x8688,
+  0x8689, 0x868e, 0x868f, 0x8690, 0x8691, 0x8692, 0x8694, 0x8696,
+  0x8697, 0x8698, 0x8699, 0x869a, 0x869b, 0x869e, 0x869f, 0x86a0,
+  0x86a1, 0x86a2, 0x86a5, 0x86a6, 0x86ab, 0x86ad, 0x86ae, 0x86b2,
+  0x86b3, 0x86b7, 0x86b8, 0x86b9, 0x86bb, 0x86bc, 0x86bd, 0x86be,
+  0x86bf, 0x86c1, 0x86c2, 0x86c3, 0x86c5, 0x86c8, 0x86cc, 0x86cd,
+  0x86d2, 0x86d3, 0x86d5, 0x86d6, 0x86d7, 0x86da, 0x86dc, 0x86dd,
+  0x86e0, 0x86e1, 0x86e2, 0x86e3, 0x86e5, 0x86e6, 0x86e7, 0x86e8,
+  0x86ea, 0x86eb, 0x86ec, 0x86ef, 0x86f5, 0x86f6, 0x86f7, 0x86fa,
+  0x86fb, 0x86fc, 0x86fd, 0x86ff, 0x8701, 0x8704, 0x8705, 0x8706,
+  0x870b, 0x870c, 0x870e, 0x870f, 0x8710, 0x8711, 0x8714, 0x8716,
+  0x6c40, 0x5ef7, 0x505c, 0x4ead, 0x5ead, 0x633a, 0x8247, 0x901a,
+  0x6850, 0x916e, 0x77b3, 0x540c, 0x94dc, 0x5f64, 0x7ae5, 0x6876,
+  0x6345, 0x7b52, 0x7edf, 0x75db, 0x5077, 0x6295, 0x5934, 0x900f,
+  0x51f8, 0x79c3, 0x7a81, 0x56fe, 0x5f92, 0x9014, 0x6d82, 0x5c60,
+  0x571f, 0x5410, 0x5154, 0x6e4d, 0x56e2, 0x63a8, 0x9893, 0x817f,
+  0x8715, 0x892a, 0x9000, 0x541e, 0x5c6f, 0x81c0, 0x62d6, 0x6258,
+  0x8131, 0x9e35, 0x9640, 0x9a6e, 0x9a7c, 0x692d, 0x59a5, 0x62d3,
+  0x553e, 0x6316, 0x54c7, 0x86d9, 0x6d3c, 0x5a03, 0x74e6, 0x889c,
+  0x6b6a, 0x5916, 0x8c4c, 0x5f2f, 0x6e7e, 0x73a9, 0x987d, 0x4e38,
+  0x70f7, 0x5b8c, 0x7897, 0x633d, 0x665a, 0x7696, 0x60cb, 0x5b9b,
+  0x5a49, 0x4e07, 0x8155, 0x6c6a, 0x738b, 0x4ea1, 0x6789, 0x7f51,
+  0x5f80, 0x65fa, 0x671b, 0x5fd8, 0x5984, 0x5a01,
+  /* 0xce */
+  0x8719, 0x871b, 0x871d, 0x871f, 0x8720, 0x8724, 0x8726, 0x8727,
+  0x8728, 0x872a, 0x872b, 0x872c, 0x872d, 0x872f, 0x8730, 0x8732,
+  0x8733, 0x8735, 0x8736, 0x8738, 0x8739, 0x873a, 0x873c, 0x873d,
+  0x8740, 0x8741, 0x8742, 0x8743, 0x8744, 0x8745, 0x8746, 0x874a,
+  0x874b, 0x874d, 0x874f, 0x8750, 0x8751, 0x8752, 0x8754, 0x8755,
+  0x8756, 0x8758, 0x875a, 0x875b, 0x875c, 0x875d, 0x875e, 0x875f,
+  0x8761, 0x8762, 0x8766, 0x8767, 0x8768, 0x8769, 0x876a, 0x876b,
+  0x876c, 0x876d, 0x876f, 0x8771, 0x8772, 0x8773, 0x8775, 0x8777,
+  0x8778, 0x8779, 0x877a, 0x877f, 0x8780, 0x8781, 0x8784, 0x8786,
+  0x8787, 0x8789, 0x878a, 0x878c, 0x878e, 0x878f, 0x8790, 0x8791,
+  0x8792, 0x8794, 0x8795, 0x8796, 0x8798, 0x8799, 0x879a, 0x879b,
+  0x879c, 0x879d, 0x879e, 0x87a0, 0x87a1, 0x87a2, 0x87a3, 0x87a4,
+  0x5dcd, 0x5fae, 0x5371, 0x97e6, 0x8fdd, 0x6845, 0x56f4, 0x552f,
+  0x60df, 0x4e3a, 0x6f4d, 0x7ef4, 0x82c7, 0x840e, 0x59d4, 0x4f1f,
+  0x4f2a, 0x5c3e, 0x7eac, 0x672a, 0x851a, 0x5473, 0x754f, 0x80c3,
+  0x5582, 0x9b4f, 0x4f4d, 0x6e2d, 0x8c13, 0x5c09, 0x6170, 0x536b,
+  0x761f, 0x6e29, 0x868a, 0x6587, 0x95fb, 0x7eb9, 0x543b, 0x7a33,
+  0x7d0a, 0x95ee, 0x55e1, 0x7fc1, 0x74ee, 0x631d, 0x8717, 0x6da1,
+  0x7a9d, 0x6211, 0x65a1, 0x5367, 0x63e1, 0x6c83, 0x5deb, 0x545c,
+  0x94a8, 0x4e4c, 0x6c61, 0x8bec, 0x5c4b, 0x65e0, 0x829c, 0x68a7,
+  0x543e, 0x5434, 0x6bcb, 0x6b66, 0x4e94, 0x6342, 0x5348, 0x821e,
+  0x4f0d, 0x4fae, 0x575e, 0x620a, 0x96fe, 0x6664, 0x7269, 0x52ff,
+  0x52a1, 0x609f, 0x8bef, 0x6614, 0x7199, 0x6790, 0x897f, 0x7852,
+  0x77fd, 0x6670, 0x563b, 0x5438, 0x9521, 0x727a,
+  /* 0xcf */
+  0x87a5, 0x87a6, 0x87a7, 0x87a9, 0x87aa, 0x87ae, 0x87b0, 0x87b1,
+  0x87b2, 0x87b4, 0x87b6, 0x87b7, 0x87b8, 0x87b9, 0x87bb, 0x87bc,
+  0x87be, 0x87bf, 0x87c1, 0x87c2, 0x87c3, 0x87c4, 0x87c5, 0x87c7,
+  0x87c8, 0x87c9, 0x87cc, 0x87cd, 0x87ce, 0x87cf, 0x87d0, 0x87d4,
+  0x87d5, 0x87d6, 0x87d7, 0x87d8, 0x87d9, 0x87da, 0x87dc, 0x87dd,
+  0x87de, 0x87df, 0x87e1, 0x87e2, 0x87e3, 0x87e4, 0x87e6, 0x87e7,
+  0x87e8, 0x87e9, 0x87eb, 0x87ec, 0x87ed, 0x87ef, 0x87f0, 0x87f1,
+  0x87f2, 0x87f3, 0x87f4, 0x87f5, 0x87f6, 0x87f7, 0x87f8, 0x87fa,
+  0x87fb, 0x87fc, 0x87fd, 0x87ff, 0x8800, 0x8801, 0x8802, 0x8804,
+  0x8805, 0x8806, 0x8807, 0x8808, 0x8809, 0x880b, 0x880c, 0x880d,
+  0x880e, 0x880f, 0x8810, 0x8811, 0x8812, 0x8814, 0x8817, 0x8818,
+  0x8819, 0x881a, 0x881c, 0x881d, 0x881e, 0x881f, 0x8820, 0x8823,
+  0x7a00, 0x606f, 0x5e0c, 0x6089, 0x819d, 0x5915, 0x60dc, 0x7184,
+  0x70ef, 0x6eaa, 0x6c50, 0x7280, 0x6a84, 0x88ad, 0x5e2d, 0x4e60,
+  0x5ab3, 0x559c, 0x94e3, 0x6d17, 0x7cfb, 0x9699, 0x620f, 0x7ec6,
+  0x778e, 0x867e, 0x5323, 0x971e, 0x8f96, 0x6687, 0x5ce1, 0x4fa0,
+  0x72ed, 0x4e0b, 0x53a6, 0x590f, 0x5413, 0x6380, 0x9528, 0x5148,
+  0x4ed9, 0x9c9c, 0x7ea4, 0x54b8, 0x8d24, 0x8854, 0x8237, 0x95f2,
+  0x6d8e, 0x5f26, 0x5acc, 0x663e, 0x9669, 0x73b0, 0x732e, 0x53bf,
+  0x817a, 0x9985, 0x7fa1, 0x5baa, 0x9677, 0x9650, 0x7ebf, 0x76f8,
+  0x53a2, 0x9576, 0x9999, 0x7bb1, 0x8944, 0x6e58, 0x4e61, 0x7fd4,
+  0x7965, 0x8be6, 0x60f3, 0x54cd, 0x4eab, 0x9879, 0x5df7, 0x6a61,
+  0x50cf, 0x5411, 0x8c61, 0x8427, 0x785d, 0x9704, 0x524a, 0x54ee,
+  0x56a3, 0x9500, 0x6d88, 0x5bb5, 0x6dc6, 0x6653,
+  /* 0xd0 */
+  0x8824, 0x8825, 0x8826, 0x8827, 0x8828, 0x8829, 0x882a, 0x882b,
+  0x882c, 0x882d, 0x882e, 0x882f, 0x8830, 0x8831, 0x8833, 0x8834,
+  0x8835, 0x8836, 0x8837, 0x8838, 0x883a, 0x883b, 0x883d, 0x883e,
+  0x883f, 0x8841, 0x8842, 0x8843, 0x8846, 0x8847, 0x8848, 0x8849,
+  0x884a, 0x884b, 0x884e, 0x884f, 0x8850, 0x8851, 0x8852, 0x8853,
+  0x8855, 0x8856, 0x8858, 0x885a, 0x885b, 0x885c, 0x885d, 0x885e,
+  0x885f, 0x8860, 0x8866, 0x8867, 0x886a, 0x886d, 0x886f, 0x8871,
+  0x8873, 0x8874, 0x8875, 0x8876, 0x8878, 0x8879, 0x887a, 0x887b,
+  0x887c, 0x8880, 0x8883, 0x8886, 0x8887, 0x8889, 0x888a, 0x888c,
+  0x888e, 0x888f, 0x8890, 0x8891, 0x8893, 0x8894, 0x8895, 0x8897,
+  0x8898, 0x8899, 0x889a, 0x889b, 0x889d, 0x889e, 0x889f, 0x88a0,
+  0x88a1, 0x88a3, 0x88a5, 0x88a6, 0x88a7, 0x88a8, 0x88a9, 0x88aa,
+  0x5c0f, 0x5b5d, 0x6821, 0x8096, 0x5578, 0x7b11, 0x6548, 0x6954,
+  0x4e9b, 0x6b47, 0x874e, 0x978b, 0x534f, 0x631f, 0x643a, 0x90aa,
+  0x659c, 0x80c1, 0x8c10, 0x5199, 0x68b0, 0x5378, 0x87f9, 0x61c8,
+  0x6cc4, 0x6cfb, 0x8c22, 0x5c51, 0x85aa, 0x82af, 0x950c, 0x6b23,
+  0x8f9b, 0x65b0, 0x5ffb, 0x5fc3, 0x4fe1, 0x8845, 0x661f, 0x8165,
+  0x7329, 0x60fa, 0x5174, 0x5211, 0x578b, 0x5f62, 0x90a2, 0x884c,
+  0x9192, 0x5e78, 0x674f, 0x6027, 0x59d3, 0x5144, 0x51f6, 0x80f8,
+  0x5308, 0x6c79, 0x96c4, 0x718a, 0x4f11, 0x4fee, 0x7f9e, 0x673d,
+  0x55c5, 0x9508, 0x79c0, 0x8896, 0x7ee3, 0x589f, 0x620c, 0x9700,
+  0x865a, 0x5618, 0x987b, 0x5f90, 0x8bb8, 0x84c4, 0x9157, 0x53d9,
+  0x65ed, 0x5e8f, 0x755c, 0x6064, 0x7d6e, 0x5a7f, 0x7eea, 0x7eed,
+  0x8f69, 0x55a7, 0x5ba3, 0x60ac, 0x65cb, 0x7384,
+  /* 0xd1 */
+  0x88ac, 0x88ae, 0x88af, 0x88b0, 0x88b2, 0x88b3, 0x88b4, 0x88b5,
+  0x88b6, 0x88b8, 0x88b9, 0x88ba, 0x88bb, 0x88bd, 0x88be, 0x88bf,
+  0x88c0, 0x88c3, 0x88c4, 0x88c7, 0x88c8, 0x88ca, 0x88cb, 0x88cc,
+  0x88cd, 0x88cf, 0x88d0, 0x88d1, 0x88d3, 0x88d6, 0x88d7, 0x88da,
+  0x88db, 0x88dc, 0x88dd, 0x88de, 0x88e0, 0x88e1, 0x88e6, 0x88e7,
+  0x88e9, 0x88ea, 0x88eb, 0x88ec, 0x88ed, 0x88ee, 0x88ef, 0x88f2,
+  0x88f5, 0x88f6, 0x88f7, 0x88fa, 0x88fb, 0x88fd, 0x88ff, 0x8900,
+  0x8901, 0x8903, 0x8904, 0x8905, 0x8906, 0x8907, 0x8908, 0x8909,
+  0x890b, 0x890c, 0x890d, 0x890e, 0x890f, 0x8911, 0x8914, 0x8915,
+  0x8916, 0x8917, 0x8918, 0x891c, 0x891d, 0x891e, 0x891f, 0x8920,
+  0x8922, 0x8923, 0x8924, 0x8926, 0x8927, 0x8928, 0x8929, 0x892c,
+  0x892d, 0x892e, 0x892f, 0x8931, 0x8932, 0x8933, 0x8935, 0x8937,
+  0x9009, 0x7663, 0x7729, 0x7eda, 0x9774, 0x859b, 0x5b66, 0x7a74,
+  0x96ea, 0x8840, 0x52cb, 0x718f, 0x5faa, 0x65ec, 0x8be2, 0x5bfb,
+  0x9a6f, 0x5de1, 0x6b89, 0x6c5b, 0x8bad, 0x8baf, 0x900a, 0x8fc5,
+  0x538b, 0x62bc, 0x9e26, 0x9e2d, 0x5440, 0x4e2b, 0x82bd, 0x7259,
+  0x869c, 0x5d16, 0x8859, 0x6daf, 0x96c5, 0x54d1, 0x4e9a, 0x8bb6,
+  0x7109, 0x54bd, 0x9609, 0x70df, 0x6df9, 0x76d0, 0x4e25, 0x7814,
+  0x8712, 0x5ca9, 0x5ef6, 0x8a00, 0x989c, 0x960e, 0x708e, 0x6cbf,
+  0x5944, 0x63a9, 0x773c, 0x884d, 0x6f14, 0x8273, 0x5830, 0x71d5,
+  0x538c, 0x781a, 0x96c1, 0x5501, 0x5f66, 0x7130, 0x5bb4, 0x8c1a,
+  0x9a8c, 0x6b83, 0x592e, 0x9e2f, 0x79e7, 0x6768, 0x626c, 0x4f6f,
+  0x75a1, 0x7f8a, 0x6d0b, 0x9633, 0x6c27, 0x4ef0, 0x75d2, 0x517b,
+  0x6837, 0x6f3e, 0x9080, 0x8170, 0x5996, 0x7476,
+  /* 0xd2 */
+  0x8938, 0x8939, 0x893a, 0x893b, 0x893c, 0x893d, 0x893e, 0x893f,
+  0x8940, 0x8942, 0x8943, 0x8945, 0x8946, 0x8947, 0x8948, 0x8949,
+  0x894a, 0x894b, 0x894c, 0x894d, 0x894e, 0x894f, 0x8950, 0x8951,
+  0x8952, 0x8953, 0x8954, 0x8955, 0x8956, 0x8957, 0x8958, 0x8959,
+  0x895a, 0x895b, 0x895c, 0x895d, 0x8960, 0x8961, 0x8962, 0x8963,
+  0x8964, 0x8965, 0x8967, 0x8968, 0x8969, 0x896a, 0x896b, 0x896c,
+  0x896d, 0x896e, 0x896f, 0x8970, 0x8971, 0x8972, 0x8973, 0x8974,
+  0x8975, 0x8976, 0x8977, 0x8978, 0x8979, 0x897a, 0x897c, 0x897d,
+  0x897e, 0x8980, 0x8982, 0x8984, 0x8985, 0x8987, 0x8988, 0x8989,
+  0x898a, 0x898b, 0x898c, 0x898d, 0x898e, 0x898f, 0x8990, 0x8991,
+  0x8992, 0x8993, 0x8994, 0x8995, 0x8996, 0x8997, 0x8998, 0x8999,
+  0x899a, 0x899b, 0x899c, 0x899d, 0x899e, 0x899f, 0x89a0, 0x89a1,
+  0x6447, 0x5c27, 0x9065, 0x7a91, 0x8c23, 0x59da, 0x54ac, 0x8200,
+  0x836f, 0x8981, 0x8000, 0x6930, 0x564e, 0x8036, 0x7237, 0x91ce,
+  0x51b6, 0x4e5f, 0x9875, 0x6396, 0x4e1a, 0x53f6, 0x66f3, 0x814b,
+  0x591c, 0x6db2, 0x4e00, 0x58f9, 0x533b, 0x63d6, 0x94f1, 0x4f9d,
+  0x4f0a, 0x8863, 0x9890, 0x5937, 0x9057, 0x79fb, 0x4eea, 0x80f0,
+  0x7591, 0x6c82, 0x5b9c, 0x59e8, 0x5f5d, 0x6905, 0x8681, 0x501a,
+  0x5df2, 0x4e59, 0x77e3, 0x4ee5, 0x827a, 0x6291, 0x6613, 0x9091,
+  0x5c79, 0x4ebf, 0x5f79, 0x81c6, 0x9038, 0x8084, 0x75ab, 0x4ea6,
+  0x88d4, 0x610f, 0x6bc5, 0x5fc6, 0x4e49, 0x76ca, 0x6ea2, 0x8be3,
+  0x8bae, 0x8c0a, 0x8bd1, 0x5f02, 0x7ffc, 0x7fcc, 0x7ece, 0x8335,
+  0x836b, 0x56e0, 0x6bb7, 0x97f3, 0x9634, 0x59fb, 0x541f, 0x94f6,
+  0x6deb, 0x5bc5, 0x996e, 0x5c39, 0x5f15, 0x9690,
+  /* 0xd3 */
+  0x89a2, 0x89a3, 0x89a4, 0x89a5, 0x89a6, 0x89a7, 0x89a8, 0x89a9,
+  0x89aa, 0x89ab, 0x89ac, 0x89ad, 0x89ae, 0x89af, 0x89b0, 0x89b1,
+  0x89b2, 0x89b3, 0x89b4, 0x89b5, 0x89b6, 0x89b7, 0x89b8, 0x89b9,
+  0x89ba, 0x89bb, 0x89bc, 0x89bd, 0x89be, 0x89bf, 0x89c0, 0x89c3,
+  0x89cd, 0x89d3, 0x89d4, 0x89d5, 0x89d7, 0x89d8, 0x89d9, 0x89db,
+  0x89dd, 0x89df, 0x89e0, 0x89e1, 0x89e2, 0x89e4, 0x89e7, 0x89e8,
+  0x89e9, 0x89ea, 0x89ec, 0x89ed, 0x89ee, 0x89f0, 0x89f1, 0x89f2,
+  0x89f4, 0x89f5, 0x89f6, 0x89f7, 0x89f8, 0x89f9, 0x89fa, 0x89fb,
+  0x89fc, 0x89fd, 0x89fe, 0x89ff, 0x8a01, 0x8a02, 0x8a03, 0x8a04,
+  0x8a05, 0x8a06, 0x8a08, 0x8a09, 0x8a0a, 0x8a0b, 0x8a0c, 0x8a0d,
+  0x8a0e, 0x8a0f, 0x8a10, 0x8a11, 0x8a12, 0x8a13, 0x8a14, 0x8a15,
+  0x8a16, 0x8a17, 0x8a18, 0x8a19, 0x8a1a, 0x8a1b, 0x8a1c, 0x8a1d,
+  0x5370, 0x82f1, 0x6a31, 0x5a74, 0x9e70, 0x5e94, 0x7f28, 0x83b9,
+  0x8424, 0x8425, 0x8367, 0x8747, 0x8fce, 0x8d62, 0x76c8, 0x5f71,
+  0x9896, 0x786c, 0x6620, 0x54df, 0x62e5, 0x4f63, 0x81c3, 0x75c8,
+  0x5eb8, 0x96cd, 0x8e0a, 0x86f9, 0x548f, 0x6cf3, 0x6d8c, 0x6c38,
+  0x607f, 0x52c7, 0x7528, 0x5e7d, 0x4f18, 0x60a0, 0x5fe7, 0x5c24,
+  0x7531, 0x90ae, 0x94c0, 0x72b9, 0x6cb9, 0x6e38, 0x9149, 0x6709,
+  0x53cb, 0x53f3, 0x4f51, 0x91c9, 0x8bf1, 0x53c8, 0x5e7c, 0x8fc2,
+  0x6de4, 0x4e8e, 0x76c2, 0x6986, 0x865e, 0x611a, 0x8206, 0x4f59,
+  0x4fde, 0x903e, 0x9c7c, 0x6109, 0x6e1d, 0x6e14, 0x9685, 0x4e88,
+  0x5a31, 0x96e8, 0x4e0e, 0x5c7f, 0x79b9, 0x5b87, 0x8bed, 0x7fbd,
+  0x7389, 0x57df, 0x828b, 0x90c1, 0x5401, 0x9047, 0x55bb, 0x5cea,
+  0x5fa1, 0x6108, 0x6b32, 0x72f1, 0x80b2, 0x8a89,
+  /* 0xd4 */
+  0x8a1e, 0x8a1f, 0x8a20, 0x8a21, 0x8a22, 0x8a23, 0x8a24, 0x8a25,
+  0x8a26, 0x8a27, 0x8a28, 0x8a29, 0x8a2a, 0x8a2b, 0x8a2c, 0x8a2d,
+  0x8a2e, 0x8a2f, 0x8a30, 0x8a31, 0x8a32, 0x8a33, 0x8a34, 0x8a35,
+  0x8a36, 0x8a37, 0x8a38, 0x8a39, 0x8a3a, 0x8a3b, 0x8a3c, 0x8a3d,
+  0x8a3f, 0x8a40, 0x8a41, 0x8a42, 0x8a43, 0x8a44, 0x8a45, 0x8a46,
+  0x8a47, 0x8a49, 0x8a4a, 0x8a4b, 0x8a4c, 0x8a4d, 0x8a4e, 0x8a4f,
+  0x8a50, 0x8a51, 0x8a52, 0x8a53, 0x8a54, 0x8a55, 0x8a56, 0x8a57,
+  0x8a58, 0x8a59, 0x8a5a, 0x8a5b, 0x8a5c, 0x8a5d, 0x8a5e, 0x8a5f,
+  0x8a60, 0x8a61, 0x8a62, 0x8a63, 0x8a64, 0x8a65, 0x8a66, 0x8a67,
+  0x8a68, 0x8a69, 0x8a6a, 0x8a6b, 0x8a6c, 0x8a6d, 0x8a6e, 0x8a6f,
+  0x8a70, 0x8a71, 0x8a72, 0x8a73, 0x8a74, 0x8a75, 0x8a76, 0x8a77,
+  0x8a78, 0x8a7a, 0x8a7b, 0x8a7c, 0x8a7d, 0x8a7e, 0x8a7f, 0x8a80,
+  0x6d74, 0x5bd3, 0x88d5, 0x9884, 0x8c6b, 0x9a6d, 0x9e33, 0x6e0a,
+  0x51a4, 0x5143, 0x57a3, 0x8881, 0x539f, 0x63f4, 0x8f95, 0x56ed,
+  0x5458, 0x5706, 0x733f, 0x6e90, 0x7f18, 0x8fdc, 0x82d1, 0x613f,
+  0x6028, 0x9662, 0x66f0, 0x7ea6, 0x8d8a, 0x8dc3, 0x94a5, 0x5cb3,
+  0x7ca4, 0x6708, 0x60a6, 0x9605, 0x8018, 0x4e91, 0x90e7, 0x5300,
+  0x9668, 0x5141, 0x8fd0, 0x8574, 0x915d, 0x6655, 0x97f5, 0x5b55,
+  0x531d, 0x7838, 0x6742, 0x683d, 0x54c9, 0x707e, 0x5bb0, 0x8f7d,
+  0x518d, 0x5728, 0x54b1, 0x6512, 0x6682, 0x8d5e, 0x8d43, 0x810f,
+  0x846c, 0x906d, 0x7cdf, 0x51ff, 0x85fb, 0x67a3, 0x65e9, 0x6fa1,
+  0x86a4, 0x8e81, 0x566a, 0x9020, 0x7682, 0x7076, 0x71e5, 0x8d23,
+  0x62e9, 0x5219, 0x6cfd, 0x8d3c, 0x600e, 0x589e, 0x618e, 0x66fe,
+  0x8d60, 0x624e, 0x55b3, 0x6e23, 0x672d, 0x8f67,
+  /* 0xd5 */
+  0x8a81, 0x8a82, 0x8a83, 0x8a84, 0x8a85, 0x8a86, 0x8a87, 0x8a88,
+  0x8a8b, 0x8a8c, 0x8a8d, 0x8a8e, 0x8a8f, 0x8a90, 0x8a91, 0x8a92,
+  0x8a94, 0x8a95, 0x8a96, 0x8a97, 0x8a98, 0x8a99, 0x8a9a, 0x8a9b,
+  0x8a9c, 0x8a9d, 0x8a9e, 0x8a9f, 0x8aa0, 0x8aa1, 0x8aa2, 0x8aa3,
+  0x8aa4, 0x8aa5, 0x8aa6, 0x8aa7, 0x8aa8, 0x8aa9, 0x8aaa, 0x8aab,
+  0x8aac, 0x8aad, 0x8aae, 0x8aaf, 0x8ab0, 0x8ab1, 0x8ab2, 0x8ab3,
+  0x8ab4, 0x8ab5, 0x8ab6, 0x8ab7, 0x8ab8, 0x8ab9, 0x8aba, 0x8abb,
+  0x8abc, 0x8abd, 0x8abe, 0x8abf, 0x8ac0, 0x8ac1, 0x8ac2, 0x8ac3,
+  0x8ac4, 0x8ac5, 0x8ac6, 0x8ac7, 0x8ac8, 0x8ac9, 0x8aca, 0x8acb,
+  0x8acc, 0x8acd, 0x8ace, 0x8acf, 0x8ad0, 0x8ad1, 0x8ad2, 0x8ad3,
+  0x8ad4, 0x8ad5, 0x8ad6, 0x8ad7, 0x8ad8, 0x8ad9, 0x8ada, 0x8adb,
+  0x8adc, 0x8add, 0x8ade, 0x8adf, 0x8ae0, 0x8ae1, 0x8ae2, 0x8ae3,
+  0x94e1, 0x95f8, 0x7728, 0x6805, 0x69a8, 0x548b, 0x4e4d, 0x70b8,
+  0x8bc8, 0x6458, 0x658b, 0x5b85, 0x7a84, 0x503a, 0x5be8, 0x77bb,
+  0x6be1, 0x8a79, 0x7c98, 0x6cbe, 0x76cf, 0x65a9, 0x8f97, 0x5d2d,
+  0x5c55, 0x8638, 0x6808, 0x5360, 0x6218, 0x7ad9, 0x6e5b, 0x7efd,
+  0x6a1f, 0x7ae0, 0x5f70, 0x6f33, 0x5f20, 0x638c, 0x6da8, 0x6756,
+  0x4e08, 0x5e10, 0x8d26, 0x4ed7, 0x80c0, 0x7634, 0x969c, 0x62db,
+  0x662d, 0x627e, 0x6cbc, 0x8d75, 0x7167, 0x7f69, 0x5146, 0x8087,
+  0x53ec, 0x906e, 0x6298, 0x54f2, 0x86f0, 0x8f99, 0x8005, 0x9517,
+  0x8517, 0x8fd9, 0x6d59, 0x73cd, 0x659f, 0x771f, 0x7504, 0x7827,
+  0x81fb, 0x8d1e, 0x9488, 0x4fa6, 0x6795, 0x75b9, 0x8bca, 0x9707,
+  0x632f, 0x9547, 0x9635, 0x84b8, 0x6323, 0x7741, 0x5f81, 0x72f0,
+  0x4e89, 0x6014, 0x6574, 0x62ef, 0x6b63, 0x653f,
+  /* 0xd6 */
+  0x8ae4, 0x8ae5, 0x8ae6, 0x8ae7, 0x8ae8, 0x8ae9, 0x8aea, 0x8aeb,
+  0x8aec, 0x8aed, 0x8aee, 0x8aef, 0x8af0, 0x8af1, 0x8af2, 0x8af3,
+  0x8af4, 0x8af5, 0x8af6, 0x8af7, 0x8af8, 0x8af9, 0x8afa, 0x8afb,
+  0x8afc, 0x8afd, 0x8afe, 0x8aff, 0x8b00, 0x8b01, 0x8b02, 0x8b03,
+  0x8b04, 0x8b05, 0x8b06, 0x8b08, 0x8b09, 0x8b0a, 0x8b0b, 0x8b0c,
+  0x8b0d, 0x8b0e, 0x8b0f, 0x8b10, 0x8b11, 0x8b12, 0x8b13, 0x8b14,
+  0x8b15, 0x8b16, 0x8b17, 0x8b18, 0x8b19, 0x8b1a, 0x8b1b, 0x8b1c,
+  0x8b1d, 0x8b1e, 0x8b1f, 0x8b20, 0x8b21, 0x8b22, 0x8b23, 0x8b24,
+  0x8b25, 0x8b27, 0x8b28, 0x8b29, 0x8b2a, 0x8b2b, 0x8b2c, 0x8b2d,
+  0x8b2e, 0x8b2f, 0x8b30, 0x8b31, 0x8b32, 0x8b33, 0x8b34, 0x8b35,
+  0x8b36, 0x8b37, 0x8b38, 0x8b39, 0x8b3a, 0x8b3b, 0x8b3c, 0x8b3d,
+  0x8b3e, 0x8b3f, 0x8b40, 0x8b41, 0x8b42, 0x8b43, 0x8b44, 0x8b45,
+  0x5e27, 0x75c7, 0x90d1, 0x8bc1, 0x829d, 0x679d, 0x652f, 0x5431,
+  0x8718, 0x77e5, 0x80a2, 0x8102, 0x6c41, 0x4e4b, 0x7ec7, 0x804c,
+  0x76f4, 0x690d, 0x6b96, 0x6267, 0x503c, 0x4f84, 0x5740, 0x6307,
+  0x6b62, 0x8dbe, 0x53ea, 0x65e8, 0x7eb8, 0x5fd7, 0x631a, 0x63b7,
+  0x81f3, 0x81f4, 0x7f6e, 0x5e1c, 0x5cd9, 0x5236, 0x667a, 0x79e9,
+  0x7a1a, 0x8d28, 0x7099, 0x75d4, 0x6ede, 0x6cbb, 0x7a92, 0x4e2d,
+  0x76c5, 0x5fe0, 0x949f, 0x8877, 0x7ec8, 0x79cd, 0x80bf, 0x91cd,
+  0x4ef2, 0x4f17, 0x821f, 0x5468, 0x5dde, 0x6d32, 0x8bcc, 0x7ca5,
+  0x8f74, 0x8098, 0x5e1a, 0x5492, 0x76b1, 0x5b99, 0x663c, 0x9aa4,
+  0x73e0, 0x682a, 0x86db, 0x6731, 0x732a, 0x8bf8, 0x8bdb, 0x9010,
+  0x7af9, 0x70db, 0x716e, 0x62c4, 0x77a9, 0x5631, 0x4e3b, 0x8457,
+  0x67f1, 0x52a9, 0x86c0, 0x8d2e, 0x94f8, 0x7b51,
+  /* 0xd7 */
+  0x8b46, 0x8b47, 0x8b48, 0x8b49, 0x8b4a, 0x8b4b, 0x8b4c, 0x8b4d,
+  0x8b4e, 0x8b4f, 0x8b50, 0x8b51, 0x8b52, 0x8b53, 0x8b54, 0x8b55,
+  0x8b56, 0x8b57, 0x8b58, 0x8b59, 0x8b5a, 0x8b5b, 0x8b5c, 0x8b5d,
+  0x8b5e, 0x8b5f, 0x8b60, 0x8b61, 0x8b62, 0x8b63, 0x8b64, 0x8b65,
+  0x8b67, 0x8b68, 0x8b69, 0x8b6a, 0x8b6b, 0x8b6d, 0x8b6e, 0x8b6f,
+  0x8b70, 0x8b71, 0x8b72, 0x8b73, 0x8b74, 0x8b75, 0x8b76, 0x8b77,
+  0x8b78, 0x8b79, 0x8b7a, 0x8b7b, 0x8b7c, 0x8b7d, 0x8b7e, 0x8b7f,
+  0x8b80, 0x8b81, 0x8b82, 0x8b83, 0x8b84, 0x8b85, 0x8b86, 0x8b87,
+  0x8b88, 0x8b89, 0x8b8a, 0x8b8b, 0x8b8c, 0x8b8d, 0x8b8e, 0x8b8f,
+  0x8b90, 0x8b91, 0x8b92, 0x8b93, 0x8b94, 0x8b95, 0x8b96, 0x8b97,
+  0x8b98, 0x8b99, 0x8b9a, 0x8b9b, 0x8b9c, 0x8b9d, 0x8b9e, 0x8b9f,
+  0x8bac, 0x8bb1, 0x8bbb, 0x8bc7, 0x8bd0, 0x8bea, 0x8c09, 0x8c1e,
+  0x4f4f, 0x6ce8, 0x795d, 0x9a7b, 0x6293, 0x722a, 0x62fd, 0x4e13,
+  0x7816, 0x8f6c, 0x64b0, 0x8d5a, 0x7bc6, 0x6869, 0x5e84, 0x88c5,
+  0x5986, 0x649e, 0x58ee, 0x72b6, 0x690e, 0x9525, 0x8ffd, 0x8d58,
+  0x5760, 0x7f00, 0x8c06, 0x51c6, 0x6349, 0x62d9, 0x5353, 0x684c,
+  0x7422, 0x8301, 0x914c, 0x5544, 0x7740, 0x707c, 0x6d4a, 0x5179,
+  0x54a8, 0x8d44, 0x59ff, 0x6ecb, 0x6dc4, 0x5b5c, 0x7d2b, 0x4ed4,
+  0x7c7d, 0x6ed3, 0x5b50, 0x81ea, 0x6e0d, 0x5b57, 0x9b03, 0x68d5,
+  0x8e2a, 0x5b97, 0x7efc, 0x603b, 0x7eb5, 0x90b9, 0x8d70, 0x594f,
+  0x63cd, 0x79df, 0x8db3, 0x5352, 0x65cf, 0x7956, 0x8bc5, 0x963b,
+  0x7ec4, 0x94bb, 0x7e82, 0x5634, 0x9189, 0x6700, 0x7f6a, 0x5c0a,
+  0x9075, 0x6628, 0x5de6, 0x4f50, 0x67de, 0x505a, 0x4f5c, 0x5750,
+  0x5ea7, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xd8 */
+  0x8c38, 0x8c39, 0x8c3a, 0x8c3b, 0x8c3c, 0x8c3d, 0x8c3e, 0x8c3f,
+  0x8c40, 0x8c42, 0x8c43, 0x8c44, 0x8c45, 0x8c48, 0x8c4a, 0x8c4b,
+  0x8c4d, 0x8c4e, 0x8c4f, 0x8c50, 0x8c51, 0x8c52, 0x8c53, 0x8c54,
+  0x8c56, 0x8c57, 0x8c58, 0x8c59, 0x8c5b, 0x8c5c, 0x8c5d, 0x8c5e,
+  0x8c5f, 0x8c60, 0x8c63, 0x8c64, 0x8c65, 0x8c66, 0x8c67, 0x8c68,
+  0x8c69, 0x8c6c, 0x8c6d, 0x8c6e, 0x8c6f, 0x8c70, 0x8c71, 0x8c72,
+  0x8c74, 0x8c75, 0x8c76, 0x8c77, 0x8c7b, 0x8c7c, 0x8c7d, 0x8c7e,
+  0x8c7f, 0x8c80, 0x8c81, 0x8c83, 0x8c84, 0x8c86, 0x8c87, 0x8c88,
+  0x8c8b, 0x8c8d, 0x8c8e, 0x8c8f, 0x8c90, 0x8c91, 0x8c92, 0x8c93,
+  0x8c95, 0x8c96, 0x8c97, 0x8c99, 0x8c9a, 0x8c9b, 0x8c9c, 0x8c9d,
+  0x8c9e, 0x8c9f, 0x8ca0, 0x8ca1, 0x8ca2, 0x8ca3, 0x8ca4, 0x8ca5,
+  0x8ca6, 0x8ca7, 0x8ca8, 0x8ca9, 0x8caa, 0x8cab, 0x8cac, 0x8cad,
+  0x4e8d, 0x4e0c, 0x5140, 0x4e10, 0x5eff, 0x5345, 0x4e15, 0x4e98,
+  0x4e1e, 0x9b32, 0x5b6c, 0x5669, 0x4e28, 0x79ba, 0x4e3f, 0x5315,
+  0x4e47, 0x592d, 0x723b, 0x536e, 0x6c10, 0x56df, 0x80e4, 0x9997,
+  0x6bd3, 0x777e, 0x9f17, 0x4e36, 0x4e9f, 0x9f10, 0x4e5c, 0x4e69,
+  0x4e93, 0x8288, 0x5b5b, 0x556c, 0x560f, 0x4ec4, 0x538d, 0x539d,
+  0x53a3, 0x53a5, 0x53ae, 0x9765, 0x8d5d, 0x531a, 0x53f5, 0x5326,
+  0x532e, 0x533e, 0x8d5c, 0x5366, 0x5363, 0x5202, 0x5208, 0x520e,
+  0x522d, 0x5233, 0x523f, 0x5240, 0x524c, 0x525e, 0x5261, 0x525c,
+  0x84af, 0x527d, 0x5282, 0x5281, 0x5290, 0x5293, 0x5182, 0x7f54,
+  0x4ebb, 0x4ec3, 0x4ec9, 0x4ec2, 0x4ee8, 0x4ee1, 0x4eeb, 0x4ede,
+  0x4f1b, 0x4ef3, 0x4f22, 0x4f64, 0x4ef5, 0x4f25, 0x4f27, 0x4f09,
+  0x4f2b, 0x4f5e, 0x4f67, 0x6538, 0x4f5a, 0x4f5d,
+  /* 0xd9 */
+  0x8cae, 0x8caf, 0x8cb0, 0x8cb1, 0x8cb2, 0x8cb3, 0x8cb4, 0x8cb5,
+  0x8cb6, 0x8cb7, 0x8cb8, 0x8cb9, 0x8cba, 0x8cbb, 0x8cbc, 0x8cbd,
+  0x8cbe, 0x8cbf, 0x8cc0, 0x8cc1, 0x8cc2, 0x8cc3, 0x8cc4, 0x8cc5,
+  0x8cc6, 0x8cc7, 0x8cc8, 0x8cc9, 0x8cca, 0x8ccb, 0x8ccc, 0x8ccd,
+  0x8cce, 0x8ccf, 0x8cd0, 0x8cd1, 0x8cd2, 0x8cd3, 0x8cd4, 0x8cd5,
+  0x8cd6, 0x8cd7, 0x8cd8, 0x8cd9, 0x8cda, 0x8cdb, 0x8cdc, 0x8cdd,
+  0x8cde, 0x8cdf, 0x8ce0, 0x8ce1, 0x8ce2, 0x8ce3, 0x8ce4, 0x8ce5,
+  0x8ce6, 0x8ce7, 0x8ce8, 0x8ce9, 0x8cea, 0x8ceb, 0x8cec, 0x8ced,
+  0x8cee, 0x8cef, 0x8cf0, 0x8cf1, 0x8cf2, 0x8cf3, 0x8cf4, 0x8cf5,
+  0x8cf6, 0x8cf7, 0x8cf8, 0x8cf9, 0x8cfa, 0x8cfb, 0x8cfc, 0x8cfd,
+  0x8cfe, 0x8cff, 0x8d00, 0x8d01, 0x8d02, 0x8d03, 0x8d04, 0x8d05,
+  0x8d06, 0x8d07, 0x8d08, 0x8d09, 0x8d0a, 0x8d0b, 0x8d0c, 0x8d0d,
+  0x4f5f, 0x4f57, 0x4f32, 0x4f3d, 0x4f76, 0x4f74, 0x4f91, 0x4f89,
+  0x4f83, 0x4f8f, 0x4f7e, 0x4f7b, 0x4faa, 0x4f7c, 0x4fac, 0x4f94,
+  0x4fe6, 0x4fe8, 0x4fea, 0x4fc5, 0x4fda, 0x4fe3, 0x4fdc, 0x4fd1,
+  0x4fdf, 0x4ff8, 0x5029, 0x504c, 0x4ff3, 0x502c, 0x500f, 0x502e,
+  0x502d, 0x4ffe, 0x501c, 0x500c, 0x5025, 0x5028, 0x507e, 0x5043,
+  0x5055, 0x5048, 0x504e, 0x506c, 0x507b, 0x50a5, 0x50a7, 0x50a9,
+  0x50ba, 0x50d6, 0x5106, 0x50ed, 0x50ec, 0x50e6, 0x50ee, 0x5107,
+  0x510b, 0x4edd, 0x6c3d, 0x4f58, 0x4f65, 0x4fce, 0x9fa0, 0x6c46,
+  0x7c74, 0x516e, 0x5dfd, 0x9ec9, 0x9998, 0x5181, 0x5914, 0x52f9,
+  0x530d, 0x8a07, 0x5310, 0x51eb, 0x5919, 0x5155, 0x4ea0, 0x5156,
+  0x4eb3, 0x886e, 0x88a4, 0x4eb5, 0x8114, 0x88d2, 0x7980, 0x5b34,
+  0x8803, 0x7fb8, 0x51ab, 0x51b1, 0x51bd, 0x51bc,
+  /* 0xda */
+  0x8d0e, 0x8d0f, 0x8d10, 0x8d11, 0x8d12, 0x8d13, 0x8d14, 0x8d15,
+  0x8d16, 0x8d17, 0x8d18, 0x8d19, 0x8d1a, 0x8d1b, 0x8d1c, 0x8d20,
+  0x8d51, 0x8d52, 0x8d57, 0x8d5f, 0x8d65, 0x8d68, 0x8d69, 0x8d6a,
+  0x8d6c, 0x8d6e, 0x8d6f, 0x8d71, 0x8d72, 0x8d78, 0x8d79, 0x8d7a,
+  0x8d7b, 0x8d7c, 0x8d7d, 0x8d7e, 0x8d7f, 0x8d80, 0x8d82, 0x8d83,
+  0x8d86, 0x8d87, 0x8d88, 0x8d89, 0x8d8c, 0x8d8d, 0x8d8e, 0x8d8f,
+  0x8d90, 0x8d92, 0x8d93, 0x8d95, 0x8d96, 0x8d97, 0x8d98, 0x8d99,
+  0x8d9a, 0x8d9b, 0x8d9c, 0x8d9d, 0x8d9e, 0x8da0, 0x8da1, 0x8da2,
+  0x8da4, 0x8da5, 0x8da6, 0x8da7, 0x8da8, 0x8da9, 0x8daa, 0x8dab,
+  0x8dac, 0x8dad, 0x8dae, 0x8daf, 0x8db0, 0x8db2, 0x8db6, 0x8db7,
+  0x8db9, 0x8dbb, 0x8dbd, 0x8dc0, 0x8dc1, 0x8dc2, 0x8dc5, 0x8dc7,
+  0x8dc8, 0x8dc9, 0x8dca, 0x8dcd, 0x8dd0, 0x8dd2, 0x8dd3, 0x8dd4,
+  0x51c7, 0x5196, 0x51a2, 0x51a5, 0x8ba0, 0x8ba6, 0x8ba7, 0x8baa,
+  0x8bb4, 0x8bb5, 0x8bb7, 0x8bc2, 0x8bc3, 0x8bcb, 0x8bcf, 0x8bce,
+  0x8bd2, 0x8bd3, 0x8bd4, 0x8bd6, 0x8bd8, 0x8bd9, 0x8bdc, 0x8bdf,
+  0x8be0, 0x8be4, 0x8be8, 0x8be9, 0x8bee, 0x8bf0, 0x8bf3, 0x8bf6,
+  0x8bf9, 0x8bfc, 0x8bff, 0x8c00, 0x8c02, 0x8c04, 0x8c07, 0x8c0c,
+  0x8c0f, 0x8c11, 0x8c12, 0x8c14, 0x8c15, 0x8c16, 0x8c19, 0x8c1b,
+  0x8c18, 0x8c1d, 0x8c1f, 0x8c20, 0x8c21, 0x8c25, 0x8c27, 0x8c2a,
+  0x8c2b, 0x8c2e, 0x8c2f, 0x8c32, 0x8c33, 0x8c35, 0x8c36, 0x5369,
+  0x537a, 0x961d, 0x9622, 0x9621, 0x9631, 0x962a, 0x963d, 0x963c,
+  0x9642, 0x9649, 0x9654, 0x965f, 0x9667, 0x966c, 0x9672, 0x9674,
+  0x9688, 0x968d, 0x9697, 0x96b0, 0x9097, 0x909b, 0x909d, 0x9099,
+  0x90ac, 0x90a1, 0x90b4, 0x90b3, 0x90b6, 0x90ba,
+  /* 0xdb */
+  0x8dd5, 0x8dd8, 0x8dd9, 0x8ddc, 0x8de0, 0x8de1, 0x8de2, 0x8de5,
+  0x8de6, 0x8de7, 0x8de9, 0x8ded, 0x8dee, 0x8df0, 0x8df1, 0x8df2,
+  0x8df4, 0x8df6, 0x8dfc, 0x8dfe, 0x8dff, 0x8e00, 0x8e01, 0x8e02,
+  0x8e03, 0x8e04, 0x8e06, 0x8e07, 0x8e08, 0x8e0b, 0x8e0d, 0x8e0e,
+  0x8e10, 0x8e11, 0x8e12, 0x8e13, 0x8e15, 0x8e16, 0x8e17, 0x8e18,
+  0x8e19, 0x8e1a, 0x8e1b, 0x8e1c, 0x8e20, 0x8e21, 0x8e24, 0x8e25,
+  0x8e26, 0x8e27, 0x8e28, 0x8e2b, 0x8e2d, 0x8e30, 0x8e32, 0x8e33,
+  0x8e34, 0x8e36, 0x8e37, 0x8e38, 0x8e3b, 0x8e3c, 0x8e3e, 0x8e3f,
+  0x8e43, 0x8e45, 0x8e46, 0x8e4c, 0x8e4d, 0x8e4e, 0x8e4f, 0x8e50,
+  0x8e53, 0x8e54, 0x8e55, 0x8e56, 0x8e57, 0x8e58, 0x8e5a, 0x8e5b,
+  0x8e5c, 0x8e5d, 0x8e5e, 0x8e5f, 0x8e60, 0x8e61, 0x8e62, 0x8e63,
+  0x8e64, 0x8e65, 0x8e67, 0x8e68, 0x8e6a, 0x8e6b, 0x8e6e, 0x8e71,
+  0x90b8, 0x90b0, 0x90cf, 0x90c5, 0x90be, 0x90d0, 0x90c4, 0x90c7,
+  0x90d3, 0x90e6, 0x90e2, 0x90dc, 0x90d7, 0x90db, 0x90eb, 0x90ef,
+  0x90fe, 0x9104, 0x9122, 0x911e, 0x9123, 0x9131, 0x912f, 0x9139,
+  0x9143, 0x9146, 0x520d, 0x5942, 0x52a2, 0x52ac, 0x52ad, 0x52be,
+  0x54ff, 0x52d0, 0x52d6, 0x52f0, 0x53df, 0x71ee, 0x77cd, 0x5ef4,
+  0x51f5, 0x51fc, 0x9b2f, 0x53b6, 0x5f01, 0x755a, 0x5def, 0x574c,
+  0x57a9, 0x57a1, 0x587e, 0x58bc, 0x58c5, 0x58d1, 0x5729, 0x572c,
+  0x572a, 0x5733, 0x5739, 0x572e, 0x572f, 0x575c, 0x573b, 0x5742,
+  0x5769, 0x5785, 0x576b, 0x5786, 0x577c, 0x577b, 0x5768, 0x576d,
+  0x5776, 0x5773, 0x57ad, 0x57a4, 0x578c, 0x57b2, 0x57cf, 0x57a7,
+  0x57b4, 0x5793, 0x57a0, 0x57d5, 0x57d8, 0x57da, 0x57d9, 0x57d2,
+  0x57b8, 0x57f4, 0x57ef, 0x57f8, 0x57e4, 0x57dd,
+  /* 0xdc */
+  0x8e73, 0x8e75, 0x8e77, 0x8e78, 0x8e79, 0x8e7a, 0x8e7b, 0x8e7d,
+  0x8e7e, 0x8e80, 0x8e82, 0x8e83, 0x8e84, 0x8e86, 0x8e88, 0x8e89,
+  0x8e8a, 0x8e8b, 0x8e8c, 0x8e8d, 0x8e8e, 0x8e91, 0x8e92, 0x8e93,
+  0x8e95, 0x8e96, 0x8e97, 0x8e98, 0x8e99, 0x8e9a, 0x8e9b, 0x8e9d,
+  0x8e9f, 0x8ea0, 0x8ea1, 0x8ea2, 0x8ea3, 0x8ea4, 0x8ea5, 0x8ea6,
+  0x8ea7, 0x8ea8, 0x8ea9, 0x8eaa, 0x8ead, 0x8eae, 0x8eb0, 0x8eb1,
+  0x8eb3, 0x8eb4, 0x8eb5, 0x8eb6, 0x8eb7, 0x8eb8, 0x8eb9, 0x8ebb,
+  0x8ebc, 0x8ebd, 0x8ebe, 0x8ebf, 0x8ec0, 0x8ec1, 0x8ec2, 0x8ec3,
+  0x8ec4, 0x8ec5, 0x8ec6, 0x8ec7, 0x8ec8, 0x8ec9, 0x8eca, 0x8ecb,
+  0x8ecc, 0x8ecd, 0x8ecf, 0x8ed0, 0x8ed1, 0x8ed2, 0x8ed3, 0x8ed4,
+  0x8ed5, 0x8ed6, 0x8ed7, 0x8ed8, 0x8ed9, 0x8eda, 0x8edb, 0x8edc,
+  0x8edd, 0x8ede, 0x8edf, 0x8ee0, 0x8ee1, 0x8ee2, 0x8ee3, 0x8ee4,
+  0x580b, 0x580d, 0x57fd, 0x57ed, 0x5800, 0x581e, 0x5819, 0x5844,
+  0x5820, 0x5865, 0x586c, 0x5881, 0x5889, 0x589a, 0x5880, 0x99a8,
+  0x9f19, 0x61ff, 0x8279, 0x827d, 0x827f, 0x828f, 0x828a, 0x82a8,
+  0x8284, 0x828e, 0x8291, 0x8297, 0x8299, 0x82ab, 0x82b8, 0x82be,
+  0x82b0, 0x82c8, 0x82ca, 0x82e3, 0x8298, 0x82b7, 0x82ae, 0x82cb,
+  0x82cc, 0x82c1, 0x82a9, 0x82b4, 0x82a1, 0x82aa, 0x829f, 0x82c4,
+  0x82ce, 0x82a4, 0x82e1, 0x8309, 0x82f7, 0x82e4, 0x830f, 0x8307,
+  0x82dc, 0x82f4, 0x82d2, 0x82d8, 0x830c, 0x82fb, 0x82d3, 0x8311,
+  0x831a, 0x8306, 0x8314, 0x8315, 0x82e0, 0x82d5, 0x831c, 0x8351,
+  0x835b, 0x835c, 0x8308, 0x8392, 0x833c, 0x8334, 0x8331, 0x839b,
+  0x835e, 0x832f, 0x834f, 0x8347, 0x8343, 0x835f, 0x8340, 0x8317,
+  0x8360, 0x832d, 0x833a, 0x8333, 0x8366, 0x8365,
+  /* 0xdd */
+  0x8ee5, 0x8ee6, 0x8ee7, 0x8ee8, 0x8ee9, 0x8eea, 0x8eeb, 0x8eec,
+  0x8eed, 0x8eee, 0x8eef, 0x8ef0, 0x8ef1, 0x8ef2, 0x8ef3, 0x8ef4,
+  0x8ef5, 0x8ef6, 0x8ef7, 0x8ef8, 0x8ef9, 0x8efa, 0x8efb, 0x8efc,
+  0x8efd, 0x8efe, 0x8eff, 0x8f00, 0x8f01, 0x8f02, 0x8f03, 0x8f04,
+  0x8f05, 0x8f06, 0x8f07, 0x8f08, 0x8f09, 0x8f0a, 0x8f0b, 0x8f0c,
+  0x8f0d, 0x8f0e, 0x8f0f, 0x8f10, 0x8f11, 0x8f12, 0x8f13, 0x8f14,
+  0x8f15, 0x8f16, 0x8f17, 0x8f18, 0x8f19, 0x8f1a, 0x8f1b, 0x8f1c,
+  0x8f1d, 0x8f1e, 0x8f1f, 0x8f20, 0x8f21, 0x8f22, 0x8f23, 0x8f24,
+  0x8f25, 0x8f26, 0x8f27, 0x8f28, 0x8f29, 0x8f2a, 0x8f2b, 0x8f2c,
+  0x8f2d, 0x8f2e, 0x8f2f, 0x8f30, 0x8f31, 0x8f32, 0x8f33, 0x8f34,
+  0x8f35, 0x8f36, 0x8f37, 0x8f38, 0x8f39, 0x8f3a, 0x8f3b, 0x8f3c,
+  0x8f3d, 0x8f3e, 0x8f3f, 0x8f40, 0x8f41, 0x8f42, 0x8f43, 0x8f44,
+  0x8368, 0x831b, 0x8369, 0x836c, 0x836a, 0x836d, 0x836e, 0x83b0,
+  0x8378, 0x83b3, 0x83b4, 0x83a0, 0x83aa, 0x8393, 0x839c, 0x8385,
+  0x837c, 0x83b6, 0x83a9, 0x837d, 0x83b8, 0x837b, 0x8398, 0x839e,
+  0x83a8, 0x83ba, 0x83bc, 0x83c1, 0x8401, 0x83e5, 0x83d8, 0x5807,
+  0x8418, 0x840b, 0x83dd, 0x83fd, 0x83d6, 0x841c, 0x8438, 0x8411,
+  0x8406, 0x83d4, 0x83df, 0x840f, 0x8403, 0x83f8, 0x83f9, 0x83ea,
+  0x83c5, 0x83c0, 0x8426, 0x83f0, 0x83e1, 0x845c, 0x8451, 0x845a,
+  0x8459, 0x8473, 0x8487, 0x8488, 0x847a, 0x8489, 0x8478, 0x843c,
+  0x8446, 0x8469, 0x8476, 0x848c, 0x848e, 0x8431, 0x846d, 0x84c1,
+  0x84cd, 0x84d0, 0x84e6, 0x84bd, 0x84d3, 0x84ca, 0x84bf, 0x84ba,
+  0x84e0, 0x84a1, 0x84b9, 0x84b4, 0x8497, 0x84e5, 0x84e3, 0x850c,
+  0x750d, 0x8538, 0x84f0, 0x8539, 0x851f, 0x853a,
+  /* 0xde */
+  0x8f45, 0x8f46, 0x8f47, 0x8f48, 0x8f49, 0x8f4a, 0x8f4b, 0x8f4c,
+  0x8f4d, 0x8f4e, 0x8f4f, 0x8f50, 0x8f51, 0x8f52, 0x8f53, 0x8f54,
+  0x8f55, 0x8f56, 0x8f57, 0x8f58, 0x8f59, 0x8f5a, 0x8f5b, 0x8f5c,
+  0x8f5d, 0x8f5e, 0x8f5f, 0x8f60, 0x8f61, 0x8f62, 0x8f63, 0x8f64,
+  0x8f65, 0x8f6a, 0x8f80, 0x8f8c, 0x8f92, 0x8f9d, 0x8fa0, 0x8fa1,
+  0x8fa2, 0x8fa4, 0x8fa5, 0x8fa6, 0x8fa7, 0x8faa, 0x8fac, 0x8fad,
+  0x8fae, 0x8faf, 0x8fb2, 0x8fb3, 0x8fb4, 0x8fb5, 0x8fb7, 0x8fb8,
+  0x8fba, 0x8fbb, 0x8fbc, 0x8fbf, 0x8fc0, 0x8fc3, 0x8fc6, 0x8fc9,
+  0x8fca, 0x8fcb, 0x8fcc, 0x8fcd, 0x8fcf, 0x8fd2, 0x8fd6, 0x8fd7,
+  0x8fda, 0x8fe0, 0x8fe1, 0x8fe3, 0x8fe7, 0x8fec, 0x8fef, 0x8ff1,
+  0x8ff2, 0x8ff4, 0x8ff5, 0x8ff6, 0x8ffa, 0x8ffb, 0x8ffc, 0x8ffe,
+  0x8fff, 0x9007, 0x9008, 0x900c, 0x900e, 0x9013, 0x9015, 0x9018,
+  0x8556, 0x853b, 0x84ff, 0x84fc, 0x8559, 0x8548, 0x8568, 0x8564,
+  0x855e, 0x857a, 0x77a2, 0x8543, 0x8572, 0x857b, 0x85a4, 0x85a8,
+  0x8587, 0x858f, 0x8579, 0x85ae, 0x859c, 0x8585, 0x85b9, 0x85b7,
+  0x85b0, 0x85d3, 0x85c1, 0x85dc, 0x85ff, 0x8627, 0x8605, 0x8629,
+  0x8616, 0x863c, 0x5efe, 0x5f08, 0x593c, 0x5941, 0x8037, 0x5955,
+  0x595a, 0x5958, 0x530f, 0x5c22, 0x5c25, 0x5c2c, 0x5c34, 0x624c,
+  0x626a, 0x629f, 0x62bb, 0x62ca, 0x62da, 0x62d7, 0x62ee, 0x6322,
+  0x62f6, 0x6339, 0x634b, 0x6343, 0x63ad, 0x63f6, 0x6371, 0x637a,
+  0x638e, 0x63b4, 0x636d, 0x63ac, 0x638a, 0x6369, 0x63ae, 0x63bc,
+  0x63f2, 0x63f8, 0x63e0, 0x63ff, 0x63c4, 0x63de, 0x63ce, 0x6452,
+  0x63c6, 0x63be, 0x6445, 0x6441, 0x640b, 0x641b, 0x6420, 0x640c,
+  0x6426, 0x6421, 0x645e, 0x6484, 0x646d, 0x6496,
+  /* 0xdf */
+  0x9019, 0x901c, 0x9023, 0x9024, 0x9025, 0x9027, 0x9028, 0x9029,
+  0x902a, 0x902b, 0x902c, 0x9030, 0x9031, 0x9032, 0x9033, 0x9034,
+  0x9037, 0x9039, 0x903a, 0x903d, 0x903f, 0x9040, 0x9043, 0x9045,
+  0x9046, 0x9048, 0x9049, 0x904a, 0x904b, 0x904c, 0x904e, 0x9054,
+  0x9055, 0x9056, 0x9059, 0x905a, 0x905c, 0x905d, 0x905e, 0x905f,
+  0x9060, 0x9061, 0x9064, 0x9066, 0x9067, 0x9069, 0x906a, 0x906b,
+  0x906c, 0x906f, 0x9070, 0x9071, 0x9072, 0x9073, 0x9076, 0x9077,
+  0x9078, 0x9079, 0x907a, 0x907b, 0x907c, 0x907e, 0x9081, 0x9084,
+  0x9085, 0x9086, 0x9087, 0x9089, 0x908a, 0x908c, 0x908d, 0x908e,
+  0x908f, 0x9090, 0x9092, 0x9094, 0x9096, 0x9098, 0x909a, 0x909c,
+  0x909e, 0x909f, 0x90a0, 0x90a4, 0x90a5, 0x90a7, 0x90a8, 0x90a9,
+  0x90ab, 0x90ad, 0x90b2, 0x90b7, 0x90bc, 0x90bd, 0x90bf, 0x90c0,
+  0x647a, 0x64b7, 0x64b8, 0x6499, 0x64ba, 0x64c0, 0x64d0, 0x64d7,
+  0x64e4, 0x64e2, 0x6509, 0x6525, 0x652e, 0x5f0b, 0x5fd2, 0x7519,
+  0x5f11, 0x535f, 0x53f1, 0x53fd, 0x53e9, 0x53e8, 0x53fb, 0x5412,
+  0x5416, 0x5406, 0x544b, 0x5452, 0x5453, 0x5454, 0x5456, 0x5443,
+  0x5421, 0x5457, 0x5459, 0x5423, 0x5432, 0x5482, 0x5494, 0x5477,
+  0x5471, 0x5464, 0x549a, 0x549b, 0x5484, 0x5476, 0x5466, 0x549d,
+  0x54d0, 0x54ad, 0x54c2, 0x54b4, 0x54d2, 0x54a7, 0x54a6, 0x54d3,
+  0x54d4, 0x5472, 0x54a3, 0x54d5, 0x54bb, 0x54bf, 0x54cc, 0x54d9,
+  0x54da, 0x54dc, 0x54a9, 0x54aa, 0x54a4, 0x54dd, 0x54cf, 0x54de,
+  0x551b, 0x54e7, 0x5520, 0x54fd, 0x5514, 0x54f3, 0x5522, 0x5523,
+  0x550f, 0x5511, 0x5527, 0x552a, 0x5567, 0x558f, 0x55b5, 0x5549,
+  0x556d, 0x5541, 0x5555, 0x553f, 0x5550, 0x553c,
+  /* 0xe0 */
+  0x90c2, 0x90c3, 0x90c6, 0x90c8, 0x90c9, 0x90cb, 0x90cc, 0x90cd,
+  0x90d2, 0x90d4, 0x90d5, 0x90d6, 0x90d8, 0x90d9, 0x90da, 0x90de,
+  0x90df, 0x90e0, 0x90e3, 0x90e4, 0x90e5, 0x90e9, 0x90ea, 0x90ec,
+  0x90ee, 0x90f0, 0x90f1, 0x90f2, 0x90f3, 0x90f5, 0x90f6, 0x90f7,
+  0x90f9, 0x90fa, 0x90fb, 0x90fc, 0x90ff, 0x9100, 0x9101, 0x9103,
+  0x9105, 0x9106, 0x9107, 0x9108, 0x9109, 0x910a, 0x910b, 0x910c,
+  0x910d, 0x910e, 0x910f, 0x9110, 0x9111, 0x9112, 0x9113, 0x9114,
+  0x9115, 0x9116, 0x9117, 0x9118, 0x911a, 0x911b, 0x911c, 0x911d,
+  0x911f, 0x9120, 0x9121, 0x9124, 0x9125, 0x9126, 0x9127, 0x9128,
+  0x9129, 0x912a, 0x912b, 0x912c, 0x912d, 0x912e, 0x9130, 0x9132,
+  0x9133, 0x9134, 0x9135, 0x9136, 0x9137, 0x9138, 0x913a, 0x913b,
+  0x913c, 0x913d, 0x913e, 0x913f, 0x9140, 0x9141, 0x9142, 0x9144,
+  0x5537, 0x5556, 0x5575, 0x5576, 0x5577, 0x5533, 0x5530, 0x555c,
+  0x558b, 0x55d2, 0x5583, 0x55b1, 0x55b9, 0x5588, 0x5581, 0x559f,
+  0x557e, 0x55d6, 0x5591, 0x557b, 0x55df, 0x55bd, 0x55be, 0x5594,
+  0x5599, 0x55ea, 0x55f7, 0x55c9, 0x561f, 0x55d1, 0x55eb, 0x55ec,
+  0x55d4, 0x55e6, 0x55dd, 0x55c4, 0x55ef, 0x55e5, 0x55f2, 0x55f3,
+  0x55cc, 0x55cd, 0x55e8, 0x55f5, 0x55e4, 0x8f94, 0x561e, 0x5608,
+  0x560c, 0x5601, 0x5624, 0x5623, 0x55fe, 0x5600, 0x5627, 0x562d,
+  0x5658, 0x5639, 0x5657, 0x562c, 0x564d, 0x5662, 0x5659, 0x565c,
+  0x564c, 0x5654, 0x5686, 0x5664, 0x5671, 0x566b, 0x567b, 0x567c,
+  0x5685, 0x5693, 0x56af, 0x56d4, 0x56d7, 0x56dd, 0x56e1, 0x56f5,
+  0x56eb, 0x56f9, 0x56ff, 0x5704, 0x570a, 0x5709, 0x571c, 0x5e0f,
+  0x5e19, 0x5e14, 0x5e11, 0x5e31, 0x5e3b, 0x5e3c,
+  /* 0xe1 */
+  0x9145, 0x9147, 0x9148, 0x9151, 0x9153, 0x9154, 0x9155, 0x9156,
+  0x9158, 0x9159, 0x915b, 0x915c, 0x915f, 0x9160, 0x9166, 0x9167,
+  0x9168, 0x916b, 0x916d, 0x9173, 0x917a, 0x917b, 0x917c, 0x9180,
+  0x9181, 0x9182, 0x9183, 0x9184, 0x9186, 0x9188, 0x918a, 0x918e,
+  0x918f, 0x9193, 0x9194, 0x9195, 0x9196, 0x9197, 0x9198, 0x9199,
+  0x919c, 0x919d, 0x919e, 0x919f, 0x91a0, 0x91a1, 0x91a4, 0x91a5,
+  0x91a6, 0x91a7, 0x91a8, 0x91a9, 0x91ab, 0x91ac, 0x91b0, 0x91b1,
+  0x91b2, 0x91b3, 0x91b6, 0x91b7, 0x91b8, 0x91b9, 0x91bb, 0x91bc,
+  0x91bd, 0x91be, 0x91bf, 0x91c0, 0x91c1, 0x91c2, 0x91c3, 0x91c4,
+  0x91c5, 0x91c6, 0x91c8, 0x91cb, 0x91d0, 0x91d2, 0x91d3, 0x91d4,
+  0x91d5, 0x91d6, 0x91d7, 0x91d8, 0x91d9, 0x91da, 0x91db, 0x91dd,
+  0x91de, 0x91df, 0x91e0, 0x91e1, 0x91e2, 0x91e3, 0x91e4, 0x91e5,
+  0x5e37, 0x5e44, 0x5e54, 0x5e5b, 0x5e5e, 0x5e61, 0x5c8c, 0x5c7a,
+  0x5c8d, 0x5c90, 0x5c96, 0x5c88, 0x5c98, 0x5c99, 0x5c91, 0x5c9a,
+  0x5c9c, 0x5cb5, 0x5ca2, 0x5cbd, 0x5cac, 0x5cab, 0x5cb1, 0x5ca3,
+  0x5cc1, 0x5cb7, 0x5cc4, 0x5cd2, 0x5ce4, 0x5ccb, 0x5ce5, 0x5d02,
+  0x5d03, 0x5d27, 0x5d26, 0x5d2e, 0x5d24, 0x5d1e, 0x5d06, 0x5d1b,
+  0x5d58, 0x5d3e, 0x5d34, 0x5d3d, 0x5d6c, 0x5d5b, 0x5d6f, 0x5d5d,
+  0x5d6b, 0x5d4b, 0x5d4a, 0x5d69, 0x5d74, 0x5d82, 0x5d99, 0x5d9d,
+  0x8c73, 0x5db7, 0x5dc5, 0x5f73, 0x5f77, 0x5f82, 0x5f87, 0x5f89,
+  0x5f8c, 0x5f95, 0x5f99, 0x5f9c, 0x5fa8, 0x5fad, 0x5fb5, 0x5fbc,
+  0x8862, 0x5f61, 0x72ad, 0x72b0, 0x72b4, 0x72b7, 0x72b8, 0x72c3,
+  0x72c1, 0x72ce, 0x72cd, 0x72d2, 0x72e8, 0x72ef, 0x72e9, 0x72f2,
+  0x72f4, 0x72f7, 0x7301, 0x72f3, 0x7303, 0x72fa,
+  /* 0xe2 */
+  0x91e6, 0x91e7, 0x91e8, 0x91e9, 0x91ea, 0x91eb, 0x91ec, 0x91ed,
+  0x91ee, 0x91ef, 0x91f0, 0x91f1, 0x91f2, 0x91f3, 0x91f4, 0x91f5,
+  0x91f6, 0x91f7, 0x91f8, 0x91f9, 0x91fa, 0x91fb, 0x91fc, 0x91fd,
+  0x91fe, 0x91ff, 0x9200, 0x9201, 0x9202, 0x9203, 0x9204, 0x9205,
+  0x9206, 0x9207, 0x9208, 0x9209, 0x920a, 0x920b, 0x920c, 0x920d,
+  0x920e, 0x920f, 0x9210, 0x9211, 0x9212, 0x9213, 0x9214, 0x9215,
+  0x9216, 0x9217, 0x9218, 0x9219, 0x921a, 0x921b, 0x921c, 0x921d,
+  0x921e, 0x921f, 0x9220, 0x9221, 0x9222, 0x9223, 0x9224, 0x9225,
+  0x9226, 0x9227, 0x9228, 0x9229, 0x922a, 0x922b, 0x922c, 0x922d,
+  0x922e, 0x922f, 0x9230, 0x9231, 0x9232, 0x9233, 0x9234, 0x9235,
+  0x9236, 0x9237, 0x9238, 0x9239, 0x923a, 0x923b, 0x923c, 0x923d,
+  0x923e, 0x923f, 0x9240, 0x9241, 0x9242, 0x9243, 0x9244, 0x9245,
+  0x72fb, 0x7317, 0x7313, 0x7321, 0x730a, 0x731e, 0x731d, 0x7315,
+  0x7322, 0x7339, 0x7325, 0x732c, 0x7338, 0x7331, 0x7350, 0x734d,
+  0x7357, 0x7360, 0x736c, 0x736f, 0x737e, 0x821b, 0x5925, 0x98e7,
+  0x5924, 0x5902, 0x9963, 0x9967, 0x9968, 0x9969, 0x996a, 0x996b,
+  0x996c, 0x9974, 0x9977, 0x997d, 0x9980, 0x9984, 0x9987, 0x998a,
+  0x998d, 0x9990, 0x9991, 0x9993, 0x9994, 0x9995, 0x5e80, 0x5e91,
+  0x5e8b, 0x5e96, 0x5ea5, 0x5ea0, 0x5eb9, 0x5eb5, 0x5ebe, 0x5eb3,
+  0x8d53, 0x5ed2, 0x5ed1, 0x5edb, 0x5ee8, 0x5eea, 0x81ba, 0x5fc4,
+  0x5fc9, 0x5fd6, 0x5fcf, 0x6003, 0x5fee, 0x6004, 0x5fe1, 0x5fe4,
+  0x5ffe, 0x6005, 0x6006, 0x5fea, 0x5fed, 0x5ff8, 0x6019, 0x6035,
+  0x6026, 0x601b, 0x600f, 0x600d, 0x6029, 0x602b, 0x600a, 0x603f,
+  0x6021, 0x6078, 0x6079, 0x607b, 0x607a, 0x6042,
+  /* 0xe3 */
+  0x9246, 0x9247, 0x9248, 0x9249, 0x924a, 0x924b, 0x924c, 0x924d,
+  0x924e, 0x924f, 0x9250, 0x9251, 0x9252, 0x9253, 0x9254, 0x9255,
+  0x9256, 0x9257, 0x9258, 0x9259, 0x925a, 0x925b, 0x925c, 0x925d,
+  0x925e, 0x925f, 0x9260, 0x9261, 0x9262, 0x9263, 0x9264, 0x9265,
+  0x9266, 0x9267, 0x9268, 0x9269, 0x926a, 0x926b, 0x926c, 0x926d,
+  0x926e, 0x926f, 0x9270, 0x9271, 0x9272, 0x9273, 0x9275, 0x9276,
+  0x9277, 0x9278, 0x9279, 0x927a, 0x927b, 0x927c, 0x927d, 0x927e,
+  0x927f, 0x9280, 0x9281, 0x9282, 0x9283, 0x9284, 0x9285, 0x9286,
+  0x9287, 0x9288, 0x9289, 0x928a, 0x928b, 0x928c, 0x928d, 0x928f,
+  0x9290, 0x9291, 0x9292, 0x9293, 0x9294, 0x9295, 0x9296, 0x9297,
+  0x9298, 0x9299, 0x929a, 0x929b, 0x929c, 0x929d, 0x929e, 0x929f,
+  0x92a0, 0x92a1, 0x92a2, 0x92a3, 0x92a4, 0x92a5, 0x92a6, 0x92a7,
+  0x606a, 0x607d, 0x6096, 0x609a, 0x60ad, 0x609d, 0x6083, 0x6092,
+  0x608c, 0x609b, 0x60ec, 0x60bb, 0x60b1, 0x60dd, 0x60d8, 0x60c6,
+  0x60da, 0x60b4, 0x6120, 0x6126, 0x6115, 0x6123, 0x60f4, 0x6100,
+  0x610e, 0x612b, 0x614a, 0x6175, 0x61ac, 0x6194, 0x61a7, 0x61b7,
+  0x61d4, 0x61f5, 0x5fdd, 0x96b3, 0x95e9, 0x95eb, 0x95f1, 0x95f3,
+  0x95f5, 0x95f6, 0x95fc, 0x95fe, 0x9603, 0x9604, 0x9606, 0x9608,
+  0x960a, 0x960b, 0x960c, 0x960d, 0x960f, 0x9612, 0x9615, 0x9616,
+  0x9617, 0x9619, 0x961a, 0x4e2c, 0x723f, 0x6215, 0x6c35, 0x6c54,
+  0x6c5c, 0x6c4a, 0x6ca3, 0x6c85, 0x6c90, 0x6c94, 0x6c8c, 0x6c68,
+  0x6c69, 0x6c74, 0x6c76, 0x6c86, 0x6ca9, 0x6cd0, 0x6cd4, 0x6cad,
+  0x6cf7, 0x6cf8, 0x6cf1, 0x6cd7, 0x6cb2, 0x6ce0, 0x6cd6, 0x6cfa,
+  0x6ceb, 0x6cee, 0x6cb1, 0x6cd3, 0x6cef, 0x6cfe,
+  /* 0xe4 */
+  0x92a8, 0x92a9, 0x92aa, 0x92ab, 0x92ac, 0x92ad, 0x92af, 0x92b0,
+  0x92b1, 0x92b2, 0x92b3, 0x92b4, 0x92b5, 0x92b6, 0x92b7, 0x92b8,
+  0x92b9, 0x92ba, 0x92bb, 0x92bc, 0x92bd, 0x92be, 0x92bf, 0x92c0,
+  0x92c1, 0x92c2, 0x92c3, 0x92c4, 0x92c5, 0x92c6, 0x92c7, 0x92c9,
+  0x92ca, 0x92cb, 0x92cc, 0x92cd, 0x92ce, 0x92cf, 0x92d0, 0x92d1,
+  0x92d2, 0x92d3, 0x92d4, 0x92d5, 0x92d6, 0x92d7, 0x92d8, 0x92d9,
+  0x92da, 0x92db, 0x92dc, 0x92dd, 0x92de, 0x92df, 0x92e0, 0x92e1,
+  0x92e2, 0x92e3, 0x92e4, 0x92e5, 0x92e6, 0x92e7, 0x92e8, 0x92e9,
+  0x92ea, 0x92eb, 0x92ec, 0x92ed, 0x92ee, 0x92ef, 0x92f0, 0x92f1,
+  0x92f2, 0x92f3, 0x92f4, 0x92f5, 0x92f6, 0x92f7, 0x92f8, 0x92f9,
+  0x92fa, 0x92fb, 0x92fc, 0x92fd, 0x92fe, 0x92ff, 0x9300, 0x9301,
+  0x9302, 0x9303, 0x9304, 0x9305, 0x9306, 0x9307, 0x9308, 0x9309,
+  0x6d39, 0x6d27, 0x6d0c, 0x6d43, 0x6d48, 0x6d07, 0x6d04, 0x6d19,
+  0x6d0e, 0x6d2b, 0x6d4d, 0x6d2e, 0x6d35, 0x6d1a, 0x6d4f, 0x6d52,
+  0x6d54, 0x6d33, 0x6d91, 0x6d6f, 0x6d9e, 0x6da0, 0x6d5e, 0x6d93,
+  0x6d94, 0x6d5c, 0x6d60, 0x6d7c, 0x6d63, 0x6e1a, 0x6dc7, 0x6dc5,
+  0x6dde, 0x6e0e, 0x6dbf, 0x6de0, 0x6e11, 0x6de6, 0x6ddd, 0x6dd9,
+  0x6e16, 0x6dab, 0x6e0c, 0x6dae, 0x6e2b, 0x6e6e, 0x6e4e, 0x6e6b,
+  0x6eb2, 0x6e5f, 0x6e86, 0x6e53, 0x6e54, 0x6e32, 0x6e25, 0x6e44,
+  0x6edf, 0x6eb1, 0x6e98, 0x6ee0, 0x6f2d, 0x6ee2, 0x6ea5, 0x6ea7,
+  0x6ebd, 0x6ebb, 0x6eb7, 0x6ed7, 0x6eb4, 0x6ecf, 0x6e8f, 0x6ec2,
+  0x6e9f, 0x6f62, 0x6f46, 0x6f47, 0x6f24, 0x6f15, 0x6ef9, 0x6f2f,
+  0x6f36, 0x6f4b, 0x6f74, 0x6f2a, 0x6f09, 0x6f29, 0x6f89, 0x6f8d,
+  0x6f8c, 0x6f78, 0x6f72, 0x6f7c, 0x6f7a, 0x6fd1,
+  /* 0xe5 */
+  0x930a, 0x930b, 0x930c, 0x930d, 0x930e, 0x930f, 0x9310, 0x9311,
+  0x9312, 0x9313, 0x9314, 0x9315, 0x9316, 0x9317, 0x9318, 0x9319,
+  0x931a, 0x931b, 0x931c, 0x931d, 0x931e, 0x931f, 0x9320, 0x9321,
+  0x9322, 0x9323, 0x9324, 0x9325, 0x9326, 0x9327, 0x9328, 0x9329,
+  0x932a, 0x932b, 0x932c, 0x932d, 0x932e, 0x932f, 0x9330, 0x9331,
+  0x9332, 0x9333, 0x9334, 0x9335, 0x9336, 0x9337, 0x9338, 0x9339,
+  0x933a, 0x933b, 0x933c, 0x933d, 0x933f, 0x9340, 0x9341, 0x9342,
+  0x9343, 0x9344, 0x9345, 0x9346, 0x9347, 0x9348, 0x9349, 0x934a,
+  0x934b, 0x934c, 0x934d, 0x934e, 0x934f, 0x9350, 0x9351, 0x9352,
+  0x9353, 0x9354, 0x9355, 0x9356, 0x9357, 0x9358, 0x9359, 0x935a,
+  0x935b, 0x935c, 0x935d, 0x935e, 0x935f, 0x9360, 0x9361, 0x9362,
+  0x9363, 0x9364, 0x9365, 0x9366, 0x9367, 0x9368, 0x9369, 0x936b,
+  0x6fc9, 0x6fa7, 0x6fb9, 0x6fb6, 0x6fc2, 0x6fe1, 0x6fee, 0x6fde,
+  0x6fe0, 0x6fef, 0x701a, 0x7023, 0x701b, 0x7039, 0x7035, 0x704f,
+  0x705e, 0x5b80, 0x5b84, 0x5b95, 0x5b93, 0x5ba5, 0x5bb8, 0x752f,
+  0x9a9e, 0x6434, 0x5be4, 0x5bee, 0x8930, 0x5bf0, 0x8e47, 0x8b07,
+  0x8fb6, 0x8fd3, 0x8fd5, 0x8fe5, 0x8fee, 0x8fe4, 0x8fe9, 0x8fe6,
+  0x8ff3, 0x8fe8, 0x9005, 0x9004, 0x900b, 0x9026, 0x9011, 0x900d,
+  0x9016, 0x9021, 0x9035, 0x9036, 0x902d, 0x902f, 0x9044, 0x9051,
+  0x9052, 0x9050, 0x9068, 0x9058, 0x9062, 0x905b, 0x66b9, 0x9074,
+  0x907d, 0x9082, 0x9088, 0x9083, 0x908b, 0x5f50, 0x5f57, 0x5f56,
+  0x5f58, 0x5c3b, 0x54ab, 0x5c50, 0x5c59, 0x5b71, 0x5c63, 0x5c66,
+  0x7fbc, 0x5f2a, 0x5f29, 0x5f2d, 0x8274, 0x5f3c, 0x9b3b, 0x5c6e,
+  0x5981, 0x5983, 0x598d, 0x59a9, 0x59aa, 0x59a3,
+  /* 0xe6 */
+  0x936c, 0x936d, 0x936e, 0x936f, 0x9370, 0x9371, 0x9372, 0x9373,
+  0x9374, 0x9375, 0x9376, 0x9377, 0x9378, 0x9379, 0x937a, 0x937b,
+  0x937c, 0x937d, 0x937e, 0x937f, 0x9380, 0x9381, 0x9382, 0x9383,
+  0x9384, 0x9385, 0x9386, 0x9387, 0x9388, 0x9389, 0x938a, 0x938b,
+  0x938c, 0x938d, 0x938e, 0x9390, 0x9391, 0x9392, 0x9393, 0x9394,
+  0x9395, 0x9396, 0x9397, 0x9398, 0x9399, 0x939a, 0x939b, 0x939c,
+  0x939d, 0x939e, 0x939f, 0x93a0, 0x93a1, 0x93a2, 0x93a3, 0x93a4,
+  0x93a5, 0x93a6, 0x93a7, 0x93a8, 0x93a9, 0x93aa, 0x93ab, 0x93ac,
+  0x93ad, 0x93ae, 0x93af, 0x93b0, 0x93b1, 0x93b2, 0x93b3, 0x93b4,
+  0x93b5, 0x93b6, 0x93b7, 0x93b8, 0x93b9, 0x93ba, 0x93bb, 0x93bc,
+  0x93bd, 0x93be, 0x93bf, 0x93c0, 0x93c1, 0x93c2, 0x93c3, 0x93c4,
+  0x93c5, 0x93c6, 0x93c7, 0x93c8, 0x93c9, 0x93cb, 0x93cc, 0x93cd,
+  0x5997, 0x59ca, 0x59ab, 0x599e, 0x59a4, 0x59d2, 0x59b2, 0x59af,
+  0x59d7, 0x59be, 0x5a05, 0x5a06, 0x59dd, 0x5a08, 0x59e3, 0x59d8,
+  0x59f9, 0x5a0c, 0x5a09, 0x5a32, 0x5a34, 0x5a11, 0x5a23, 0x5a13,
+  0x5a40, 0x5a67, 0x5a4a, 0x5a55, 0x5a3c, 0x5a62, 0x5a75, 0x80ec,
+  0x5aaa, 0x5a9b, 0x5a77, 0x5a7a, 0x5abe, 0x5aeb, 0x5ab2, 0x5ad2,
+  0x5ad4, 0x5ab8, 0x5ae0, 0x5ae3, 0x5af1, 0x5ad6, 0x5ae6, 0x5ad8,
+  0x5adc, 0x5b09, 0x5b17, 0x5b16, 0x5b32, 0x5b37, 0x5b40, 0x5c15,
+  0x5c1c, 0x5b5a, 0x5b65, 0x5b73, 0x5b51, 0x5b53, 0x5b62, 0x9a75,
+  0x9a77, 0x9a78, 0x9a7a, 0x9a7f, 0x9a7d, 0x9a80, 0x9a81, 0x9a85,
+  0x9a88, 0x9a8a, 0x9a90, 0x9a92, 0x9a93, 0x9a96, 0x9a98, 0x9a9b,
+  0x9a9c, 0x9a9d, 0x9a9f, 0x9aa0, 0x9aa2, 0x9aa3, 0x9aa5, 0x9aa7,
+  0x7e9f, 0x7ea1, 0x7ea3, 0x7ea5, 0x7ea8, 0x7ea9,
+  /* 0xe7 */
+  0x93ce, 0x93cf, 0x93d0, 0x93d1, 0x93d2, 0x93d3, 0x93d4, 0x93d5,
+  0x93d7, 0x93d8, 0x93d9, 0x93da, 0x93db, 0x93dc, 0x93dd, 0x93de,
+  0x93df, 0x93e0, 0x93e1, 0x93e2, 0x93e3, 0x93e4, 0x93e5, 0x93e6,
+  0x93e7, 0x93e8, 0x93e9, 0x93ea, 0x93eb, 0x93ec, 0x93ed, 0x93ee,
+  0x93ef, 0x93f0, 0x93f1, 0x93f2, 0x93f3, 0x93f4, 0x93f5, 0x93f6,
+  0x93f7, 0x93f8, 0x93f9, 0x93fa, 0x93fb, 0x93fc, 0x93fd, 0x93fe,
+  0x93ff, 0x9400, 0x9401, 0x9402, 0x9403, 0x9404, 0x9405, 0x9406,
+  0x9407, 0x9408, 0x9409, 0x940a, 0x940b, 0x940c, 0x940d, 0x940e,
+  0x940f, 0x9410, 0x9411, 0x9412, 0x9413, 0x9414, 0x9415, 0x9416,
+  0x9417, 0x9418, 0x9419, 0x941a, 0x941b, 0x941c, 0x941d, 0x941e,
+  0x941f, 0x9420, 0x9421, 0x9422, 0x9423, 0x9424, 0x9425, 0x9426,
+  0x9427, 0x9428, 0x9429, 0x942a, 0x942b, 0x942c, 0x942d, 0x942e,
+  0x7ead, 0x7eb0, 0x7ebe, 0x7ec0, 0x7ec1, 0x7ec2, 0x7ec9, 0x7ecb,
+  0x7ecc, 0x7ed0, 0x7ed4, 0x7ed7, 0x7edb, 0x7ee0, 0x7ee1, 0x7ee8,
+  0x7eeb, 0x7eee, 0x7eef, 0x7ef1, 0x7ef2, 0x7f0d, 0x7ef6, 0x7efa,
+  0x7efb, 0x7efe, 0x7f01, 0x7f02, 0x7f03, 0x7f07, 0x7f08, 0x7f0b,
+  0x7f0c, 0x7f0f, 0x7f11, 0x7f12, 0x7f17, 0x7f19, 0x7f1c, 0x7f1b,
+  0x7f1f, 0x7f21, 0x7f22, 0x7f23, 0x7f24, 0x7f25, 0x7f26, 0x7f27,
+  0x7f2a, 0x7f2b, 0x7f2c, 0x7f2d, 0x7f2f, 0x7f30, 0x7f31, 0x7f32,
+  0x7f33, 0x7f35, 0x5e7a, 0x757f, 0x5ddb, 0x753e, 0x9095, 0x738e,
+  0x7391, 0x73ae, 0x73a2, 0x739f, 0x73cf, 0x73c2, 0x73d1, 0x73b7,
+  0x73b3, 0x73c0, 0x73c9, 0x73c8, 0x73e5, 0x73d9, 0x987c, 0x740a,
+  0x73e9, 0x73e7, 0x73de, 0x73ba, 0x73f2, 0x740f, 0x742a, 0x745b,
+  0x7426, 0x7425, 0x7428, 0x7430, 0x742e, 0x742c,
+  /* 0xe8 */
+  0x942f, 0x9430, 0x9431, 0x9432, 0x9433, 0x9434, 0x9435, 0x9436,
+  0x9437, 0x9438, 0x9439, 0x943a, 0x943b, 0x943c, 0x943d, 0x943f,
+  0x9440, 0x9441, 0x9442, 0x9443, 0x9444, 0x9445, 0x9446, 0x9447,
+  0x9448, 0x9449, 0x944a, 0x944b, 0x944c, 0x944d, 0x944e, 0x944f,
+  0x9450, 0x9451, 0x9452, 0x9453, 0x9454, 0x9455, 0x9456, 0x9457,
+  0x9458, 0x9459, 0x945a, 0x945b, 0x945c, 0x945d, 0x945e, 0x945f,
+  0x9460, 0x9461, 0x9462, 0x9463, 0x9464, 0x9465, 0x9466, 0x9467,
+  0x9468, 0x9469, 0x946a, 0x946c, 0x946d, 0x946e, 0x946f, 0x9470,
+  0x9471, 0x9472, 0x9473, 0x9474, 0x9475, 0x9476, 0x9477, 0x9478,
+  0x9479, 0x947a, 0x947b, 0x947c, 0x947d, 0x947e, 0x947f, 0x9480,
+  0x9481, 0x9482, 0x9483, 0x9484, 0x9491, 0x9496, 0x9498, 0x94c7,
+  0x94cf, 0x94d3, 0x94d4, 0x94da, 0x94e6, 0x94fb, 0x951c, 0x9520,
+  0x741b, 0x741a, 0x7441, 0x745c, 0x7457, 0x7455, 0x7459, 0x7477,
+  0x746d, 0x747e, 0x749c, 0x748e, 0x7480, 0x7481, 0x7487, 0x748b,
+  0x749e, 0x74a8, 0x74a9, 0x7490, 0x74a7, 0x74d2, 0x74ba, 0x97ea,
+  0x97eb, 0x97ec, 0x674c, 0x6753, 0x675e, 0x6748, 0x6769, 0x67a5,
+  0x6787, 0x676a, 0x6773, 0x6798, 0x67a7, 0x6775, 0x67a8, 0x679e,
+  0x67ad, 0x678b, 0x6777, 0x677c, 0x67f0, 0x6809, 0x67d8, 0x680a,
+  0x67e9, 0x67b0, 0x680c, 0x67d9, 0x67b5, 0x67da, 0x67b3, 0x67dd,
+  0x6800, 0x67c3, 0x67b8, 0x67e2, 0x680e, 0x67c1, 0x67fd, 0x6832,
+  0x6833, 0x6860, 0x6861, 0x684e, 0x6862, 0x6844, 0x6864, 0x6883,
+  0x681d, 0x6855, 0x6866, 0x6841, 0x6867, 0x6840, 0x683e, 0x684a,
+  0x6849, 0x6829, 0x68b5, 0x688f, 0x6874, 0x6877, 0x6893, 0x686b,
+  0x68c2, 0x696e, 0x68fc, 0x691f, 0x6920, 0x68f9,
+  /* 0xe9 */
+  0x9527, 0x9533, 0x953d, 0x9543, 0x9548, 0x954b, 0x9555, 0x955a,
+  0x9560, 0x956e, 0x9574, 0x9575, 0x9577, 0x9578, 0x9579, 0x957a,
+  0x957b, 0x957c, 0x957d, 0x957e, 0x9580, 0x9581, 0x9582, 0x9583,
+  0x9584, 0x9585, 0x9586, 0x9587, 0x9588, 0x9589, 0x958a, 0x958b,
+  0x958c, 0x958d, 0x958e, 0x958f, 0x9590, 0x9591, 0x9592, 0x9593,
+  0x9594, 0x9595, 0x9596, 0x9597, 0x9598, 0x9599, 0x959a, 0x959b,
+  0x959c, 0x959d, 0x959e, 0x959f, 0x95a0, 0x95a1, 0x95a2, 0x95a3,
+  0x95a4, 0x95a5, 0x95a6, 0x95a7, 0x95a8, 0x95a9, 0x95aa, 0x95ab,
+  0x95ac, 0x95ad, 0x95ae, 0x95af, 0x95b0, 0x95b1, 0x95b2, 0x95b3,
+  0x95b4, 0x95b5, 0x95b6, 0x95b7, 0x95b8, 0x95b9, 0x95ba, 0x95bb,
+  0x95bc, 0x95bd, 0x95be, 0x95bf, 0x95c0, 0x95c1, 0x95c2, 0x95c3,
+  0x95c4, 0x95c5, 0x95c6, 0x95c7, 0x95c8, 0x95c9, 0x95ca, 0x95cb,
+  0x6924, 0x68f0, 0x690b, 0x6901, 0x6957, 0x68e3, 0x6910, 0x6971,
+  0x6939, 0x6960, 0x6942, 0x695d, 0x6984, 0x696b, 0x6980, 0x6998,
+  0x6978, 0x6934, 0x69cc, 0x6987, 0x6988, 0x69ce, 0x6989, 0x6966,
+  0x6963, 0x6979, 0x699b, 0x69a7, 0x69bb, 0x69ab, 0x69ad, 0x69d4,
+  0x69b1, 0x69c1, 0x69ca, 0x69df, 0x6995, 0x69e0, 0x698d, 0x69ff,
+  0x6a2f, 0x69ed, 0x6a17, 0x6a18, 0x6a65, 0x69f2, 0x6a44, 0x6a3e,
+  0x6aa0, 0x6a50, 0x6a5b, 0x6a35, 0x6a8e, 0x6a79, 0x6a3d, 0x6a28,
+  0x6a58, 0x6a7c, 0x6a91, 0x6a90, 0x6aa9, 0x6a97, 0x6aab, 0x7337,
+  0x7352, 0x6b81, 0x6b82, 0x6b87, 0x6b84, 0x6b92, 0x6b93, 0x6b8d,
+  0x6b9a, 0x6b9b, 0x6ba1, 0x6baa, 0x8f6b, 0x8f6d, 0x8f71, 0x8f72,
+  0x8f73, 0x8f75, 0x8f76, 0x8f78, 0x8f77, 0x8f79, 0x8f7a, 0x8f7c,
+  0x8f7e, 0x8f81, 0x8f82, 0x8f84, 0x8f87, 0x8f8b,
+  /* 0xea */
+  0x95cc, 0x95cd, 0x95ce, 0x95cf, 0x95d0, 0x95d1, 0x95d2, 0x95d3,
+  0x95d4, 0x95d5, 0x95d6, 0x95d7, 0x95d8, 0x95d9, 0x95da, 0x95db,
+  0x95dc, 0x95dd, 0x95de, 0x95df, 0x95e0, 0x95e1, 0x95e2, 0x95e3,
+  0x95e4, 0x95e5, 0x95e6, 0x95e7, 0x95ec, 0x95ff, 0x9607, 0x9613,
+  0x9618, 0x961b, 0x961e, 0x9620, 0x9623, 0x9624, 0x9625, 0x9626,
+  0x9627, 0x9628, 0x9629, 0x962b, 0x962c, 0x962d, 0x962f, 0x9630,
+  0x9637, 0x9638, 0x9639, 0x963a, 0x963e, 0x9641, 0x9643, 0x964a,
+  0x964e, 0x964f, 0x9651, 0x9652, 0x9653, 0x9656, 0x9657, 0x9658,
+  0x9659, 0x965a, 0x965c, 0x965d, 0x965e, 0x9660, 0x9663, 0x9665,
+  0x9666, 0x966b, 0x966d, 0x966e, 0x966f, 0x9670, 0x9671, 0x9673,
+  0x9678, 0x9679, 0x967a, 0x967b, 0x967c, 0x967d, 0x967e, 0x967f,
+  0x9680, 0x9681, 0x9682, 0x9683, 0x9684, 0x9687, 0x9689, 0x968a,
+  0x8f8d, 0x8f8e, 0x8f8f, 0x8f98, 0x8f9a, 0x8ece, 0x620b, 0x6217,
+  0x621b, 0x621f, 0x6222, 0x6221, 0x6225, 0x6224, 0x622c, 0x81e7,
+  0x74ef, 0x74f4, 0x74ff, 0x750f, 0x7511, 0x7513, 0x6534, 0x65ee,
+  0x65ef, 0x65f0, 0x660a, 0x6619, 0x6772, 0x6603, 0x6615, 0x6600,
+  0x7085, 0x66f7, 0x661d, 0x6634, 0x6631, 0x6636, 0x6635, 0x8006,
+  0x665f, 0x6654, 0x6641, 0x664f, 0x6656, 0x6661, 0x6657, 0x6677,
+  0x6684, 0x668c, 0x66a7, 0x669d, 0x66be, 0x66db, 0x66dc, 0x66e6,
+  0x66e9, 0x8d32, 0x8d33, 0x8d36, 0x8d3b, 0x8d3d, 0x8d40, 0x8d45,
+  0x8d46, 0x8d48, 0x8d49, 0x8d47, 0x8d4d, 0x8d55, 0x8d59, 0x89c7,
+  0x89ca, 0x89cb, 0x89cc, 0x89ce, 0x89cf, 0x89d0, 0x89d1, 0x726e,
+  0x729f, 0x725d, 0x7266, 0x726f, 0x727e, 0x727f, 0x7284, 0x728b,
+  0x728d, 0x728f, 0x7292, 0x6308, 0x6332, 0x63b0,
+  /* 0xeb */
+  0x968c, 0x968e, 0x9691, 0x9692, 0x9693, 0x9695, 0x9696, 0x969a,
+  0x969b, 0x969d, 0x969e, 0x969f, 0x96a0, 0x96a1, 0x96a2, 0x96a3,
+  0x96a4, 0x96a5, 0x96a6, 0x96a8, 0x96a9, 0x96aa, 0x96ab, 0x96ac,
+  0x96ad, 0x96ae, 0x96af, 0x96b1, 0x96b2, 0x96b4, 0x96b5, 0x96b7,
+  0x96b8, 0x96ba, 0x96bb, 0x96bf, 0x96c2, 0x96c3, 0x96c8, 0x96ca,
+  0x96cb, 0x96d0, 0x96d1, 0x96d3, 0x96d4, 0x96d6, 0x96d7, 0x96d8,
+  0x96d9, 0x96da, 0x96db, 0x96dc, 0x96dd, 0x96de, 0x96df, 0x96e1,
+  0x96e2, 0x96e3, 0x96e4, 0x96e5, 0x96e6, 0x96e7, 0x96eb, 0x96ec,
+  0x96ed, 0x96ee, 0x96f0, 0x96f1, 0x96f2, 0x96f4, 0x96f5, 0x96f8,
+  0x96fa, 0x96fb, 0x96fc, 0x96fd, 0x96ff, 0x9702, 0x9703, 0x9705,
+  0x970a, 0x970b, 0x970c, 0x9710, 0x9711, 0x9712, 0x9714, 0x9715,
+  0x9717, 0x9718, 0x9719, 0x971a, 0x971b, 0x971d, 0x971f, 0x9720,
+  0x643f, 0x64d8, 0x8004, 0x6bea, 0x6bf3, 0x6bfd, 0x6bf5, 0x6bf9,
+  0x6c05, 0x6c07, 0x6c06, 0x6c0d, 0x6c15, 0x6c18, 0x6c19, 0x6c1a,
+  0x6c21, 0x6c29, 0x6c24, 0x6c2a, 0x6c32, 0x6535, 0x6555, 0x656b,
+  0x724d, 0x7252, 0x7256, 0x7230, 0x8662, 0x5216, 0x809f, 0x809c,
+  0x8093, 0x80bc, 0x670a, 0x80bd, 0x80b1, 0x80ab, 0x80ad, 0x80b4,
+  0x80b7, 0x80e7, 0x80e8, 0x80e9, 0x80ea, 0x80db, 0x80c2, 0x80c4,
+  0x80d9, 0x80cd, 0x80d7, 0x6710, 0x80dd, 0x80eb, 0x80f1, 0x80f4,
+  0x80ed, 0x810d, 0x810e, 0x80f2, 0x80fc, 0x6715, 0x8112, 0x8c5a,
+  0x8136, 0x811e, 0x812c, 0x8118, 0x8132, 0x8148, 0x814c, 0x8153,
+  0x8174, 0x8159, 0x815a, 0x8171, 0x8160, 0x8169, 0x817c, 0x817d,
+  0x816d, 0x8167, 0x584d, 0x5ab5, 0x8188, 0x8182, 0x8191, 0x6ed5,
+  0x81a3, 0x81aa, 0x81cc, 0x6726, 0x81ca, 0x81bb,
+  /* 0xec */
+  0x9721, 0x9722, 0x9723, 0x9724, 0x9725, 0x9726, 0x9727, 0x9728,
+  0x9729, 0x972b, 0x972c, 0x972e, 0x972f, 0x9731, 0x9733, 0x9734,
+  0x9735, 0x9736, 0x9737, 0x973a, 0x973b, 0x973c, 0x973d, 0x973f,
+  0x9740, 0x9741, 0x9742, 0x9743, 0x9744, 0x9745, 0x9746, 0x9747,
+  0x9748, 0x9749, 0x974a, 0x974b, 0x974c, 0x974d, 0x974e, 0x974f,
+  0x9750, 0x9751, 0x9754, 0x9755, 0x9757, 0x9758, 0x975a, 0x975c,
+  0x975d, 0x975f, 0x9763, 0x9764, 0x9766, 0x9767, 0x9768, 0x976a,
+  0x976b, 0x976c, 0x976d, 0x976e, 0x976f, 0x9770, 0x9771, 0x9772,
+  0x9775, 0x9777, 0x9778, 0x9779, 0x977a, 0x977b, 0x977d, 0x977e,
+  0x977f, 0x9780, 0x9781, 0x9782, 0x9783, 0x9784, 0x9786, 0x9787,
+  0x9788, 0x9789, 0x978a, 0x978c, 0x978e, 0x978f, 0x9790, 0x9793,
+  0x9795, 0x9796, 0x9797, 0x9799, 0x979a, 0x979b, 0x979c, 0x979d,
+  0x81c1, 0x81a6, 0x6b24, 0x6b37, 0x6b39, 0x6b43, 0x6b46, 0x6b59,
+  0x98d1, 0x98d2, 0x98d3, 0x98d5, 0x98d9, 0x98da, 0x6bb3, 0x5f40,
+  0x6bc2, 0x89f3, 0x6590, 0x9f51, 0x6593, 0x65bc, 0x65c6, 0x65c4,
+  0x65c3, 0x65cc, 0x65ce, 0x65d2, 0x65d6, 0x7080, 0x709c, 0x7096,
+  0x709d, 0x70bb, 0x70c0, 0x70b7, 0x70ab, 0x70b1, 0x70e8, 0x70ca,
+  0x7110, 0x7113, 0x7116, 0x712f, 0x7131, 0x7173, 0x715c, 0x7168,
+  0x7145, 0x7172, 0x714a, 0x7178, 0x717a, 0x7198, 0x71b3, 0x71b5,
+  0x71a8, 0x71a0, 0x71e0, 0x71d4, 0x71e7, 0x71f9, 0x721d, 0x7228,
+  0x706c, 0x7118, 0x7166, 0x71b9, 0x623e, 0x623d, 0x6243, 0x6248,
+  0x6249, 0x793b, 0x7940, 0x7946, 0x7949, 0x795b, 0x795c, 0x7953,
+  0x795a, 0x7962, 0x7957, 0x7960, 0x796f, 0x7967, 0x797a, 0x7985,
+  0x798a, 0x799a, 0x79a7, 0x79b3, 0x5fd1, 0x5fd0,
+  /* 0xed */
+  0x979e, 0x979f, 0x97a1, 0x97a2, 0x97a4, 0x97a5, 0x97a6, 0x97a7,
+  0x97a8, 0x97a9, 0x97aa, 0x97ac, 0x97ae, 0x97b0, 0x97b1, 0x97b3,
+  0x97b5, 0x97b6, 0x97b7, 0x97b8, 0x97b9, 0x97ba, 0x97bb, 0x97bc,
+  0x97bd, 0x97be, 0x97bf, 0x97c0, 0x97c1, 0x97c2, 0x97c3, 0x97c4,
+  0x97c5, 0x97c6, 0x97c7, 0x97c8, 0x97c9, 0x97ca, 0x97cb, 0x97cc,
+  0x97cd, 0x97ce, 0x97cf, 0x97d0, 0x97d1, 0x97d2, 0x97d3, 0x97d4,
+  0x97d5, 0x97d6, 0x97d7, 0x97d8, 0x97d9, 0x97da, 0x97db, 0x97dc,
+  0x97dd, 0x97de, 0x97df, 0x97e0, 0x97e1, 0x97e2, 0x97e3, 0x97e4,
+  0x97e5, 0x97e8, 0x97ee, 0x97ef, 0x97f0, 0x97f1, 0x97f2, 0x97f4,
+  0x97f7, 0x97f8, 0x97f9, 0x97fa, 0x97fb, 0x97fc, 0x97fd, 0x97fe,
+  0x97ff, 0x9800, 0x9801, 0x9802, 0x9803, 0x9804, 0x9805, 0x9806,
+  0x9807, 0x9808, 0x9809, 0x980a, 0x980b, 0x980c, 0x980d, 0x980e,
+  0x603c, 0x605d, 0x605a, 0x6067, 0x6041, 0x6059, 0x6063, 0x60ab,
+  0x6106, 0x610d, 0x615d, 0x61a9, 0x619d, 0x61cb, 0x61d1, 0x6206,
+  0x8080, 0x807f, 0x6c93, 0x6cf6, 0x6dfc, 0x77f6, 0x77f8, 0x7800,
+  0x7809, 0x7817, 0x7818, 0x7811, 0x65ab, 0x782d, 0x781c, 0x781d,
+  0x7839, 0x783a, 0x783b, 0x781f, 0x783c, 0x7825, 0x782c, 0x7823,
+  0x7829, 0x784e, 0x786d, 0x7856, 0x7857, 0x7826, 0x7850, 0x7847,
+  0x784c, 0x786a, 0x789b, 0x7893, 0x789a, 0x7887, 0x789c, 0x78a1,
+  0x78a3, 0x78b2, 0x78b9, 0x78a5, 0x78d4, 0x78d9, 0x78c9, 0x78ec,
+  0x78f2, 0x7905, 0x78f4, 0x7913, 0x7924, 0x791e, 0x7934, 0x9f9b,
+  0x9ef9, 0x9efb, 0x9efc, 0x76f1, 0x7704, 0x770d, 0x76f9, 0x7707,
+  0x7708, 0x771a, 0x7722, 0x7719, 0x772d, 0x7726, 0x7735, 0x7738,
+  0x7750, 0x7751, 0x7747, 0x7743, 0x775a, 0x7768,
+  /* 0xee */
+  0x980f, 0x9810, 0x9811, 0x9812, 0x9813, 0x9814, 0x9815, 0x9816,
+  0x9817, 0x9818, 0x9819, 0x981a, 0x981b, 0x981c, 0x981d, 0x981e,
+  0x981f, 0x9820, 0x9821, 0x9822, 0x9823, 0x9824, 0x9825, 0x9826,
+  0x9827, 0x9828, 0x9829, 0x982a, 0x982b, 0x982c, 0x982d, 0x982e,
+  0x982f, 0x9830, 0x9831, 0x9832, 0x9833, 0x9834, 0x9835, 0x9836,
+  0x9837, 0x9838, 0x9839, 0x983a, 0x983b, 0x983c, 0x983d, 0x983e,
+  0x983f, 0x9840, 0x9841, 0x9842, 0x9843, 0x9844, 0x9845, 0x9846,
+  0x9847, 0x9848, 0x9849, 0x984a, 0x984b, 0x984c, 0x984d, 0x984e,
+  0x984f, 0x9850, 0x9851, 0x9852, 0x9853, 0x9854, 0x9855, 0x9856,
+  0x9857, 0x9858, 0x9859, 0x985a, 0x985b, 0x985c, 0x985d, 0x985e,
+  0x985f, 0x9860, 0x9861, 0x9862, 0x9863, 0x9864, 0x9865, 0x9866,
+  0x9867, 0x9868, 0x9869, 0x986a, 0x986b, 0x986c, 0x986d, 0x986e,
+  0x7762, 0x7765, 0x777f, 0x778d, 0x777d, 0x7780, 0x778c, 0x7791,
+  0x779f, 0x77a0, 0x77b0, 0x77b5, 0x77bd, 0x753a, 0x7540, 0x754e,
+  0x754b, 0x7548, 0x755b, 0x7572, 0x7579, 0x7583, 0x7f58, 0x7f61,
+  0x7f5f, 0x8a48, 0x7f68, 0x7f74, 0x7f71, 0x7f79, 0x7f81, 0x7f7e,
+  0x76cd, 0x76e5, 0x8832, 0x9485, 0x9486, 0x9487, 0x948b, 0x948a,
+  0x948c, 0x948d, 0x948f, 0x9490, 0x9494, 0x9497, 0x9495, 0x949a,
+  0x949b, 0x949c, 0x94a3, 0x94a4, 0x94ab, 0x94aa, 0x94ad, 0x94ac,
+  0x94af, 0x94b0, 0x94b2, 0x94b4, 0x94b6, 0x94b7, 0x94b8, 0x94b9,
+  0x94ba, 0x94bc, 0x94bd, 0x94bf, 0x94c4, 0x94c8, 0x94c9, 0x94ca,
+  0x94cb, 0x94cc, 0x94cd, 0x94ce, 0x94d0, 0x94d1, 0x94d2, 0x94d5,
+  0x94d6, 0x94d7, 0x94d9, 0x94d8, 0x94db, 0x94de, 0x94df, 0x94e0,
+  0x94e2, 0x94e4, 0x94e5, 0x94e7, 0x94e8, 0x94ea,
+  /* 0xef */
+  0x986f, 0x9870, 0x9871, 0x9872, 0x9873, 0x9874, 0x988b, 0x988e,
+  0x9892, 0x9895, 0x9899, 0x98a3, 0x98a8, 0x98a9, 0x98aa, 0x98ab,
+  0x98ac, 0x98ad, 0x98ae, 0x98af, 0x98b0, 0x98b1, 0x98b2, 0x98b3,
+  0x98b4, 0x98b5, 0x98b6, 0x98b7, 0x98b8, 0x98b9, 0x98ba, 0x98bb,
+  0x98bc, 0x98bd, 0x98be, 0x98bf, 0x98c0, 0x98c1, 0x98c2, 0x98c3,
+  0x98c4, 0x98c5, 0x98c6, 0x98c7, 0x98c8, 0x98c9, 0x98ca, 0x98cb,
+  0x98cc, 0x98cd, 0x98cf, 0x98d0, 0x98d4, 0x98d6, 0x98d7, 0x98db,
+  0x98dc, 0x98dd, 0x98e0, 0x98e1, 0x98e2, 0x98e3, 0x98e4, 0x98e5,
+  0x98e6, 0x98e9, 0x98ea, 0x98eb, 0x98ec, 0x98ed, 0x98ee, 0x98ef,
+  0x98f0, 0x98f1, 0x98f2, 0x98f3, 0x98f4, 0x98f5, 0x98f6, 0x98f7,
+  0x98f8, 0x98f9, 0x98fa, 0x98fb, 0x98fc, 0x98fd, 0x98fe, 0x98ff,
+  0x9900, 0x9901, 0x9902, 0x9903, 0x9904, 0x9905, 0x9906, 0x9907,
+  0x94e9, 0x94eb, 0x94ee, 0x94ef, 0x94f3, 0x94f4, 0x94f5, 0x94f7,
+  0x94f9, 0x94fc, 0x94fd, 0x94ff, 0x9503, 0x9502, 0x9506, 0x9507,
+  0x9509, 0x950a, 0x950d, 0x950e, 0x950f, 0x9512, 0x9513, 0x9514,
+  0x9515, 0x9516, 0x9518, 0x951b, 0x951d, 0x951e, 0x951f, 0x9522,
+  0x952a, 0x952b, 0x9529, 0x952c, 0x9531, 0x9532, 0x9534, 0x9536,
+  0x9537, 0x9538, 0x953c, 0x953e, 0x953f, 0x9542, 0x9535, 0x9544,
+  0x9545, 0x9546, 0x9549, 0x954c, 0x954e, 0x954f, 0x9552, 0x9553,
+  0x9554, 0x9556, 0x9557, 0x9558, 0x9559, 0x955b, 0x955e, 0x955f,
+  0x955d, 0x9561, 0x9562, 0x9564, 0x9565, 0x9566, 0x9567, 0x9568,
+  0x9569, 0x956a, 0x956b, 0x956c, 0x956f, 0x9571, 0x9572, 0x9573,
+  0x953a, 0x77e7, 0x77ec, 0x96c9, 0x79d5, 0x79ed, 0x79e3, 0x79eb,
+  0x7a06, 0x5d47, 0x7a03, 0x7a02, 0x7a1e, 0x7a14,
+  /* 0xf0 */
+  0x9908, 0x9909, 0x990a, 0x990b, 0x990c, 0x990e, 0x990f, 0x9911,
+  0x9912, 0x9913, 0x9914, 0x9915, 0x9916, 0x9917, 0x9918, 0x9919,
+  0x991a, 0x991b, 0x991c, 0x991d, 0x991e, 0x991f, 0x9920, 0x9921,
+  0x9922, 0x9923, 0x9924, 0x9925, 0x9926, 0x9927, 0x9928, 0x9929,
+  0x992a, 0x992b, 0x992c, 0x992d, 0x992f, 0x9930, 0x9931, 0x9932,
+  0x9933, 0x9934, 0x9935, 0x9936, 0x9937, 0x9938, 0x9939, 0x993a,
+  0x993b, 0x993c, 0x993d, 0x993e, 0x993f, 0x9940, 0x9941, 0x9942,
+  0x9943, 0x9944, 0x9945, 0x9946, 0x9947, 0x9948, 0x9949, 0x994a,
+  0x994b, 0x994c, 0x994d, 0x994e, 0x994f, 0x9950, 0x9951, 0x9952,
+  0x9953, 0x9956, 0x9957, 0x9958, 0x9959, 0x995a, 0x995b, 0x995c,
+  0x995d, 0x995e, 0x995f, 0x9960, 0x9961, 0x9962, 0x9964, 0x9966,
+  0x9973, 0x9978, 0x9979, 0x997b, 0x997e, 0x9982, 0x9983, 0x9989,
+  0x7a39, 0x7a37, 0x7a51, 0x9ecf, 0x99a5, 0x7a70, 0x7688, 0x768e,
+  0x7693, 0x7699, 0x76a4, 0x74de, 0x74e0, 0x752c, 0x9e20, 0x9e22,
+  0x9e28, 0x9e29, 0x9e2a, 0x9e2b, 0x9e2c, 0x9e32, 0x9e31, 0x9e36,
+  0x9e38, 0x9e37, 0x9e39, 0x9e3a, 0x9e3e, 0x9e41, 0x9e42, 0x9e44,
+  0x9e46, 0x9e47, 0x9e48, 0x9e49, 0x9e4b, 0x9e4c, 0x9e4e, 0x9e51,
+  0x9e55, 0x9e57, 0x9e5a, 0x9e5b, 0x9e5c, 0x9e5e, 0x9e63, 0x9e66,
+  0x9e67, 0x9e68, 0x9e69, 0x9e6a, 0x9e6b, 0x9e6c, 0x9e71, 0x9e6d,
+  0x9e73, 0x7592, 0x7594, 0x7596, 0x75a0, 0x759d, 0x75ac, 0x75a3,
+  0x75b3, 0x75b4, 0x75b8, 0x75c4, 0x75b1, 0x75b0, 0x75c3, 0x75c2,
+  0x75d6, 0x75cd, 0x75e3, 0x75e8, 0x75e6, 0x75e4, 0x75eb, 0x75e7,
+  0x7603, 0x75f1, 0x75fc, 0x75ff, 0x7610, 0x7600, 0x7605, 0x760c,
+  0x7617, 0x760a, 0x7625, 0x7618, 0x7615, 0x7619,
+  /* 0xf1 */
+  0x998c, 0x998e, 0x999a, 0x999b, 0x999c, 0x999d, 0x999e, 0x999f,
+  0x99a0, 0x99a1, 0x99a2, 0x99a3, 0x99a4, 0x99a6, 0x99a7, 0x99a9,
+  0x99aa, 0x99ab, 0x99ac, 0x99ad, 0x99ae, 0x99af, 0x99b0, 0x99b1,
+  0x99b2, 0x99b3, 0x99b4, 0x99b5, 0x99b6, 0x99b7, 0x99b8, 0x99b9,
+  0x99ba, 0x99bb, 0x99bc, 0x99bd, 0x99be, 0x99bf, 0x99c0, 0x99c1,
+  0x99c2, 0x99c3, 0x99c4, 0x99c5, 0x99c6, 0x99c7, 0x99c8, 0x99c9,
+  0x99ca, 0x99cb, 0x99cc, 0x99cd, 0x99ce, 0x99cf, 0x99d0, 0x99d1,
+  0x99d2, 0x99d3, 0x99d4, 0x99d5, 0x99d6, 0x99d7, 0x99d8, 0x99d9,
+  0x99da, 0x99db, 0x99dc, 0x99dd, 0x99de, 0x99df, 0x99e0, 0x99e1,
+  0x99e2, 0x99e3, 0x99e4, 0x99e5, 0x99e6, 0x99e7, 0x99e8, 0x99e9,
+  0x99ea, 0x99eb, 0x99ec, 0x99ed, 0x99ee, 0x99ef, 0x99f0, 0x99f1,
+  0x99f2, 0x99f3, 0x99f4, 0x99f5, 0x99f6, 0x99f7, 0x99f8, 0x99f9,
+  0x761b, 0x763c, 0x7622, 0x7620, 0x7640, 0x762d, 0x7630, 0x763f,
+  0x7635, 0x7643, 0x763e, 0x7633, 0x764d, 0x765e, 0x7654, 0x765c,
+  0x7656, 0x766b, 0x766f, 0x7fca, 0x7ae6, 0x7a78, 0x7a79, 0x7a80,
+  0x7a86, 0x7a88, 0x7a95, 0x7aa6, 0x7aa0, 0x7aac, 0x7aa8, 0x7aad,
+  0x7ab3, 0x8864, 0x8869, 0x8872, 0x887d, 0x887f, 0x8882, 0x88a2,
+  0x88c6, 0x88b7, 0x88bc, 0x88c9, 0x88e2, 0x88ce, 0x88e3, 0x88e5,
+  0x88f1, 0x891a, 0x88fc, 0x88e8, 0x88fe, 0x88f0, 0x8921, 0x8919,
+  0x8913, 0x891b, 0x890a, 0x8934, 0x892b, 0x8936, 0x8941, 0x8966,
+  0x897b, 0x758b, 0x80e5, 0x76b2, 0x76b4, 0x77dc, 0x8012, 0x8014,
+  0x8016, 0x801c, 0x8020, 0x8022, 0x8025, 0x8026, 0x8027, 0x8029,
+  0x8028, 0x8031, 0x800b, 0x8035, 0x8043, 0x8046, 0x804d, 0x8052,
+  0x8069, 0x8071, 0x8983, 0x9878, 0x9880, 0x9883,
+  /* 0xf2 */
+  0x99fa, 0x99fb, 0x99fc, 0x99fd, 0x99fe, 0x99ff, 0x9a00, 0x9a01,
+  0x9a02, 0x9a03, 0x9a04, 0x9a05, 0x9a06, 0x9a07, 0x9a08, 0x9a09,
+  0x9a0a, 0x9a0b, 0x9a0c, 0x9a0d, 0x9a0e, 0x9a0f, 0x9a10, 0x9a11,
+  0x9a12, 0x9a13, 0x9a14, 0x9a15, 0x9a16, 0x9a17, 0x9a18, 0x9a19,
+  0x9a1a, 0x9a1b, 0x9a1c, 0x9a1d, 0x9a1e, 0x9a1f, 0x9a20, 0x9a21,
+  0x9a22, 0x9a23, 0x9a24, 0x9a25, 0x9a26, 0x9a27, 0x9a28, 0x9a29,
+  0x9a2a, 0x9a2b, 0x9a2c, 0x9a2d, 0x9a2e, 0x9a2f, 0x9a30, 0x9a31,
+  0x9a32, 0x9a33, 0x9a34, 0x9a35, 0x9a36, 0x9a37, 0x9a38, 0x9a39,
+  0x9a3a, 0x9a3b, 0x9a3c, 0x9a3d, 0x9a3e, 0x9a3f, 0x9a40, 0x9a41,
+  0x9a42, 0x9a43, 0x9a44, 0x9a45, 0x9a46, 0x9a47, 0x9a48, 0x9a49,
+  0x9a4a, 0x9a4b, 0x9a4c, 0x9a4d, 0x9a4e, 0x9a4f, 0x9a50, 0x9a51,
+  0x9a52, 0x9a53, 0x9a54, 0x9a55, 0x9a56, 0x9a57, 0x9a58, 0x9a59,
+  0x9889, 0x988c, 0x988d, 0x988f, 0x9894, 0x989a, 0x989b, 0x989e,
+  0x989f, 0x98a1, 0x98a2, 0x98a5, 0x98a6, 0x864d, 0x8654, 0x866c,
+  0x866e, 0x867f, 0x867a, 0x867c, 0x867b, 0x86a8, 0x868d, 0x868b,
+  0x86ac, 0x869d, 0x86a7, 0x86a3, 0x86aa, 0x8693, 0x86a9, 0x86b6,
+  0x86c4, 0x86b5, 0x86ce, 0x86b0, 0x86ba, 0x86b1, 0x86af, 0x86c9,
+  0x86cf, 0x86b4, 0x86e9, 0x86f1, 0x86f2, 0x86ed, 0x86f3, 0x86d0,
+  0x8713, 0x86de, 0x86f4, 0x86df, 0x86d8, 0x86d1, 0x8703, 0x8707,
+  0x86f8, 0x8708, 0x870a, 0x870d, 0x8709, 0x8723, 0x873b, 0x871e,
+  0x8725, 0x872e, 0x871a, 0x873e, 0x8748, 0x8734, 0x8731, 0x8729,
+  0x8737, 0x873f, 0x8782, 0x8722, 0x877d, 0x877e, 0x877b, 0x8760,
+  0x8770, 0x874c, 0x876e, 0x878b, 0x8753, 0x8763, 0x877c, 0x8764,
+  0x8759, 0x8765, 0x8793, 0x87af, 0x87a8, 0x87d2,
+  /* 0xf3 */
+  0x9a5a, 0x9a5b, 0x9a5c, 0x9a5d, 0x9a5e, 0x9a5f, 0x9a60, 0x9a61,
+  0x9a62, 0x9a63, 0x9a64, 0x9a65, 0x9a66, 0x9a67, 0x9a68, 0x9a69,
+  0x9a6a, 0x9a6b, 0x9a72, 0x9a83, 0x9a89, 0x9a8d, 0x9a8e, 0x9a94,
+  0x9a95, 0x9a99, 0x9aa6, 0x9aa9, 0x9aaa, 0x9aab, 0x9aac, 0x9aad,
+  0x9aae, 0x9aaf, 0x9ab2, 0x9ab3, 0x9ab4, 0x9ab5, 0x9ab9, 0x9abb,
+  0x9abd, 0x9abe, 0x9abf, 0x9ac3, 0x9ac4, 0x9ac6, 0x9ac7, 0x9ac8,
+  0x9ac9, 0x9aca, 0x9acd, 0x9ace, 0x9acf, 0x9ad0, 0x9ad2, 0x9ad4,
+  0x9ad5, 0x9ad6, 0x9ad7, 0x9ad9, 0x9ada, 0x9adb, 0x9adc, 0x9add,
+  0x9ade, 0x9ae0, 0x9ae2, 0x9ae3, 0x9ae4, 0x9ae5, 0x9ae7, 0x9ae8,
+  0x9ae9, 0x9aea, 0x9aec, 0x9aee, 0x9af0, 0x9af1, 0x9af2, 0x9af3,
+  0x9af4, 0x9af5, 0x9af6, 0x9af7, 0x9af8, 0x9afa, 0x9afc, 0x9afd,
+  0x9afe, 0x9aff, 0x9b00, 0x9b01, 0x9b02, 0x9b04, 0x9b05, 0x9b06,
+  0x87c6, 0x8788, 0x8785, 0x87ad, 0x8797, 0x8783, 0x87ab, 0x87e5,
+  0x87ac, 0x87b5, 0x87b3, 0x87cb, 0x87d3, 0x87bd, 0x87d1, 0x87c0,
+  0x87ca, 0x87db, 0x87ea, 0x87e0, 0x87ee, 0x8816, 0x8813, 0x87fe,
+  0x880a, 0x881b, 0x8821, 0x8839, 0x883c, 0x7f36, 0x7f42, 0x7f44,
+  0x7f45, 0x8210, 0x7afa, 0x7afd, 0x7b08, 0x7b03, 0x7b04, 0x7b15,
+  0x7b0a, 0x7b2b, 0x7b0f, 0x7b47, 0x7b38, 0x7b2a, 0x7b19, 0x7b2e,
+  0x7b31, 0x7b20, 0x7b25, 0x7b24, 0x7b33, 0x7b3e, 0x7b1e, 0x7b58,
+  0x7b5a, 0x7b45, 0x7b75, 0x7b4c, 0x7b5d, 0x7b60, 0x7b6e, 0x7b7b,
+  0x7b62, 0x7b72, 0x7b71, 0x7b90, 0x7ba6, 0x7ba7, 0x7bb8, 0x7bac,
+  0x7b9d, 0x7ba8, 0x7b85, 0x7baa, 0x7b9c, 0x7ba2, 0x7bab, 0x7bb4,
+  0x7bd1, 0x7bc1, 0x7bcc, 0x7bdd, 0x7bda, 0x7be5, 0x7be6, 0x7bea,
+  0x7c0c, 0x7bfe, 0x7bfc, 0x7c0f, 0x7c16, 0x7c0b,
+  /* 0xf4 */
+  0x9b07, 0x9b09, 0x9b0a, 0x9b0b, 0x9b0c, 0x9b0d, 0x9b0e, 0x9b10,
+  0x9b11, 0x9b12, 0x9b14, 0x9b15, 0x9b16, 0x9b17, 0x9b18, 0x9b19,
+  0x9b1a, 0x9b1b, 0x9b1c, 0x9b1d, 0x9b1e, 0x9b20, 0x9b21, 0x9b22,
+  0x9b24, 0x9b25, 0x9b26, 0x9b27, 0x9b28, 0x9b29, 0x9b2a, 0x9b2b,
+  0x9b2c, 0x9b2d, 0x9b2e, 0x9b30, 0x9b31, 0x9b33, 0x9b34, 0x9b35,
+  0x9b36, 0x9b37, 0x9b38, 0x9b39, 0x9b3a, 0x9b3d, 0x9b3e, 0x9b3f,
+  0x9b40, 0x9b46, 0x9b4a, 0x9b4b, 0x9b4c, 0x9b4e, 0x9b50, 0x9b52,
+  0x9b53, 0x9b55, 0x9b56, 0x9b57, 0x9b58, 0x9b59, 0x9b5a, 0x9b5b,
+  0x9b5c, 0x9b5d, 0x9b5e, 0x9b5f, 0x9b60, 0x9b61, 0x9b62, 0x9b63,
+  0x9b64, 0x9b65, 0x9b66, 0x9b67, 0x9b68, 0x9b69, 0x9b6a, 0x9b6b,
+  0x9b6c, 0x9b6d, 0x9b6e, 0x9b6f, 0x9b70, 0x9b71, 0x9b72, 0x9b73,
+  0x9b74, 0x9b75, 0x9b76, 0x9b77, 0x9b78, 0x9b79, 0x9b7a, 0x9b7b,
+  0x7c1f, 0x7c2a, 0x7c26, 0x7c38, 0x7c41, 0x7c40, 0x81fe, 0x8201,
+  0x8202, 0x8204, 0x81ec, 0x8844, 0x8221, 0x8222, 0x8223, 0x822d,
+  0x822f, 0x8228, 0x822b, 0x8238, 0x823b, 0x8233, 0x8234, 0x823e,
+  0x8244, 0x8249, 0x824b, 0x824f, 0x825a, 0x825f, 0x8268, 0x887e,
+  0x8885, 0x8888, 0x88d8, 0x88df, 0x895e, 0x7f9d, 0x7f9f, 0x7fa7,
+  0x7faf, 0x7fb0, 0x7fb2, 0x7c7c, 0x6549, 0x7c91, 0x7c9d, 0x7c9c,
+  0x7c9e, 0x7ca2, 0x7cb2, 0x7cbc, 0x7cbd, 0x7cc1, 0x7cc7, 0x7ccc,
+  0x7ccd, 0x7cc8, 0x7cc5, 0x7cd7, 0x7ce8, 0x826e, 0x66a8, 0x7fbf,
+  0x7fce, 0x7fd5, 0x7fe5, 0x7fe1, 0x7fe6, 0x7fe9, 0x7fee, 0x7ff3,
+  0x7cf8, 0x7d77, 0x7da6, 0x7dae, 0x7e47, 0x7e9b, 0x9eb8, 0x9eb4,
+  0x8d73, 0x8d84, 0x8d94, 0x8d91, 0x8db1, 0x8d67, 0x8d6d, 0x8c47,
+  0x8c49, 0x914a, 0x9150, 0x914e, 0x914f, 0x9164,
+  /* 0xf5 */
+  0x9b7c, 0x9b7d, 0x9b7e, 0x9b7f, 0x9b80, 0x9b81, 0x9b82, 0x9b83,
+  0x9b84, 0x9b85, 0x9b86, 0x9b87, 0x9b88, 0x9b89, 0x9b8a, 0x9b8b,
+  0x9b8c, 0x9b8d, 0x9b8e, 0x9b8f, 0x9b90, 0x9b91, 0x9b92, 0x9b93,
+  0x9b94, 0x9b95, 0x9b96, 0x9b97, 0x9b98, 0x9b99, 0x9b9a, 0x9b9b,
+  0x9b9c, 0x9b9d, 0x9b9e, 0x9b9f, 0x9ba0, 0x9ba1, 0x9ba2, 0x9ba3,
+  0x9ba4, 0x9ba5, 0x9ba6, 0x9ba7, 0x9ba8, 0x9ba9, 0x9baa, 0x9bab,
+  0x9bac, 0x9bad, 0x9bae, 0x9baf, 0x9bb0, 0x9bb1, 0x9bb2, 0x9bb3,
+  0x9bb4, 0x9bb5, 0x9bb6, 0x9bb7, 0x9bb8, 0x9bb9, 0x9bba, 0x9bbb,
+  0x9bbc, 0x9bbd, 0x9bbe, 0x9bbf, 0x9bc0, 0x9bc1, 0x9bc2, 0x9bc3,
+  0x9bc4, 0x9bc5, 0x9bc6, 0x9bc7, 0x9bc8, 0x9bc9, 0x9bca, 0x9bcb,
+  0x9bcc, 0x9bcd, 0x9bce, 0x9bcf, 0x9bd0, 0x9bd1, 0x9bd2, 0x9bd3,
+  0x9bd4, 0x9bd5, 0x9bd6, 0x9bd7, 0x9bd8, 0x9bd9, 0x9bda, 0x9bdb,
+  0x9162, 0x9161, 0x9170, 0x9169, 0x916f, 0x917d, 0x917e, 0x9172,
+  0x9174, 0x9179, 0x918c, 0x9185, 0x9190, 0x918d, 0x9191, 0x91a2,
+  0x91a3, 0x91aa, 0x91ad, 0x91ae, 0x91af, 0x91b5, 0x91b4, 0x91ba,
+  0x8c55, 0x9e7e, 0x8db8, 0x8deb, 0x8e05, 0x8e59, 0x8e69, 0x8db5,
+  0x8dbf, 0x8dbc, 0x8dba, 0x8dc4, 0x8dd6, 0x8dd7, 0x8dda, 0x8dde,
+  0x8dce, 0x8dcf, 0x8ddb, 0x8dc6, 0x8dec, 0x8df7, 0x8df8, 0x8de3,
+  0x8df9, 0x8dfb, 0x8de4, 0x8e09, 0x8dfd, 0x8e14, 0x8e1d, 0x8e1f,
+  0x8e2c, 0x8e2e, 0x8e23, 0x8e2f, 0x8e3a, 0x8e40, 0x8e39, 0x8e35,
+  0x8e3d, 0x8e31, 0x8e49, 0x8e41, 0x8e42, 0x8e51, 0x8e52, 0x8e4a,
+  0x8e70, 0x8e76, 0x8e7c, 0x8e6f, 0x8e74, 0x8e85, 0x8e8f, 0x8e94,
+  0x8e90, 0x8e9c, 0x8e9e, 0x8c78, 0x8c82, 0x8c8a, 0x8c85, 0x8c98,
+  0x8c94, 0x659b, 0x89d6, 0x89de, 0x89da, 0x89dc,
+  /* 0xf6 */
+  0x9bdc, 0x9bdd, 0x9bde, 0x9bdf, 0x9be0, 0x9be1, 0x9be2, 0x9be3,
+  0x9be4, 0x9be5, 0x9be6, 0x9be7, 0x9be8, 0x9be9, 0x9bea, 0x9beb,
+  0x9bec, 0x9bed, 0x9bee, 0x9bef, 0x9bf0, 0x9bf1, 0x9bf2, 0x9bf3,
+  0x9bf4, 0x9bf5, 0x9bf6, 0x9bf7, 0x9bf8, 0x9bf9, 0x9bfa, 0x9bfb,
+  0x9bfc, 0x9bfd, 0x9bfe, 0x9bff, 0x9c00, 0x9c01, 0x9c02, 0x9c03,
+  0x9c04, 0x9c05, 0x9c06, 0x9c07, 0x9c08, 0x9c09, 0x9c0a, 0x9c0b,
+  0x9c0c, 0x9c0d, 0x9c0e, 0x9c0f, 0x9c10, 0x9c11, 0x9c12, 0x9c13,
+  0x9c14, 0x9c15, 0x9c16, 0x9c17, 0x9c18, 0x9c19, 0x9c1a, 0x9c1b,
+  0x9c1c, 0x9c1d, 0x9c1e, 0x9c1f, 0x9c20, 0x9c21, 0x9c22, 0x9c23,
+  0x9c24, 0x9c25, 0x9c26, 0x9c27, 0x9c28, 0x9c29, 0x9c2a, 0x9c2b,
+  0x9c2c, 0x9c2d, 0x9c2e, 0x9c2f, 0x9c30, 0x9c31, 0x9c32, 0x9c33,
+  0x9c34, 0x9c35, 0x9c36, 0x9c37, 0x9c38, 0x9c39, 0x9c3a, 0x9c3b,
+  0x89e5, 0x89eb, 0x89ef, 0x8a3e, 0x8b26, 0x9753, 0x96e9, 0x96f3,
+  0x96ef, 0x9706, 0x9701, 0x9708, 0x970f, 0x970e, 0x972a, 0x972d,
+  0x9730, 0x973e, 0x9f80, 0x9f83, 0x9f85, 0x9f86, 0x9f87, 0x9f88,
+  0x9f89, 0x9f8a, 0x9f8c, 0x9efe, 0x9f0b, 0x9f0d, 0x96b9, 0x96bc,
+  0x96bd, 0x96ce, 0x96d2, 0x77bf, 0x96e0, 0x928e, 0x92ae, 0x92c8,
+  0x933e, 0x936a, 0x93ca, 0x938f, 0x943e, 0x946b, 0x9c7f, 0x9c82,
+  0x9c85, 0x9c86, 0x9c87, 0x9c88, 0x7a23, 0x9c8b, 0x9c8e, 0x9c90,
+  0x9c91, 0x9c92, 0x9c94, 0x9c95, 0x9c9a, 0x9c9b, 0x9c9e, 0x9c9f,
+  0x9ca0, 0x9ca1, 0x9ca2, 0x9ca3, 0x9ca5, 0x9ca6, 0x9ca7, 0x9ca8,
+  0x9ca9, 0x9cab, 0x9cad, 0x9cae, 0x9cb0, 0x9cb1, 0x9cb2, 0x9cb3,
+  0x9cb4, 0x9cb5, 0x9cb6, 0x9cb7, 0x9cba, 0x9cbb, 0x9cbc, 0x9cbd,
+  0x9cc4, 0x9cc5, 0x9cc6, 0x9cc7, 0x9cca, 0x9ccb,
+  /* 0xf7 */
+  0x9c3c, 0x9c3d, 0x9c3e, 0x9c3f, 0x9c40, 0x9c41, 0x9c42, 0x9c43,
+  0x9c44, 0x9c45, 0x9c46, 0x9c47, 0x9c48, 0x9c49, 0x9c4a, 0x9c4b,
+  0x9c4c, 0x9c4d, 0x9c4e, 0x9c4f, 0x9c50, 0x9c51, 0x9c52, 0x9c53,
+  0x9c54, 0x9c55, 0x9c56, 0x9c57, 0x9c58, 0x9c59, 0x9c5a, 0x9c5b,
+  0x9c5c, 0x9c5d, 0x9c5e, 0x9c5f, 0x9c60, 0x9c61, 0x9c62, 0x9c63,
+  0x9c64, 0x9c65, 0x9c66, 0x9c67, 0x9c68, 0x9c69, 0x9c6a, 0x9c6b,
+  0x9c6c, 0x9c6d, 0x9c6e, 0x9c6f, 0x9c70, 0x9c71, 0x9c72, 0x9c73,
+  0x9c74, 0x9c75, 0x9c76, 0x9c77, 0x9c78, 0x9c79, 0x9c7a, 0x9c7b,
+  0x9c7d, 0x9c7e, 0x9c80, 0x9c83, 0x9c84, 0x9c89, 0x9c8a, 0x9c8c,
+  0x9c8f, 0x9c93, 0x9c96, 0x9c97, 0x9c98, 0x9c99, 0x9c9d, 0x9caa,
+  0x9cac, 0x9caf, 0x9cb9, 0x9cbe, 0x9cbf, 0x9cc0, 0x9cc1, 0x9cc2,
+  0x9cc8, 0x9cc9, 0x9cd1, 0x9cd2, 0x9cda, 0x9cdb, 0x9ce0, 0x9ce1,
+  0x9ccc, 0x9ccd, 0x9cce, 0x9ccf, 0x9cd0, 0x9cd3, 0x9cd4, 0x9cd5,
+  0x9cd7, 0x9cd8, 0x9cd9, 0x9cdc, 0x9cdd, 0x9cdf, 0x9ce2, 0x977c,
+  0x9785, 0x9791, 0x9792, 0x9794, 0x97af, 0x97ab, 0x97a3, 0x97b2,
+  0x97b4, 0x9ab1, 0x9ab0, 0x9ab7, 0x9e58, 0x9ab6, 0x9aba, 0x9abc,
+  0x9ac1, 0x9ac0, 0x9ac5, 0x9ac2, 0x9acb, 0x9acc, 0x9ad1, 0x9b45,
+  0x9b43, 0x9b47, 0x9b49, 0x9b48, 0x9b4d, 0x9b51, 0x98e8, 0x990d,
+  0x992e, 0x9955, 0x9954, 0x9adf, 0x9ae1, 0x9ae6, 0x9aef, 0x9aeb,
+  0x9afb, 0x9aed, 0x9af9, 0x9b08, 0x9b0f, 0x9b13, 0x9b1f, 0x9b23,
+  0x9ebd, 0x9ebe, 0x7e3b, 0x9e82, 0x9e87, 0x9e88, 0x9e8b, 0x9e92,
+  0x93d6, 0x9e9d, 0x9e9f, 0x9edb, 0x9edc, 0x9edd, 0x9ee0, 0x9edf,
+  0x9ee2, 0x9ee9, 0x9ee7, 0x9ee5, 0x9eea, 0x9eef, 0x9f22, 0x9f2c,
+  0x9f2f, 0x9f39, 0x9f37, 0x9f3d, 0x9f3e, 0x9f44,
+  /* 0xf8 */
+  0x9ce3, 0x9ce4, 0x9ce5, 0x9ce6, 0x9ce7, 0x9ce8, 0x9ce9, 0x9cea,
+  0x9ceb, 0x9cec, 0x9ced, 0x9cee, 0x9cef, 0x9cf0, 0x9cf1, 0x9cf2,
+  0x9cf3, 0x9cf4, 0x9cf5, 0x9cf6, 0x9cf7, 0x9cf8, 0x9cf9, 0x9cfa,
+  0x9cfb, 0x9cfc, 0x9cfd, 0x9cfe, 0x9cff, 0x9d00, 0x9d01, 0x9d02,
+  0x9d03, 0x9d04, 0x9d05, 0x9d06, 0x9d07, 0x9d08, 0x9d09, 0x9d0a,
+  0x9d0b, 0x9d0c, 0x9d0d, 0x9d0e, 0x9d0f, 0x9d10, 0x9d11, 0x9d12,
+  0x9d13, 0x9d14, 0x9d15, 0x9d16, 0x9d17, 0x9d18, 0x9d19, 0x9d1a,
+  0x9d1b, 0x9d1c, 0x9d1d, 0x9d1e, 0x9d1f, 0x9d20, 0x9d21, 0x9d22,
+  0x9d23, 0x9d24, 0x9d25, 0x9d26, 0x9d27, 0x9d28, 0x9d29, 0x9d2a,
+  0x9d2b, 0x9d2c, 0x9d2d, 0x9d2e, 0x9d2f, 0x9d30, 0x9d31, 0x9d32,
+  0x9d33, 0x9d34, 0x9d35, 0x9d36, 0x9d37, 0x9d38, 0x9d39, 0x9d3a,
+  0x9d3b, 0x9d3c, 0x9d3d, 0x9d3e, 0x9d3f, 0x9d40, 0x9d41, 0x9d42,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xf9 */
+  0x9d43, 0x9d44, 0x9d45, 0x9d46, 0x9d47, 0x9d48, 0x9d49, 0x9d4a,
+  0x9d4b, 0x9d4c, 0x9d4d, 0x9d4e, 0x9d4f, 0x9d50, 0x9d51, 0x9d52,
+  0x9d53, 0x9d54, 0x9d55, 0x9d56, 0x9d57, 0x9d58, 0x9d59, 0x9d5a,
+  0x9d5b, 0x9d5c, 0x9d5d, 0x9d5e, 0x9d5f, 0x9d60, 0x9d61, 0x9d62,
+  0x9d63, 0x9d64, 0x9d65, 0x9d66, 0x9d67, 0x9d68, 0x9d69, 0x9d6a,
+  0x9d6b, 0x9d6c, 0x9d6d, 0x9d6e, 0x9d6f, 0x9d70, 0x9d71, 0x9d72,
+  0x9d73, 0x9d74, 0x9d75, 0x9d76, 0x9d77, 0x9d78, 0x9d79, 0x9d7a,
+  0x9d7b, 0x9d7c, 0x9d7d, 0x9d7e, 0x9d7f, 0x9d80, 0x9d81, 0x9d82,
+  0x9d83, 0x9d84, 0x9d85, 0x9d86, 0x9d87, 0x9d88, 0x9d89, 0x9d8a,
+  0x9d8b, 0x9d8c, 0x9d8d, 0x9d8e, 0x9d8f, 0x9d90, 0x9d91, 0x9d92,
+  0x9d93, 0x9d94, 0x9d95, 0x9d96, 0x9d97, 0x9d98, 0x9d99, 0x9d9a,
+  0x9d9b, 0x9d9c, 0x9d9d, 0x9d9e, 0x9d9f, 0x9da0, 0x9da1, 0x9da2,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xfa */
+  0x9da3, 0x9da4, 0x9da5, 0x9da6, 0x9da7, 0x9da8, 0x9da9, 0x9daa,
+  0x9dab, 0x9dac, 0x9dad, 0x9dae, 0x9daf, 0x9db0, 0x9db1, 0x9db2,
+  0x9db3, 0x9db4, 0x9db5, 0x9db6, 0x9db7, 0x9db8, 0x9db9, 0x9dba,
+  0x9dbb, 0x9dbc, 0x9dbd, 0x9dbe, 0x9dbf, 0x9dc0, 0x9dc1, 0x9dc2,
+  0x9dc3, 0x9dc4, 0x9dc5, 0x9dc6, 0x9dc7, 0x9dc8, 0x9dc9, 0x9dca,
+  0x9dcb, 0x9dcc, 0x9dcd, 0x9dce, 0x9dcf, 0x9dd0, 0x9dd1, 0x9dd2,
+  0x9dd3, 0x9dd4, 0x9dd5, 0x9dd6, 0x9dd7, 0x9dd8, 0x9dd9, 0x9dda,
+  0x9ddb, 0x9ddc, 0x9ddd, 0x9dde, 0x9ddf, 0x9de0, 0x9de1, 0x9de2,
+  0x9de3, 0x9de4, 0x9de5, 0x9de6, 0x9de7, 0x9de8, 0x9de9, 0x9dea,
+  0x9deb, 0x9dec, 0x9ded, 0x9dee, 0x9def, 0x9df0, 0x9df1, 0x9df2,
+  0x9df3, 0x9df4, 0x9df5, 0x9df6, 0x9df7, 0x9df8, 0x9df9, 0x9dfa,
+  0x9dfb, 0x9dfc, 0x9dfd, 0x9dfe, 0x9dff, 0x9e00, 0x9e01, 0x9e02,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xfb */
+  0x9e03, 0x9e04, 0x9e05, 0x9e06, 0x9e07, 0x9e08, 0x9e09, 0x9e0a,
+  0x9e0b, 0x9e0c, 0x9e0d, 0x9e0e, 0x9e0f, 0x9e10, 0x9e11, 0x9e12,
+  0x9e13, 0x9e14, 0x9e15, 0x9e16, 0x9e17, 0x9e18, 0x9e19, 0x9e1a,
+  0x9e1b, 0x9e1c, 0x9e1d, 0x9e1e, 0x9e24, 0x9e27, 0x9e2e, 0x9e30,
+  0x9e34, 0x9e3b, 0x9e3c, 0x9e40, 0x9e4d, 0x9e50, 0x9e52, 0x9e53,
+  0x9e54, 0x9e56, 0x9e59, 0x9e5d, 0x9e5f, 0x9e60, 0x9e61, 0x9e62,
+  0x9e65, 0x9e6e, 0x9e6f, 0x9e72, 0x9e74, 0x9e75, 0x9e76, 0x9e77,
+  0x9e78, 0x9e79, 0x9e7a, 0x9e7b, 0x9e7c, 0x9e7d, 0x9e80, 0x9e81,
+  0x9e83, 0x9e84, 0x9e85, 0x9e86, 0x9e89, 0x9e8a, 0x9e8c, 0x9e8d,
+  0x9e8e, 0x9e8f, 0x9e90, 0x9e91, 0x9e94, 0x9e95, 0x9e96, 0x9e97,
+  0x9e98, 0x9e99, 0x9e9a, 0x9e9b, 0x9e9c, 0x9e9e, 0x9ea0, 0x9ea1,
+  0x9ea2, 0x9ea3, 0x9ea4, 0x9ea5, 0x9ea7, 0x9ea8, 0x9ea9, 0x9eaa,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xfc */
+  0x9eab, 0x9eac, 0x9ead, 0x9eae, 0x9eaf, 0x9eb0, 0x9eb1, 0x9eb2,
+  0x9eb3, 0x9eb5, 0x9eb6, 0x9eb7, 0x9eb9, 0x9eba, 0x9ebc, 0x9ebf,
+  0x9ec0, 0x9ec1, 0x9ec2, 0x9ec3, 0x9ec5, 0x9ec6, 0x9ec7, 0x9ec8,
+  0x9eca, 0x9ecb, 0x9ecc, 0x9ed0, 0x9ed2, 0x9ed3, 0x9ed5, 0x9ed6,
+  0x9ed7, 0x9ed9, 0x9eda, 0x9ede, 0x9ee1, 0x9ee3, 0x9ee4, 0x9ee6,
+  0x9ee8, 0x9eeb, 0x9eec, 0x9eed, 0x9eee, 0x9ef0, 0x9ef1, 0x9ef2,
+  0x9ef3, 0x9ef4, 0x9ef5, 0x9ef6, 0x9ef7, 0x9ef8, 0x9efa, 0x9efd,
+  0x9eff, 0x9f00, 0x9f01, 0x9f02, 0x9f03, 0x9f04, 0x9f05, 0x9f06,
+  0x9f07, 0x9f08, 0x9f09, 0x9f0a, 0x9f0c, 0x9f0f, 0x9f11, 0x9f12,
+  0x9f14, 0x9f15, 0x9f16, 0x9f18, 0x9f1a, 0x9f1b, 0x9f1c, 0x9f1d,
+  0x9f1e, 0x9f1f, 0x9f21, 0x9f23, 0x9f24, 0x9f25, 0x9f26, 0x9f27,
+  0x9f28, 0x9f29, 0x9f2a, 0x9f2b, 0x9f2d, 0x9f2e, 0x9f30, 0x9f31,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xfd */
+  0x9f32, 0x9f33, 0x9f34, 0x9f35, 0x9f36, 0x9f38, 0x9f3a, 0x9f3c,
+  0x9f3f, 0x9f40, 0x9f41, 0x9f42, 0x9f43, 0x9f45, 0x9f46, 0x9f47,
+  0x9f48, 0x9f49, 0x9f4a, 0x9f4b, 0x9f4c, 0x9f4d, 0x9f4e, 0x9f4f,
+  0x9f52, 0x9f53, 0x9f54, 0x9f55, 0x9f56, 0x9f57, 0x9f58, 0x9f59,
+  0x9f5a, 0x9f5b, 0x9f5c, 0x9f5d, 0x9f5e, 0x9f5f, 0x9f60, 0x9f61,
+  0x9f62, 0x9f63, 0x9f64, 0x9f65, 0x9f66, 0x9f67, 0x9f68, 0x9f69,
+  0x9f6a, 0x9f6b, 0x9f6c, 0x9f6d, 0x9f6e, 0x9f6f, 0x9f70, 0x9f71,
+  0x9f72, 0x9f73, 0x9f74, 0x9f75, 0x9f76, 0x9f77, 0x9f78, 0x9f79,
+  0x9f7a, 0x9f7b, 0x9f7c, 0x9f7d, 0x9f7e, 0x9f81, 0x9f82, 0x9f8d,
+  0x9f8e, 0x9f8f, 0x9f90, 0x9f91, 0x9f92, 0x9f93, 0x9f94, 0x9f95,
+  0x9f96, 0x9f97, 0x9f98, 0x9f9c, 0x9f9d, 0x9f9e, 0x9fa1, 0x9fa2,
+  0x9fa3, 0x9fa4, 0x9fa5, 0xf92c, 0xf979, 0xf995, 0xf9e7, 0xf9f1,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
+  /* 0xfe */
+  0xfa0c, 0xfa0d, 0xfa0e, 0xfa0f, 0xfa11, 0xfa13, 0xfa14, 0xfa18,
+  0xfa1f, 0xfa20, 0xfa21, 0xfa23, 0xfa24, 0xfa27, 0xfa28, 0xfa29,
+  0x2e81, 0xfffd, 0xfffd, 0xfffd, 0x2e84, 0x3473, 0x3447, 0x2e88,
+  0x2e8b, 0xfffd, 0x359e, 0x361a, 0x360e, 0x2e8c, 0x2e97, 0x396e,
+  0x3918, 0xfffd, 0x39cf, 0x39df, 0x3a73, 0x39d0, 0xfffd, 0xfffd,
+  0x3b4e, 0x3c6e, 0x3ce0, 0x2ea7, 0xfffd, 0xfffd, 0x2eaa, 0x4056,
+  0x415f, 0x2eae, 0x4337, 0x2eb3, 0x2eb6, 0x2eb7, 0xfffd, 0x43b1,
+  0x43ac, 0x2ebb, 0x43dd, 0x44d6, 0x4661, 0x464c, 0xfffd, 0x4723,
+  0x4729, 0x477c, 0x478d, 0x2eca, 0x4947, 0x497a, 0x497d, 0x4982,
+  0x4983, 0x4985, 0x4986, 0x499f, 0x499b, 0x49b7, 0x49b6, 0xfffd,
+  0xfffd, 0x4ca3, 0x4c9f, 0x4ca0, 0x4ca1, 0x4c77, 0x4ca2, 0x4d13,
+  0x4d14, 0x4d15, 0x4d16, 0x4d17, 0x4d18, 0x4d19, 0x4dae, 0xfffd,
+};
+
+static int
+gbk_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
+{
+  unsigned char c1 = s[0];
+  if ((c1 >= 0x81 && c1 <= 0xfe)) {
+    if (n >= 2) {
+      unsigned char c2 = s[1];
+      if ((c2 >= 0x40 && c2 < 0x7f) || (c2 >= 0x80 && c2 < 0xff)) {
+        unsigned int i = 190 * (c1 - 0x81) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
+        unsigned short wc = 0xfffd;
+        {
+          if (i < 23846)
+            wc = gbk_2uni_page81[i];
+        }
+        if (wc != 0xfffd) {
+          *pwc = (ucs4_t) wc;
+          return 2;
+        }
+      }
+      return RET_ILSEQ;
+    }
+    return RET_TOOFEW(0);
+  }
+  return RET_ILSEQ;
+}
+
+static const unsigned short gbk_page00[208] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0xa1e8, 0x0000, 0x0000, 0xa1ec, /*0xa0-0xa7*/
+  0xa1a7, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xa8-0xaf*/
+  0xa1e3, 0xa1c0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa1a4, /*0xb0-0xb7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xb8-0xbf*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xc0-0xc7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xc8-0xcf*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa1c1, /*0xd0-0xd7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xd8-0xdf*/
+  0xa8a4, 0xa8a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xe0-0xe7*/
+  0xa8a8, 0xa8a6, 0xa8ba, 0x0000, 0xa8ac, 0xa8aa, 0x0000, 0x0000, /*0xe8-0xef*/
+  0x0000, 0x0000, 0xa8b0, 0xa8ae, 0x0000, 0x0000, 0x0000, 0xa1c2, /*0xf0-0xf7*/
+  0x0000, 0xa8b4, 0xa8b2, 0x0000, 0xa8b9, 0x0000, 0x0000, 0x0000, /*0xf8-0xff*/
+  /* 0x0100 */
+  0x0000, 0xa8a1, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x00-0x07*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x08-0x0f*/
+  0x0000, 0x0000, 0x0000, 0xa8a5, 0x0000, 0x0000, 0x0000, 0x0000, /*0x10-0x17*/
+  0x0000, 0x0000, 0x0000, 0xa8a7, 0x0000, 0x0000, 0x0000, 0x0000, /*0x18-0x1f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x20-0x27*/
+  0x0000, 0x0000, 0x0000, 0xa8a9, 0x0000, 0x0000, 0x0000, 0x0000, /*0x28-0x2f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x30-0x37*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x38-0x3f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0xa8bd, 0x0000, 0x0000, 0x0000, /*0x40-0x47*/
+  0xa8be, 0x0000, 0x0000, 0x0000, 0x0000, 0xa8ad, 0x0000, 0x0000, /*0x48-0x4f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x50-0x57*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x58-0x5f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x60-0x67*/
+  0x0000, 0x0000, 0x0000, 0xa8b1, 0x0000, 0x0000, 0x0000, 0x0000, /*0x68-0x6f*/
+};
+static const unsigned short gbk_page01[24] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa8a3, 0x0000, /*0xc8-0xcf*/
+  0xa8ab, 0x0000, 0xa8af, 0x0000, 0xa8b3, 0x0000, 0xa8b5, 0x0000, /*0xd0-0xd7*/
+  0xa8b6, 0x0000, 0xa8b7, 0x0000, 0xa8b8, 0x0000, 0x0000, 0x0000, /*0xd8-0xdf*/
+};
+static const unsigned short gbk_page02a[24] = {
+  0x0000, 0xa8bb, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x50-0x57*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x58-0x5f*/
+  0x0000, 0xa8c0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x60-0x67*/
+};
+static const unsigned short gbk_page02b[32] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa1a6, /*0xc0-0xc7*/
+  0x0000, 0xa1a5, 0xa840, 0xa841, 0x0000, 0x0000, 0x0000, 0x0000, /*0xc8-0xcf*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xd0-0xd7*/
+  0x0000, 0xa842, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xd8-0xdf*/
+};
+static const unsigned short gbk_page03[64] = {
+  0x0000, 0xa6a1, 0xa6a2, 0xa6a3, 0xa6a4, 0xa6a5, 0xa6a6, 0xa6a7, /*0x90-0x97*/
+  0xa6a8, 0xa6a9, 0xa6aa, 0xa6ab, 0xa6ac, 0xa6ad, 0xa6ae, 0xa6af, /*0x98-0x9f*/
+  0xa6b0, 0xa6b1, 0x0000, 0xa6b2, 0xa6b3, 0xa6b4, 0xa6b5, 0xa6b6, /*0xa0-0xa7*/
+  0xa6b7, 0xa6b8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xa8-0xaf*/
+  0x0000, 0xa6c1, 0xa6c2, 0xa6c3, 0xa6c4, 0xa6c5, 0xa6c6, 0xa6c7, /*0xb0-0xb7*/
+  0xa6c8, 0xa6c9, 0xa6ca, 0xa6cb, 0xa6cc, 0xa6cd, 0xa6ce, 0xa6cf, /*0xb8-0xbf*/
+  0xa6d0, 0xa6d1, 0x0000, 0xa6d2, 0xa6d3, 0xa6d4, 0xa6d5, 0xa6d6, /*0xc0-0xc7*/
+  0xa6d7, 0xa6d8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xc8-0xcf*/
+};
+static const unsigned short gbk_page04[88] = {
+  0x0000, 0xa7a7, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x00-0x07*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x08-0x0f*/
+  0xa7a1, 0xa7a2, 0xa7a3, 0xa7a4, 0xa7a5, 0xa7a6, 0xa7a8, 0xa7a9, /*0x10-0x17*/
+  0xa7aa, 0xa7ab, 0xa7ac, 0xa7ad, 0xa7ae, 0xa7af, 0xa7b0, 0xa7b1, /*0x18-0x1f*/
+  0xa7b2, 0xa7b3, 0xa7b4, 0xa7b5, 0xa7b6, 0xa7b7, 0xa7b8, 0xa7b9, /*0x20-0x27*/
+  0xa7ba, 0xa7bb, 0xa7bc, 0xa7bd, 0xa7be, 0xa7bf, 0xa7c0, 0xa7c1, /*0x28-0x2f*/
+  0xa7d1, 0xa7d2, 0xa7d3, 0xa7d4, 0xa7d5, 0xa7d6, 0xa7d8, 0xa7d9, /*0x30-0x37*/
+  0xa7da, 0xa7db, 0xa7dc, 0xa7dd, 0xa7de, 0xa7df, 0xa7e0, 0xa7e1, /*0x38-0x3f*/
+  0xa7e2, 0xa7e3, 0xa7e4, 0xa7e5, 0xa7e6, 0xa7e7, 0xa7e8, 0xa7e9, /*0x40-0x47*/
+  0xa7ea, 0xa7eb, 0xa7ec, 0xa7ed, 0xa7ee, 0xa7ef, 0xa7f0, 0xa7f1, /*0x48-0x4f*/
+  0x0000, 0xa7d7, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x50-0x57*/
+};
+static const unsigned short gbk_page20[48] = {
+  0xa95c, 0x0000, 0x0000, 0xa843, 0xa1aa, 0xa844, 0xa1ac, 0x0000, /*0x10-0x17*/
+  0xa1ae, 0xa1af, 0x0000, 0x0000, 0xa1b0, 0xa1b1, 0x0000, 0x0000, /*0x18-0x1f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa845, 0xa1ad, 0x0000, /*0x20-0x27*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x28-0x2f*/
+  0xa1eb, 0x0000, 0xa1e4, 0xa1e5, 0x0000, 0xa846, 0x0000, 0x0000, /*0x30-0x37*/
+  0x0000, 0x0000, 0x0000, 0xa1f9, 0x0000, 0x0000, 0x0000, 0x0000, /*0x38-0x3f*/
+};
+static const unsigned short gbk_page21[160] = {
+  0x0000, 0x0000, 0x0000, 0xa1e6, 0x0000, 0xa847, 0x0000, 0x0000, /*0x00-0x07*/
+  0x0000, 0xa848, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x08-0x0f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa1ed, 0x0000, /*0x10-0x17*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x18-0x1f*/
+  0x0000, 0xa959, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x20-0x27*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x28-0x2f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x30-0x37*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x38-0x3f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x40-0x47*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x48-0x4f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x50-0x57*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x58-0x5f*/
+  0xa2f1, 0xa2f2, 0xa2f3, 0xa2f4, 0xa2f5, 0xa2f6, 0xa2f7, 0xa2f8, /*0x60-0x67*/
+  0xa2f9, 0xa2fa, 0xa2fb, 0xa2fc, 0x0000, 0x0000, 0x0000, 0x0000, /*0x68-0x6f*/
+  0xa2a1, 0xa2a2, 0xa2a3, 0xa2a4, 0xa2a5, 0xa2a6, 0xa2a7, 0xa2a8, /*0x70-0x77*/
+  0xa2a9, 0xa2aa, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x78-0x7f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x80-0x87*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x88-0x8f*/
+  0xa1fb, 0xa1fc, 0xa1fa, 0xa1fd, 0x0000, 0x0000, 0xa849, 0xa84a, /*0x90-0x97*/
+  0xa84b, 0xa84c, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x98-0x9f*/
+};
+static const unsigned short gbk_page22[184] = {
+  0xa1ca, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa1c7, /*0x08-0x0f*/
+  0x0000, 0xa1c6, 0x0000, 0x0000, 0x0000, 0xa84d, 0x0000, 0x0000, /*0x10-0x17*/
+  0x0000, 0x0000, 0xa1cc, 0x0000, 0x0000, 0xa1d8, 0xa1de, 0xa84e, /*0x18-0x1f*/
+  0xa1cf, 0x0000, 0x0000, 0xa84f, 0x0000, 0xa1ce, 0x0000, 0xa1c4, /*0x20-0x27*/
+  0xa1c5, 0xa1c9, 0xa1c8, 0xa1d2, 0x0000, 0x0000, 0xa1d3, 0x0000, /*0x28-0x2f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0xa1e0, 0xa1df, 0xa1c3, 0xa1cb, /*0x30-0x37*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa1d7, 0x0000, 0x0000, /*0x38-0x3f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x40-0x47*/
+  0xa1d6, 0x0000, 0x0000, 0x0000, 0xa1d5, 0x0000, 0x0000, 0x0000, /*0x48-0x4f*/
+  0x0000, 0x0000, 0xa850, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x50-0x57*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x58-0x5f*/
+  0xa1d9, 0xa1d4, 0x0000, 0x0000, 0xa1dc, 0xa1dd, 0xa851, 0xa852, /*0x60-0x67*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa1da, 0xa1db, /*0x68-0x6f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x70-0x77*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x78-0x7f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x80-0x87*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x88-0x8f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa892, 0x0000, 0x0000, /*0x90-0x97*/
+  0x0000, 0xa1d1, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x98-0x9f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa1cd, 0x0000, 0x0000, /*0xa0-0xa7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xa8-0xaf*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xb0-0xb7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa853, /*0xb8-0xbf*/
+};
+static const unsigned short gbk_page24[64] = {
+  0xa2d9, 0xa2da, 0xa2db, 0xa2dc, 0xa2dd, 0xa2de, 0xa2df, 0xa2e0, /*0x60-0x67*/
+  0xa2e1, 0xa2e2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x68-0x6f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0xa2c5, 0xa2c6, 0xa2c7, 0xa2c8, /*0x70-0x77*/
+  0xa2c9, 0xa2ca, 0xa2cb, 0xa2cc, 0xa2cd, 0xa2ce, 0xa2cf, 0xa2d0, /*0x78-0x7f*/
+  0xa2d1, 0xa2d2, 0xa2d3, 0xa2d4, 0xa2d5, 0xa2d6, 0xa2d7, 0xa2d8, /*0x80-0x87*/
+  0xa2b1, 0xa2b2, 0xa2b3, 0xa2b4, 0xa2b5, 0xa2b6, 0xa2b7, 0xa2b8, /*0x88-0x8f*/
+  0xa2b9, 0xa2ba, 0xa2bb, 0xa2bc, 0xa2bd, 0xa2be, 0xa2bf, 0xa2c0, /*0x90-0x97*/
+  0xa2c1, 0xa2c2, 0xa2c3, 0xa2c4, 0x0000, 0x0000, 0x0000, 0x0000, /*0x98-0x9f*/
+};
+static const unsigned short gbk_page25[232] = {
+  0xa9a4, 0xa9a5, 0xa9a6, 0xa9a7, 0xa9a8, 0xa9a9, 0xa9aa, 0xa9ab, /*0x00-0x07*/
+  0xa9ac, 0xa9ad, 0xa9ae, 0xa9af, 0xa9b0, 0xa9b1, 0xa9b2, 0xa9b3, /*0x08-0x0f*/
+  0xa9b4, 0xa9b5, 0xa9b6, 0xa9b7, 0xa9b8, 0xa9b9, 0xa9ba, 0xa9bb, /*0x10-0x17*/
+  0xa9bc, 0xa9bd, 0xa9be, 0xa9bf, 0xa9c0, 0xa9c1, 0xa9c2, 0xa9c3, /*0x18-0x1f*/
+  0xa9c4, 0xa9c5, 0xa9c6, 0xa9c7, 0xa9c8, 0xa9c9, 0xa9ca, 0xa9cb, /*0x20-0x27*/
+  0xa9cc, 0xa9cd, 0xa9ce, 0xa9cf, 0xa9d0, 0xa9d1, 0xa9d2, 0xa9d3, /*0x28-0x2f*/
+  0xa9d4, 0xa9d5, 0xa9d6, 0xa9d7, 0xa9d8, 0xa9d9, 0xa9da, 0xa9db, /*0x30-0x37*/
+  0xa9dc, 0xa9dd, 0xa9de, 0xa9df, 0xa9e0, 0xa9e1, 0xa9e2, 0xa9e3, /*0x38-0x3f*/
+  0xa9e4, 0xa9e5, 0xa9e6, 0xa9e7, 0xa9e8, 0xa9e9, 0xa9ea, 0xa9eb, /*0x40-0x47*/
+  0xa9ec, 0xa9ed, 0xa9ee, 0xa9ef, 0x0000, 0x0000, 0x0000, 0x0000, /*0x48-0x4f*/
+  0xa854, 0xa855, 0xa856, 0xa857, 0xa858, 0xa859, 0xa85a, 0xa85b, /*0x50-0x57*/
+  0xa85c, 0xa85d, 0xa85e, 0xa85f, 0xa860, 0xa861, 0xa862, 0xa863, /*0x58-0x5f*/
+  0xa864, 0xa865, 0xa866, 0xa867, 0xa868, 0xa869, 0xa86a, 0xa86b, /*0x60-0x67*/
+  0xa86c, 0xa86d, 0xa86e, 0xa86f, 0xa870, 0xa871, 0xa872, 0xa873, /*0x68-0x6f*/
+  0xa874, 0xa875, 0xa876, 0xa877, 0x0000, 0x0000, 0x0000, 0x0000, /*0x70-0x77*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x78-0x7f*/
+  0x0000, 0xa878, 0xa879, 0xa87a, 0xa87b, 0xa87c, 0xa87d, 0xa87e, /*0x80-0x87*/
+  0xa880, 0xa881, 0xa882, 0xa883, 0xa884, 0xa885, 0xa886, 0xa887, /*0x88-0x8f*/
+  0x0000, 0x0000, 0x0000, 0xa888, 0xa889, 0xa88a, 0x0000, 0x0000, /*0x90-0x97*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x98-0x9f*/
+  0xa1f6, 0xa1f5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xa0-0xa7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xa8-0xaf*/
+  0x0000, 0x0000, 0xa1f8, 0xa1f7, 0x0000, 0x0000, 0x0000, 0x0000, /*0xb0-0xb7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0xa88b, 0xa88c, 0x0000, 0x0000, /*0xb8-0xbf*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa1f4, 0xa1f3, /*0xc0-0xc7*/
+  0x0000, 0x0000, 0x0000, 0xa1f0, 0x0000, 0x0000, 0xa1f2, 0xa1f1, /*0xc8-0xcf*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xd0-0xd7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xd8-0xdf*/
+  0x0000, 0x0000, 0xa88d, 0xa88e, 0xa88f, 0xa890, 0x0000, 0x0000, /*0xe0-0xe7*/
+};
+static const unsigned short gbk_page26[72] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa1ef, 0xa1ee, 0x0000, /*0x00-0x07*/
+  0x0000, 0xa891, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x08-0x0f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x10-0x17*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x18-0x1f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x20-0x27*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x28-0x2f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x30-0x37*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x38-0x3f*/
+  0xa1e2, 0x0000, 0xa1e1, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x40-0x47*/
+};
+
+
+static const unsigned short gbk_page2e[74] = {
+  0xfe50, 0x0000, 0x0000, 0xfe54, 0x0000, 0x0000, 0x0000, 0xfe57, /*0x00-0x07*/
+  0x0000, 0x0000, 0xfe58, 0xfe5d, 0x0000, 0x0000, 0x0000, 0x0000, /*0x08-0x0f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe5e, 0x0000, /*0x10-0x17*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x18-0x1f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe6b, 0x0000, /*0x20-0x27*/
+  0x0000, 0xfe6e, 0x0000, 0x0000, 0x0000, 0xfe71, 0x0000, 0x0000, /*0x28-0x2f*/
+  0x0000, 0x0000, 0xfe73, 0x0000, 0x0000, 0xfe74, 0xfe75, 0x0000, /*0x30-0x37*/
+  0x0000, 0x0000, 0xfe79, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x38-0x3f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x40-0x47*/
+  0x0000, 0xfe84, 
+};
+
+
+static const unsigned short gbk_page2f[12] = {
+  0xa98a, 0xa98b, 0xa98c, 0xa98d, 0xa98e, 0xa98f, 0xa990, 0xa991, /*0x00-0x07*/
+  0xa992, 0xa993, 0xa994, 0xa995, /*0x08-0x0f*/
+};
+
+
+static const unsigned short gbk_page30[304] = {
+  0xa1a1, 0xa1a2, 0xa1a3, 0xa1a8, 0x0000, 0xa1a9, 0xa965, 0xa996, /*0x00-0x07*/
+  0xa1b4, 0xa1b5, 0xa1b6, 0xa1b7, 0xa1b8, 0xa1b9, 0xa1ba, 0xa1bb, /*0x08-0x0f*/
+  0xa1be, 0xa1bf, 0xa893, 0xa1fe, 0xa1b2, 0xa1b3, 0xa1bc, 0xa1bd, /*0x10-0x17*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa894, 0xa895, 0x0000, /*0x18-0x1f*/
+  0x0000, 0xa940, 0xa941, 0xa942, 0xa943, 0xa944, 0xa945, 0xa946, /*0x20-0x27*/
+  0xa947, 0xa948, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x28-0x2f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x30-0x37*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa989, 0x0000, /*0x38-0x3f*/
+  0x0000, 0xa4a1, 0xa4a2, 0xa4a3, 0xa4a4, 0xa4a5, 0xa4a6, 0xa4a7, /*0x40-0x47*/
+  0xa4a8, 0xa4a9, 0xa4aa, 0xa4ab, 0xa4ac, 0xa4ad, 0xa4ae, 0xa4af, /*0x48-0x4f*/
+  0xa4b0, 0xa4b1, 0xa4b2, 0xa4b3, 0xa4b4, 0xa4b5, 0xa4b6, 0xa4b7, /*0x50-0x57*/
+  0xa4b8, 0xa4b9, 0xa4ba, 0xa4bb, 0xa4bc, 0xa4bd, 0xa4be, 0xa4bf, /*0x58-0x5f*/
+  0xa4c0, 0xa4c1, 0xa4c2, 0xa4c3, 0xa4c4, 0xa4c5, 0xa4c6, 0xa4c7, /*0x60-0x67*/
+  0xa4c8, 0xa4c9, 0xa4ca, 0xa4cb, 0xa4cc, 0xa4cd, 0xa4ce, 0xa4cf, /*0x68-0x6f*/
+  0xa4d0, 0xa4d1, 0xa4d2, 0xa4d3, 0xa4d4, 0xa4d5, 0xa4d6, 0xa4d7, /*0x70-0x77*/
+  0xa4d8, 0xa4d9, 0xa4da, 0xa4db, 0xa4dc, 0xa4dd, 0xa4de, 0xa4df, /*0x78-0x7f*/
+  0xa4e0, 0xa4e1, 0xa4e2, 0xa4e3, 0xa4e4, 0xa4e5, 0xa4e6, 0xa4e7, /*0x80-0x87*/
+  0xa4e8, 0xa4e9, 0xa4ea, 0xa4eb, 0xa4ec, 0xa4ed, 0xa4ee, 0xa4ef, /*0x88-0x8f*/
+  0xa4f0, 0xa4f1, 0xa4f2, 0xa4f3, 0x0000, 0x0000, 0x0000, 0x0000, /*0x90-0x97*/
+  0x0000, 0x0000, 0x0000, 0xa961, 0xa962, 0xa966, 0xa967, 0x0000, /*0x98-0x9f*/
+  0x0000, 0xa5a1, 0xa5a2, 0xa5a3, 0xa5a4, 0xa5a5, 0xa5a6, 0xa5a7, /*0xa0-0xa7*/
+  0xa5a8, 0xa5a9, 0xa5aa, 0xa5ab, 0xa5ac, 0xa5ad, 0xa5ae, 0xa5af, /*0xa8-0xaf*/
+  0xa5b0, 0xa5b1, 0xa5b2, 0xa5b3, 0xa5b4, 0xa5b5, 0xa5b6, 0xa5b7, /*0xb0-0xb7*/
+  0xa5b8, 0xa5b9, 0xa5ba, 0xa5bb, 0xa5bc, 0xa5bd, 0xa5be, 0xa5bf, /*0xb8-0xbf*/
+  0xa5c0, 0xa5c1, 0xa5c2, 0xa5c3, 0xa5c4, 0xa5c5, 0xa5c6, 0xa5c7, /*0xc0-0xc7*/
+  0xa5c8, 0xa5c9, 0xa5ca, 0xa5cb, 0xa5cc, 0xa5cd, 0xa5ce, 0xa5cf, /*0xc8-0xcf*/
+  0xa5d0, 0xa5d1, 0xa5d2, 0xa5d3, 0xa5d4, 0xa5d5, 0xa5d6, 0xa5d7, /*0xd0-0xd7*/
+  0xa5d8, 0xa5d9, 0xa5da, 0xa5db, 0xa5dc, 0xa5dd, 0xa5de, 0xa5df, /*0xd8-0xdf*/
+  0xa5e0, 0xa5e1, 0xa5e2, 0xa5e3, 0xa5e4, 0xa5e5, 0xa5e6, 0xa5e7, /*0xe0-0xe7*/
+  0xa5e8, 0xa5e9, 0xa5ea, 0xa5eb, 0xa5ec, 0xa5ed, 0xa5ee, 0xa5ef, /*0xe8-0xef*/
+  0xa5f0, 0xa5f1, 0xa5f2, 0xa5f3, 0xa5f4, 0xa5f5, 0xa5f6, 0x0000, /*0xf0-0xf7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0xa960, 0xa963, 0xa964, 0x0000, /*0xf8-0xff*/
+  /* 0x3100 */
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa8c5, 0xa8c6, 0xa8c7, /*0x00-0x07*/
+  0xa8c8, 0xa8c9, 0xa8ca, 0xa8cb, 0xa8cc, 0xa8cd, 0xa8ce, 0xa8cf, /*0x08-0x0f*/
+  0xa8d0, 0xa8d1, 0xa8d2, 0xa8d3, 0xa8d4, 0xa8d5, 0xa8d6, 0xa8d7, /*0x10-0x17*/
+  0xa8d8, 0xa8d9, 0xa8da, 0xa8db, 0xa8dc, 0xa8dd, 0xa8de, 0xa8df, /*0x18-0x1f*/
+  0xa8e0, 0xa8e1, 0xa8e2, 0xa8e3, 0xa8e4, 0xa8e5, 0xa8e6, 0xa8e7, /*0x20-0x27*/
+  0xa8e8, 0xa8e9, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x28-0x2f*/
+};
+static const unsigned short gbk_page32[24] = {
+  0xa2e5, 0xa2e6, 0xa2e7, 0xa2e8, 0xa2e9, 0xa2ea, 0xa2eb, 0xa2ec, /*0x20-0x27*/
+  0xa2ed, 0xa2ee, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x28-0x2f*/
+  0x0000, 0xa95a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x30-0x37*/
+};
+static const unsigned short gbk_page33[80] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa94a, 0xa94b, /*0x88-0x8f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x90-0x97*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0xa94c, 0xa94d, 0xa94e, 0x0000, /*0x98-0x9f*/
+  0x0000, 0xa94f, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xa0-0xa7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xa8-0xaf*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xb0-0xb7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xb8-0xbf*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0xa950, 0x0000, 0x0000, 0x0000, /*0xc0-0xc7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa951, 0x0000, /*0xc8-0xcf*/
+  0x0000, 0xa952, 0xa953, 0x0000, 0x0000, 0xa954, 0x0000, 0x0000, /*0xd0-0xd7*/
+};
+static const unsigned short gbk_page4e[20904] = {
+  0xd2bb, 0xb6a1, 0x8140, 0xc6df, 0x8141, 0x8142, 0x8143, 0xcdf2, /*0x00-0x07*/
+  0xd5c9, 0xc8fd, 0xc9cf, 0xcfc2, 0xd8a2, 0xb2bb, 0xd3eb, 0x8144, /*0x08-0x0f*/
+  0xd8a4, 0xb3f3, 0x8145, 0xd7a8, 0xc7d2, 0xd8a7, 0xcac0, 0x8146, /*0x10-0x17*/
+  0xc7f0, 0xb1fb, 0xd2b5, 0xb4d4, 0xb6ab, 0xcbbf, 0xd8a9, 0x8147, /*0x18-0x1f*/
+  0x8148, 0x8149, 0xb6aa, 0x814a, 0xc1bd, 0xd1cf, 0x814b, 0xc9a5, /*0x20-0x27*/
+  0xd8ad, 0x814c, 0xb8f6, 0xd1be, 0xe3dc, 0xd6d0, 0x814d, 0x814e, /*0x28-0x2f*/
+  0xb7e1, 0x814f, 0xb4ae, 0x8150, 0xc1d9, 0x8151, 0xd8bc, 0x8152, /*0x30-0x37*/
+  0xcde8, 0xb5a4, 0xceaa, 0xd6f7, 0x8153, 0xc0f6, 0xbed9, 0xd8af, /*0x38-0x3f*/
+  0x8154, 0x8155, 0x8156, 0xc4cb, 0x8157, 0xbec3, 0x8158, 0xd8b1, /*0x40-0x47*/
+  0xc3b4, 0xd2e5, 0x8159, 0xd6ae, 0xceda, 0xd5a7, 0xbaf5, 0xb7a6, /*0x48-0x4f*/
+  0xc0d6, 0x815a, 0xc6b9, 0xc5d2, 0xc7c7, 0x815b, 0xb9d4, 0x815c, /*0x50-0x57*/
+  0xb3cb, 0xd2d2, 0x815d, 0x815e, 0xd8bf, 0xbec5, 0xc6f2, 0xd2b2, /*0x58-0x5f*/
+  0xcfb0, 0xcfe7, 0x815f, 0x8160, 0x8161, 0x8162, 0xcae9, 0x8163, /*0x60-0x67*/
+  0x8164, 0xd8c0, 0x8165, 0x8166, 0x8167, 0x8168, 0x8169, 0x816a, /*0x68-0x6f*/
+  0xc2f2, 0xc2d2, 0x816b, 0xc8e9, 0x816c, 0x816d, 0x816e, 0x816f, /*0x70-0x77*/
+  0x8170, 0x8171, 0x8172, 0x8173, 0x8174, 0x8175, 0xc7ac, 0x8176, /*0x78-0x7f*/
+  0x8177, 0x8178, 0x8179, 0x817a, 0x817b, 0x817c, 0xc1cb, 0x817d, /*0x80-0x87*/
+  0xd3e8, 0xd5f9, 0x817e, 0xcac2, 0xb6fe, 0xd8a1, 0xd3da, 0xbff7, /*0x88-0x8f*/
+  0x8180, 0xd4c6, 0xbba5, 0xd8c1, 0xcee5, 0xbeae, 0x8181, 0x8182, /*0x90-0x97*/
+  0xd8a8, 0x8183, 0xd1c7, 0xd0a9, 0x8184, 0x8185, 0x8186, 0xd8bd, /*0x98-0x9f*/
+  0xd9ef, 0xcdf6, 0xbfba, 0x8187, 0xbdbb, 0xbaa5, 0xd2e0, 0xb2fa, /*0xa0-0xa7*/
+  0xbae0, 0xc4b6, 0x8188, 0xcfed, 0xbea9, 0xcda4, 0xc1c1, 0x8189, /*0xa8-0xaf*/
+  0x818a, 0x818b, 0xc7d7, 0xd9f1, 0x818c, 0xd9f4, 0x818d, 0x818e, /*0xb0-0xb7*/
+  0x818f, 0x8190, 0xc8cb, 0xd8e9, 0x8191, 0x8192, 0x8193, 0xd2da, /*0xb8-0xbf*/
+  0xcab2, 0xc8ca, 0xd8ec, 0xd8ea, 0xd8c6, 0xbdf6, 0xc6cd, 0xb3f0, /*0xc0-0xc7*/
+  0x8194, 0xd8eb, 0xbdf1, 0xbde9, 0x8195, 0xc8d4, 0xb4d3, 0x8196, /*0xc8-0xcf*/
+  0x8197, 0xc2d8, 0x8198, 0xb2d6, 0xd7d0, 0xcacb, 0xcbfb, 0xd5cc, /*0xd0-0xd7*/
+  0xb8b6, 0xcfc9, 0x8199, 0x819a, 0x819b, 0xd9da, 0xd8f0, 0xc7aa, /*0xd8-0xdf*/
+  0x819c, 0xd8ee, 0x819d, 0xb4fa, 0xc1ee, 0xd2d4, 0x819e, 0x819f, /*0xe0-0xe7*/
+  0xd8ed, 0x81a0, 0xd2c7, 0xd8ef, 0xc3c7, 0x81a1, 0x81a2, 0x81a3, /*0xe8-0xef*/
+  0xd1f6, 0x81a4, 0xd6d9, 0xd8f2, 0x81a5, 0xd8f5, 0xbcfe, 0xbcdb, /*0xf0-0xf7*/
+  0x81a6, 0x81a7, 0x81a8, 0xc8ce, 0x81a9, 0xb7dd, 0x81aa, 0xb7c2, /*0xf8-0xff*/
+  /* 0x4f00 */
+  0x81ab, 0xc6f3, 0x81ac, 0x81ad, 0x81ae, 0x81af, 0x81b0, 0x81b1, /*0x00-0x07*/
+  0x81b2, 0xd8f8, 0xd2c1, 0x81b3, 0x81b4, 0xcee9, 0xbcbf, 0xb7fc, /*0x08-0x0f*/
+  0xb7a5, 0xd0dd, 0x81b5, 0x81b6, 0x81b7, 0x81b8, 0x81b9, 0xd6da, /*0x10-0x17*/
+  0xd3c5, 0xbbef, 0xbbe1, 0xd8f1, 0x81ba, 0x81bb, 0xc9a1, 0xceb0, /*0x18-0x1f*/
+  0xb4ab, 0x81bc, 0xd8f3, 0x81bd, 0xc9cb, 0xd8f6, 0xc2d7, 0xd8f7, /*0x20-0x27*/
+  0x81be, 0x81bf, 0xceb1, 0xd8f9, 0x81c0, 0x81c1, 0x81c2, 0xb2ae, /*0x28-0x2f*/
+  0xb9c0, 0x81c3, 0xd9a3, 0x81c4, 0xb0e9, 0x81c5, 0xc1e6, 0x81c6, /*0x30-0x37*/
+  0xc9ec, 0x81c7, 0xcbc5, 0x81c8, 0xcbc6, 0xd9a4, 0x81c9, 0x81ca, /*0x38-0x3f*/
+  0x81cb, 0x81cc, 0x81cd, 0xb5e8, 0x81ce, 0x81cf, 0xb5ab, 0x81d0, /*0x40-0x47*/
+  0x81d1, 0x81d2, 0x81d3, 0x81d4, 0x81d5, 0xcebb, 0xb5cd, 0xd7a1, /*0x48-0x4f*/
+  0xd7f4, 0xd3d3, 0x81d6, 0xcce5, 0x81d7, 0xbace, 0x81d8, 0xd9a2, /*0x50-0x57*/
+  0xd9dc, 0xd3e0, 0xd8fd, 0xb7f0, 0xd7f7, 0xd8fe, 0xd8fa, 0xd9a1, /*0x58-0x5f*/
+  0xc4e3, 0x81d9, 0x81da, 0xd3b6, 0xd8f4, 0xd9dd, 0x81db, 0xd8fb, /*0x60-0x67*/
+  0x81dc, 0xc5e5, 0x81dd, 0x81de, 0xc0d0, 0x81df, 0x81e0, 0xd1f0, /*0x68-0x6f*/
+  0xb0db, 0x81e1, 0x81e2, 0xbcd1, 0xd9a6, 0x81e3, 0xd9a5, 0x81e4, /*0x70-0x77*/
+  0x81e5, 0x81e6, 0x81e7, 0xd9ac, 0xd9ae, 0x81e8, 0xd9ab, 0xcab9, /*0x78-0x7f*/
+  0x81e9, 0x81ea, 0x81eb, 0xd9a9, 0xd6b6, 0x81ec, 0x81ed, 0x81ee, /*0x80-0x87*/
+  0xb3de, 0xd9a8, 0x81ef, 0xc0fd, 0x81f0, 0xcacc, 0x81f1, 0xd9aa, /*0x88-0x8f*/
+  0x81f2, 0xd9a7, 0x81f3, 0x81f4, 0xd9b0, 0x81f5, 0x81f6, 0xb6b1, /*0x90-0x97*/
+  0x81f7, 0x81f8, 0x81f9, 0xb9a9, 0x81fa, 0xd2c0, 0x81fb, 0x81fc, /*0x98-0x9f*/
+  0xcfc0, 0x81fd, 0x81fe, 0xc2c2, 0x8240, 0xbdc4, 0xd5ec, 0xb2e0, /*0xa0-0xa7*/
+  0xc7c8, 0xbfeb, 0xd9ad, 0x8241, 0xd9af, 0x8242, 0xceea, 0xbaee, /*0xa8-0xaf*/
+  0x8243, 0x8244, 0x8245, 0x8246, 0x8247, 0xc7d6, 0x8248, 0x8249, /*0xb0-0xb7*/
+  0x824a, 0x824b, 0x824c, 0x824d, 0x824e, 0x824f, 0x8250, 0xb1e3, /*0xb8-0xbf*/
+  0x8251, 0x8252, 0x8253, 0xb4d9, 0xb6ed, 0xd9b4, 0x8254, 0x8255, /*0xc0-0xc7*/
+  0x8256, 0x8257, 0xbfa1, 0x8258, 0x8259, 0x825a, 0xd9de, 0xc7ce, /*0xc8-0xcf*/
+  0xc0fe, 0xd9b8, 0x825b, 0x825c, 0x825d, 0x825e, 0x825f, 0xcbd7, /*0xd0-0xd7*/
+  0xb7fd, 0x8260, 0xd9b5, 0x8261, 0xd9b7, 0xb1a3, 0xd3e1, 0xd9b9, /*0xd8-0xdf*/
+  0x8262, 0xd0c5, 0x8263, 0xd9b6, 0x8264, 0x8265, 0xd9b1, 0x8266, /*0xe0-0xe7*/
+  0xd9b2, 0xc1a9, 0xd9b3, 0x8267, 0x8268, 0xbcf3, 0xd0de, 0xb8a9, /*0xe8-0xef*/
+  0x8269, 0xbee3, 0x826a, 0xd9bd, 0x826b, 0x826c, 0x826d, 0x826e, /*0xf0-0xf7*/
+  0xd9ba, 0x826f, 0xb0b3, 0x8270, 0x8271, 0x8272, 0xd9c2, 0x8273, /*0xf8-0xff*/
+  /* 0x5000 */
+  0x8274, 0x8275, 0x8276, 0x8277, 0x8278, 0x8279, 0x827a, 0x827b, /*0x00-0x07*/
+  0x827c, 0x827d, 0x827e, 0x8280, 0xd9c4, 0xb1b6, 0x8281, 0xd9bf, /*0x08-0x0f*/
+  0x8282, 0x8283, 0xb5b9, 0x8284, 0xbef3, 0x8285, 0x8286, 0x8287, /*0x10-0x17*/
+  0xccc8, 0xbaf2, 0xd2d0, 0x8288, 0xd9c3, 0x8289, 0x828a, 0xbde8, /*0x18-0x1f*/
+  0x828b, 0xb3ab, 0x828c, 0x828d, 0x828e, 0xd9c5, 0xbeeb, 0x828f, /*0x20-0x27*/
+  0xd9c6, 0xd9bb, 0xc4df, 0x8290, 0xd9be, 0xd9c1, 0xd9c0, 0x8291, /*0x28-0x2f*/
+  0x8292, 0x8293, 0x8294, 0x8295, 0x8296, 0x8297, 0x8298, 0x8299, /*0x30-0x37*/
+  0x829a, 0x829b, 0xd5ae, 0x829c, 0xd6b5, 0x829d, 0xc7e3, 0x829e, /*0x38-0x3f*/
+  0x829f, 0x82a0, 0x82a1, 0xd9c8, 0x82a2, 0x82a3, 0x82a4, 0xbcd9, /*0x40-0x47*/
+  0xd9ca, 0x82a5, 0x82a6, 0x82a7, 0xd9bc, 0x82a8, 0xd9cb, 0xc6ab, /*0x48-0x4f*/
+  0x82a9, 0x82aa, 0x82ab, 0x82ac, 0x82ad, 0xd9c9, 0x82ae, 0x82af, /*0x50-0x57*/
+  0x82b0, 0x82b1, 0xd7f6, 0x82b2, 0xcda3, 0x82b3, 0x82b4, 0x82b5, /*0x58-0x5f*/
+  0x82b6, 0x82b7, 0x82b8, 0x82b9, 0x82ba, 0xbda1, 0x82bb, 0x82bc, /*0x60-0x67*/
+  0x82bd, 0x82be, 0x82bf, 0x82c0, 0xd9cc, 0x82c1, 0x82c2, 0x82c3, /*0x68-0x6f*/
+  0x82c4, 0x82c5, 0x82c6, 0x82c7, 0x82c8, 0x82c9, 0xc5bc, 0xcdb5, /*0x70-0x77*/
+  0x82ca, 0x82cb, 0x82cc, 0xd9cd, 0x82cd, 0x82ce, 0xd9c7, 0xb3a5, /*0x78-0x7f*/
+  0xbffe, 0x82cf, 0x82d0, 0x82d1, 0x82d2, 0xb8b5, 0x82d3, 0x82d4, /*0x80-0x87*/
+  0xc0fc, 0x82d5, 0x82d6, 0x82d7, 0x82d8, 0xb0f8, 0x82d9, 0x82da, /*0x88-0x8f*/
+  0x82db, 0x82dc, 0x82dd, 0x82de, 0x82df, 0x82e0, 0x82e1, 0x82e2, /*0x90-0x97*/
+  0x82e3, 0x82e4, 0x82e5, 0x82e6, 0x82e7, 0x82e8, 0x82e9, 0x82ea, /*0x98-0x9f*/
+  0x82eb, 0x82ec, 0x82ed, 0xb4f6, 0x82ee, 0xd9ce, 0x82ef, 0xd9cf, /*0xa0-0xa7*/
+  0xb4a2, 0xd9d0, 0x82f0, 0x82f1, 0xb4df, 0x82f2, 0x82f3, 0x82f4, /*0xa8-0xaf*/
+  0x82f5, 0x82f6, 0xb0c1, 0x82f7, 0x82f8, 0x82f9, 0x82fa, 0x82fb, /*0xb0-0xb7*/
+  0x82fc, 0x82fd, 0xd9d1, 0xc9b5, 0x82fe, 0x8340, 0x8341, 0x8342, /*0xb8-0xbf*/
+  0x8343, 0x8344, 0x8345, 0x8346, 0x8347, 0x8348, 0x8349, 0x834a, /*0xc0-0xc7*/
+  0x834b, 0x834c, 0x834d, 0x834e, 0x834f, 0x8350, 0x8351, 0xcff1, /*0xc8-0xcf*/
+  0x8352, 0x8353, 0x8354, 0x8355, 0x8356, 0x8357, 0xd9d2, 0x8358, /*0xd0-0xd7*/
+  0x8359, 0x835a, 0xc1c5, 0x835b, 0x835c, 0x835d, 0x835e, 0x835f, /*0xd8-0xdf*/
+  0x8360, 0x8361, 0x8362, 0x8363, 0x8364, 0x8365, 0xd9d6, 0xc9ae, /*0xe0-0xe7*/
+  0x8366, 0x8367, 0x8368, 0x8369, 0xd9d5, 0xd9d4, 0xd9d7, 0x836a, /*0xe8-0xef*/
+  0x836b, 0x836c, 0x836d, 0xcbdb, 0x836e, 0xbda9, 0x836f, 0x8370, /*0xf0-0xf7*/
+  0x8371, 0x8372, 0x8373, 0xc6a7, 0x8374, 0x8375, 0x8376, 0x8377, /*0xf8-0xff*/
+  /* 0x5100 */
+  0x8378, 0x8379, 0x837a, 0x837b, 0x837c, 0x837d, 0xd9d3, 0xd9d8, /*0x00-0x07*/
+  0x837e, 0x8380, 0x8381, 0xd9d9, 0x8382, 0x8383, 0x8384, 0x8385, /*0x08-0x0f*/
+  0x8386, 0x8387, 0xc8e5, 0x8388, 0x8389, 0x838a, 0x838b, 0x838c, /*0x10-0x17*/
+  0x838d, 0x838e, 0x838f, 0x8390, 0x8391, 0x8392, 0x8393, 0x8394, /*0x18-0x1f*/
+  0x8395, 0xc0dc, 0x8396, 0x8397, 0x8398, 0x8399, 0x839a, 0x839b, /*0x20-0x27*/
+  0x839c, 0x839d, 0x839e, 0x839f, 0x83a0, 0x83a1, 0x83a2, 0x83a3, /*0x28-0x2f*/
+  0x83a4, 0x83a5, 0x83a6, 0x83a7, 0x83a8, 0x83a9, 0x83aa, 0x83ab, /*0x30-0x37*/
+  0x83ac, 0x83ad, 0x83ae, 0x83af, 0x83b0, 0x83b1, 0x83b2, 0xb6f9, /*0x38-0x3f*/
+  0xd8a3, 0xd4ca, 0x83b3, 0xd4aa, 0xd0d6, 0xb3e4, 0xd5d7, 0x83b4, /*0x40-0x47*/
+  0xcfc8, 0xb9e2, 0x83b5, 0xbfcb, 0x83b6, 0xc3e2, 0x83b7, 0x83b8, /*0x48-0x4f*/
+  0x83b9, 0xb6d2, 0x83ba, 0x83bb, 0xcdc3, 0xd9ee, 0xd9f0, 0x83bc, /*0x50-0x57*/
+  0x83bd, 0x83be, 0xb5b3, 0x83bf, 0xb6b5, 0x83c0, 0x83c1, 0x83c2, /*0x58-0x5f*/
+  0x83c3, 0x83c4, 0xbea4, 0x83c5, 0x83c6, 0xc8eb, 0x83c7, 0x83c8, /*0x60-0x67*/
+  0xc8ab, 0x83c9, 0x83ca, 0xb0cb, 0xb9ab, 0xc1f9, 0xd9e2, 0x83cb, /*0x68-0x6f*/
+  0xc0bc, 0xb9b2, 0x83cc, 0xb9d8, 0xd0cb, 0xb1f8, 0xc6e4, 0xbedf, /*0x70-0x77*/
+  0xb5e4, 0xd7c8, 0x83cd, 0xd1f8, 0xbce6, 0xcade, 0x83ce, 0x83cf, /*0x78-0x7f*/
+  0xbcbd, 0xd9e6, 0xd8e7, 0x83d0, 0x83d1, 0xc4da, 0x83d2, 0x83d3, /*0x80-0x87*/
+  0xb8d4, 0xc8bd, 0x83d4, 0x83d5, 0xb2e1, 0xd4d9, 0x83d6, 0x83d7, /*0x88-0x8f*/
+  0x83d8, 0x83d9, 0xc3b0, 0x83da, 0x83db, 0xc3e1, 0xdaa2, 0xc8df, /*0x90-0x97*/
+  0x83dc, 0xd0b4, 0x83dd, 0xbefc, 0xc5a9, 0x83de, 0x83df, 0x83e0, /*0x98-0x9f*/
+  0xb9da, 0x83e1, 0xdaa3, 0x83e2, 0xd4a9, 0xdaa4, 0x83e3, 0x83e4, /*0xa0-0xa7*/
+  0x83e5, 0x83e6, 0x83e7, 0xd9fb, 0xb6ac, 0x83e8, 0x83e9, 0xb7eb, /*0xa8-0xaf*/
+  0xb1f9, 0xd9fc, 0xb3e5, 0xbef6, 0x83ea, 0xbff6, 0xd2b1, 0xc0e4, /*0xb0-0xb7*/
+  0x83eb, 0x83ec, 0x83ed, 0xb6b3, 0xd9fe, 0xd9fd, 0x83ee, 0x83ef, /*0xb8-0xbf*/
+  0xbebb, 0x83f0, 0x83f1, 0x83f2, 0xc6e0, 0x83f3, 0xd7bc, 0xdaa1, /*0xc0-0xc7*/
+  0x83f4, 0xc1b9, 0x83f5, 0xb5f2, 0xc1e8, 0x83f6, 0x83f7, 0xbcf5, /*0xc8-0xcf*/
+  0x83f8, 0xb4d5, 0x83f9, 0x83fa, 0x83fb, 0x83fc, 0x83fd, 0x83fe, /*0xd0-0xd7*/
+  0x8440, 0x8441, 0x8442, 0xc1dd, 0x8443, 0xc4fd, 0x8444, 0x8445, /*0xd8-0xdf*/
+  0xbcb8, 0xb7b2, 0x8446, 0x8447, 0xb7ef, 0x8448, 0x8449, 0x844a, /*0xe0-0xe7*/
+  0x844b, 0x844c, 0x844d, 0xd9ec, 0x844e, 0xc6be, 0x844f, 0xbfad, /*0xe8-0xef*/
+  0xbbcb, 0x8450, 0x8451, 0xb5ca, 0x8452, 0xdbc9, 0xd0d7, 0x8453, /*0xf0-0xf7*/
+  0xcdb9, 0xb0bc, 0xb3f6, 0xbbf7, 0xdbca, 0xbaaf, 0x8454, 0xd4e4, /*0xf8-0xff*/
+  /* 0x5200 */
+  0xb5b6, 0xb5f3, 0xd8d6, 0xc8d0, 0x8455, 0x8456, 0xb7d6, 0xc7d0, /*0x00-0x07*/
+  0xd8d7, 0x8457, 0xbfaf, 0x8458, 0x8459, 0xdbbb, 0xd8d8, 0x845a, /*0x08-0x0f*/
+  0x845b, 0xd0cc, 0xbbae, 0x845c, 0x845d, 0x845e, 0xebbe, 0xc1d0, /*0x10-0x17*/
+  0xc1f5, 0xd4f2, 0xb8d5, 0xb4b4, 0x845f, 0xb3f5, 0x8460, 0x8461, /*0x18-0x1f*/
+  0xc9be, 0x8462, 0x8463, 0x8464, 0xc5d0, 0x8465, 0x8466, 0x8467, /*0x20-0x27*/
+  0xc5d9, 0xc0fb, 0x8468, 0xb1f0, 0x8469, 0xd8d9, 0xb9ce, 0x846a, /*0x28-0x2f*/
+  0xb5bd, 0x846b, 0x846c, 0xd8da, 0x846d, 0x846e, 0xd6c6, 0xcba2, /*0x30-0x37*/
+  0xc8af, 0xc9b2, 0xb4cc, 0xbfcc, 0x846f, 0xb9f4, 0x8470, 0xd8db, /*0x38-0x3f*/
+  0xd8dc, 0xb6e7, 0xbcc1, 0xccea, 0x8471, 0x8472, 0x8473, 0x8474, /*0x40-0x47*/
+  0x8475, 0x8476, 0xcff7, 0x8477, 0xd8dd, 0xc7b0, 0x8478, 0x8479, /*0x48-0x4f*/
+  0xb9d0, 0xbda3, 0x847a, 0x847b, 0xccde, 0x847c, 0xc6ca, 0x847d, /*0x50-0x57*/
+  0x847e, 0x8480, 0x8481, 0x8482, 0xd8e0, 0x8483, 0xd8de, 0x8484, /*0x58-0x5f*/
+  0x8485, 0xd8df, 0x8486, 0x8487, 0x8488, 0xb0fe, 0x8489, 0xbee7, /*0x60-0x67*/
+  0x848a, 0xcaa3, 0xbcf4, 0x848b, 0x848c, 0x848d, 0x848e, 0xb8b1, /*0x68-0x6f*/
+  0x848f, 0x8490, 0xb8ee, 0x8491, 0x8492, 0x8493, 0x8494, 0x8495, /*0x70-0x77*/
+  0x8496, 0x8497, 0x8498, 0x8499, 0x849a, 0xd8e2, 0x849b, 0xbdcb, /*0x78-0x7f*/
+  0x849c, 0xd8e4, 0xd8e3, 0x849d, 0x849e, 0x849f, 0x84a0, 0x84a1, /*0x80-0x87*/
+  0xc5fc, 0x84a2, 0x84a3, 0x84a4, 0x84a5, 0x84a6, 0x84a7, 0x84a8, /*0x88-0x8f*/
+  0xd8e5, 0x84a9, 0x84aa, 0xd8e6, 0x84ab, 0x84ac, 0x84ad, 0x84ae, /*0x90-0x97*/
+  0x84af, 0x84b0, 0x84b1, 0xc1a6, 0x84b2, 0xc8b0, 0xb0ec, 0xb9a6, /*0x98-0x9f*/
+  0xbcd3, 0xcef1, 0xdbbd, 0xc1d3, 0x84b3, 0x84b4, 0x84b5, 0x84b6, /*0xa0-0xa7*/
+  0xb6af, 0xd6fa, 0xc5ac, 0xbdd9, 0xdbbe, 0xdbbf, 0x84b7, 0x84b8, /*0xa8-0xaf*/
+  0x84b9, 0xc0f8, 0xbea2, 0xc0cd, 0x84ba, 0x84bb, 0x84bc, 0x84bd, /*0xb0-0xb7*/
+  0x84be, 0x84bf, 0x84c0, 0x84c1, 0x84c2, 0x84c3, 0xdbc0, 0xcac6, /*0xb8-0xbf*/
+  0x84c4, 0x84c5, 0x84c6, 0xb2aa, 0x84c7, 0x84c8, 0x84c9, 0xd3c2, /*0xc0-0xc7*/
+  0x84ca, 0xc3e3, 0x84cb, 0xd1ab, 0x84cc, 0x84cd, 0x84ce, 0x84cf, /*0xc8-0xcf*/
+  0xdbc2, 0x84d0, 0xc0d5, 0x84d1, 0x84d2, 0x84d3, 0xdbc3, 0x84d4, /*0xd0-0xd7*/
+  0xbfb1, 0x84d5, 0x84d6, 0x84d7, 0x84d8, 0x84d9, 0x84da, 0xc4bc, /*0xd8-0xdf*/
+  0x84db, 0x84dc, 0x84dd, 0x84de, 0xc7da, 0x84df, 0x84e0, 0x84e1, /*0xe0-0xe7*/
+  0x84e2, 0x84e3, 0x84e4, 0x84e5, 0x84e6, 0x84e7, 0x84e8, 0x84e9, /*0xe8-0xef*/
+  0xdbc4, 0x84ea, 0x84eb, 0x84ec, 0x84ed, 0x84ee, 0x84ef, 0x84f0, /*0xf0-0xf7*/
+  0x84f1, 0xd9e8, 0xc9d7, 0x84f2, 0x84f3, 0x84f4, 0xb9b4, 0xcef0, /*0xf8-0xff*/
+  /* 0x5300 */
+  0xd4c8, 0x84f5, 0x84f6, 0x84f7, 0x84f8, 0xb0fc, 0xb4d2, 0x84f9, /*0x00-0x07*/
+  0xd0d9, 0x84fa, 0x84fb, 0x84fc, 0x84fd, 0xd9e9, 0x84fe, 0xdecb, /*0x08-0x0f*/
+  0xd9eb, 0x8540, 0x8541, 0x8542, 0x8543, 0xd8b0, 0xbbaf, 0xb1b1, /*0x10-0x17*/
+  0x8544, 0xb3d7, 0xd8ce, 0x8545, 0x8546, 0xd4d1, 0x8547, 0x8548, /*0x18-0x1f*/
+  0xbdb3, 0xbfef, 0x8549, 0xcfbb, 0x854a, 0x854b, 0xd8d0, 0x854c, /*0x20-0x27*/
+  0x854d, 0x854e, 0xb7cb, 0x854f, 0x8550, 0x8551, 0xd8d1, 0x8552, /*0x28-0x2f*/
+  0x8553, 0x8554, 0x8555, 0x8556, 0x8557, 0x8558, 0x8559, 0x855a, /*0x30-0x37*/
+  0x855b, 0xc6a5, 0xc7f8, 0xd2bd, 0x855c, 0x855d, 0xd8d2, 0xc4e4, /*0x38-0x3f*/
+  0x855e, 0xcaae, 0x855f, 0xc7a7, 0x8560, 0xd8a6, 0x8561, 0xc9fd, /*0x40-0x47*/
+  0xcee7, 0xbbdc, 0xb0eb, 0x8562, 0x8563, 0x8564, 0xbbaa, 0xd0ad, /*0x48-0x4f*/
+  0x8565, 0xb1b0, 0xd7e4, 0xd7bf, 0x8566, 0xb5a5, 0xc2f4, 0xc4cf, /*0x50-0x57*/
+  0x8567, 0x8568, 0xb2a9, 0x8569, 0xb2b7, 0x856a, 0xb1e5, 0xdfb2, /*0x58-0x5f*/
+  0xd5bc, 0xbfa8, 0xc2ac, 0xd8d5, 0xc2b1, 0x856b, 0xd8d4, 0xced4, /*0x60-0x67*/
+  0x856c, 0xdae0, 0x856d, 0xcec0, 0x856e, 0x856f, 0xd8b4, 0xc3ae, /*0x68-0x6f*/
+  0xd3a1, 0xcea3, 0x8570, 0xbcb4, 0xc8b4, 0xc2d1, 0x8571, 0xbeed, /*0x70-0x77*/
+  0xd0b6, 0x8572, 0xdae1, 0x8573, 0x8574, 0x8575, 0x8576, 0xc7e4, /*0x78-0x7f*/
+  0x8577, 0x8578, 0xb3a7, 0x8579, 0xb6f2, 0xccfc, 0xc0fa, 0x857a, /*0x80-0x87*/
+  0x857b, 0xc0f7, 0x857c, 0xd1b9, 0xd1e1, 0xd8c7, 0x857d, 0x857e, /*0x88-0x8f*/
+  0x8580, 0x8581, 0x8582, 0x8583, 0x8584, 0xb2de, 0x8585, 0x8586, /*0x90-0x97*/
+  0xc0e5, 0x8587, 0xbaf1, 0x8588, 0x8589, 0xd8c8, 0x858a, 0xd4ad, /*0x98-0x9f*/
+  0x858b, 0x858c, 0xcfe1, 0xd8c9, 0x858d, 0xd8ca, 0xcfc3, 0x858e, /*0xa0-0xa7*/
+  0xb3f8, 0xbec7, 0x858f, 0x8590, 0x8591, 0x8592, 0xd8cb, 0x8593, /*0xa8-0xaf*/
+  0x8594, 0x8595, 0x8596, 0x8597, 0x8598, 0x8599, 0xdbcc, 0x859a, /*0xb0-0xb7*/
+  0x859b, 0x859c, 0x859d, 0xc8a5, 0x859e, 0x859f, 0x85a0, 0xcfd8, /*0xb8-0xbf*/
+  0x85a1, 0xc8fe, 0xb2ce, 0x85a2, 0x85a3, 0x85a4, 0x85a5, 0x85a6, /*0xc0-0xc7*/
+  0xd3d6, 0xb2e6, 0xbcb0, 0xd3d1, 0xcbab, 0xb7b4, 0x85a7, 0x85a8, /*0xc8-0xcf*/
+  0x85a9, 0xb7a2, 0x85aa, 0x85ab, 0xcae5, 0x85ac, 0xc8a1, 0xcadc, /*0xd0-0xd7*/
+  0xb1e4, 0xd0f0, 0x85ad, 0xc5d1, 0x85ae, 0x85af, 0x85b0, 0xdbc5, /*0xd8-0xdf*/
+  0xb5fe, 0x85b1, 0x85b2, 0xbfda, 0xb9c5, 0xbee4, 0xc1ed, 0x85b3, /*0xe0-0xe7*/
+  0xdfb6, 0xdfb5, 0xd6bb, 0xbdd0, 0xd5d9, 0xb0c8, 0xb6a3, 0xbfc9, /*0xe8-0xef*/
+  0xcca8, 0xdfb3, 0xcab7, 0xd3d2, 0x85b4, 0xd8cf, 0xd2b6, 0xbac5, /*0xf0-0xf7*/
+  0xcbbe, 0xccbe, 0x85b5, 0xdfb7, 0xb5f0, 0xdfb4, 0x85b6, 0x85b7, /*0xf8-0xff*/
+  /* 0x5400 */
+  0x85b8, 0xd3f5, 0x85b9, 0xb3d4, 0xb8f7, 0x85ba, 0xdfba, 0x85bb, /*0x00-0x07*/
+  0xbacf, 0xbcaa, 0xb5f5, 0x85bc, 0xcdac, 0xc3fb, 0xbaf3, 0xc0f4, /*0x08-0x0f*/
+  0xcdc2, 0xcff2, 0xdfb8, 0xcfc5, 0x85bd, 0xc2c0, 0xdfb9, 0xc2f0, /*0x10-0x17*/
+  0x85be, 0x85bf, 0x85c0, 0xbefd, 0x85c1, 0xc1df, 0xcdcc, 0xd2f7, /*0x18-0x1f*/
+  0xb7cd, 0xdfc1, 0x85c2, 0xdfc4, 0x85c3, 0x85c4, 0xb7f1, 0xb0c9, /*0x20-0x27*/
+  0xb6d6, 0xb7d4, 0x85c5, 0xbaac, 0xccfd, 0xbfd4, 0xcbb1, 0xc6f4, /*0x28-0x2f*/
+  0x85c6, 0xd6a8, 0xdfc5, 0x85c7, 0xcee2, 0xb3b3, 0x85c8, 0x85c9, /*0x30-0x37*/
+  0xcefc, 0xb4b5, 0x85ca, 0xcec7, 0xbaf0, 0x85cb, 0xcee1, 0x85cc, /*0x38-0x3f*/
+  0xd1bd, 0x85cd, 0x85ce, 0xdfc0, 0x85cf, 0x85d0, 0xb4f4, 0x85d1, /*0x40-0x47*/
+  0xb3ca, 0x85d2, 0xb8e6, 0xdfbb, 0x85d3, 0x85d4, 0x85d5, 0x85d6, /*0x48-0x4f*/
+  0xc4c5, 0x85d7, 0xdfbc, 0xdfbd, 0xdfbe, 0xc5bb, 0xdfbf, 0xdfc2, /*0x50-0x57*/
+  0xd4b1, 0xdfc3, 0x85d8, 0xc7ba, 0xced8, 0x85d9, 0x85da, 0x85db, /*0x58-0x5f*/
+  0x85dc, 0x85dd, 0xc4d8, 0x85de, 0xdfca, 0x85df, 0xdfcf, 0x85e0, /*0x60-0x67*/
+  0xd6dc, 0x85e1, 0x85e2, 0x85e3, 0x85e4, 0x85e5, 0x85e6, 0x85e7, /*0x68-0x6f*/
+  0x85e8, 0xdfc9, 0xdfda, 0xceb6, 0x85e9, 0xbac7, 0xdfce, 0xdfc8, /*0x70-0x77*/
+  0xc5de, 0x85ea, 0x85eb, 0xc9eb, 0xbaf4, 0xc3fc, 0x85ec, 0x85ed, /*0x78-0x7f*/
+  0xbed7, 0x85ee, 0xdfc6, 0x85ef, 0xdfcd, 0x85f0, 0xc5d8, 0x85f1, /*0x80-0x87*/
+  0x85f2, 0x85f3, 0x85f4, 0xd5a6, 0xbacd, 0x85f5, 0xbecc, 0xd3bd, /*0x88-0x8f*/
+  0xb8c0, 0x85f6, 0xd6e4, 0x85f7, 0xdfc7, 0xb9be, 0xbfa7, 0x85f8, /*0x90-0x97*/
+  0x85f9, 0xc1fc, 0xdfcb, 0xdfcc, 0x85fa, 0xdfd0, 0x85fb, 0x85fc, /*0x98-0x9f*/
+  0x85fd, 0x85fe, 0x8640, 0xdfdb, 0xdfe5, 0x8641, 0xdfd7, 0xdfd6, /*0xa0-0xa7*/
+  0xd7c9, 0xdfe3, 0xdfe4, 0xe5eb, 0xd2a7, 0xdfd2, 0x8642, 0xbfa9, /*0xa8-0xaf*/
+  0x8643, 0xd4db, 0x8644, 0xbfc8, 0xdfd4, 0x8645, 0x8646, 0x8647, /*0xb0-0xb7*/
+  0xcfcc, 0x8648, 0x8649, 0xdfdd, 0x864a, 0xd1ca, 0x864b, 0xdfde, /*0xb8-0xbf*/
+  0xb0a7, 0xc6b7, 0xdfd3, 0x864c, 0xbae5, 0x864d, 0xb6df, 0xcddb, /*0xc0-0xc7*/
+  0xb9fe, 0xd4d5, 0x864e, 0x864f, 0xdfdf, 0xcfec, 0xb0a5, 0xdfe7, /*0xc8-0xcf*/
+  0xdfd1, 0xd1c6, 0xdfd5, 0xdfd8, 0xdfd9, 0xdfdc, 0x8650, 0xbba9, /*0xd0-0xd7*/
+  0x8651, 0xdfe0, 0xdfe1, 0x8652, 0xdfe2, 0xdfe6, 0xdfe8, 0xd3b4, /*0xd8-0xdf*/
+  0x8653, 0x8654, 0x8655, 0x8656, 0x8657, 0xb8e7, 0xc5b6, 0xdfea, /*0xe0-0xe7*/
+  0xc9da, 0xc1a8, 0xc4c4, 0x8658, 0x8659, 0xbfde, 0xcff8, 0x865a, /*0xe8-0xef*/
+  0x865b, 0x865c, 0xd5dc, 0xdfee, 0x865d, 0x865e, 0x865f, 0x8660, /*0xf0-0xf7*/
+  0x8661, 0x8662, 0xb2b8, 0x8663, 0xbadf, 0xdfec, 0x8664, 0xdbc1, /*0xf8-0xff*/
+  /* 0x5500 */
+  0x8665, 0xd1e4, 0x8666, 0x8667, 0x8668, 0x8669, 0xcbf4, 0xb4bd, /*0x00-0x07*/
+  0x866a, 0xb0a6, 0x866b, 0x866c, 0x866d, 0x866e, 0x866f, 0xdff1, /*0x08-0x0f*/
+  0xccc6, 0xdff2, 0x8670, 0x8671, 0xdfed, 0x8672, 0x8673, 0x8674, /*0x10-0x17*/
+  0x8675, 0x8676, 0x8677, 0xdfe9, 0x8678, 0x8679, 0x867a, 0x867b, /*0x18-0x1f*/
+  0xdfeb, 0x867c, 0xdfef, 0xdff0, 0xbbbd, 0x867d, 0x867e, 0xdff3, /*0x20-0x27*/
+  0x8680, 0x8681, 0xdff4, 0x8682, 0xbba3, 0x8683, 0xcadb, 0xcea8, /*0x28-0x2f*/
+  0xe0a7, 0xb3aa, 0x8684, 0xe0a6, 0x8685, 0x8686, 0x8687, 0xe0a1, /*0x30-0x37*/
+  0x8688, 0x8689, 0x868a, 0x868b, 0xdffe, 0x868c, 0xcdd9, 0xdffc, /*0x38-0x3f*/
+  0x868d, 0xdffa, 0x868e, 0xbfd0, 0xd7c4, 0x868f, 0xc9cc, 0x8690, /*0x40-0x47*/
+  0x8691, 0xdff8, 0xb0a1, 0x8692, 0x8693, 0x8694, 0x8695, 0x8696, /*0x48-0x4f*/
+  0xdffd, 0x8697, 0x8698, 0x8699, 0x869a, 0xdffb, 0xe0a2, 0x869b, /*0x50-0x57*/
+  0x869c, 0x869d, 0x869e, 0x869f, 0xe0a8, 0x86a0, 0x86a1, 0x86a2, /*0x58-0x5f*/
+  0x86a3, 0xb7c8, 0x86a4, 0x86a5, 0xc6a1, 0xc9b6, 0xc0b2, 0xdff5, /*0x60-0x67*/
+  0x86a6, 0x86a7, 0xc5be, 0x86a8, 0xd8c4, 0xdff9, 0xc4f6, 0x86a9, /*0x68-0x6f*/
+  0x86aa, 0x86ab, 0x86ac, 0x86ad, 0x86ae, 0xe0a3, 0xe0a4, 0xe0a5, /*0x70-0x77*/
+  0xd0a5, 0x86af, 0x86b0, 0xe0b4, 0xcce4, 0x86b1, 0xe0b1, 0x86b2, /*0x78-0x7f*/
+  0xbfa6, 0xe0af, 0xceb9, 0xe0ab, 0xc9c6, 0x86b3, 0x86b4, 0xc0ae, /*0x80-0x87*/
+  0xe0ae, 0xbaed, 0xbab0, 0xe0a9, 0x86b5, 0x86b6, 0x86b7, 0xdff6, /*0x88-0x8f*/
+  0x86b8, 0xe0b3, 0x86b9, 0x86ba, 0xe0b8, 0x86bb, 0x86bc, 0x86bd, /*0x90-0x97*/
+  0xb4ad, 0xe0b9, 0x86be, 0x86bf, 0xcfb2, 0xbac8, 0x86c0, 0xe0b0, /*0x98-0x9f*/
+  0x86c1, 0x86c2, 0x86c3, 0x86c4, 0x86c5, 0x86c6, 0x86c7, 0xd0fa, /*0xa0-0xa7*/
+  0x86c8, 0x86c9, 0x86ca, 0x86cb, 0x86cc, 0x86cd, 0x86ce, 0x86cf, /*0xa8-0xaf*/
+  0x86d0, 0xe0ac, 0x86d1, 0xd4fb, 0x86d2, 0xdff7, 0x86d3, 0xc5e7, /*0xb0-0xb7*/
+  0x86d4, 0xe0ad, 0x86d5, 0xd3f7, 0x86d6, 0xe0b6, 0xe0b7, 0x86d7, /*0xb8-0xbf*/
+  0x86d8, 0x86d9, 0x86da, 0x86db, 0xe0c4, 0xd0e1, 0x86dc, 0x86dd, /*0xc0-0xc7*/
+  0x86de, 0xe0bc, 0x86df, 0x86e0, 0xe0c9, 0xe0ca, 0x86e1, 0x86e2, /*0xc8-0xcf*/
+  0x86e3, 0xe0be, 0xe0aa, 0xc9a4, 0xe0c1, 0x86e4, 0xe0b2, 0x86e5, /*0xd0-0xd7*/
+  0x86e6, 0x86e7, 0x86e8, 0x86e9, 0xcac8, 0xe0c3, 0x86ea, 0xe0b5, /*0xd8-0xdf*/
+  0x86eb, 0xcecb, 0x86ec, 0xcbc3, 0xe0cd, 0xe0c6, 0xe0c2, 0x86ed, /*0xe0-0xe7*/
+  0xe0cb, 0x86ee, 0xe0ba, 0xe0bf, 0xe0c0, 0x86ef, 0x86f0, 0xe0c5, /*0xe8-0xef*/
+  0x86f1, 0x86f2, 0xe0c7, 0xe0c8, 0x86f3, 0xe0cc, 0x86f4, 0xe0bb, /*0xf0-0xf7*/
+  0x86f5, 0x86f6, 0x86f7, 0x86f8, 0x86f9, 0xcbd4, 0xe0d5, 0x86fa, /*0xf8-0xff*/
+  /* 0x5600 */
+  0xe0d6, 0xe0d2, 0x86fb, 0x86fc, 0x86fd, 0x86fe, 0x8740, 0x8741, /*0x00-0x07*/
+  0xe0d0, 0xbcce, 0x8742, 0x8743, 0xe0d1, 0x8744, 0xb8c2, 0xd8c5, /*0x08-0x0f*/
+  0x8745, 0x8746, 0x8747, 0x8748, 0x8749, 0x874a, 0x874b, 0x874c, /*0x10-0x17*/
+  0xd0ea, 0x874d, 0x874e, 0xc2ef, 0x874f, 0x8750, 0xe0cf, 0xe0bd, /*0x18-0x1f*/
+  0x8751, 0x8752, 0x8753, 0xe0d4, 0xe0d3, 0x8754, 0x8755, 0xe0d7, /*0x20-0x27*/
+  0x8756, 0x8757, 0x8758, 0x8759, 0xe0dc, 0xe0d8, 0x875a, 0x875b, /*0x28-0x2f*/
+  0x875c, 0xd6f6, 0xb3b0, 0x875d, 0xd7ec, 0x875e, 0xcbbb, 0x875f, /*0x30-0x37*/
+  0x8760, 0xe0da, 0x8761, 0xcefb, 0x8762, 0x8763, 0x8764, 0xbad9, /*0x38-0x3f*/
+  0x8765, 0x8766, 0x8767, 0x8768, 0x8769, 0x876a, 0x876b, 0x876c, /*0x40-0x47*/
+  0x876d, 0x876e, 0x876f, 0x8770, 0xe0e1, 0xe0dd, 0xd2ad, 0x8771, /*0x48-0x4f*/
+  0x8772, 0x8773, 0x8774, 0x8775, 0xe0e2, 0x8776, 0x8777, 0xe0db, /*0x50-0x57*/
+  0xe0d9, 0xe0df, 0x8778, 0x8779, 0xe0e0, 0x877a, 0x877b, 0x877c, /*0x58-0x5f*/
+  0x877d, 0x877e, 0xe0de, 0x8780, 0xe0e4, 0x8781, 0x8782, 0x8783, /*0x60-0x67*/
+  0xc6f7, 0xd8ac, 0xd4eb, 0xe0e6, 0xcac9, 0x8784, 0x8785, 0x8786, /*0x68-0x6f*/
+  0x8787, 0xe0e5, 0x8788, 0x8789, 0x878a, 0x878b, 0xb8c1, 0x878c, /*0x70-0x77*/
+  0x878d, 0x878e, 0x878f, 0xe0e7, 0xe0e8, 0x8790, 0x8791, 0x8792, /*0x78-0x7f*/
+  0x8793, 0x8794, 0x8795, 0x8796, 0x8797, 0xe0e9, 0xe0e3, 0x8798, /*0x80-0x87*/
+  0x8799, 0x879a, 0x879b, 0x879c, 0x879d, 0x879e, 0xbabf, 0xcce7, /*0x88-0x8f*/
+  0x879f, 0x87a0, 0x87a1, 0xe0ea, 0x87a2, 0x87a3, 0x87a4, 0x87a5, /*0x90-0x97*/
+  0x87a6, 0x87a7, 0x87a8, 0x87a9, 0x87aa, 0x87ab, 0x87ac, 0x87ad, /*0x98-0x9f*/
+  0x87ae, 0x87af, 0x87b0, 0xcff9, 0x87b1, 0x87b2, 0x87b3, 0x87b4, /*0xa0-0xa7*/
+  0x87b5, 0x87b6, 0x87b7, 0x87b8, 0x87b9, 0x87ba, 0x87bb, 0xe0eb, /*0xa8-0xaf*/
+  0x87bc, 0x87bd, 0x87be, 0x87bf, 0x87c0, 0x87c1, 0x87c2, 0xc8c2, /*0xb0-0xb7*/
+  0x87c3, 0x87c4, 0x87c5, 0x87c6, 0xbdc0, 0x87c7, 0x87c8, 0x87c9, /*0xb8-0xbf*/
+  0x87ca, 0x87cb, 0x87cc, 0x87cd, 0x87ce, 0x87cf, 0x87d0, 0x87d1, /*0xc0-0xc7*/
+  0x87d2, 0x87d3, 0xc4d2, 0x87d4, 0x87d5, 0x87d6, 0x87d7, 0x87d8, /*0xc8-0xcf*/
+  0x87d9, 0x87da, 0x87db, 0x87dc, 0xe0ec, 0x87dd, 0x87de, 0xe0ed, /*0xd0-0xd7*/
+  0x87df, 0x87e0, 0xc7f4, 0xcbc4, 0x87e1, 0xe0ee, 0xbbd8, 0xd8b6, /*0xd8-0xdf*/
+  0xd2f2, 0xe0ef, 0xcdc5, 0x87e2, 0xb6da, 0x87e3, 0x87e4, 0x87e5, /*0xe0-0xe7*/
+  0x87e6, 0x87e7, 0x87e8, 0xe0f1, 0x87e9, 0xd4b0, 0x87ea, 0x87eb, /*0xe8-0xef*/
+  0xc0a7, 0xb4d1, 0x87ec, 0x87ed, 0xcea7, 0xe0f0, 0x87ee, 0x87ef, /*0xf0-0xf7*/
+  0x87f0, 0xe0f2, 0xb9cc, 0x87f1, 0x87f2, 0xb9fa, 0xcdbc, 0xe0f3, /*0xf8-0xff*/
+  /* 0x5700 */
+  0x87f3, 0x87f4, 0x87f5, 0xc6d4, 0xe0f4, 0x87f6, 0xd4b2, 0x87f7, /*0x00-0x07*/
+  0xc8a6, 0xe0f6, 0xe0f5, 0x87f8, 0x87f9, 0x87fa, 0x87fb, 0x87fc, /*0x08-0x0f*/
+  0x87fd, 0x87fe, 0x8840, 0x8841, 0x8842, 0x8843, 0x8844, 0x8845, /*0x10-0x17*/
+  0x8846, 0x8847, 0x8848, 0x8849, 0xe0f7, 0x884a, 0x884b, 0xcdc1, /*0x18-0x1f*/
+  0x884c, 0x884d, 0x884e, 0xcaa5, 0x884f, 0x8850, 0x8851, 0x8852, /*0x20-0x27*/
+  0xd4da, 0xdbd7, 0xdbd9, 0x8853, 0xdbd8, 0xb9e7, 0xdbdc, 0xdbdd, /*0x28-0x2f*/
+  0xb5d8, 0x8854, 0x8855, 0xdbda, 0x8856, 0x8857, 0x8858, 0x8859, /*0x30-0x37*/
+  0x885a, 0xdbdb, 0xb3a1, 0xdbdf, 0x885b, 0x885c, 0xbbf8, 0x885d, /*0x38-0x3f*/
+  0xd6b7, 0x885e, 0xdbe0, 0x885f, 0x8860, 0x8861, 0x8862, 0xbef9, /*0x40-0x47*/
+  0x8863, 0x8864, 0xb7bb, 0x8865, 0xdbd0, 0xccae, 0xbfb2, 0xbbb5, /*0x48-0x4f*/
+  0xd7f8, 0xbfd3, 0x8866, 0x8867, 0x8868, 0x8869, 0x886a, 0xbfe9, /*0x50-0x57*/
+  0x886b, 0x886c, 0xbce1, 0xccb3, 0xdbde, 0xb0d3, 0xceeb, 0xb7d8, /*0x58-0x5f*/
+  0xd7b9, 0xc6c2, 0x886d, 0x886e, 0xc0a4, 0x886f, 0xccb9, 0x8870, /*0x60-0x67*/
+  0xdbe7, 0xdbe1, 0xc6ba, 0xdbe3, 0x8871, 0xdbe8, 0x8872, 0xc5f7, /*0x68-0x6f*/
+  0x8873, 0x8874, 0x8875, 0xdbea, 0x8876, 0x8877, 0xdbe9, 0xbfc0, /*0x70-0x77*/
+  0x8878, 0x8879, 0x887a, 0xdbe6, 0xdbe5, 0x887b, 0x887c, 0x887d, /*0x78-0x7f*/
+  0x887e, 0x8880, 0xb4b9, 0xc0ac, 0xc2a2, 0xdbe2, 0xdbe4, 0x8881, /*0x80-0x87*/
+  0x8882, 0x8883, 0x8884, 0xd0cd, 0xdbed, 0x8885, 0x8886, 0x8887, /*0x88-0x8f*/
+  0x8888, 0x8889, 0xc0dd, 0xdbf2, 0x888a, 0x888b, 0x888c, 0x888d, /*0x90-0x97*/
+  0x888e, 0x888f, 0x8890, 0xb6e2, 0x8891, 0x8892, 0x8893, 0x8894, /*0x98-0x9f*/
+  0xdbf3, 0xdbd2, 0xb9b8, 0xd4ab, 0xdbec, 0x8895, 0xbfd1, 0xdbf0, /*0xa0-0xa7*/
+  0x8896, 0xdbd1, 0x8897, 0xb5e6, 0x8898, 0xdbeb, 0xbfe5, 0x8899, /*0xa8-0xaf*/
+  0x889a, 0x889b, 0xdbee, 0x889c, 0xdbf1, 0x889d, 0x889e, 0x889f, /*0xb0-0xb7*/
+  0xdbf9, 0x88a0, 0x88a1, 0x88a2, 0x88a3, 0x88a4, 0x88a5, 0x88a6, /*0xb8-0xbf*/
+  0x88a7, 0x88a8, 0xb9a1, 0xb0a3, 0x88a9, 0x88aa, 0x88ab, 0x88ac, /*0xc0-0xc7*/
+  0x88ad, 0x88ae, 0x88af, 0xc2f1, 0x88b0, 0x88b1, 0xb3c7, 0xdbef, /*0xc8-0xcf*/
+  0x88b2, 0x88b3, 0xdbf8, 0x88b4, 0xc6d2, 0xdbf4, 0x88b5, 0x88b6, /*0xd0-0xd7*/
+  0xdbf5, 0xdbf7, 0xdbf6, 0x88b7, 0x88b8, 0xdbfe, 0x88b9, 0xd3f2, /*0xd8-0xdf*/
+  0xb2ba, 0x88ba, 0x88bb, 0x88bc, 0xdbfd, 0x88bd, 0x88be, 0x88bf, /*0xe0-0xe7*/
+  0x88c0, 0x88c1, 0x88c2, 0x88c3, 0x88c4, 0xdca4, 0x88c5, 0xdbfb, /*0xe8-0xef*/
+  0x88c6, 0x88c7, 0x88c8, 0x88c9, 0xdbfa, 0x88ca, 0x88cb, 0x88cc, /*0xf0-0xf7*/
+  0xdbfc, 0xc5e0, 0xbbf9, 0x88cd, 0x88ce, 0xdca3, 0x88cf, 0x88d0, /*0xf8-0xff*/
+  /* 0x5800 */
+  0xdca5, 0x88d1, 0xccc3, 0x88d2, 0x88d3, 0x88d4, 0xb6d1, 0xddc0, /*0x00-0x07*/
+  0x88d5, 0x88d6, 0x88d7, 0xdca1, 0x88d8, 0xdca2, 0x88d9, 0x88da, /*0x08-0x0f*/
+  0x88db, 0xc7b5, 0x88dc, 0x88dd, 0x88de, 0xb6e9, 0x88df, 0x88e0, /*0x10-0x17*/
+  0x88e1, 0xdca7, 0x88e2, 0x88e3, 0x88e4, 0x88e5, 0xdca6, 0x88e6, /*0x18-0x1f*/
+  0xdca9, 0xb1a4, 0x88e7, 0x88e8, 0xb5cc, 0x88e9, 0x88ea, 0x88eb, /*0x20-0x27*/
+  0x88ec, 0x88ed, 0xbfb0, 0x88ee, 0x88ef, 0x88f0, 0x88f1, 0x88f2, /*0x28-0x2f*/
+  0xd1df, 0x88f3, 0x88f4, 0x88f5, 0x88f6, 0xb6c2, 0x88f7, 0x88f8, /*0x30-0x37*/
+  0x88f9, 0x88fa, 0x88fb, 0x88fc, 0x88fd, 0x88fe, 0x8940, 0x8941, /*0x38-0x3f*/
+  0x8942, 0x8943, 0x8944, 0x8945, 0xdca8, 0x8946, 0x8947, 0x8948, /*0x40-0x47*/
+  0x8949, 0x894a, 0x894b, 0x894c, 0xcbfa, 0xebf3, 0x894d, 0x894e, /*0x48-0x4f*/
+  0x894f, 0xcbdc, 0x8950, 0x8951, 0xcbfe, 0x8952, 0x8953, 0x8954, /*0x50-0x57*/
+  0xccc1, 0x8955, 0x8956, 0x8957, 0x8958, 0x8959, 0xc8fb, 0x895a, /*0x58-0x5f*/
+  0x895b, 0x895c, 0x895d, 0x895e, 0x895f, 0xdcaa, 0x8960, 0x8961, /*0x60-0x67*/
+  0x8962, 0x8963, 0x8964, 0xccee, 0xdcab, 0x8965, 0x8966, 0x8967, /*0x68-0x6f*/
+  0x8968, 0x8969, 0x896a, 0x896b, 0x896c, 0x896d, 0x896e, 0x896f, /*0x70-0x77*/
+  0x8970, 0x8971, 0x8972, 0x8973, 0x8974, 0x8975, 0xdbd3, 0x8976, /*0x78-0x7f*/
+  0xdcaf, 0xdcac, 0x8977, 0xbeb3, 0x8978, 0xcafb, 0x8979, 0x897a, /*0x80-0x87*/
+  0x897b, 0xdcad, 0x897c, 0x897d, 0x897e, 0x8980, 0x8981, 0x8982, /*0x88-0x8f*/
+  0x8983, 0x8984, 0xc9ca, 0xc4b9, 0x8985, 0x8986, 0x8987, 0x8988, /*0x90-0x97*/
+  0x8989, 0xc7bd, 0xdcae, 0x898a, 0x898b, 0x898c, 0xd4f6, 0xd0e6, /*0x98-0x9f*/
+  0x898d, 0x898e, 0x898f, 0x8990, 0x8991, 0x8992, 0x8993, 0x8994, /*0xa0-0xa7*/
+  0xc4ab, 0xb6d5, 0x8995, 0x8996, 0x8997, 0x8998, 0x8999, 0x899a, /*0xa8-0xaf*/
+  0x899b, 0x899c, 0x899d, 0x899e, 0x899f, 0x89a0, 0x89a1, 0x89a2, /*0xb0-0xb7*/
+  0x89a3, 0x89a4, 0x89a5, 0x89a6, 0xdbd4, 0x89a7, 0x89a8, 0x89a9, /*0xb8-0xbf*/
+  0x89aa, 0xb1da, 0x89ab, 0x89ac, 0x89ad, 0xdbd5, 0x89ae, 0x89af, /*0xc0-0xc7*/
+  0x89b0, 0x89b1, 0x89b2, 0x89b3, 0x89b4, 0x89b5, 0x89b6, 0x89b7, /*0xc8-0xcf*/
+  0x89b8, 0xdbd6, 0x89b9, 0x89ba, 0x89bb, 0xbabe, 0x89bc, 0x89bd, /*0xd0-0xd7*/
+  0x89be, 0x89bf, 0x89c0, 0x89c1, 0x89c2, 0x89c3, 0x89c4, 0x89c5, /*0xd8-0xdf*/
+  0x89c6, 0x89c7, 0x89c8, 0x89c9, 0xc8c0, 0x89ca, 0x89cb, 0x89cc, /*0xe0-0xe7*/
+  0x89cd, 0x89ce, 0x89cf, 0xcabf, 0xc8c9, 0x89d0, 0xd7b3, 0x89d1, /*0xe8-0xef*/
+  0xc9f9, 0x89d2, 0x89d3, 0xbfc7, 0x89d4, 0x89d5, 0xbaf8, 0x89d6, /*0xf0-0xf7*/
+  0x89d7, 0xd2bc, 0x89d8, 0x89d9, 0x89da, 0x89db, 0x89dc, 0x89dd, /*0xf8-0xff*/
+  /* 0x5900 */
+  0x89de, 0x89df, 0xe2ba, 0x89e0, 0xb4a6, 0x89e1, 0x89e2, 0xb1b8, /*0x00-0x07*/
+  0x89e3, 0x89e4, 0x89e5, 0x89e6, 0x89e7, 0xb8b4, 0x89e8, 0xcfc4, /*0x08-0x0f*/
+  0x89e9, 0x89ea, 0x89eb, 0x89ec, 0xd9e7, 0xcfa6, 0xcde2, 0x89ed, /*0x10-0x17*/
+  0x89ee, 0xd9ed, 0xb6e0, 0x89ef, 0xd2b9, 0x89f0, 0x89f1, 0xb9bb, /*0x18-0x1f*/
+  0x89f2, 0x89f3, 0x89f4, 0x89f5, 0xe2b9, 0xe2b7, 0x89f6, 0xb4f3, /*0x20-0x27*/
+  0x89f7, 0xccec, 0xccab, 0xb7f2, 0x89f8, 0xd8b2, 0xd1eb, 0xbabb, /*0x28-0x2f*/
+  0x89f9, 0xcaa7, 0x89fa, 0x89fb, 0xcdb7, 0x89fc, 0x89fd, 0xd2c4, /*0x30-0x37*/
+  0xbfe4, 0xbcd0, 0xb6e1, 0x89fe, 0xdec5, 0x8a40, 0x8a41, 0x8a42, /*0x38-0x3f*/
+  0x8a43, 0xdec6, 0xdbbc, 0x8a44, 0xd1d9, 0x8a45, 0x8a46, 0xc6e6, /*0x40-0x47*/
+  0xc4ce, 0xb7ee, 0x8a47, 0xb7dc, 0x8a48, 0x8a49, 0xbffc, 0xd7e0, /*0x48-0x4f*/
+  0x8a4a, 0xc6f5, 0x8a4b, 0x8a4c, 0xb1bc, 0xdec8, 0xbdb1, 0xccd7, /*0x50-0x57*/
+  0xdeca, 0x8a4d, 0xdec9, 0x8a4e, 0x8a4f, 0x8a50, 0x8a51, 0x8a52, /*0x58-0x5f*/
+  0xb5ec, 0x8a53, 0xc9dd, 0x8a54, 0x8a55, 0xb0c2, 0x8a56, 0x8a57, /*0x60-0x67*/
+  0x8a58, 0x8a59, 0x8a5a, 0x8a5b, 0x8a5c, 0x8a5d, 0x8a5e, 0x8a5f, /*0x68-0x6f*/
+  0x8a60, 0x8a61, 0x8a62, 0xc5ae, 0xc5ab, 0x8a63, 0xc4cc, 0x8a64, /*0x70-0x77*/
+  0xbce9, 0xcbfd, 0x8a65, 0x8a66, 0x8a67, 0xbac3, 0x8a68, 0x8a69, /*0x78-0x7f*/
+  0x8a6a, 0xe5f9, 0xc8e7, 0xe5fa, 0xcdfd, 0x8a6b, 0xd7b1, 0xb8be, /*0x80-0x87*/
+  0xc2e8, 0x8a6c, 0xc8d1, 0x8a6d, 0x8a6e, 0xe5fb, 0x8a6f, 0x8a70, /*0x88-0x8f*/
+  0x8a71, 0x8a72, 0xb6ca, 0xbccb, 0x8a73, 0x8a74, 0xd1fd, 0xe6a1, /*0x90-0x97*/
+  0x8a75, 0xc3ee, 0x8a76, 0x8a77, 0x8a78, 0x8a79, 0xe6a4, 0x8a7a, /*0x98-0x9f*/
+  0x8a7b, 0x8a7c, 0x8a7d, 0xe5fe, 0xe6a5, 0xcdd7, 0x8a7e, 0x8a80, /*0xa0-0xa7*/
+  0xb7c1, 0xe5fc, 0xe5fd, 0xe6a3, 0x8a81, 0x8a82, 0xc4dd, 0xe6a8, /*0xa8-0xaf*/
+  0x8a83, 0x8a84, 0xe6a7, 0x8a85, 0x8a86, 0x8a87, 0x8a88, 0x8a89, /*0xb0-0xb7*/
+  0x8a8a, 0xc3c3, 0x8a8b, 0xc6de, 0x8a8c, 0x8a8d, 0xe6aa, 0x8a8e, /*0xb8-0xbf*/
+  0x8a8f, 0x8a90, 0x8a91, 0x8a92, 0x8a93, 0x8a94, 0xc4b7, 0x8a95, /*0xc0-0xc7*/
+  0x8a96, 0x8a97, 0xe6a2, 0xcabc, 0x8a98, 0x8a99, 0x8a9a, 0x8a9b, /*0xc8-0xcf*/
+  0xbde3, 0xb9c3, 0xe6a6, 0xd0d5, 0xceaf, 0x8a9c, 0x8a9d, 0xe6a9, /*0xd0-0xd7*/
+  0xe6b0, 0x8a9e, 0xd2a6, 0x8a9f, 0xbdaa, 0xe6ad, 0x8aa0, 0x8aa1, /*0xd8-0xdf*/
+  0x8aa2, 0x8aa3, 0x8aa4, 0xe6af, 0x8aa5, 0xc0d1, 0x8aa6, 0x8aa7, /*0xe0-0xe7*/
+  0xd2cc, 0x8aa8, 0x8aa9, 0x8aaa, 0xbca7, 0x8aab, 0x8aac, 0x8aad, /*0xe8-0xef*/
+  0x8aae, 0x8aaf, 0x8ab0, 0x8ab1, 0x8ab2, 0x8ab3, 0x8ab4, 0x8ab5, /*0xf0-0xf7*/
+  0x8ab6, 0xe6b1, 0x8ab7, 0xd2f6, 0x8ab8, 0x8ab9, 0x8aba, 0xd7cb, /*0xf8-0xff*/
+  /* 0x5a00 */
+  0x8abb, 0xcdfe, 0x8abc, 0xcdde, 0xc2a6, 0xe6ab, 0xe6ac, 0xbdbf, /*0x00-0x07*/
+  0xe6ae, 0xe6b3, 0x8abd, 0x8abe, 0xe6b2, 0x8abf, 0x8ac0, 0x8ac1, /*0x08-0x0f*/
+  0x8ac2, 0xe6b6, 0x8ac3, 0xe6b8, 0x8ac4, 0x8ac5, 0x8ac6, 0x8ac7, /*0x10-0x17*/
+  0xc4ef, 0x8ac8, 0x8ac9, 0x8aca, 0xc4c8, 0x8acb, 0x8acc, 0xbeea, /*0x18-0x1f*/
+  0xc9ef, 0x8acd, 0x8ace, 0xe6b7, 0x8acf, 0xb6f0, 0x8ad0, 0x8ad1, /*0x20-0x27*/
+  0x8ad2, 0xc3e4, 0x8ad3, 0x8ad4, 0x8ad5, 0x8ad6, 0x8ad7, 0x8ad8, /*0x28-0x2f*/
+  0x8ad9, 0xd3e9, 0xe6b4, 0x8ada, 0xe6b5, 0x8adb, 0xc8a2, 0x8adc, /*0x30-0x37*/
+  0x8add, 0x8ade, 0x8adf, 0x8ae0, 0xe6bd, 0x8ae1, 0x8ae2, 0x8ae3, /*0x38-0x3f*/
+  0xe6b9, 0x8ae4, 0x8ae5, 0x8ae6, 0x8ae7, 0x8ae8, 0xc6c5, 0x8ae9, /*0x40-0x47*/
+  0x8aea, 0xcdf1, 0xe6bb, 0x8aeb, 0x8aec, 0x8aed, 0x8aee, 0x8aef, /*0x48-0x4f*/
+  0x8af0, 0x8af1, 0x8af2, 0x8af3, 0x8af4, 0xe6bc, 0x8af5, 0x8af6, /*0x50-0x57*/
+  0x8af7, 0x8af8, 0xbbe9, 0x8af9, 0x8afa, 0x8afb, 0x8afc, 0x8afd, /*0x58-0x5f*/
+  0x8afe, 0x8b40, 0xe6be, 0x8b41, 0x8b42, 0x8b43, 0x8b44, 0xe6ba, /*0x60-0x67*/
+  0x8b45, 0x8b46, 0xc0b7, 0x8b47, 0x8b48, 0x8b49, 0x8b4a, 0x8b4b, /*0x68-0x6f*/
+  0x8b4c, 0x8b4d, 0x8b4e, 0x8b4f, 0xd3a4, 0xe6bf, 0xc9f4, 0xe6c3, /*0x70-0x77*/
+  0x8b50, 0x8b51, 0xe6c4, 0x8b52, 0x8b53, 0x8b54, 0x8b55, 0xd0f6, /*0x78-0x7f*/
+  0x8b56, 0x8b57, 0x8b58, 0x8b59, 0x8b5a, 0x8b5b, 0x8b5c, 0x8b5d, /*0x80-0x87*/
+  0x8b5e, 0x8b5f, 0x8b60, 0x8b61, 0x8b62, 0x8b63, 0x8b64, 0x8b65, /*0x88-0x8f*/
+  0x8b66, 0x8b67, 0xc3bd, 0x8b68, 0x8b69, 0x8b6a, 0x8b6b, 0x8b6c, /*0x90-0x97*/
+  0x8b6d, 0x8b6e, 0xc3c4, 0xe6c2, 0x8b6f, 0x8b70, 0x8b71, 0x8b72, /*0x98-0x9f*/
+  0x8b73, 0x8b74, 0x8b75, 0x8b76, 0x8b77, 0x8b78, 0x8b79, 0x8b7a, /*0xa0-0xa7*/
+  0x8b7b, 0x8b7c, 0xe6c1, 0x8b7d, 0x8b7e, 0x8b80, 0x8b81, 0x8b82, /*0xa8-0xaf*/
+  0x8b83, 0x8b84, 0xe6c7, 0xcfb1, 0x8b85, 0xebf4, 0x8b86, 0x8b87, /*0xb0-0xb7*/
+  0xe6ca, 0x8b88, 0x8b89, 0x8b8a, 0x8b8b, 0x8b8c, 0xe6c5, 0x8b8d, /*0xb8-0xbf*/
+  0x8b8e, 0xbcde, 0xc9a9, 0x8b8f, 0x8b90, 0x8b91, 0x8b92, 0x8b93, /*0xc0-0xc7*/
+  0x8b94, 0xbcb5, 0x8b95, 0x8b96, 0xcfd3, 0x8b97, 0x8b98, 0x8b99, /*0xc8-0xcf*/
+  0x8b9a, 0x8b9b, 0xe6c8, 0x8b9c, 0xe6c9, 0x8b9d, 0xe6ce, 0x8b9e, /*0xd0-0xd7*/
+  0xe6d0, 0x8b9f, 0x8ba0, 0x8ba1, 0xe6d1, 0x8ba2, 0x8ba3, 0x8ba4, /*0xd8-0xdf*/
+  0xe6cb, 0xb5d5, 0x8ba5, 0xe6cc, 0x8ba6, 0x8ba7, 0xe6cf, 0x8ba8, /*0xe0-0xe7*/
+  0x8ba9, 0xc4db, 0x8baa, 0xe6c6, 0x8bab, 0x8bac, 0x8bad, 0x8bae, /*0xe8-0xef*/
+  0x8baf, 0xe6cd, 0x8bb0, 0x8bb1, 0x8bb2, 0x8bb3, 0x8bb4, 0x8bb5, /*0xf0-0xf7*/
+  0x8bb6, 0x8bb7, 0x8bb8, 0x8bb9, 0x8bba, 0x8bbb, 0x8bbc, 0x8bbd, /*0xf8-0xff*/
+  /* 0x5b00 */
+  0x8bbe, 0x8bbf, 0x8bc0, 0x8bc1, 0x8bc2, 0x8bc3, 0x8bc4, 0x8bc5, /*0x00-0x07*/
+  0x8bc6, 0xe6d2, 0x8bc7, 0x8bc8, 0x8bc9, 0x8bca, 0x8bcb, 0x8bcc, /*0x08-0x0f*/
+  0x8bcd, 0x8bce, 0x8bcf, 0x8bd0, 0x8bd1, 0x8bd2, 0xe6d4, 0xe6d3, /*0x10-0x17*/
+  0x8bd3, 0x8bd4, 0x8bd5, 0x8bd6, 0x8bd7, 0x8bd8, 0x8bd9, 0x8bda, /*0x18-0x1f*/
+  0x8bdb, 0x8bdc, 0x8bdd, 0x8bde, 0x8bdf, 0x8be0, 0x8be1, 0x8be2, /*0x20-0x27*/
+  0x8be3, 0x8be4, 0x8be5, 0x8be6, 0x8be7, 0x8be8, 0x8be9, 0x8bea, /*0x28-0x2f*/
+  0x8beb, 0x8bec, 0xe6d5, 0x8bed, 0xd9f8, 0x8bee, 0x8bef, 0xe6d6, /*0x30-0x37*/
+  0x8bf0, 0x8bf1, 0x8bf2, 0x8bf3, 0x8bf4, 0x8bf5, 0x8bf6, 0x8bf7, /*0x38-0x3f*/
+  0xe6d7, 0x8bf8, 0x8bf9, 0x8bfa, 0x8bfb, 0x8bfc, 0x8bfd, 0x8bfe, /*0x40-0x47*/
+  0x8c40, 0x8c41, 0x8c42, 0x8c43, 0x8c44, 0x8c45, 0x8c46, 0x8c47, /*0x48-0x4f*/
+  0xd7d3, 0xe6dd, 0x8c48, 0xe6de, 0xbfd7, 0xd4d0, 0x8c49, 0xd7d6, /*0x50-0x57*/
+  0xb4e6, 0xcbef, 0xe6da, 0xd8c3, 0xd7ce, 0xd0a2, 0x8c4a, 0xc3cf, /*0x58-0x5f*/
+  0x8c4b, 0x8c4c, 0xe6df, 0xbcbe, 0xb9c2, 0xe6db, 0xd1a7, 0x8c4d, /*0x60-0x67*/
+  0x8c4e, 0xbaa2, 0xc2cf, 0x8c4f, 0xd8ab, 0x8c50, 0x8c51, 0x8c52, /*0x68-0x6f*/
+  0xcaeb, 0xe5ee, 0x8c53, 0xe6dc, 0x8c54, 0xb7f5, 0x8c55, 0x8c56, /*0x70-0x77*/
+  0x8c57, 0x8c58, 0xc8e6, 0x8c59, 0x8c5a, 0xc4f5, 0x8c5b, 0x8c5c, /*0x78-0x7f*/
+  0xe5b2, 0xc4fe, 0x8c5d, 0xcbfc, 0xe5b3, 0xd5ac, 0x8c5e, 0xd3ee, /*0x80-0x87*/
+  0xcad8, 0xb0b2, 0x8c5f, 0xcbce, 0xcdea, 0x8c60, 0x8c61, 0xbaea, /*0x88-0x8f*/
+  0x8c62, 0x8c63, 0x8c64, 0xe5b5, 0x8c65, 0xe5b4, 0x8c66, 0xd7da, /*0x90-0x97*/
+  0xb9d9, 0xd6e6, 0xb6a8, 0xcdf0, 0xd2cb, 0xb1a6, 0xcab5, 0x8c67, /*0x98-0x9f*/
+  0xb3e8, 0xc9f3, 0xbfcd, 0xd0fb, 0xcad2, 0xe5b6, 0xbbc2, 0x8c68, /*0xa0-0xa7*/
+  0x8c69, 0x8c6a, 0xcfdc, 0xb9ac, 0x8c6b, 0x8c6c, 0x8c6d, 0x8c6e, /*0xa8-0xaf*/
+  0xd4d7, 0x8c6f, 0x8c70, 0xbaa6, 0xd1e7, 0xcffc, 0xbcd2, 0x8c71, /*0xb0-0xb7*/
+  0xe5b7, 0xc8dd, 0x8c72, 0x8c73, 0x8c74, 0xbfed, 0xb1f6, 0xcbde, /*0xb8-0xbf*/
+  0x8c75, 0x8c76, 0xbcc5, 0x8c77, 0xbcc4, 0xd2fa, 0xc3dc, 0xbfdc, /*0xc0-0xc7*/
+  0x8c78, 0x8c79, 0x8c7a, 0x8c7b, 0xb8bb, 0x8c7c, 0x8c7d, 0x8c7e, /*0xc8-0xcf*/
+  0xc3c2, 0x8c80, 0xbaae, 0xd4a2, 0x8c81, 0x8c82, 0x8c83, 0x8c84, /*0xd0-0xd7*/
+  0x8c85, 0x8c86, 0x8c87, 0x8c88, 0x8c89, 0xc7de, 0xc4af, 0xb2ec, /*0xd8-0xdf*/
+  0x8c8a, 0xb9d1, 0x8c8b, 0x8c8c, 0xe5bb, 0xc1c8, 0x8c8d, 0x8c8e, /*0xe0-0xe7*/
+  0xd5af, 0x8c8f, 0x8c90, 0x8c91, 0x8c92, 0x8c93, 0xe5bc, 0x8c94, /*0xe8-0xef*/
+  0xe5be, 0x8c95, 0x8c96, 0x8c97, 0x8c98, 0x8c99, 0x8c9a, 0x8c9b, /*0xf0-0xf7*/
+  0xb4e7, 0xb6d4, 0xcbc2, 0xd1b0, 0xb5bc, 0x8c9c, 0x8c9d, 0xcad9, /*0xf8-0xff*/
+  /* 0x5c00 */
+  0x8c9e, 0xb7e2, 0x8c9f, 0x8ca0, 0xc9e4, 0x8ca1, 0xbdab, 0x8ca2, /*0x00-0x07*/
+  0x8ca3, 0xcebe, 0xd7f0, 0x8ca4, 0x8ca5, 0x8ca6, 0x8ca7, 0xd0a1, /*0x08-0x0f*/
+  0x8ca8, 0xc9d9, 0x8ca9, 0x8caa, 0xb6fb, 0xe6d8, 0xbce2, 0x8cab, /*0x10-0x17*/
+  0xb3be, 0x8cac, 0xc9d0, 0x8cad, 0xe6d9, 0xb3a2, 0x8cae, 0x8caf, /*0x18-0x1f*/
+  0x8cb0, 0x8cb1, 0xdecc, 0x8cb2, 0xd3c8, 0xdecd, 0x8cb3, 0xd2a2, /*0x20-0x27*/
+  0x8cb4, 0x8cb5, 0x8cb6, 0x8cb7, 0xdece, 0x8cb8, 0x8cb9, 0x8cba, /*0x28-0x2f*/
+  0x8cbb, 0xbecd, 0x8cbc, 0x8cbd, 0xdecf, 0x8cbe, 0x8cbf, 0x8cc0, /*0x30-0x37*/
+  0xcaac, 0xd2fc, 0xb3df, 0xe5ea, 0xc4e1, 0xbea1, 0xceb2, 0xc4f2, /*0x38-0x3f*/
+  0xbed6, 0xc6a8, 0xb2e3, 0x8cc1, 0x8cc2, 0xbed3, 0x8cc3, 0x8cc4, /*0x40-0x47*/
+  0xc7fc, 0xcceb, 0xbdec, 0xcedd, 0x8cc5, 0x8cc6, 0xcaba, 0xc6c1, /*0x48-0x4f*/
+  0xe5ec, 0xd0bc, 0x8cc7, 0x8cc8, 0x8cc9, 0xd5b9, 0x8cca, 0x8ccb, /*0x50-0x57*/
+  0x8ccc, 0xe5ed, 0x8ccd, 0x8cce, 0x8ccf, 0x8cd0, 0xcaf4, 0x8cd1, /*0x58-0x5f*/
+  0xcdc0, 0xc2c5, 0x8cd2, 0xe5ef, 0x8cd3, 0xc2c4, 0xe5f0, 0x8cd4, /*0x60-0x67*/
+  0x8cd5, 0x8cd6, 0x8cd7, 0x8cd8, 0x8cd9, 0x8cda, 0xe5f8, 0xcdcd, /*0x68-0x6f*/
+  0x8cdb, 0xc9bd, 0x8cdc, 0x8cdd, 0x8cde, 0x8cdf, 0x8ce0, 0x8ce1, /*0x70-0x77*/
+  0x8ce2, 0xd2d9, 0xe1a8, 0x8ce3, 0x8ce4, 0x8ce5, 0x8ce6, 0xd3ec, /*0x78-0x7f*/
+  0x8ce7, 0xcbea, 0xc6f1, 0x8ce8, 0x8ce9, 0x8cea, 0x8ceb, 0x8cec, /*0x80-0x87*/
+  0xe1ac, 0x8ced, 0x8cee, 0x8cef, 0xe1a7, 0xe1a9, 0x8cf0, 0x8cf1, /*0x88-0x8f*/
+  0xe1aa, 0xe1af, 0x8cf2, 0x8cf3, 0xb2ed, 0x8cf4, 0xe1ab, 0xb8da, /*0x90-0x97*/
+  0xe1ad, 0xe1ae, 0xe1b0, 0xb5ba, 0xe1b1, 0x8cf5, 0x8cf6, 0x8cf7, /*0x98-0x9f*/
+  0x8cf8, 0x8cf9, 0xe1b3, 0xe1b8, 0x8cfa, 0x8cfb, 0x8cfc, 0x8cfd, /*0xa0-0xa7*/
+  0x8cfe, 0xd1d2, 0x8d40, 0xe1b6, 0xe1b5, 0xc1eb, 0x8d41, 0x8d42, /*0xa8-0xaf*/
+  0x8d43, 0xe1b7, 0x8d44, 0xd4c0, 0x8d45, 0xe1b2, 0x8d46, 0xe1ba, /*0xb0-0xb7*/
+  0xb0b6, 0x8d47, 0x8d48, 0x8d49, 0x8d4a, 0xe1b4, 0x8d4b, 0xbff9, /*0xb8-0xbf*/
+  0x8d4c, 0xe1b9, 0x8d4d, 0x8d4e, 0xe1bb, 0x8d4f, 0x8d50, 0x8d51, /*0xc0-0xc7*/
+  0x8d52, 0x8d53, 0x8d54, 0xe1be, 0x8d55, 0x8d56, 0x8d57, 0x8d58, /*0xc8-0xcf*/
+  0x8d59, 0x8d5a, 0xe1bc, 0x8d5b, 0x8d5c, 0x8d5d, 0x8d5e, 0x8d5f, /*0xd0-0xd7*/
+  0x8d60, 0xd6c5, 0x8d61, 0x8d62, 0x8d63, 0x8d64, 0x8d65, 0x8d66, /*0xd8-0xdf*/
+  0x8d67, 0xcfbf, 0x8d68, 0x8d69, 0xe1bd, 0xe1bf, 0xc2cd, 0x8d6a, /*0xe0-0xe7*/
+  0xb6eb, 0x8d6b, 0xd3f8, 0x8d6c, 0x8d6d, 0xc7cd, 0x8d6e, 0x8d6f, /*0xe8-0xef*/
+  0xb7e5, 0x8d70, 0x8d71, 0x8d72, 0x8d73, 0x8d74, 0x8d75, 0x8d76, /*0xf0-0xf7*/
+  0x8d77, 0x8d78, 0x8d79, 0xbefe, 0x8d7a, 0x8d7b, 0x8d7c, 0x8d7d, /*0xf8-0xff*/
+  /* 0x5d00 */
+  0x8d7e, 0x8d80, 0xe1c0, 0xe1c1, 0x8d81, 0x8d82, 0xe1c7, 0xb3e7, /*0x00-0x07*/
+  0x8d83, 0x8d84, 0x8d85, 0x8d86, 0x8d87, 0x8d88, 0xc6e9, 0x8d89, /*0x08-0x0f*/
+  0x8d8a, 0x8d8b, 0x8d8c, 0x8d8d, 0xb4de, 0x8d8e, 0xd1c2, 0x8d8f, /*0x10-0x17*/
+  0x8d90, 0x8d91, 0x8d92, 0xe1c8, 0x8d93, 0x8d94, 0xe1c6, 0x8d95, /*0x18-0x1f*/
+  0x8d96, 0x8d97, 0x8d98, 0x8d99, 0xe1c5, 0x8d9a, 0xe1c3, 0xe1c2, /*0x20-0x27*/
+  0x8d9b, 0xb1c0, 0x8d9c, 0x8d9d, 0x8d9e, 0xd5b8, 0xe1c4, 0x8d9f, /*0x28-0x2f*/
+  0x8da0, 0x8da1, 0x8da2, 0x8da3, 0xe1cb, 0x8da4, 0x8da5, 0x8da6, /*0x30-0x37*/
+  0x8da7, 0x8da8, 0x8da9, 0x8daa, 0x8dab, 0xe1cc, 0xe1ca, 0x8dac, /*0x38-0x3f*/
+  0x8dad, 0x8dae, 0x8daf, 0x8db0, 0x8db1, 0x8db2, 0x8db3, 0xeffa, /*0x40-0x47*/
+  0x8db4, 0x8db5, 0xe1d3, 0xe1d2, 0xc7b6, 0x8db6, 0x8db7, 0x8db8, /*0x48-0x4f*/
+  0x8db9, 0x8dba, 0x8dbb, 0x8dbc, 0x8dbd, 0x8dbe, 0x8dbf, 0x8dc0, /*0x50-0x57*/
+  0xe1c9, 0x8dc1, 0x8dc2, 0xe1ce, 0x8dc3, 0xe1d0, 0x8dc4, 0x8dc5, /*0x58-0x5f*/
+  0x8dc6, 0x8dc7, 0x8dc8, 0x8dc9, 0x8dca, 0x8dcb, 0x8dcc, 0x8dcd, /*0x60-0x67*/
+  0x8dce, 0xe1d4, 0x8dcf, 0xe1d1, 0xe1cd, 0x8dd0, 0x8dd1, 0xe1cf, /*0x68-0x6f*/
+  0x8dd2, 0x8dd3, 0x8dd4, 0x8dd5, 0xe1d5, 0x8dd6, 0x8dd7, 0x8dd8, /*0x70-0x77*/
+  0x8dd9, 0x8dda, 0x8ddb, 0x8ddc, 0x8ddd, 0x8dde, 0x8ddf, 0x8de0, /*0x78-0x7f*/
+  0x8de1, 0x8de2, 0xe1d6, 0x8de3, 0x8de4, 0x8de5, 0x8de6, 0x8de7, /*0x80-0x87*/
+  0x8de8, 0x8de9, 0x8dea, 0x8deb, 0x8dec, 0x8ded, 0x8dee, 0x8def, /*0x88-0x8f*/
+  0x8df0, 0x8df1, 0x8df2, 0x8df3, 0x8df4, 0x8df5, 0x8df6, 0x8df7, /*0x90-0x97*/
+  0x8df8, 0xe1d7, 0x8df9, 0x8dfa, 0x8dfb, 0xe1d8, 0x8dfc, 0x8dfd, /*0x98-0x9f*/
+  0x8dfe, 0x8e40, 0x8e41, 0x8e42, 0x8e43, 0x8e44, 0x8e45, 0x8e46, /*0xa0-0xa7*/
+  0x8e47, 0x8e48, 0x8e49, 0x8e4a, 0x8e4b, 0x8e4c, 0x8e4d, 0x8e4e, /*0xa8-0xaf*/
+  0x8e4f, 0x8e50, 0x8e51, 0x8e52, 0x8e53, 0x8e54, 0x8e55, 0xe1da, /*0xb0-0xb7*/
+  0x8e56, 0x8e57, 0x8e58, 0x8e59, 0x8e5a, 0x8e5b, 0x8e5c, 0x8e5d, /*0xb8-0xbf*/
+  0x8e5e, 0x8e5f, 0x8e60, 0x8e61, 0x8e62, 0xe1db, 0x8e63, 0x8e64, /*0xc0-0xc7*/
+  0x8e65, 0x8e66, 0x8e67, 0x8e68, 0x8e69, 0xcea1, 0x8e6a, 0x8e6b, /*0xc8-0xcf*/
+  0x8e6c, 0x8e6d, 0x8e6e, 0x8e6f, 0x8e70, 0x8e71, 0x8e72, 0x8e73, /*0xd0-0xd7*/
+  0x8e74, 0x8e75, 0x8e76, 0xe7dd, 0x8e77, 0xb4a8, 0xd6dd, 0x8e78, /*0xd8-0xdf*/
+  0x8e79, 0xd1b2, 0xb3b2, 0x8e7a, 0x8e7b, 0xb9a4, 0xd7f3, 0xc7c9, /*0xe0-0xe7*/
+  0xbede, 0xb9ae, 0x8e7c, 0xced7, 0x8e7d, 0x8e7e, 0xb2ee, 0xdbcf, /*0xe8-0xef*/
+  0x8e80, 0xbcba, 0xd2d1, 0xcbc8, 0xb0cd, 0x8e81, 0x8e82, 0xcfef, /*0xf0-0xf7*/
+  0x8e83, 0x8e84, 0x8e85, 0x8e86, 0x8e87, 0xd9e3, 0xbded, 0x8e88, /*0xf8-0xff*/
+  /* 0x5e00 */
+  0x8e89, 0xb1d2, 0xcad0, 0xb2bc, 0x8e8a, 0xcba7, 0xb7ab, 0x8e8b, /*0x00-0x07*/
+  0xcaa6, 0x8e8c, 0x8e8d, 0x8e8e, 0xcfa3, 0x8e8f, 0x8e90, 0xe0f8, /*0x08-0x0f*/
+  0xd5ca, 0xe0fb, 0x8e91, 0x8e92, 0xe0fa, 0xc5c1, 0xccfb, 0x8e93, /*0x10-0x17*/
+  0xc1b1, 0xe0f9, 0xd6e3, 0xb2af, 0xd6c4, 0xb5db, 0x8e94, 0x8e95, /*0x18-0x1f*/
+  0x8e96, 0x8e97, 0x8e98, 0x8e99, 0x8e9a, 0x8e9b, 0xb4f8, 0xd6a1, /*0x20-0x27*/
+  0x8e9c, 0x8e9d, 0x8e9e, 0x8e9f, 0x8ea0, 0xcfaf, 0xb0ef, 0x8ea1, /*0x28-0x2f*/
+  0x8ea2, 0xe0fc, 0x8ea3, 0x8ea4, 0x8ea5, 0x8ea6, 0x8ea7, 0xe1a1, /*0x30-0x37*/
+  0xb3a3, 0x8ea8, 0x8ea9, 0xe0fd, 0xe0fe, 0xc3b1, 0x8eaa, 0x8eab, /*0x38-0x3f*/
+  0x8eac, 0x8ead, 0xc3dd, 0x8eae, 0xe1a2, 0xb7f9, 0x8eaf, 0x8eb0, /*0x40-0x47*/
+  0x8eb1, 0x8eb2, 0x8eb3, 0x8eb4, 0xbbcf, 0x8eb5, 0x8eb6, 0x8eb7, /*0x48-0x4f*/
+  0x8eb8, 0x8eb9, 0x8eba, 0x8ebb, 0xe1a3, 0xc4bb, 0x8ebc, 0x8ebd, /*0x50-0x57*/
+  0x8ebe, 0x8ebf, 0x8ec0, 0xe1a4, 0x8ec1, 0x8ec2, 0xe1a5, 0x8ec3, /*0x58-0x5f*/
+  0x8ec4, 0xe1a6, 0xb4b1, 0x8ec5, 0x8ec6, 0x8ec7, 0x8ec8, 0x8ec9, /*0x60-0x67*/
+  0x8eca, 0x8ecb, 0x8ecc, 0x8ecd, 0x8ece, 0x8ecf, 0x8ed0, 0x8ed1, /*0x68-0x6f*/
+  0x8ed2, 0x8ed3, 0xb8c9, 0xc6bd, 0xc4ea, 0x8ed4, 0xb2a2, 0x8ed5, /*0x70-0x77*/
+  0xd0d2, 0x8ed6, 0xe7db, 0xbbc3, 0xd3d7, 0xd3c4, 0x8ed7, 0xb9e3, /*0x78-0x7f*/
+  0xe2cf, 0x8ed8, 0x8ed9, 0x8eda, 0xd7af, 0x8edb, 0xc7ec, 0xb1d3, /*0x80-0x87*/
+  0x8edc, 0x8edd, 0xb4b2, 0xe2d1, 0x8ede, 0x8edf, 0x8ee0, 0xd0f2, /*0x88-0x8f*/
+  0xc2ae, 0xe2d0, 0x8ee1, 0xbfe2, 0xd3a6, 0xb5d7, 0xe2d2, 0xb5ea, /*0x90-0x97*/
+  0x8ee2, 0xc3ed, 0xb8fd, 0x8ee3, 0xb8ae, 0x8ee4, 0xc5d3, 0xb7cf, /*0x98-0x9f*/
+  0xe2d4, 0x8ee5, 0x8ee6, 0x8ee7, 0x8ee8, 0xe2d3, 0xb6c8, 0xd7f9, /*0xa0-0xa7*/
+  0x8ee9, 0x8eea, 0x8eeb, 0x8eec, 0x8eed, 0xcda5, 0x8eee, 0x8eef, /*0xa8-0xaf*/
+  0x8ef0, 0x8ef1, 0x8ef2, 0xe2d8, 0x8ef3, 0xe2d6, 0xcafc, 0xbfb5, /*0xb0-0xb7*/
+  0xd3b9, 0xe2d5, 0x8ef4, 0x8ef5, 0x8ef6, 0x8ef7, 0xe2d7, 0x8ef8, /*0xb8-0xbf*/
+  0x8ef9, 0x8efa, 0x8efb, 0x8efc, 0x8efd, 0x8efe, 0x8f40, 0x8f41, /*0xc0-0xc7*/
+  0x8f42, 0xc1ae, 0xc0c8, 0x8f43, 0x8f44, 0x8f45, 0x8f46, 0x8f47, /*0xc8-0xcf*/
+  0x8f48, 0xe2db, 0xe2da, 0xc0aa, 0x8f49, 0x8f4a, 0xc1ce, 0x8f4b, /*0xd0-0xd7*/
+  0x8f4c, 0x8f4d, 0x8f4e, 0xe2dc, 0x8f4f, 0x8f50, 0x8f51, 0x8f52, /*0xd8-0xdf*/
+  0x8f53, 0x8f54, 0x8f55, 0x8f56, 0x8f57, 0x8f58, 0x8f59, 0x8f5a, /*0xe0-0xe7*/
+  0xe2dd, 0x8f5b, 0xe2de, 0x8f5c, 0x8f5d, 0x8f5e, 0x8f5f, 0x8f60, /*0xe8-0xef*/
+  0x8f61, 0x8f62, 0x8f63, 0x8f64, 0xdbc8, 0x8f65, 0xd1d3, 0xcda2, /*0xf0-0xf7*/
+  0x8f66, 0x8f67, 0xbda8, 0x8f68, 0x8f69, 0x8f6a, 0xdec3, 0xd8a5, /*0xf8-0xff*/
+  /* 0x5f00 */
+  0xbfaa, 0xdbcd, 0xd2ec, 0xc6fa, 0xc5aa, 0x8f6b, 0x8f6c, 0x8f6d, /*0x00-0x07*/
+  0xdec4, 0x8f6e, 0xb1d7, 0xdfae, 0x8f6f, 0x8f70, 0x8f71, 0xcabd, /*0x08-0x0f*/
+  0x8f72, 0xdfb1, 0x8f73, 0xb9ad, 0x8f74, 0xd2fd, 0x8f75, 0xb8a5, /*0x10-0x17*/
+  0xbaeb, 0x8f76, 0x8f77, 0xb3da, 0x8f78, 0x8f79, 0x8f7a, 0xb5dc, /*0x18-0x1f*/
+  0xd5c5, 0x8f7b, 0x8f7c, 0x8f7d, 0x8f7e, 0xc3d6, 0xcfd2, 0xbba1, /*0x20-0x27*/
+  0x8f80, 0xe5f3, 0xe5f2, 0x8f81, 0x8f82, 0xe5f4, 0x8f83, 0xcde4, /*0x28-0x2f*/
+  0x8f84, 0xc8f5, 0x8f85, 0x8f86, 0x8f87, 0x8f88, 0x8f89, 0x8f8a, /*0x30-0x37*/
+  0x8f8b, 0xb5af, 0xc7bf, 0x8f8c, 0xe5f6, 0x8f8d, 0x8f8e, 0x8f8f, /*0x38-0x3f*/
+  0xecb0, 0x8f90, 0x8f91, 0x8f92, 0x8f93, 0x8f94, 0x8f95, 0x8f96, /*0x40-0x47*/
+  0x8f97, 0x8f98, 0x8f99, 0x8f9a, 0x8f9b, 0x8f9c, 0x8f9d, 0x8f9e, /*0x48-0x4f*/
+  0xe5e6, 0x8f9f, 0xb9e9, 0xb5b1, 0x8fa0, 0xc2bc, 0xe5e8, 0xe5e7, /*0x50-0x57*/
+  0xe5e9, 0x8fa1, 0x8fa2, 0x8fa3, 0x8fa4, 0xd2cd, 0x8fa5, 0x8fa6, /*0x58-0x5f*/
+  0x8fa7, 0xe1ea, 0xd0ce, 0x8fa8, 0xcdae, 0x8fa9, 0xd1e5, 0x8faa, /*0x60-0x67*/
+  0x8fab, 0xb2ca, 0xb1eb, 0x8fac, 0xb1f2, 0xc5ed, 0x8fad, 0x8fae, /*0x68-0x6f*/
+  0xd5c3, 0xd3b0, 0x8faf, 0xe1dc, 0x8fb0, 0x8fb1, 0x8fb2, 0xe1dd, /*0x70-0x77*/
+  0x8fb3, 0xd2db, 0x8fb4, 0xb3b9, 0xb1cb, 0x8fb5, 0x8fb6, 0x8fb7, /*0x78-0x7f*/
+  0xcdf9, 0xd5f7, 0xe1de, 0x8fb8, 0xbeb6, 0xb4fd, 0x8fb9, 0xe1df, /*0x80-0x87*/
+  0xbadc, 0xe1e0, 0xbbb2, 0xc2c9, 0xe1e1, 0x8fba, 0x8fbb, 0x8fbc, /*0x88-0x8f*/
+  0xd0ec, 0x8fbd, 0xcdbd, 0x8fbe, 0x8fbf, 0xe1e2, 0x8fc0, 0xb5c3, /*0x90-0x97*/
+  0xc5c7, 0xe1e3, 0x8fc1, 0x8fc2, 0xe1e4, 0x8fc3, 0x8fc4, 0x8fc5, /*0x98-0x9f*/
+  0x8fc6, 0xd3f9, 0x8fc7, 0x8fc8, 0x8fc9, 0x8fca, 0x8fcb, 0x8fcc, /*0xa0-0xa7*/
+  0xe1e5, 0x8fcd, 0xd1ad, 0x8fce, 0x8fcf, 0xe1e6, 0xcea2, 0x8fd0, /*0xa8-0xaf*/
+  0x8fd1, 0x8fd2, 0x8fd3, 0x8fd4, 0x8fd5, 0xe1e7, 0x8fd6, 0xb5c2, /*0xb0-0xb7*/
+  0x8fd7, 0x8fd8, 0x8fd9, 0x8fda, 0xe1e8, 0xbbd5, 0x8fdb, 0x8fdc, /*0xb8-0xbf*/
+  0x8fdd, 0x8fde, 0x8fdf, 0xd0c4, 0xe2e0, 0xb1d8, 0xd2e4, 0x8fe0, /*0xc0-0xc7*/
+  0x8fe1, 0xe2e1, 0x8fe2, 0x8fe3, 0xbcc9, 0xc8cc, 0x8fe4, 0xe2e3, /*0xc8-0xcf*/
+  0xecfe, 0xecfd, 0xdfaf, 0x8fe5, 0x8fe6, 0x8fe7, 0xe2e2, 0xd6be, /*0xd0-0xd7*/
+  0xcdfc, 0xc3a6, 0x8fe8, 0x8fe9, 0x8fea, 0xe3c3, 0x8feb, 0x8fec, /*0xd8-0xdf*/
+  0xd6d2, 0xe2e7, 0x8fed, 0x8fee, 0xe2e8, 0x8fef, 0x8ff0, 0xd3c7, /*0xe0-0xe7*/
+  0x8ff1, 0x8ff2, 0xe2ec, 0xbfec, 0x8ff3, 0xe2ed, 0xe2e5, 0x8ff4, /*0xe8-0xef*/
+  0x8ff5, 0xb3c0, 0x8ff6, 0x8ff7, 0x8ff8, 0xc4ee, 0x8ff9, 0x8ffa, /*0xf0-0xf7*/
+  0xe2ee, 0x8ffb, 0x8ffc, 0xd0c3, 0x8ffd, 0xbaf6, 0xe2e9, 0xb7de, /*0xf8-0xff*/
+  /* 0x6000 */
+  0xbbb3, 0xccac, 0xcbcb, 0xe2e4, 0xe2e6, 0xe2ea, 0xe2eb, 0x8ffe, /*0x00-0x07*/
+  0x9040, 0x9041, 0xe2f7, 0x9042, 0x9043, 0xe2f4, 0xd4f5, 0xe2f3, /*0x08-0x0f*/
+  0x9044, 0x9045, 0xc5ad, 0x9046, 0xd5fa, 0xc5c2, 0xb2c0, 0x9047, /*0x10-0x17*/
+  0x9048, 0xe2ef, 0x9049, 0xe2f2, 0xc1af, 0xcbbc, 0x904a, 0x904b, /*0x18-0x1f*/
+  0xb5a1, 0xe2f9, 0x904c, 0x904d, 0x904e, 0xbcb1, 0xe2f1, 0xd0d4, /*0x20-0x27*/
+  0xd4b9, 0xe2f5, 0xb9d6, 0xe2f6, 0x904f, 0x9050, 0x9051, 0xc7d3, /*0x28-0x2f*/
+  0x9052, 0x9053, 0x9054, 0x9055, 0x9056, 0xe2f0, 0x9057, 0x9058, /*0x30-0x37*/
+  0x9059, 0x905a, 0x905b, 0xd7dc, 0xeda1, 0x905c, 0x905d, 0xe2f8, /*0x38-0x3f*/
+  0x905e, 0xeda5, 0xe2fe, 0xcad1, 0x905f, 0x9060, 0x9061, 0x9062, /*0x40-0x47*/
+  0x9063, 0x9064, 0x9065, 0xc1b5, 0x9066, 0xbbd0, 0x9067, 0x9068, /*0x48-0x4f*/
+  0xbfd6, 0x9069, 0xbae3, 0x906a, 0x906b, 0xcba1, 0x906c, 0x906d, /*0x50-0x57*/
+  0x906e, 0xeda6, 0xeda3, 0x906f, 0x9070, 0xeda2, 0x9071, 0x9072, /*0x58-0x5f*/
+  0x9073, 0x9074, 0xbbd6, 0xeda7, 0xd0f4, 0x9075, 0x9076, 0xeda4, /*0x60-0x67*/
+  0xbade, 0xb6f7, 0xe3a1, 0xb6b2, 0xccf1, 0xb9a7, 0x9077, 0xcfa2, /*0x68-0x6f*/
+  0xc7a1, 0x9078, 0x9079, 0xbfd2, 0x907a, 0x907b, 0xb6f1, 0x907c, /*0x70-0x77*/
+  0xe2fa, 0xe2fb, 0xe2fd, 0xe2fc, 0xc4d5, 0xe3a2, 0x907d, 0xd3c1, /*0x78-0x7f*/
+  0x907e, 0x9080, 0x9081, 0xe3a7, 0xc7c4, 0x9082, 0x9083, 0x9084, /*0x80-0x87*/
+  0x9085, 0xcfa4, 0x9086, 0x9087, 0xe3a9, 0xbab7, 0x9088, 0x9089, /*0x88-0x8f*/
+  0x908a, 0x908b, 0xe3a8, 0x908c, 0xbbda, 0x908d, 0xe3a3, 0x908e, /*0x90-0x97*/
+  0x908f, 0x9090, 0xe3a4, 0xe3aa, 0x9091, 0xe3a6, 0x9092, 0xcef2, /*0x98-0x9f*/
+  0xd3c6, 0x9093, 0x9094, 0xbbbc, 0x9095, 0x9096, 0xd4c3, 0x9097, /*0xa0-0xa7*/
+  0xc4fa, 0x9098, 0x9099, 0xeda8, 0xd0fc, 0xe3a5, 0x909a, 0xc3f5, /*0xa8-0xaf*/
+  0x909b, 0xe3ad, 0xb1af, 0x909c, 0xe3b2, 0x909d, 0x909e, 0x909f, /*0xb0-0xb7*/
+  0xbcc2, 0x90a0, 0x90a1, 0xe3ac, 0xb5bf, 0x90a2, 0x90a3, 0x90a4, /*0xb8-0xbf*/
+  0x90a5, 0x90a6, 0x90a7, 0x90a8, 0x90a9, 0xc7e9, 0xe3b0, 0x90aa, /*0xc0-0xc7*/
+  0x90ab, 0x90ac, 0xbeaa, 0xcdef, 0x90ad, 0x90ae, 0x90af, 0x90b0, /*0xc8-0xcf*/
+  0x90b1, 0xbbf3, 0x90b2, 0x90b3, 0x90b4, 0xcce8, 0x90b5, 0x90b6, /*0xd0-0xd7*/
+  0xe3af, 0x90b7, 0xe3b1, 0x90b8, 0xcfa7, 0xe3ae, 0x90b9, 0xcea9, /*0xd8-0xdf*/
+  0xbbdd, 0x90ba, 0x90bb, 0x90bc, 0x90bd, 0x90be, 0xb5eb, 0xbee5, /*0xe0-0xe7*/
+  0xb2d2, 0xb3cd, 0x90bf, 0xb1b9, 0xe3ab, 0xb2d1, 0xb5ac, 0xb9df, /*0xe8-0xef*/
+  0xb6e8, 0x90c0, 0x90c1, 0xcfeb, 0xe3b7, 0x90c2, 0xbbcc, 0x90c3, /*0xf0-0xf7*/
+  0x90c4, 0xc8c7, 0xd0ca, 0x90c5, 0x90c6, 0x90c7, 0x90c8, 0x90c9, /*0xf8-0xff*/
+  /* 0x6100 */
+  0xe3b8, 0xb3ee, 0x90ca, 0x90cb, 0x90cc, 0x90cd, 0xeda9, 0x90ce, /*0x00-0x07*/
+  0xd3fa, 0xd3e4, 0x90cf, 0x90d0, 0x90d1, 0xedaa, 0xe3b9, 0xd2e2, /*0x08-0x0f*/
+  0x90d2, 0x90d3, 0x90d4, 0x90d5, 0x90d6, 0xe3b5, 0x90d7, 0x90d8, /*0x10-0x17*/
+  0x90d9, 0x90da, 0xd3de, 0x90db, 0x90dc, 0x90dd, 0x90de, 0xb8d0, /*0x18-0x1f*/
+  0xe3b3, 0x90df, 0x90e0, 0xe3b6, 0xb7df, 0x90e1, 0xe3b4, 0xc0a2, /*0x20-0x27*/
+  0x90e2, 0x90e3, 0x90e4, 0xe3ba, 0x90e5, 0x90e6, 0x90e7, 0x90e8, /*0x28-0x2f*/
+  0x90e9, 0x90ea, 0x90eb, 0x90ec, 0x90ed, 0x90ee, 0x90ef, 0x90f0, /*0x30-0x37*/
+  0x90f1, 0x90f2, 0x90f3, 0x90f4, 0x90f5, 0x90f6, 0x90f7, 0xd4b8, /*0x38-0x3f*/
+  0x90f8, 0x90f9, 0x90fa, 0x90fb, 0x90fc, 0x90fd, 0x90fe, 0x9140, /*0x40-0x47*/
+  0xb4c8, 0x9141, 0xe3bb, 0x9142, 0xbbc5, 0x9143, 0xc9f7, 0x9144, /*0x48-0x4f*/
+  0x9145, 0xc9e5, 0x9146, 0x9147, 0x9148, 0xc4bd, 0x9149, 0x914a, /*0x50-0x57*/
+  0x914b, 0x914c, 0x914d, 0x914e, 0x914f, 0xedab, 0x9150, 0x9151, /*0x58-0x5f*/
+  0x9152, 0x9153, 0xc2fd, 0x9154, 0x9155, 0x9156, 0x9157, 0xbbdb, /*0x60-0x67*/
+  0xbfae, 0x9158, 0x9159, 0x915a, 0x915b, 0x915c, 0x915d, 0x915e, /*0x68-0x6f*/
+  0xcebf, 0x915f, 0x9160, 0x9161, 0x9162, 0xe3bc, 0x9163, 0xbfb6, /*0x70-0x77*/
+  0x9164, 0x9165, 0x9166, 0x9167, 0x9168, 0x9169, 0x916a, 0x916b, /*0x78-0x7f*/
+  0x916c, 0x916d, 0x916e, 0x916f, 0x9170, 0x9171, 0x9172, 0x9173, /*0x80-0x87*/
+  0x9174, 0x9175, 0x9176, 0xb1ef, 0x9177, 0x9178, 0xd4f7, 0x9179, /*0x88-0x8f*/
+  0x917a, 0x917b, 0x917c, 0x917d, 0xe3be, 0x917e, 0x9180, 0x9181, /*0x90-0x97*/
+  0x9182, 0x9183, 0x9184, 0x9185, 0x9186, 0xedad, 0x9187, 0x9188, /*0x98-0x9f*/
+  0x9189, 0x918a, 0x918b, 0x918c, 0x918d, 0x918e, 0x918f, 0xe3bf, /*0xa0-0xa7*/
+  0xbaa9, 0xedac, 0x9190, 0x9191, 0xe3bd, 0x9192, 0x9193, 0x9194, /*0xa8-0xaf*/
+  0x9195, 0x9196, 0x9197, 0x9198, 0x9199, 0x919a, 0x919b, 0xe3c0, /*0xb0-0xb7*/
+  0x919c, 0x919d, 0x919e, 0x919f, 0x91a0, 0x91a1, 0xbab6, 0x91a2, /*0xb8-0xbf*/
+  0x91a3, 0x91a4, 0xb6ae, 0x91a5, 0x91a6, 0x91a7, 0x91a8, 0x91a9, /*0xc0-0xc7*/
+  0xd0b8, 0x91aa, 0xb0c3, 0xedae, 0x91ab, 0x91ac, 0x91ad, 0x91ae, /*0xc8-0xcf*/
+  0x91af, 0xedaf, 0xc0c1, 0x91b0, 0xe3c1, 0x91b1, 0x91b2, 0x91b3, /*0xd0-0xd7*/
+  0x91b4, 0x91b5, 0x91b6, 0x91b7, 0x91b8, 0x91b9, 0x91ba, 0x91bb, /*0xd8-0xdf*/
+  0x91bc, 0x91bd, 0x91be, 0x91bf, 0x91c0, 0x91c1, 0xc5b3, 0x91c2, /*0xe0-0xe7*/
+  0x91c3, 0x91c4, 0x91c5, 0x91c6, 0x91c7, 0x91c8, 0x91c9, 0x91ca, /*0xe8-0xef*/
+  0x91cb, 0x91cc, 0x91cd, 0x91ce, 0x91cf, 0xe3c2, 0x91d0, 0x91d1, /*0xf0-0xf7*/
+  0x91d2, 0x91d3, 0x91d4, 0x91d5, 0x91d6, 0x91d7, 0x91d8, 0xdcb2, /*0xf8-0xff*/
+  /* 0x6200 */
+  0x91d9, 0x91da, 0x91db, 0x91dc, 0x91dd, 0x91de, 0xedb0, 0x91df, /*0x00-0x07*/
+  0xb8ea, 0x91e0, 0xceec, 0xeaa7, 0xd0e7, 0xcaf9, 0xc8d6, 0xcfb7, /*0x08-0x0f*/
+  0xb3c9, 0xced2, 0xbde4, 0x91e1, 0x91e2, 0xe3de, 0xbbf2, 0xeaa8, /*0x10-0x17*/
+  0xd5bd, 0x91e3, 0xc6dd, 0xeaa9, 0x91e4, 0x91e5, 0x91e6, 0xeaaa, /*0x18-0x1f*/
+  0x91e7, 0xeaac, 0xeaab, 0x91e8, 0xeaae, 0xeaad, 0x91e9, 0x91ea, /*0x20-0x27*/
+  0x91eb, 0x91ec, 0xbdd8, 0x91ed, 0xeaaf, 0x91ee, 0xc2be, 0x91ef, /*0x28-0x2f*/
+  0x91f0, 0x91f1, 0x91f2, 0xb4c1, 0xb4f7, 0x91f3, 0x91f4, 0xbba7, /*0x30-0x37*/
+  0x91f5, 0x91f6, 0x91f7, 0x91f8, 0x91f9, 0xece6, 0xece5, 0xb7bf, /*0x38-0x3f*/
+  0xcbf9, 0xb1e2, 0x91fa, 0xece7, 0x91fb, 0x91fc, 0x91fd, 0xc9c8, /*0x40-0x47*/
+  0xece8, 0xece9, 0x91fe, 0xcad6, 0xded0, 0xb2c5, 0xd4fa, 0x9240, /*0x48-0x4f*/
+  0x9241, 0xc6cb, 0xb0c7, 0xb4f2, 0xc8d3, 0x9242, 0x9243, 0x9244, /*0x50-0x57*/
+  0xcdd0, 0x9245, 0x9246, 0xbfb8, 0x9247, 0x9248, 0x9249, 0x924a, /*0x58-0x5f*/
+  0x924b, 0x924c, 0x924d, 0xbfdb, 0x924e, 0x924f, 0xc7a4, 0xd6b4, /*0x60-0x67*/
+  0x9250, 0xc0a9, 0xded1, 0xc9a8, 0xd1ef, 0xc5a4, 0xb0e7, 0xb3b6, /*0x68-0x6f*/
+  0xc8c5, 0x9251, 0x9252, 0xb0e2, 0x9253, 0x9254, 0xb7f6, 0x9255, /*0x70-0x77*/
+  0x9256, 0xc5fa, 0x9257, 0x9258, 0xb6f3, 0x9259, 0xd5d2, 0xb3d0, /*0x78-0x7f*/
+  0xbcbc, 0x925a, 0x925b, 0x925c, 0xb3ad, 0x925d, 0x925e, 0x925f, /*0x80-0x87*/
+  0x9260, 0xbef1, 0xb0d1, 0x9261, 0x9262, 0x9263, 0x9264, 0x9265, /*0x88-0x8f*/
+  0x9266, 0xd2d6, 0xcae3, 0xd7a5, 0x9267, 0xcdb6, 0xb6b6, 0xbfb9, /*0x90-0x97*/
+  0xd5db, 0x9268, 0xb8a7, 0xc5d7, 0x9269, 0x926a, 0x926b, 0xded2, /*0x98-0x9f*/
+  0xbfd9, 0xc2d5, 0xc7c0, 0x926c, 0xbba4, 0xb1a8, 0x926d, 0x926e, /*0xa0-0xa7*/
+  0xc5ea, 0x926f, 0x9270, 0xc5fb, 0xcca7, 0x9271, 0x9272, 0x9273, /*0xa8-0xaf*/
+  0x9274, 0xb1a7, 0x9275, 0x9276, 0x9277, 0xb5d6, 0x9278, 0x9279, /*0xb0-0xb7*/
+  0x927a, 0xc4a8, 0x927b, 0xded3, 0xd1ba, 0xb3e9, 0x927c, 0xc3f2, /*0xb8-0xbf*/
+  0x927d, 0x927e, 0xb7f7, 0x9280, 0xd6f4, 0xb5a3, 0xb2f0, 0xc4b4, /*0xc0-0xc7*/
+  0xc4e9, 0xc0ad, 0xded4, 0x9281, 0xb0e8, 0xc5c4, 0xc1e0, 0x9282, /*0xc8-0xcf*/
+  0xb9d5, 0x9283, 0xbedc, 0xcdd8, 0xb0ce, 0x9284, 0xcdcf, 0xded6, /*0xd0-0xd7*/
+  0xbed0, 0xd7be, 0xded5, 0xd5d0, 0xb0dd, 0x9285, 0x9286, 0xc4e2, /*0xd8-0xdf*/
+  0x9287, 0x9288, 0xc2a3, 0xbcf0, 0x9289, 0xd3b5, 0xc0b9, 0xc5a1, /*0xe0-0xe7*/
+  0xb2a6, 0xd4f1, 0x928a, 0x928b, 0xc0a8, 0xcac3, 0xded7, 0xd5fc, /*0xe8-0xef*/
+  0x928c, 0xb9b0, 0x928d, 0xc8ad, 0xcba9, 0x928e, 0xded9, 0xbfbd, /*0xf0-0xf7*/
+  0x928f, 0x9290, 0x9291, 0x9292, 0xc6b4, 0xd7a7, 0xcab0, 0xc4c3, /*0xf8-0xff*/
+  /* 0x6300 */
+  0x9293, 0xb3d6, 0xb9d2, 0x9294, 0x9295, 0x9296, 0x9297, 0xd6b8, /*0x00-0x07*/
+  0xeafc, 0xb0b4, 0x9298, 0x9299, 0x929a, 0x929b, 0xbfe6, 0x929c, /*0x08-0x0f*/
+  0x929d, 0xccf4, 0x929e, 0x929f, 0x92a0, 0x92a1, 0xcdda, 0x92a2, /*0x10-0x17*/
+  0x92a3, 0x92a4, 0xd6bf, 0xc2ce, 0x92a5, 0xcece, 0xcca2, 0xd0ae, /*0x18-0x1f*/
+  0xc4d3, 0xb5b2, 0xded8, 0xd5f5, 0xbcb7, 0xbbd3, 0x92a6, 0x92a7, /*0x20-0x27*/
+  0xb0a4, 0x92a8, 0xc5b2, 0xb4ec, 0x92a9, 0x92aa, 0x92ab, 0xd5f1, /*0x28-0x2f*/
+  0x92ac, 0x92ad, 0xeafd, 0x92ae, 0x92af, 0x92b0, 0x92b1, 0x92b2, /*0x30-0x37*/
+  0x92b3, 0xdeda, 0xcda6, 0x92b4, 0x92b5, 0xcdec, 0x92b6, 0x92b7, /*0x38-0x3f*/
+  0x92b8, 0x92b9, 0xcee6, 0xdedc, 0x92ba, 0xcdb1, 0xc0a6, 0x92bb, /*0x40-0x47*/
+  0x92bc, 0xd7bd, 0x92bd, 0xdedb, 0xb0c6, 0xbab4, 0xc9d3, 0xc4f3, /*0x48-0x4f*/
+  0xbee8, 0x92be, 0x92bf, 0x92c0, 0x92c1, 0xb2b6, 0x92c2, 0x92c3, /*0x50-0x57*/
+  0x92c4, 0x92c5, 0x92c6, 0x92c7, 0x92c8, 0x92c9, 0xc0cc, 0xcbf0, /*0x58-0x5f*/
+  0x92ca, 0xbcf1, 0xbbbb, 0xb5b7, 0x92cb, 0x92cc, 0x92cd, 0xc5f5, /*0x60-0x67*/
+  0x92ce, 0xdee6, 0x92cf, 0x92d0, 0x92d1, 0xdee3, 0xbedd, 0x92d2, /*0x68-0x6f*/
+  0x92d3, 0xdedf, 0x92d4, 0x92d5, 0x92d6, 0x92d7, 0xb4b7, 0xbddd, /*0x70-0x77*/
+  0x92d8, 0x92d9, 0xdee0, 0xc4ed, 0x92da, 0x92db, 0x92dc, 0x92dd, /*0x78-0x7f*/
+  0xcfc6, 0x92de, 0xb5e0, 0x92df, 0x92e0, 0x92e1, 0x92e2, 0xb6de, /*0x80-0x87*/
+  0xcada, 0xb5f4, 0xdee5, 0x92e3, 0xd5c6, 0x92e4, 0xdee1, 0xcccd, /*0x88-0x8f*/
+  0xc6fe, 0x92e5, 0xc5c5, 0x92e6, 0x92e7, 0x92e8, 0xd2b4, 0x92e9, /*0x90-0x97*/
+  0xbef2, 0x92ea, 0x92eb, 0x92ec, 0x92ed, 0x92ee, 0x92ef, 0x92f0, /*0x98-0x9f*/
+  0xc2d3, 0x92f1, 0xccbd, 0xb3b8, 0x92f2, 0xbdd3, 0x92f3, 0xbfd8, /*0xa0-0xa7*/
+  0xcdc6, 0xd1da, 0xb4eb, 0x92f4, 0xdee4, 0xdedd, 0xdee7, 0x92f5, /*0xa8-0xaf*/
+  0xeafe, 0x92f6, 0x92f7, 0xc2b0, 0xdee2, 0x92f8, 0x92f9, 0xd6c0, /*0xb0-0xb7*/
+  0xb5a7, 0x92fa, 0xb2f4, 0x92fb, 0xdee8, 0x92fc, 0xdef2, 0x92fd, /*0xb8-0xbf*/
+  0x92fe, 0x9340, 0x9341, 0x9342, 0xdeed, 0x9343, 0xdef1, 0x9344, /*0xc0-0xc7*/
+  0x9345, 0xc8e0, 0x9346, 0x9347, 0x9348, 0xd7e1, 0xdeef, 0xc3e8, /*0xc8-0xcf*/
+  0xcce1, 0x9349, 0xb2e5, 0x934a, 0x934b, 0x934c, 0xd2be, 0x934d, /*0xd0-0xd7*/
+  0x934e, 0x934f, 0x9350, 0x9351, 0x9352, 0x9353, 0xdeee, 0x9354, /*0xd8-0xdf*/
+  0xdeeb, 0xced5, 0x9355, 0xb4a7, 0x9356, 0x9357, 0x9358, 0x9359, /*0xe0-0xe7*/
+  0x935a, 0xbfab, 0xbebe, 0x935b, 0x935c, 0xbdd2, 0x935d, 0x935e, /*0xe8-0xef*/
+  0x935f, 0x9360, 0xdee9, 0x9361, 0xd4ae, 0x9362, 0xdede, 0x9363, /*0xf0-0xf7*/
+  0xdeea, 0x9364, 0x9365, 0x9366, 0x9367, 0xc0bf, 0x9368, 0xdeec, /*0xf8-0xff*/
+  /* 0x6400 */
+  0xb2f3, 0xb8e9, 0xc2a7, 0x9369, 0x936a, 0xbdc1, 0x936b, 0x936c, /*0x00-0x07*/
+  0x936d, 0x936e, 0x936f, 0xdef5, 0xdef8, 0x9370, 0x9371, 0xb2ab, /*0x08-0x0f*/
+  0xb4a4, 0x9372, 0x9373, 0xb4ea, 0xc9a6, 0x9374, 0x9375, 0x9376, /*0x10-0x17*/
+  0x9377, 0x9378, 0x9379, 0xdef6, 0xcbd1, 0x937a, 0xb8e3, 0x937b, /*0x18-0x1f*/
+  0xdef7, 0xdefa, 0x937c, 0x937d, 0x937e, 0x9380, 0xdef9, 0x9381, /*0x20-0x27*/
+  0x9382, 0x9383, 0xccc2, 0x9384, 0xb0e1, 0xb4ee, 0x9385, 0x9386, /*0x28-0x2f*/
+  0x9387, 0x9388, 0x9389, 0x938a, 0xe5ba, 0x938b, 0x938c, 0x938d, /*0x30-0x37*/
+  0x938e, 0x938f, 0xd0af, 0x9390, 0x9391, 0xb2eb, 0x9392, 0xeba1, /*0x38-0x3f*/
+  0x9393, 0xdef4, 0x9394, 0x9395, 0xc9e3, 0xdef3, 0xb0da, 0xd2a1, /*0x40-0x47*/
+  0xb1f7, 0x9396, 0xccaf, 0x9397, 0x9398, 0x9399, 0x939a, 0x939b, /*0x48-0x4f*/
+  0x939c, 0x939d, 0xdef0, 0x939e, 0xcba4, 0x939f, 0x93a0, 0x93a1, /*0x50-0x57*/
+  0xd5aa, 0x93a2, 0x93a3, 0x93a4, 0x93a5, 0x93a6, 0xdefb, 0x93a7, /*0x58-0x5f*/
+  0x93a8, 0x93a9, 0x93aa, 0x93ab, 0x93ac, 0x93ad, 0x93ae, 0xb4dd, /*0x60-0x67*/
+  0x93af, 0xc4a6, 0x93b0, 0x93b1, 0x93b2, 0xdefd, 0x93b3, 0x93b4, /*0x68-0x6f*/
+  0x93b5, 0x93b6, 0x93b7, 0x93b8, 0x93b9, 0x93ba, 0x93bb, 0x93bc, /*0x70-0x77*/
+  0xc3fe, 0xc4a1, 0xdfa1, 0x93bd, 0x93be, 0x93bf, 0x93c0, 0x93c1, /*0x78-0x7f*/
+  0x93c2, 0x93c3, 0xc1cc, 0x93c4, 0xdefc, 0xbeef, 0x93c5, 0xc6b2, /*0x80-0x87*/
+  0x93c6, 0x93c7, 0x93c8, 0x93c9, 0x93ca, 0x93cb, 0x93cc, 0x93cd, /*0x88-0x8f*/
+  0x93ce, 0xb3c5, 0xc8f6, 0x93cf, 0x93d0, 0xcbba, 0xdefe, 0x93d1, /*0x90-0x97*/
+  0x93d2, 0xdfa4, 0x93d3, 0x93d4, 0x93d5, 0x93d6, 0xd7b2, 0x93d7, /*0x98-0x9f*/
+  0x93d8, 0x93d9, 0x93da, 0x93db, 0xb3b7, 0x93dc, 0x93dd, 0x93de, /*0xa0-0xa7*/
+  0x93df, 0xc1c3, 0x93e0, 0x93e1, 0xc7cb, 0xb2a5, 0xb4e9, 0x93e2, /*0xa8-0xaf*/
+  0xd7ab, 0x93e3, 0x93e4, 0x93e5, 0x93e6, 0xc4ec, 0x93e7, 0xdfa2, /*0xb0-0xb7*/
+  0xdfa3, 0x93e8, 0xdfa5, 0x93e9, 0xbab3, 0x93ea, 0x93eb, 0x93ec, /*0xb8-0xbf*/
+  0xdfa6, 0x93ed, 0xc0de, 0x93ee, 0x93ef, 0xc9c3, 0x93f0, 0x93f1, /*0xc0-0xc7*/
+  0x93f2, 0x93f3, 0x93f4, 0x93f5, 0x93f6, 0xb2d9, 0xc7e6, 0x93f7, /*0xc8-0xcf*/
+  0xdfa7, 0x93f8, 0xc7dc, 0x93f9, 0x93fa, 0x93fb, 0x93fc, 0xdfa8, /*0xd0-0xd7*/
+  0xeba2, 0x93fd, 0x93fe, 0x9440, 0x9441, 0x9442, 0xcbd3, 0x9443, /*0xd8-0xdf*/
+  0x9444, 0x9445, 0xdfaa, 0x9446, 0xdfa9, 0x9447, 0xb2c1, 0x9448, /*0xe0-0xe7*/
+  0x9449, 0x944a, 0x944b, 0x944c, 0x944d, 0x944e, 0x944f, 0x9450, /*0xe8-0xef*/
+  0x9451, 0x9452, 0x9453, 0x9454, 0x9455, 0x9456, 0x9457, 0x9458, /*0xf0-0xf7*/
+  0x9459, 0x945a, 0x945b, 0x945c, 0x945d, 0x945e, 0x945f, 0x9460, /*0xf8-0xff*/
+  /* 0x6500 */
+  0xc5ca, 0x9461, 0x9462, 0x9463, 0x9464, 0x9465, 0x9466, 0x9467, /*0x00-0x07*/
+  0x9468, 0xdfab, 0x9469, 0x946a, 0x946b, 0x946c, 0x946d, 0x946e, /*0x08-0x0f*/
+  0x946f, 0x9470, 0xd4dc, 0x9471, 0x9472, 0x9473, 0x9474, 0x9475, /*0x10-0x17*/
+  0xc8c1, 0x9476, 0x9477, 0x9478, 0x9479, 0x947a, 0x947b, 0x947c, /*0x18-0x1f*/
+  0x947d, 0x947e, 0x9480, 0x9481, 0x9482, 0xdfac, 0x9483, 0x9484, /*0x20-0x27*/
+  0x9485, 0x9486, 0x9487, 0xbef0, 0x9488, 0x9489, 0xdfad, 0xd6a7, /*0x28-0x2f*/
+  0x948a, 0x948b, 0x948c, 0x948d, 0xeab7, 0xebb6, 0xcad5, 0x948e, /*0x30-0x37*/
+  0xd8fc, 0xb8c4, 0x948f, 0xb9a5, 0x9490, 0x9491, 0xb7c5, 0xd5fe, /*0x38-0x3f*/
+  0x9492, 0x9493, 0x9494, 0x9495, 0x9496, 0xb9ca, 0x9497, 0x9498, /*0x40-0x47*/
+  0xd0a7, 0xf4cd, 0x9499, 0x949a, 0xb5d0, 0x949b, 0x949c, 0xc3f4, /*0x48-0x4f*/
+  0x949d, 0xbec8, 0x949e, 0x949f, 0x94a0, 0xebb7, 0xb0bd, 0x94a1, /*0x50-0x57*/
+  0x94a2, 0xbdcc, 0x94a3, 0xc1b2, 0x94a4, 0xb1d6, 0xb3a8, 0x94a5, /*0x58-0x5f*/
+  0x94a6, 0x94a7, 0xb8d2, 0xc9a2, 0x94a8, 0x94a9, 0xb6d8, 0x94aa, /*0x60-0x67*/
+  0x94ab, 0x94ac, 0x94ad, 0xebb8, 0xbeb4, 0x94ae, 0x94af, 0x94b0, /*0x68-0x6f*/
+  0xcafd, 0x94b1, 0xc7c3, 0x94b2, 0xd5fb, 0x94b3, 0x94b4, 0xb7f3, /*0x70-0x77*/
+  0x94b5, 0x94b6, 0x94b7, 0x94b8, 0x94b9, 0x94ba, 0x94bb, 0x94bc, /*0x78-0x7f*/
+  0x94bd, 0x94be, 0x94bf, 0x94c0, 0x94c1, 0x94c2, 0x94c3, 0xcec4, /*0x80-0x87*/
+  0x94c4, 0x94c5, 0x94c6, 0xd5ab, 0xb1f3, 0x94c7, 0x94c8, 0x94c9, /*0x88-0x8f*/
+  0xecb3, 0xb0df, 0x94ca, 0xecb5, 0x94cb, 0x94cc, 0x94cd, 0xb6b7, /*0x90-0x97*/
+  0x94ce, 0xc1cf, 0x94cf, 0xf5fa, 0xd0b1, 0x94d0, 0x94d1, 0xd5e5, /*0x98-0x9f*/
+  0x94d2, 0xced3, 0x94d3, 0x94d4, 0xbdef, 0xb3e2, 0x94d5, 0xb8ab, /*0xa0-0xa7*/
+  0x94d6, 0xd5b6, 0x94d7, 0xedbd, 0x94d8, 0xb6cf, 0x94d9, 0xcbb9, /*0xa8-0xaf*/
+  0xd0c2, 0x94da, 0x94db, 0x94dc, 0x94dd, 0x94de, 0x94df, 0x94e0, /*0xb0-0xb7*/
+  0x94e1, 0xb7bd, 0x94e2, 0x94e3, 0xecb6, 0xcaa9, 0x94e4, 0x94e5, /*0xb8-0xbf*/
+  0x94e6, 0xc5d4, 0x94e7, 0xecb9, 0xecb8, 0xc2c3, 0xecb7, 0x94e8, /*0xc0-0xc7*/
+  0x94e9, 0x94ea, 0x94eb, 0xd0fd, 0xecba, 0x94ec, 0xecbb, 0xd7e5, /*0xc8-0xcf*/
+  0x94ed, 0x94ee, 0xecbc, 0x94ef, 0x94f0, 0x94f1, 0xecbd, 0xc6ec, /*0xd0-0xd7*/
+  0x94f2, 0x94f3, 0x94f4, 0x94f5, 0x94f6, 0x94f7, 0x94f8, 0x94f9, /*0xd8-0xdf*/
+  0xcede, 0x94fa, 0xbcc8, 0x94fb, 0x94fc, 0xc8d5, 0xb5a9, 0xbec9, /*0xe0-0xe7*/
+  0xd6bc, 0xd4e7, 0x94fd, 0x94fe, 0xd1ae, 0xd0f1, 0xeab8, 0xeab9, /*0xe8-0xef*/
+  0xeaba, 0xbab5, 0x9540, 0x9541, 0x9542, 0x9543, 0xcab1, 0xbff5, /*0xf0-0xf7*/
+  0x9544, 0x9545, 0xcdfa, 0x9546, 0x9547, 0x9548, 0x9549, 0x954a, /*0xf8-0xff*/
+  /* 0x6600 */
+  0xeac0, 0x954b, 0xb0ba, 0xeabe, 0x954c, 0x954d, 0xc0a5, 0x954e, /*0x00-0x07*/
+  0x954f, 0x9550, 0xeabb, 0x9551, 0xb2fd, 0x9552, 0xc3f7, 0xbbe8, /*0x08-0x0f*/
+  0x9553, 0x9554, 0x9555, 0xd2d7, 0xcef4, 0xeabf, 0x9556, 0x9557, /*0x10-0x17*/
+  0x9558, 0xeabc, 0x9559, 0x955a, 0x955b, 0xeac3, 0x955c, 0xd0c7, /*0x18-0x1f*/
+  0xd3b3, 0x955d, 0x955e, 0x955f, 0x9560, 0xb4ba, 0x9561, 0xc3c1, /*0x20-0x27*/
+  0xd7f2, 0x9562, 0x9563, 0x9564, 0x9565, 0xd5d1, 0x9566, 0xcac7, /*0x28-0x2f*/
+  0x9567, 0xeac5, 0x9568, 0x9569, 0xeac4, 0xeac7, 0xeac6, 0x956a, /*0x30-0x37*/
+  0x956b, 0x956c, 0x956d, 0x956e, 0xd6e7, 0x956f, 0xcfd4, 0x9570, /*0x38-0x3f*/
+  0x9571, 0xeacb, 0x9572, 0xbbce, 0x9573, 0x9574, 0x9575, 0x9576, /*0x40-0x47*/
+  0x9577, 0x9578, 0x9579, 0xbdfa, 0xc9ce, 0x957a, 0x957b, 0xeacc, /*0x48-0x4f*/
+  0x957c, 0x957d, 0xc9b9, 0xcffe, 0xeaca, 0xd4ce, 0xeacd, 0xeacf, /*0x50-0x57*/
+  0x957e, 0x9580, 0xcded, 0x9581, 0x9582, 0x9583, 0x9584, 0xeac9, /*0x58-0x5f*/
+  0x9585, 0xeace, 0x9586, 0x9587, 0xceee, 0x9588, 0xbbde, 0x9589, /*0x60-0x67*/
+  0xb3bf, 0x958a, 0x958b, 0x958c, 0x958d, 0x958e, 0xc6d5, 0xbeb0, /*0x68-0x6f*/
+  0xcefa, 0x958f, 0x9590, 0x9591, 0xc7e7, 0x9592, 0xbea7, 0xead0, /*0x70-0x77*/
+  0x9593, 0x9594, 0xd6c7, 0x9595, 0x9596, 0x9597, 0xc1c0, 0x9598, /*0x78-0x7f*/
+  0x9599, 0x959a, 0xd4dd, 0x959b, 0xead1, 0x959c, 0x959d, 0xcfbe, /*0x80-0x87*/
+  0x959e, 0x959f, 0x95a0, 0x95a1, 0xead2, 0x95a2, 0x95a3, 0x95a4, /*0x88-0x8f*/
+  0x95a5, 0xcaee, 0x95a6, 0x95a7, 0x95a8, 0x95a9, 0xc5af, 0xb0b5, /*0x90-0x97*/
+  0x95aa, 0x95ab, 0x95ac, 0x95ad, 0x95ae, 0xead4, 0x95af, 0x95b0, /*0x98-0x9f*/
+  0x95b1, 0x95b2, 0x95b3, 0x95b4, 0x95b5, 0x95b6, 0x95b7, 0xead3, /*0xa0-0xa7*/
+  0xf4df, 0x95b8, 0x95b9, 0x95ba, 0x95bb, 0x95bc, 0xc4ba, 0x95bd, /*0xa8-0xaf*/
+  0x95be, 0x95bf, 0x95c0, 0x95c1, 0xb1a9, 0x95c2, 0x95c3, 0x95c4, /*0xb0-0xb7*/
+  0x95c5, 0xe5df, 0x95c6, 0x95c7, 0x95c8, 0x95c9, 0xead5, 0x95ca, /*0xb8-0xbf*/
+  0x95cb, 0x95cc, 0x95cd, 0x95ce, 0x95cf, 0x95d0, 0x95d1, 0x95d2, /*0xc0-0xc7*/
+  0x95d3, 0x95d4, 0x95d5, 0x95d6, 0x95d7, 0x95d8, 0x95d9, 0x95da, /*0xc8-0xcf*/
+  0x95db, 0x95dc, 0x95dd, 0x95de, 0x95df, 0x95e0, 0x95e1, 0x95e2, /*0xd0-0xd7*/
+  0x95e3, 0xcaef, 0x95e4, 0xead6, 0xead7, 0xc6d8, 0x95e5, 0x95e6, /*0xd8-0xdf*/
+  0x95e7, 0x95e8, 0x95e9, 0x95ea, 0x95eb, 0x95ec, 0xead8, 0x95ed, /*0xe0-0xe7*/
+  0x95ee, 0xead9, 0x95ef, 0x95f0, 0x95f1, 0x95f2, 0x95f3, 0x95f4, /*0xe8-0xef*/
+  0xd4bb, 0x95f5, 0xc7fa, 0xd2b7, 0xb8fc, 0x95f6, 0x95f7, 0xeac2, /*0xf0-0xf7*/
+  0x95f8, 0xb2dc, 0x95f9, 0x95fa, 0xc2fc, 0x95fb, 0xd4f8, 0xcce6, /*0xf8-0xff*/
+  /* 0x6700 */
+  0xd7ee, 0x95fc, 0x95fd, 0x95fe, 0x9640, 0x9641, 0x9642, 0x9643, /*0x00-0x07*/
+  0xd4c2, 0xd3d0, 0xebc3, 0xc5f3, 0x9644, 0xb7fe, 0x9645, 0x9646, /*0x08-0x0f*/
+  0xebd4, 0x9647, 0x9648, 0x9649, 0xcbb7, 0xebde, 0x964a, 0xc0ca, /*0x10-0x17*/
+  0x964b, 0x964c, 0x964d, 0xcdfb, 0x964e, 0xb3af, 0x964f, 0xc6da, /*0x18-0x1f*/
+  0x9650, 0x9651, 0x9652, 0x9653, 0x9654, 0x9655, 0xebfc, 0x9656, /*0x20-0x27*/
+  0xc4be, 0x9657, 0xceb4, 0xc4a9, 0xb1be, 0xd4fd, 0x9658, 0xcaf5, /*0x28-0x2f*/
+  0x9659, 0xd6ec, 0x965a, 0x965b, 0xc6d3, 0xb6e4, 0x965c, 0x965d, /*0x30-0x37*/
+  0x965e, 0x965f, 0xbbfa, 0x9660, 0x9661, 0xd0e0, 0x9662, 0x9663, /*0x38-0x3f*/
+  0xc9b1, 0x9664, 0xd4d3, 0xc8a8, 0x9665, 0x9666, 0xb8cb, 0x9667, /*0x40-0x47*/
+  0xe8be, 0xc9bc, 0x9668, 0x9669, 0xe8bb, 0x966a, 0xc0ee, 0xd0d3, /*0x48-0x4f*/
+  0xb2c4, 0xb4e5, 0x966b, 0xe8bc, 0x966c, 0x966d, 0xd5c8, 0x966e, /*0x50-0x57*/
+  0x966f, 0x9670, 0x9671, 0x9672, 0xb6c5, 0x9673, 0xe8bd, 0xcaf8, /*0x58-0x5f*/
+  0xb8dc, 0xccf5, 0x9674, 0x9675, 0x9676, 0xc0b4, 0x9677, 0x9678, /*0x60-0x67*/
+  0xd1ee, 0xe8bf, 0xe8c2, 0x9679, 0x967a, 0xbabc, 0x967b, 0xb1ad, /*0x68-0x6f*/
+  0xbddc, 0x967c, 0xeabd, 0xe8c3, 0x967d, 0xe8c6, 0x967e, 0xe8cb, /*0x70-0x77*/
+  0x9680, 0x9681, 0x9682, 0x9683, 0xe8cc, 0x9684, 0xcbc9, 0xb0e5, /*0x78-0x7f*/
+  0x9685, 0xbcab, 0x9686, 0x9687, 0xb9b9, 0x9688, 0x9689, 0xe8c1, /*0x80-0x87*/
+  0x968a, 0xcdf7, 0x968b, 0xe8ca, 0x968c, 0x968d, 0x968e, 0x968f, /*0x88-0x8f*/
+  0xcef6, 0x9690, 0x9691, 0x9692, 0x9693, 0xd5ed, 0x9694, 0xc1d6, /*0x90-0x97*/
+  0xe8c4, 0x9695, 0xc3b6, 0x9696, 0xb9fb, 0xd6a6, 0xe8c8, 0x9697, /*0x98-0x9f*/
+  0x9698, 0x9699, 0xcae0, 0xd4e6, 0x969a, 0xe8c0, 0x969b, 0xe8c5, /*0xa0-0xa7*/
+  0xe8c7, 0x969c, 0xc7b9, 0xb7e3, 0x969d, 0xe8c9, 0x969e, 0xbfdd, /*0xa8-0xaf*/
+  0xe8d2, 0x969f, 0x96a0, 0xe8d7, 0x96a1, 0xe8d5, 0xbcdc, 0xbccf, /*0xb0-0xb7*/
+  0xe8db, 0x96a2, 0x96a3, 0x96a4, 0x96a5, 0x96a6, 0x96a7, 0x96a8, /*0xb8-0xbf*/
+  0x96a9, 0xe8de, 0x96aa, 0xe8da, 0xb1fa, 0x96ab, 0x96ac, 0x96ad, /*0xc0-0xc7*/
+  0x96ae, 0x96af, 0x96b0, 0x96b1, 0x96b2, 0x96b3, 0x96b4, 0xb0d8, /*0xc8-0xcf*/
+  0xc4b3, 0xb8cc, 0xc6e2, 0xc8be, 0xc8e1, 0x96b5, 0x96b6, 0x96b7, /*0xd0-0xd7*/
+  0xe8cf, 0xe8d4, 0xe8d6, 0x96b8, 0xb9f1, 0xe8d8, 0xd7f5, 0x96b9, /*0xd8-0xdf*/
+  0xc4fb, 0x96ba, 0xe8dc, 0x96bb, 0x96bc, 0xb2e9, 0x96bd, 0x96be, /*0xe0-0xe7*/
+  0x96bf, 0xe8d1, 0x96c0, 0x96c1, 0xbced, 0x96c2, 0x96c3, 0xbfc2, /*0xe8-0xef*/
+  0xe8cd, 0xd6f9, 0x96c4, 0xc1f8, 0xb2f1, 0x96c5, 0x96c6, 0x96c7, /*0xf0-0xf7*/
+  0x96c8, 0x96c9, 0x96ca, 0x96cb, 0x96cc, 0xe8df, 0x96cd, 0xcac1, /*0xf8-0xff*/
+  /* 0x6800 */
+  0xe8d9, 0x96ce, 0x96cf, 0x96d0, 0x96d1, 0xd5a4, 0x96d2, 0xb1ea, /*0x00-0x07*/
+  0xd5bb, 0xe8ce, 0xe8d0, 0xb6b0, 0xe8d3, 0x96d3, 0xe8dd, 0xc0b8, /*0x08-0x0f*/
+  0x96d4, 0xcaf7, 0x96d5, 0xcba8, 0x96d6, 0x96d7, 0xc6dc, 0xc0f5, /*0x10-0x17*/
+  0x96d8, 0x96d9, 0x96da, 0x96db, 0x96dc, 0xe8e9, 0x96dd, 0x96de, /*0x18-0x1f*/
+  0x96df, 0xd0a3, 0x96e0, 0x96e1, 0x96e2, 0x96e3, 0x96e4, 0x96e5, /*0x20-0x27*/
+  0x96e6, 0xe8f2, 0xd6ea, 0x96e7, 0x96e8, 0x96e9, 0x96ea, 0x96eb, /*0x28-0x2f*/
+  0x96ec, 0x96ed, 0xe8e0, 0xe8e1, 0x96ee, 0x96ef, 0x96f0, 0xd1f9, /*0x30-0x37*/
+  0xbacb, 0xb8f9, 0x96f1, 0x96f2, 0xb8f1, 0xd4d4, 0xe8ef, 0x96f3, /*0x38-0x3f*/
+  0xe8ee, 0xe8ec, 0xb9f0, 0xccd2, 0xe8e6, 0xcea6, 0xbff2, 0x96f4, /*0x40-0x47*/
+  0xb0b8, 0xe8f1, 0xe8f0, 0x96f5, 0xd7c0, 0x96f6, 0xe8e4, 0x96f7, /*0x48-0x4f*/
+  0xcda9, 0xc9a3, 0x96f8, 0xbbb8, 0xbddb, 0xe8ea, 0x96f9, 0x96fa, /*0x50-0x57*/
+  0x96fb, 0x96fc, 0x96fd, 0x96fe, 0x9740, 0x9741, 0x9742, 0x9743, /*0x58-0x5f*/
+  0xe8e2, 0xe8e3, 0xe8e5, 0xb5b5, 0xe8e7, 0xc7c5, 0xe8eb, 0xe8ed, /*0x60-0x67*/
+  0xbdb0, 0xd7ae, 0x9744, 0xe8f8, 0x9745, 0x9746, 0x9747, 0x9748, /*0x68-0x6f*/
+  0x9749, 0x974a, 0x974b, 0x974c, 0xe8f5, 0x974d, 0xcdb0, 0xe8f6, /*0x70-0x77*/
+  0x974e, 0x974f, 0x9750, 0x9751, 0x9752, 0x9753, 0x9754, 0x9755, /*0x78-0x7f*/
+  0x9756, 0xc1ba, 0x9757, 0xe8e8, 0x9758, 0xc3b7, 0xb0f0, 0x9759, /*0x80-0x87*/
+  0x975a, 0x975b, 0x975c, 0x975d, 0x975e, 0x975f, 0x9760, 0xe8f4, /*0x88-0x8f*/
+  0x9761, 0x9762, 0x9763, 0xe8f7, 0x9764, 0x9765, 0x9766, 0xb9a3, /*0x90-0x97*/
+  0x9767, 0x9768, 0x9769, 0x976a, 0x976b, 0x976c, 0x976d, 0x976e, /*0x98-0x9f*/
+  0x976f, 0x9770, 0xc9d2, 0x9771, 0x9772, 0x9773, 0xc3ce, 0xcee0, /*0xa0-0xa7*/
+  0xc0e6, 0x9774, 0x9775, 0x9776, 0x9777, 0xcbf3, 0x9778, 0xccdd, /*0xa8-0xaf*/
+  0xd0b5, 0x9779, 0x977a, 0xcae1, 0x977b, 0xe8f3, 0x977c, 0x977d, /*0xb0-0xb7*/
+  0x977e, 0x9780, 0x9781, 0x9782, 0x9783, 0x9784, 0x9785, 0x9786, /*0xb8-0xbf*/
+  0xbcec, 0x9787, 0xe8f9, 0x9788, 0x9789, 0x978a, 0x978b, 0x978c, /*0xc0-0xc7*/
+  0x978d, 0xc3de, 0x978e, 0xc6e5, 0x978f, 0xb9f7, 0x9790, 0x9791, /*0xc8-0xcf*/
+  0x9792, 0x9793, 0xb0f4, 0x9794, 0x9795, 0xd7d8, 0x9796, 0x9797, /*0xd0-0xd7*/
+  0xbcac, 0x9798, 0xc5ef, 0x9799, 0x979a, 0x979b, 0x979c, 0x979d, /*0xd8-0xdf*/
+  0xccc4, 0x979e, 0x979f, 0xe9a6, 0x97a0, 0x97a1, 0x97a2, 0x97a3, /*0xe0-0xe7*/
+  0x97a4, 0x97a5, 0x97a6, 0x97a7, 0x97a8, 0x97a9, 0xc9ad, 0x97aa, /*0xe8-0xef*/
+  0xe9a2, 0xc0e2, 0x97ab, 0x97ac, 0x97ad, 0xbfc3, 0x97ae, 0x97af, /*0xf0-0xf7*/
+  0x97b0, 0xe8fe, 0xb9d7, 0x97b1, 0xe8fb, 0x97b2, 0x97b3, 0x97b4, /*0xf8-0xff*/
+  /* 0x6900 */
+  0x97b5, 0xe9a4, 0x97b6, 0x97b7, 0x97b8, 0xd2ce, 0x97b9, 0x97ba, /*0x00-0x07*/
+  0x97bb, 0x97bc, 0x97bd, 0xe9a3, 0x97be, 0xd6b2, 0xd7b5, 0x97bf, /*0x08-0x0f*/
+  0xe9a7, 0x97c0, 0xbdb7, 0x97c1, 0x97c2, 0x97c3, 0x97c4, 0x97c5, /*0x10-0x17*/
+  0x97c6, 0x97c7, 0x97c8, 0x97c9, 0x97ca, 0x97cb, 0x97cc, 0xe8fc, /*0x18-0x1f*/
+  0xe8fd, 0x97cd, 0x97ce, 0x97cf, 0xe9a1, 0x97d0, 0x97d1, 0x97d2, /*0x20-0x27*/
+  0x97d3, 0x97d4, 0x97d5, 0x97d6, 0x97d7, 0xcdd6, 0x97d8, 0x97d9, /*0x28-0x2f*/
+  0xd2ac, 0x97da, 0x97db, 0x97dc, 0xe9b2, 0x97dd, 0x97de, 0x97df, /*0x30-0x37*/
+  0x97e0, 0xe9a9, 0x97e1, 0x97e2, 0x97e3, 0xb4aa, 0x97e4, 0xb4bb, /*0x38-0x3f*/
+  0x97e5, 0x97e6, 0xe9ab, 0x97e7, 0x97e8, 0x97e9, 0x97ea, 0x97eb, /*0x40-0x47*/
+  0x97ec, 0x97ed, 0x97ee, 0x97ef, 0x97f0, 0x97f1, 0x97f2, 0x97f3, /*0x48-0x4f*/
+  0x97f4, 0x97f5, 0x97f6, 0x97f7, 0xd0a8, 0x97f8, 0x97f9, 0xe9a5, /*0x50-0x57*/
+  0x97fa, 0x97fb, 0xb3fe, 0x97fc, 0x97fd, 0xe9ac, 0xc0e3, 0x97fe, /*0x58-0x5f*/
+  0xe9aa, 0x9840, 0x9841, 0xe9b9, 0x9842, 0x9843, 0xe9b8, 0x9844, /*0x60-0x67*/
+  0x9845, 0x9846, 0x9847, 0xe9ae, 0x9848, 0x9849, 0xe8fa, 0x984a, /*0x68-0x6f*/
+  0x984b, 0xe9a8, 0x984c, 0x984d, 0x984e, 0x984f, 0x9850, 0xbfac, /*0x70-0x77*/
+  0xe9b1, 0xe9ba, 0x9851, 0x9852, 0xc2a5, 0x9853, 0x9854, 0x9855, /*0x78-0x7f*/
+  0xe9af, 0x9856, 0xb8c5, 0x9857, 0xe9ad, 0x9858, 0xd3dc, 0xe9b4, /*0x80-0x87*/
+  0xe9b5, 0xe9b7, 0x9859, 0x985a, 0x985b, 0xe9c7, 0x985c, 0x985d, /*0x88-0x8f*/
+  0x985e, 0x985f, 0x9860, 0x9861, 0xc0c6, 0xe9c5, 0x9862, 0x9863, /*0x90-0x97*/
+  0xe9b0, 0x9864, 0x9865, 0xe9bb, 0xb0f1, 0x9866, 0x9867, 0x9868, /*0x98-0x9f*/
+  0x9869, 0x986a, 0x986b, 0x986c, 0x986d, 0x986e, 0x986f, 0xe9bc, /*0xa0-0xa7*/
+  0xd5a5, 0x9870, 0x9871, 0xe9be, 0x9872, 0xe9bf, 0x9873, 0x9874, /*0xa8-0xaf*/
+  0x9875, 0xe9c1, 0x9876, 0x9877, 0xc1f1, 0x9878, 0x9879, 0xc8b6, /*0xb0-0xb7*/
+  0x987a, 0x987b, 0x987c, 0xe9bd, 0x987d, 0x987e, 0x9880, 0x9881, /*0xb8-0xbf*/
+  0x9882, 0xe9c2, 0x9883, 0x9884, 0x9885, 0x9886, 0x9887, 0x9888, /*0xc0-0xc7*/
+  0x9889, 0x988a, 0xe9c3, 0x988b, 0xe9b3, 0x988c, 0xe9b6, 0x988d, /*0xc8-0xcf*/
+  0xbbb1, 0x988e, 0x988f, 0x9890, 0xe9c0, 0x9891, 0x9892, 0x9893, /*0xd0-0xd7*/
+  0x9894, 0x9895, 0x9896, 0xbcf7, 0x9897, 0x9898, 0x9899, 0xe9c4, /*0xd8-0xdf*/
+  0xe9c6, 0x989a, 0x989b, 0x989c, 0x989d, 0x989e, 0x989f, 0x98a0, /*0xe0-0xe7*/
+  0x98a1, 0x98a2, 0x98a3, 0x98a4, 0x98a5, 0xe9ca, 0x98a6, 0x98a7, /*0xe8-0xef*/
+  0x98a8, 0x98a9, 0xe9ce, 0x98aa, 0x98ab, 0x98ac, 0x98ad, 0x98ae, /*0xf0-0xf7*/
+  0x98af, 0x98b0, 0x98b1, 0x98b2, 0x98b3, 0xb2db, 0x98b4, 0xe9c8, /*0xf8-0xff*/
+  /* 0x6a00 */
+  0x98b5, 0x98b6, 0x98b7, 0x98b8, 0x98b9, 0x98ba, 0x98bb, 0x98bc, /*0x00-0x07*/
+  0x98bd, 0x98be, 0xb7ae, 0x98bf, 0x98c0, 0x98c1, 0x98c2, 0x98c3, /*0x08-0x0f*/
+  0x98c4, 0x98c5, 0x98c6, 0x98c7, 0x98c8, 0x98c9, 0x98ca, 0xe9cb, /*0x10-0x17*/
+  0xe9cc, 0x98cb, 0x98cc, 0x98cd, 0x98ce, 0x98cf, 0x98d0, 0xd5c1, /*0x18-0x1f*/
+  0x98d1, 0xc4a3, 0x98d2, 0x98d3, 0x98d4, 0x98d5, 0x98d6, 0x98d7, /*0x20-0x27*/
+  0xe9d8, 0x98d8, 0xbae1, 0x98d9, 0x98da, 0x98db, 0x98dc, 0xe9c9, /*0x28-0x2f*/
+  0x98dd, 0xd3a3, 0x98de, 0x98df, 0x98e0, 0xe9d4, 0x98e1, 0x98e2, /*0x30-0x37*/
+  0x98e3, 0x98e4, 0x98e5, 0x98e6, 0x98e7, 0xe9d7, 0xe9d0, 0x98e8, /*0x38-0x3f*/
+  0x98e9, 0x98ea, 0x98eb, 0x98ec, 0xe9cf, 0x98ed, 0x98ee, 0xc7c1, /*0x40-0x47*/
+  0x98ef, 0x98f0, 0x98f1, 0x98f2, 0x98f3, 0x98f4, 0x98f5, 0x98f6, /*0x48-0x4f*/
+  0xe9d2, 0x98f7, 0x98f8, 0x98f9, 0x98fa, 0x98fb, 0x98fc, 0x98fd, /*0x50-0x57*/
+  0xe9d9, 0xb3c8, 0x98fe, 0xe9d3, 0x9940, 0x9941, 0x9942, 0x9943, /*0x58-0x5f*/
+  0x9944, 0xcff0, 0x9945, 0x9946, 0x9947, 0xe9cd, 0x9948, 0x9949, /*0x60-0x67*/
+  0x994a, 0x994b, 0x994c, 0x994d, 0x994e, 0x994f, 0x9950, 0x9951, /*0x68-0x6f*/
+  0x9952, 0xb3f7, 0x9953, 0x9954, 0x9955, 0x9956, 0x9957, 0x9958, /*0x70-0x77*/
+  0x9959, 0xe9d6, 0x995a, 0x995b, 0xe9da, 0x995c, 0x995d, 0x995e, /*0x78-0x7f*/
+  0xccb4, 0x995f, 0x9960, 0x9961, 0xcfad, 0x9962, 0x9963, 0x9964, /*0x80-0x87*/
+  0x9965, 0x9966, 0x9967, 0x9968, 0x9969, 0x996a, 0xe9d5, 0x996b, /*0x88-0x8f*/
+  0xe9dc, 0xe9db, 0x996c, 0x996d, 0x996e, 0x996f, 0x9970, 0xe9de, /*0x90-0x97*/
+  0x9971, 0x9972, 0x9973, 0x9974, 0x9975, 0x9976, 0x9977, 0x9978, /*0x98-0x9f*/
+  0xe9d1, 0x9979, 0x997a, 0x997b, 0x997c, 0x997d, 0x997e, 0x9980, /*0xa0-0xa7*/
+  0x9981, 0xe9dd, 0x9982, 0xe9df, 0xc3ca, 0x9983, 0x9984, 0x9985, /*0xa8-0xaf*/
+  0x9986, 0x9987, 0x9988, 0x9989, 0x998a, 0x998b, 0x998c, 0x998d, /*0xb0-0xb7*/
+  0x998e, 0x998f, 0x9990, 0x9991, 0x9992, 0x9993, 0x9994, 0x9995, /*0xb8-0xbf*/
+  0x9996, 0x9997, 0x9998, 0x9999, 0x999a, 0x999b, 0x999c, 0x999d, /*0xc0-0xc7*/
+  0x999e, 0x999f, 0x99a0, 0x99a1, 0x99a2, 0x99a3, 0x99a4, 0x99a5, /*0xc8-0xcf*/
+  0x99a6, 0x99a7, 0x99a8, 0x99a9, 0x99aa, 0x99ab, 0x99ac, 0x99ad, /*0xd0-0xd7*/
+  0x99ae, 0x99af, 0x99b0, 0x99b1, 0x99b2, 0x99b3, 0x99b4, 0x99b5, /*0xd8-0xdf*/
+  0x99b6, 0x99b7, 0x99b8, 0x99b9, 0x99ba, 0x99bb, 0x99bc, 0x99bd, /*0xe0-0xe7*/
+  0x99be, 0x99bf, 0x99c0, 0x99c1, 0x99c2, 0x99c3, 0x99c4, 0x99c5, /*0xe8-0xef*/
+  0x99c6, 0x99c7, 0x99c8, 0x99c9, 0x99ca, 0x99cb, 0x99cc, 0x99cd, /*0xf0-0xf7*/
+  0x99ce, 0x99cf, 0x99d0, 0x99d1, 0x99d2, 0x99d3, 0x99d4, 0x99d5, /*0xf8-0xff*/
+  /* 0x6b00 */
+  0x99d6, 0x99d7, 0x99d8, 0x99d9, 0x99da, 0x99db, 0x99dc, 0x99dd, /*0x00-0x07*/
+  0x99de, 0x99df, 0x99e0, 0x99e1, 0x99e2, 0x99e3, 0x99e4, 0x99e5, /*0x08-0x0f*/
+  0x99e6, 0x99e7, 0x99e8, 0x99e9, 0x99ea, 0x99eb, 0x99ec, 0x99ed, /*0x10-0x17*/
+  0x99ee, 0x99ef, 0x99f0, 0x99f1, 0x99f2, 0x99f3, 0x99f4, 0x99f5, /*0x18-0x1f*/
+  0xc7b7, 0xb4ce, 0xbbb6, 0xd0c0, 0xeca3, 0x99f6, 0x99f7, 0xc5b7, /*0x20-0x27*/
+  0x99f8, 0x99f9, 0x99fa, 0x99fb, 0x99fc, 0x99fd, 0x99fe, 0x9a40, /*0x28-0x2f*/
+  0x9a41, 0x9a42, 0xd3fb, 0x9a43, 0x9a44, 0x9a45, 0x9a46, 0xeca4, /*0x30-0x37*/
+  0x9a47, 0xeca5, 0xc6db, 0x9a48, 0x9a49, 0x9a4a, 0xbfee, 0x9a4b, /*0x38-0x3f*/
+  0x9a4c, 0x9a4d, 0x9a4e, 0xeca6, 0x9a4f, 0x9a50, 0xeca7, 0xd0aa, /*0x40-0x47*/
+  0x9a51, 0xc7b8, 0x9a52, 0x9a53, 0xb8e8, 0x9a54, 0x9a55, 0x9a56, /*0x48-0x4f*/
+  0x9a57, 0x9a58, 0x9a59, 0x9a5a, 0x9a5b, 0x9a5c, 0x9a5d, 0x9a5e, /*0x50-0x57*/
+  0x9a5f, 0xeca8, 0x9a60, 0x9a61, 0x9a62, 0x9a63, 0x9a64, 0x9a65, /*0x58-0x5f*/
+  0x9a66, 0x9a67, 0xd6b9, 0xd5fd, 0xb4cb, 0xb2bd, 0xcee4, 0xc6e7, /*0x60-0x67*/
+  0x9a68, 0x9a69, 0xcde1, 0x9a6a, 0x9a6b, 0x9a6c, 0x9a6d, 0x9a6e, /*0x68-0x6f*/
+  0x9a6f, 0x9a70, 0x9a71, 0x9a72, 0x9a73, 0x9a74, 0x9a75, 0x9a76, /*0x70-0x77*/
+  0x9a77, 0xb4f5, 0x9a78, 0xcbc0, 0xbcdf, 0x9a79, 0x9a7a, 0x9a7b, /*0x78-0x7f*/
+  0x9a7c, 0xe9e2, 0xe9e3, 0xd1ea, 0xe9e5, 0x9a7d, 0xb4f9, 0xe9e4, /*0x80-0x87*/
+  0x9a7e, 0xd1b3, 0xcae2, 0xb2d0, 0x9a80, 0xe9e8, 0x9a81, 0x9a82, /*0x88-0x8f*/
+  0x9a83, 0x9a84, 0xe9e6, 0xe9e7, 0x9a85, 0x9a86, 0xd6b3, 0x9a87, /*0x90-0x97*/
+  0x9a88, 0x9a89, 0xe9e9, 0xe9ea, 0x9a8a, 0x9a8b, 0x9a8c, 0x9a8d, /*0x98-0x9f*/
+  0x9a8e, 0xe9eb, 0x9a8f, 0x9a90, 0x9a91, 0x9a92, 0x9a93, 0x9a94, /*0xa0-0xa7*/
+  0x9a95, 0x9a96, 0xe9ec, 0x9a97, 0x9a98, 0x9a99, 0x9a9a, 0x9a9b, /*0xa8-0xaf*/
+  0x9a9c, 0x9a9d, 0x9a9e, 0xecaf, 0xc5b9, 0xb6ce, 0x9a9f, 0xd2f3, /*0xb0-0xb7*/
+  0x9aa0, 0x9aa1, 0x9aa2, 0x9aa3, 0x9aa4, 0x9aa5, 0x9aa6, 0xb5ee, /*0xb8-0xbf*/
+  0x9aa7, 0xbbd9, 0xecb1, 0x9aa8, 0x9aa9, 0xd2e3, 0x9aaa, 0x9aab, /*0xc0-0xc7*/
+  0x9aac, 0x9aad, 0x9aae, 0xcee3, 0x9aaf, 0xc4b8, 0x9ab0, 0xc3bf, /*0xc8-0xcf*/
+  0x9ab1, 0x9ab2, 0xb6be, 0xd8b9, 0xb1c8, 0xb1cf, 0xb1d1, 0xc5fe, /*0xd0-0xd7*/
+  0x9ab3, 0xb1d0, 0x9ab4, 0xc3ab, 0x9ab5, 0x9ab6, 0x9ab7, 0x9ab8, /*0xd8-0xdf*/
+  0x9ab9, 0xd5b1, 0x9aba, 0x9abb, 0x9abc, 0x9abd, 0x9abe, 0x9abf, /*0xe0-0xe7*/
+  0x9ac0, 0x9ac1, 0xeba4, 0xbac1, 0x9ac2, 0x9ac3, 0x9ac4, 0xccba, /*0xe8-0xef*/
+  0x9ac5, 0x9ac6, 0x9ac7, 0xeba5, 0x9ac8, 0xeba7, 0x9ac9, 0x9aca, /*0xf0-0xf7*/
+  0x9acb, 0xeba8, 0x9acc, 0x9acd, 0x9ace, 0xeba6, 0x9acf, 0x9ad0, /*0xf8-0xff*/
+  /* 0x6c00 */
+  0x9ad1, 0x9ad2, 0x9ad3, 0x9ad4, 0x9ad5, 0xeba9, 0xebab, 0xebaa, /*0x00-0x07*/
+  0x9ad6, 0x9ad7, 0x9ad8, 0x9ad9, 0x9ada, 0xebac, 0x9adb, 0xcacf, /*0x08-0x0f*/
+  0xd8b5, 0xc3f1, 0x9adc, 0xc3a5, 0xc6f8, 0xebad, 0xc4ca, 0x9add, /*0x10-0x17*/
+  0xebae, 0xebaf, 0xebb0, 0xb7d5, 0x9ade, 0x9adf, 0x9ae0, 0xb7fa, /*0x18-0x1f*/
+  0x9ae1, 0xebb1, 0xc7e2, 0x9ae2, 0xebb3, 0x9ae3, 0xbaa4, 0xd1f5, /*0x20-0x27*/
+  0xb0b1, 0xebb2, 0xebb4, 0x9ae4, 0x9ae5, 0x9ae6, 0xb5aa, 0xc2c8, /*0x28-0x2f*/
+  0xc7e8, 0x9ae7, 0xebb5, 0x9ae8, 0xcbae, 0xe3df, 0x9ae9, 0x9aea, /*0x30-0x37*/
+  0xd3c0, 0x9aeb, 0x9aec, 0x9aed, 0x9aee, 0xd9db, 0x9aef, 0x9af0, /*0x38-0x3f*/
+  0xcda1, 0xd6ad, 0xc7f3, 0x9af1, 0x9af2, 0x9af3, 0xd9e0, 0xbbe3, /*0x40-0x47*/
+  0x9af4, 0xbaba, 0xe3e2, 0x9af5, 0x9af6, 0x9af7, 0x9af8, 0x9af9, /*0x48-0x4f*/
+  0xcfab, 0x9afa, 0x9afb, 0x9afc, 0xe3e0, 0xc9c7, 0x9afd, 0xbab9, /*0x50-0x57*/
+  0x9afe, 0x9b40, 0x9b41, 0xd1b4, 0xe3e1, 0xc8ea, 0xb9af, 0xbdad, /*0x58-0x5f*/
+  0xb3d8, 0xcedb, 0x9b42, 0x9b43, 0xccc0, 0x9b44, 0x9b45, 0x9b46, /*0x60-0x67*/
+  0xe3e8, 0xe3e9, 0xcdf4, 0x9b47, 0x9b48, 0x9b49, 0x9b4a, 0x9b4b, /*0x68-0x6f*/
+  0xccad, 0x9b4c, 0xbcb3, 0x9b4d, 0xe3ea, 0x9b4e, 0xe3eb, 0x9b4f, /*0x70-0x77*/
+  0x9b50, 0xd0da, 0x9b51, 0x9b52, 0x9b53, 0xc6fb, 0xb7da, 0x9b54, /*0x78-0x7f*/
+  0x9b55, 0xc7df, 0xd2ca, 0xced6, 0x9b56, 0xe3e4, 0xe3ec, 0x9b57, /*0x80-0x87*/
+  0xc9f2, 0xb3c1, 0x9b58, 0x9b59, 0xe3e7, 0x9b5a, 0x9b5b, 0xc6e3, /*0x88-0x8f*/
+  0xe3e5, 0x9b5c, 0x9b5d, 0xedb3, 0xe3e6, 0x9b5e, 0x9b5f, 0x9b60, /*0x90-0x97*/
+  0x9b61, 0xc9b3, 0x9b62, 0xc5e6, 0x9b63, 0x9b64, 0x9b65, 0xb9b5, /*0x98-0x9f*/
+  0x9b66, 0xc3bb, 0x9b67, 0xe3e3, 0xc5bd, 0xc1a4, 0xc2d9, 0xb2d7, /*0xa0-0xa7*/
+  0x9b68, 0xe3ed, 0xbba6, 0xc4ad, 0x9b69, 0xe3f0, 0xbeda, 0x9b6a, /*0xa8-0xaf*/
+  0x9b6b, 0xe3fb, 0xe3f5, 0xbad3, 0x9b6c, 0x9b6d, 0x9b6e, 0x9b6f, /*0xb0-0xb7*/
+  0xb7d0, 0xd3cd, 0x9b70, 0xd6ce, 0xd5d3, 0xb9c1, 0xd5b4, 0xd1d8, /*0xb8-0xbf*/
+  0x9b71, 0x9b72, 0x9b73, 0x9b74, 0xd0b9, 0xc7f6, 0x9b75, 0x9b76, /*0xc0-0xc7*/
+  0x9b77, 0xc8aa, 0xb2b4, 0x9b78, 0xc3da, 0x9b79, 0x9b7a, 0x9b7b, /*0xc8-0xcf*/
+  0xe3ee, 0x9b7c, 0x9b7d, 0xe3fc, 0xe3ef, 0xb7a8, 0xe3f7, 0xe3f4, /*0xd0-0xd7*/
+  0x9b7e, 0x9b80, 0x9b81, 0xb7ba, 0x9b82, 0x9b83, 0xc5a2, 0x9b84, /*0xd8-0xdf*/
+  0xe3f6, 0xc5dd, 0xb2a8, 0xc6fc, 0x9b85, 0xc4e0, 0x9b86, 0x9b87, /*0xe0-0xe7*/
+  0xd7a2, 0x9b88, 0xc0e1, 0xe3f9, 0x9b89, 0x9b8a, 0xe3fa, 0xe3fd, /*0xe8-0xef*/
+  0xcca9, 0xe3f3, 0x9b8b, 0xd3be, 0x9b8c, 0xb1c3, 0xedb4, 0xe3f1, /*0xf0-0xf7*/
+  0xe3f2, 0x9b8d, 0xe3f8, 0xd0ba, 0xc6c3, 0xd4f3, 0xe3fe, 0x9b8e, /*0xf8-0xff*/
+  /* 0x6d00 */
+  0x9b8f, 0xbde0, 0x9b90, 0x9b91, 0xe4a7, 0x9b92, 0x9b93, 0xe4a6, /*0x00-0x07*/
+  0x9b94, 0x9b95, 0x9b96, 0xd1f3, 0xe4a3, 0x9b97, 0xe4a9, 0x9b98, /*0x08-0x0f*/
+  0x9b99, 0x9b9a, 0xc8f7, 0x9b9b, 0x9b9c, 0x9b9d, 0x9b9e, 0xcfb4, /*0x10-0x17*/
+  0x9b9f, 0xe4a8, 0xe4ae, 0xc2e5, 0x9ba0, 0x9ba1, 0xb6b4, 0x9ba2, /*0x18-0x1f*/
+  0x9ba3, 0x9ba4, 0x9ba5, 0x9ba6, 0x9ba7, 0xbdf2, 0x9ba8, 0xe4a2, /*0x20-0x27*/
+  0x9ba9, 0x9baa, 0xbae9, 0xe4aa, 0x9bab, 0x9bac, 0xe4ac, 0x9bad, /*0x28-0x2f*/
+  0x9bae, 0xb6fd, 0xd6de, 0xe4b2, 0x9baf, 0xe4ad, 0x9bb0, 0x9bb1, /*0x30-0x37*/
+  0x9bb2, 0xe4a1, 0x9bb3, 0xbbee, 0xcddd, 0xc7a2, 0xc5c9, 0x9bb4, /*0x38-0x3f*/
+  0x9bb5, 0xc1f7, 0x9bb6, 0xe4a4, 0x9bb7, 0xc7b3, 0xbdac, 0xbdbd, /*0x40-0x47*/
+  0xe4a5, 0x9bb8, 0xd7c7, 0xb2e2, 0x9bb9, 0xe4ab, 0xbcc3, 0xe4af, /*0x48-0x4f*/
+  0x9bba, 0xbbeb, 0xe4b0, 0xc5a8, 0xe4b1, 0x9bbb, 0x9bbc, 0x9bbd, /*0x50-0x57*/
+  0x9bbe, 0xd5e3, 0xbfa3, 0x9bbf, 0xe4ba, 0x9bc0, 0xe4b7, 0x9bc1, /*0x58-0x5f*/
+  0xe4bb, 0x9bc2, 0x9bc3, 0xe4bd, 0x9bc4, 0x9bc5, 0xc6d6, 0x9bc6, /*0x60-0x67*/
+  0x9bc7, 0xbac6, 0xc0cb, 0x9bc8, 0x9bc9, 0x9bca, 0xb8a1, 0xe4b4, /*0x68-0x6f*/
+  0x9bcb, 0x9bcc, 0x9bcd, 0x9bce, 0xd4a1, 0x9bcf, 0x9bd0, 0xbaa3, /*0x70-0x77*/
+  0xbdfe, 0x9bd1, 0x9bd2, 0x9bd3, 0xe4bc, 0x9bd4, 0x9bd5, 0x9bd6, /*0x78-0x7f*/
+  0x9bd7, 0x9bd8, 0xcdbf, 0x9bd9, 0x9bda, 0xc4f9, 0x9bdb, 0x9bdc, /*0x80-0x87*/
+  0xcffb, 0xc9e6, 0x9bdd, 0x9bde, 0xd3bf, 0x9bdf, 0xcfd1, 0x9be0, /*0x88-0x8f*/
+  0x9be1, 0xe4b3, 0x9be2, 0xe4b8, 0xe4b9, 0xcce9, 0x9be3, 0x9be4, /*0x90-0x97*/
+  0x9be5, 0x9be6, 0x9be7, 0xccce, 0x9be8, 0xc0d4, 0xe4b5, 0xc1b0, /*0x98-0x9f*/
+  0xe4b6, 0xced0, 0x9be9, 0xbbc1, 0xb5d3, 0x9bea, 0xc8f3, 0xbda7, /*0xa0-0xa7*/
+  0xd5c7, 0xc9ac, 0xb8a2, 0xe4ca, 0x9beb, 0x9bec, 0xe4cc, 0xd1c4, /*0xa8-0xaf*/
+  0x9bed, 0x9bee, 0xd2ba, 0x9bef, 0x9bf0, 0xbaad, 0x9bf1, 0x9bf2, /*0xb0-0xb7*/
+  0xbad4, 0x9bf3, 0x9bf4, 0x9bf5, 0x9bf6, 0x9bf7, 0x9bf8, 0xe4c3, /*0xb8-0xbf*/
+  0xb5ed, 0x9bf9, 0x9bfa, 0x9bfb, 0xd7cd, 0xe4c0, 0xcffd, 0xe4bf, /*0xc0-0xc7*/
+  0x9bfc, 0x9bfd, 0x9bfe, 0xc1dc, 0xccca, 0x9c40, 0x9c41, 0x9c42, /*0xc8-0xcf*/
+  0x9c43, 0xcae7, 0x9c44, 0x9c45, 0x9c46, 0x9c47, 0xc4d7, 0x9c48, /*0xd0-0xd7*/
+  0xccd4, 0xe4c8, 0x9c49, 0x9c4a, 0x9c4b, 0xe4c7, 0xe4c1, 0x9c4c, /*0xd8-0xdf*/
+  0xe4c4, 0xb5ad, 0x9c4d, 0x9c4e, 0xd3d9, 0x9c4f, 0xe4c6, 0x9c50, /*0xe0-0xe7*/
+  0x9c51, 0x9c52, 0x9c53, 0xd2f9, 0xb4e3, 0x9c54, 0xbbb4, 0x9c55, /*0xe8-0xef*/
+  0x9c56, 0xc9ee, 0x9c57, 0xb4be, 0x9c58, 0x9c59, 0x9c5a, 0xbbec, /*0xf0-0xf7*/
+  0x9c5b, 0xd1cd, 0x9c5c, 0xcced, 0xedb5, 0x9c5d, 0x9c5e, 0x9c5f, /*0xf8-0xff*/
+  /* 0x6e00 */
+  0x9c60, 0x9c61, 0x9c62, 0x9c63, 0x9c64, 0xc7e5, 0x9c65, 0x9c66, /*0x00-0x07*/
+  0x9c67, 0x9c68, 0xd4a8, 0x9c69, 0xe4cb, 0xd7d5, 0xe4c2, 0x9c6a, /*0x08-0x0f*/
+  0xbda5, 0xe4c5, 0x9c6b, 0x9c6c, 0xd3e6, 0x9c6d, 0xe4c9, 0xc9f8, /*0x10-0x17*/
+  0x9c6e, 0x9c6f, 0xe4be, 0x9c70, 0x9c71, 0xd3e5, 0x9c72, 0x9c73, /*0x18-0x1f*/
+  0xc7fe, 0xb6c9, 0x9c74, 0xd4fc, 0xb2b3, 0xe4d7, 0x9c75, 0x9c76, /*0x20-0x27*/
+  0x9c77, 0xcec2, 0x9c78, 0xe4cd, 0x9c79, 0xcebc, 0x9c7a, 0xb8db, /*0x28-0x2f*/
+  0x9c7b, 0x9c7c, 0xe4d6, 0x9c7d, 0xbfca, 0x9c7e, 0x9c80, 0x9c81, /*0x30-0x37*/
+  0xd3ce, 0x9c82, 0xc3ec, 0x9c83, 0x9c84, 0x9c85, 0x9c86, 0x9c87, /*0x38-0x3f*/
+  0x9c88, 0x9c89, 0x9c8a, 0xc5c8, 0xe4d8, 0x9c8b, 0x9c8c, 0x9c8d, /*0x40-0x47*/
+  0x9c8e, 0x9c8f, 0x9c90, 0x9c91, 0x9c92, 0xcdc4, 0xe4cf, 0x9c93, /*0x48-0x4f*/
+  0x9c94, 0x9c95, 0x9c96, 0xe4d4, 0xe4d5, 0x9c97, 0xbafe, 0x9c98, /*0x50-0x57*/
+  0xcfe6, 0x9c99, 0x9c9a, 0xd5bf, 0x9c9b, 0x9c9c, 0x9c9d, 0xe4d2, /*0x58-0x5f*/
+  0x9c9e, 0x9c9f, 0x9ca0, 0x9ca1, 0x9ca2, 0x9ca3, 0x9ca4, 0x9ca5, /*0x60-0x67*/
+  0x9ca6, 0x9ca7, 0x9ca8, 0xe4d0, 0x9ca9, 0x9caa, 0xe4ce, 0x9cab, /*0x68-0x6f*/
+  0x9cac, 0x9cad, 0x9cae, 0x9caf, 0x9cb0, 0x9cb1, 0x9cb2, 0x9cb3, /*0x70-0x77*/
+  0x9cb4, 0x9cb5, 0x9cb6, 0x9cb7, 0x9cb8, 0x9cb9, 0xcde5, 0xcaaa, /*0x78-0x7f*/
+  0x9cba, 0x9cbb, 0x9cbc, 0xc0a3, 0x9cbd, 0xbda6, 0xe4d3, 0x9cbe, /*0x80-0x87*/
+  0x9cbf, 0xb8c8, 0x9cc0, 0x9cc1, 0x9cc2, 0x9cc3, 0x9cc4, 0xe4e7, /*0x88-0x8f*/
+  0xd4b4, 0x9cc5, 0x9cc6, 0x9cc7, 0x9cc8, 0x9cc9, 0x9cca, 0x9ccb, /*0x90-0x97*/
+  0xe4db, 0x9ccc, 0x9ccd, 0x9cce, 0xc1ef, 0x9ccf, 0x9cd0, 0xe4e9, /*0x98-0x9f*/
+  0x9cd1, 0x9cd2, 0xd2e7, 0x9cd3, 0x9cd4, 0xe4df, 0x9cd5, 0xe4e0, /*0xa0-0xa7*/
+  0x9cd6, 0x9cd7, 0xcfaa, 0x9cd8, 0x9cd9, 0x9cda, 0x9cdb, 0xcbdd, /*0xa8-0xaf*/
+  0x9cdc, 0xe4da, 0xe4d1, 0x9cdd, 0xe4e5, 0x9cde, 0xc8dc, 0xe4e3, /*0xb0-0xb7*/
+  0x9cdf, 0x9ce0, 0xc4e7, 0xe4e2, 0x9ce1, 0xe4e1, 0x9ce2, 0x9ce3, /*0xb8-0xbf*/
+  0x9ce4, 0xb3fc, 0xe4e8, 0x9ce5, 0x9ce6, 0x9ce7, 0x9ce8, 0xb5e1, /*0xc0-0xc7*/
+  0x9ce9, 0x9cea, 0x9ceb, 0xd7cc, 0x9cec, 0x9ced, 0x9cee, 0xe4e6, /*0xc8-0xcf*/
+  0x9cef, 0xbbac, 0x9cf0, 0xd7d2, 0xcccf, 0xebf8, 0x9cf1, 0xe4e4, /*0xd0-0xd7*/
+  0x9cf2, 0x9cf3, 0xb9f6, 0x9cf4, 0x9cf5, 0x9cf6, 0xd6cd, 0xe4d9, /*0xd8-0xdf*/
+  0xe4dc, 0xc2fa, 0xe4de, 0x9cf7, 0xc2cb, 0xc0c4, 0xc2d0, 0x9cf8, /*0xe0-0xe7*/
+  0xb1f5, 0xccb2, 0x9cf9, 0x9cfa, 0x9cfb, 0x9cfc, 0x9cfd, 0x9cfe, /*0xe8-0xef*/
+  0x9d40, 0x9d41, 0x9d42, 0x9d43, 0xb5ce, 0x9d44, 0x9d45, 0x9d46, /*0xf0-0xf7*/
+  0x9d47, 0xe4ef, 0x9d48, 0x9d49, 0x9d4a, 0x9d4b, 0x9d4c, 0x9d4d, /*0xf8-0xff*/
+  /* 0x6f00 */
+  0x9d4e, 0x9d4f, 0xc6af, 0x9d50, 0x9d51, 0x9d52, 0xc6e1, 0x9d53, /*0x00-0x07*/
+  0x9d54, 0xe4f5, 0x9d55, 0x9d56, 0x9d57, 0x9d58, 0x9d59, 0xc2a9, /*0x08-0x0f*/
+  0x9d5a, 0x9d5b, 0x9d5c, 0xc0ec, 0xd1dd, 0xe4ee, 0x9d5d, 0x9d5e, /*0x10-0x17*/
+  0x9d5f, 0x9d60, 0x9d61, 0x9d62, 0x9d63, 0x9d64, 0x9d65, 0x9d66, /*0x18-0x1f*/
+  0xc4ae, 0x9d67, 0x9d68, 0x9d69, 0xe4ed, 0x9d6a, 0x9d6b, 0x9d6c, /*0x20-0x27*/
+  0x9d6d, 0xe4f6, 0xe4f4, 0xc2fe, 0x9d6e, 0xe4dd, 0x9d6f, 0xe4f0, /*0x28-0x2f*/
+  0x9d70, 0xcafe, 0x9d71, 0xd5c4, 0x9d72, 0x9d73, 0xe4f1, 0x9d74, /*0x30-0x37*/
+  0x9d75, 0x9d76, 0x9d77, 0x9d78, 0x9d79, 0x9d7a, 0xd1fa, 0x9d7b, /*0x38-0x3f*/
+  0x9d7c, 0x9d7d, 0x9d7e, 0x9d80, 0x9d81, 0x9d82, 0xe4eb, 0xe4ec, /*0x40-0x47*/
+  0x9d83, 0x9d84, 0x9d85, 0xe4f2, 0x9d86, 0xceab, 0x9d87, 0x9d88, /*0x48-0x4f*/
+  0x9d89, 0x9d8a, 0x9d8b, 0x9d8c, 0x9d8d, 0x9d8e, 0x9d8f, 0x9d90, /*0x50-0x57*/
+  0xc5cb, 0x9d91, 0x9d92, 0x9d93, 0xc7b1, 0x9d94, 0xc2ba, 0x9d95, /*0x58-0x5f*/
+  0x9d96, 0x9d97, 0xe4ea, 0x9d98, 0x9d99, 0x9d9a, 0xc1ca, 0x9d9b, /*0x60-0x67*/
+  0x9d9c, 0x9d9d, 0x9d9e, 0x9d9f, 0x9da0, 0xccb6, 0xb3b1, 0x9da1, /*0x68-0x6f*/
+  0x9da2, 0x9da3, 0xe4fb, 0x9da4, 0xe4f3, 0x9da5, 0x9da6, 0x9da7, /*0x70-0x77*/
+  0xe4fa, 0x9da8, 0xe4fd, 0x9da9, 0xe4fc, 0x9daa, 0x9dab, 0x9dac, /*0x78-0x7f*/
+  0x9dad, 0x9dae, 0x9daf, 0x9db0, 0xb3ce, 0x9db1, 0x9db2, 0x9db3, /*0x80-0x87*/
+  0xb3ba, 0xe4f7, 0x9db4, 0x9db5, 0xe4f9, 0xe4f8, 0xc5ec, 0x9db6, /*0x88-0x8f*/
+  0x9db7, 0x9db8, 0x9db9, 0x9dba, 0x9dbb, 0x9dbc, 0x9dbd, 0x9dbe, /*0x90-0x97*/
+  0x9dbf, 0x9dc0, 0x9dc1, 0x9dc2, 0xc0bd, 0x9dc3, 0x9dc4, 0x9dc5, /*0x98-0x9f*/
+  0x9dc6, 0xd4e8, 0x9dc7, 0x9dc8, 0x9dc9, 0x9dca, 0x9dcb, 0xe5a2, /*0xa0-0xa7*/
+  0x9dcc, 0x9dcd, 0x9dce, 0x9dcf, 0x9dd0, 0x9dd1, 0x9dd2, 0x9dd3, /*0xa8-0xaf*/
+  0x9dd4, 0x9dd5, 0x9dd6, 0xb0c4, 0x9dd7, 0x9dd8, 0xe5a4, 0x9dd9, /*0xb0-0xb7*/
+  0x9dda, 0xe5a3, 0x9ddb, 0x9ddc, 0x9ddd, 0x9dde, 0x9ddf, 0x9de0, /*0xb8-0xbf*/
+  0xbca4, 0x9de1, 0xe5a5, 0x9de2, 0x9de3, 0x9de4, 0x9de5, 0x9de6, /*0xc0-0xc7*/
+  0x9de7, 0xe5a1, 0x9de8, 0x9de9, 0x9dea, 0x9deb, 0x9dec, 0x9ded, /*0xc8-0xcf*/
+  0x9dee, 0xe4fe, 0xb1f4, 0x9def, 0x9df0, 0x9df1, 0x9df2, 0x9df3, /*0xd0-0xd7*/
+  0x9df4, 0x9df5, 0x9df6, 0x9df7, 0x9df8, 0x9df9, 0xe5a8, 0x9dfa, /*0xd8-0xdf*/
+  0xe5a9, 0xe5a6, 0x9dfb, 0x9dfc, 0x9dfd, 0x9dfe, 0x9e40, 0x9e41, /*0xe0-0xe7*/
+  0x9e42, 0x9e43, 0x9e44, 0x9e45, 0x9e46, 0x9e47, 0xe5a7, 0xe5aa, /*0xe8-0xef*/
+  0x9e48, 0x9e49, 0x9e4a, 0x9e4b, 0x9e4c, 0x9e4d, 0x9e4e, 0x9e4f, /*0xf0-0xf7*/
+  0x9e50, 0x9e51, 0x9e52, 0x9e53, 0x9e54, 0x9e55, 0x9e56, 0x9e57, /*0xf8-0xff*/
+  /* 0x7000 */
+  0x9e58, 0x9e59, 0x9e5a, 0x9e5b, 0x9e5c, 0x9e5d, 0x9e5e, 0x9e5f, /*0x00-0x07*/
+  0x9e60, 0x9e61, 0x9e62, 0x9e63, 0x9e64, 0x9e65, 0x9e66, 0x9e67, /*0x08-0x0f*/
+  0x9e68, 0xc6d9, 0x9e69, 0x9e6a, 0x9e6b, 0x9e6c, 0x9e6d, 0x9e6e, /*0x10-0x17*/
+  0x9e6f, 0x9e70, 0xe5ab, 0xe5ad, 0x9e71, 0x9e72, 0x9e73, 0x9e74, /*0x18-0x1f*/
+  0x9e75, 0x9e76, 0x9e77, 0xe5ac, 0x9e78, 0x9e79, 0x9e7a, 0x9e7b, /*0x20-0x27*/
+  0x9e7c, 0x9e7d, 0x9e7e, 0x9e80, 0x9e81, 0x9e82, 0x9e83, 0x9e84, /*0x28-0x2f*/
+  0x9e85, 0x9e86, 0x9e87, 0x9e88, 0x9e89, 0xe5af, 0x9e8a, 0x9e8b, /*0x30-0x37*/
+  0x9e8c, 0xe5ae, 0x9e8d, 0x9e8e, 0x9e8f, 0x9e90, 0x9e91, 0x9e92, /*0x38-0x3f*/
+  0x9e93, 0x9e94, 0x9e95, 0x9e96, 0x9e97, 0x9e98, 0x9e99, 0x9e9a, /*0x40-0x47*/
+  0x9e9b, 0x9e9c, 0x9e9d, 0x9e9e, 0xb9e0, 0x9e9f, 0x9ea0, 0xe5b0, /*0x48-0x4f*/
+  0x9ea1, 0x9ea2, 0x9ea3, 0x9ea4, 0x9ea5, 0x9ea6, 0x9ea7, 0x9ea8, /*0x50-0x57*/
+  0x9ea9, 0x9eaa, 0x9eab, 0x9eac, 0x9ead, 0x9eae, 0xe5b1, 0x9eaf, /*0x58-0x5f*/
+  0x9eb0, 0x9eb1, 0x9eb2, 0x9eb3, 0x9eb4, 0x9eb5, 0x9eb6, 0x9eb7, /*0x60-0x67*/
+  0x9eb8, 0x9eb9, 0x9eba, 0xbbf0, 0xece1, 0xc3f0, 0x9ebb, 0xb5c6, /*0x68-0x6f*/
+  0xbbd2, 0x9ebc, 0x9ebd, 0x9ebe, 0x9ebf, 0xc1e9, 0xd4ee, 0x9ec0, /*0x70-0x77*/
+  0xbec4, 0x9ec1, 0x9ec2, 0x9ec3, 0xd7c6, 0x9ec4, 0xd4d6, 0xb2d3, /*0x78-0x7f*/
+  0xecbe, 0x9ec5, 0x9ec6, 0x9ec7, 0x9ec8, 0xeac1, 0x9ec9, 0x9eca, /*0x80-0x87*/
+  0x9ecb, 0xc2af, 0xb4b6, 0x9ecc, 0x9ecd, 0x9ece, 0xd1d7, 0x9ecf, /*0x88-0x8f*/
+  0x9ed0, 0x9ed1, 0xb3b4, 0x9ed2, 0xc8b2, 0xbfbb, 0xecc0, 0x9ed3, /*0x90-0x97*/
+  0x9ed4, 0xd6cb, 0x9ed5, 0x9ed6, 0xecbf, 0xecc1, 0x9ed7, 0x9ed8, /*0x98-0x9f*/
+  0x9ed9, 0x9eda, 0x9edb, 0x9edc, 0x9edd, 0x9ede, 0x9edf, 0x9ee0, /*0xa0-0xa7*/
+  0x9ee1, 0x9ee2, 0x9ee3, 0xecc5, 0xbee6, 0xccbf, 0xc5da, 0xbebc, /*0xa8-0xaf*/
+  0x9ee4, 0xecc6, 0x9ee5, 0xb1fe, 0x9ee6, 0x9ee7, 0x9ee8, 0xecc4, /*0xb0-0xb7*/
+  0xd5a8, 0xb5e3, 0x9ee9, 0xecc2, 0xc1b6, 0xb3e3, 0x9eea, 0x9eeb, /*0xb8-0xbf*/
+  0xecc3, 0xcbb8, 0xc0c3, 0xccfe, 0x9eec, 0x9eed, 0x9eee, 0x9eef, /*0xc0-0xc7*/
+  0xc1d2, 0x9ef0, 0xecc8, 0x9ef1, 0x9ef2, 0x9ef3, 0x9ef4, 0x9ef5, /*0xc8-0xcf*/
+  0x9ef6, 0x9ef7, 0x9ef8, 0x9ef9, 0x9efa, 0x9efb, 0x9efc, 0x9efd, /*0xd0-0xd7*/
+  0xbae6, 0xc0d3, 0x9efe, 0xd6f2, 0x9f40, 0x9f41, 0x9f42, 0xd1cc, /*0xd8-0xdf*/
+  0x9f43, 0x9f44, 0x9f45, 0x9f46, 0xbfbe, 0x9f47, 0xb7b3, 0xc9d5, /*0xe0-0xe7*/
+  0xecc7, 0xbbe2, 0x9f48, 0xcccc, 0xbdfd, 0xc8c8, 0x9f49, 0xcfa9, /*0xe8-0xef*/
+  0x9f4a, 0x9f4b, 0x9f4c, 0x9f4d, 0x9f4e, 0x9f4f, 0x9f50, 0xcde9, /*0xf0-0xf7*/
+  0x9f51, 0xc5eb, 0x9f52, 0x9f53, 0x9f54, 0xb7e9, 0x9f55, 0x9f56, /*0xf8-0xff*/
+  /* 0x7100 */
+  0x9f57, 0x9f58, 0x9f59, 0x9f5a, 0x9f5b, 0x9f5c, 0x9f5d, 0x9f5e, /*0x00-0x07*/
+  0x9f5f, 0xd1c9, 0xbab8, 0x9f60, 0x9f61, 0x9f62, 0x9f63, 0x9f64, /*0x08-0x0f*/
+  0xecc9, 0x9f65, 0x9f66, 0xecca, 0x9f67, 0xbbc0, 0xeccb, 0x9f68, /*0x10-0x17*/
+  0xece2, 0xb1ba, 0xb7d9, 0x9f69, 0x9f6a, 0x9f6b, 0x9f6c, 0x9f6d, /*0x18-0x1f*/
+  0x9f6e, 0x9f6f, 0x9f70, 0x9f71, 0x9f72, 0x9f73, 0xbdb9, 0x9f74, /*0x20-0x27*/
+  0x9f75, 0x9f76, 0x9f77, 0x9f78, 0x9f79, 0x9f7a, 0x9f7b, 0xeccc, /*0x28-0x2f*/
+  0xd1e6, 0xeccd, 0x9f7c, 0x9f7d, 0x9f7e, 0x9f80, 0xc8bb, 0x9f81, /*0x30-0x37*/
+  0x9f82, 0x9f83, 0x9f84, 0x9f85, 0x9f86, 0x9f87, 0x9f88, 0x9f89, /*0x38-0x3f*/
+  0x9f8a, 0x9f8b, 0x9f8c, 0x9f8d, 0x9f8e, 0xecd1, 0x9f8f, 0x9f90, /*0x40-0x47*/
+  0x9f91, 0x9f92, 0xecd3, 0x9f93, 0xbbcd, 0x9f94, 0xbce5, 0x9f95, /*0x48-0x4f*/
+  0x9f96, 0x9f97, 0x9f98, 0x9f99, 0x9f9a, 0x9f9b, 0x9f9c, 0x9f9d, /*0x50-0x57*/
+  0x9f9e, 0x9f9f, 0x9fa0, 0x9fa1, 0xeccf, 0x9fa2, 0xc9b7, 0x9fa3, /*0x58-0x5f*/
+  0x9fa4, 0x9fa5, 0x9fa6, 0x9fa7, 0xc3ba, 0x9fa8, 0xece3, 0xd5d5, /*0x60-0x67*/
+  0xecd0, 0x9fa9, 0x9faa, 0x9fab, 0x9fac, 0x9fad, 0xd6f3, 0x9fae, /*0x68-0x6f*/
+  0x9faf, 0x9fb0, 0xecd2, 0xecce, 0x9fb1, 0x9fb2, 0x9fb3, 0x9fb4, /*0x70-0x77*/
+  0xecd4, 0x9fb5, 0xecd5, 0x9fb6, 0x9fb7, 0xc9bf, 0x9fb8, 0x9fb9, /*0x78-0x7f*/
+  0x9fba, 0x9fbb, 0x9fbc, 0x9fbd, 0xcfa8, 0x9fbe, 0x9fbf, 0x9fc0, /*0x80-0x87*/
+  0x9fc1, 0x9fc2, 0xd0dc, 0x9fc3, 0x9fc4, 0x9fc5, 0x9fc6, 0xd1ac, /*0x88-0x8f*/
+  0x9fc7, 0x9fc8, 0x9fc9, 0x9fca, 0xc8db, 0x9fcb, 0x9fcc, 0x9fcd, /*0x90-0x97*/
+  0xecd6, 0xcef5, 0x9fce, 0x9fcf, 0x9fd0, 0x9fd1, 0x9fd2, 0xcaec, /*0x98-0x9f*/
+  0xecda, 0x9fd3, 0x9fd4, 0x9fd5, 0x9fd6, 0x9fd7, 0x9fd8, 0x9fd9, /*0xa0-0xa7*/
+  0xecd9, 0x9fda, 0x9fdb, 0x9fdc, 0xb0be, 0x9fdd, 0x9fde, 0x9fdf, /*0xa8-0xaf*/
+  0x9fe0, 0x9fe1, 0x9fe2, 0xecd7, 0x9fe3, 0xecd8, 0x9fe4, 0x9fe5, /*0xb0-0xb7*/
+  0x9fe6, 0xece4, 0x9fe7, 0x9fe8, 0x9fe9, 0x9fea, 0x9feb, 0x9fec, /*0xb8-0xbf*/
+  0x9fed, 0x9fee, 0x9fef, 0xc8bc, 0x9ff0, 0x9ff1, 0x9ff2, 0x9ff3, /*0xc0-0xc7*/
+  0x9ff4, 0x9ff5, 0x9ff6, 0x9ff7, 0x9ff8, 0x9ff9, 0xc1c7, 0x9ffa, /*0xc8-0xcf*/
+  0x9ffb, 0x9ffc, 0x9ffd, 0x9ffe, 0xecdc, 0xd1e0, 0xa040, 0xa041, /*0xd0-0xd7*/
+  0xa042, 0xa043, 0xa044, 0xa045, 0xa046, 0xa047, 0xa048, 0xa049, /*0xd8-0xdf*/
+  0xecdb, 0xa04a, 0xa04b, 0xa04c, 0xa04d, 0xd4ef, 0xa04e, 0xecdd, /*0xe0-0xe7*/
+  0xa04f, 0xa050, 0xa051, 0xa052, 0xa053, 0xa054, 0xdbc6, 0xa055, /*0xe8-0xef*/
+  0xa056, 0xa057, 0xa058, 0xa059, 0xa05a, 0xa05b, 0xa05c, 0xa05d, /*0xf0-0xf7*/
+  0xa05e, 0xecde, 0xa05f, 0xa060, 0xa061, 0xa062, 0xa063, 0xa064, /*0xf8-0xff*/
+  /* 0x7200 */
+  0xa065, 0xa066, 0xa067, 0xa068, 0xa069, 0xa06a, 0xb1ac, 0xa06b, /*0x00-0x07*/
+  0xa06c, 0xa06d, 0xa06e, 0xa06f, 0xa070, 0xa071, 0xa072, 0xa073, /*0x08-0x0f*/
+  0xa074, 0xa075, 0xa076, 0xa077, 0xa078, 0xa079, 0xa07a, 0xa07b, /*0x10-0x17*/
+  0xa07c, 0xa07d, 0xa07e, 0xa080, 0xa081, 0xecdf, 0xa082, 0xa083, /*0x18-0x1f*/
+  0xa084, 0xa085, 0xa086, 0xa087, 0xa088, 0xa089, 0xa08a, 0xa08b, /*0x20-0x27*/
+  0xece0, 0xa08c, 0xd7a6, 0xa08d, 0xc5c0, 0xa08e, 0xa08f, 0xa090, /*0x28-0x2f*/
+  0xebbc, 0xb0ae, 0xa091, 0xa092, 0xa093, 0xbef4, 0xb8b8, 0xd2af, /*0x30-0x37*/
+  0xb0d6, 0xb5f9, 0xa094, 0xd8b3, 0xa095, 0xcbac, 0xa096, 0xe3dd, /*0x38-0x3f*/
+  0xa097, 0xa098, 0xa099, 0xa09a, 0xa09b, 0xa09c, 0xa09d, 0xc6ac, /*0x40-0x47*/
+  0xb0e6, 0xa09e, 0xa09f, 0xa0a0, 0xc5c6, 0xebb9, 0xa0a1, 0xa0a2, /*0x48-0x4f*/
+  0xa0a3, 0xa0a4, 0xebba, 0xa0a5, 0xa0a6, 0xa0a7, 0xebbb, 0xa0a8, /*0x50-0x57*/
+  0xa0a9, 0xd1c0, 0xa0aa, 0xc5a3, 0xa0ab, 0xeaf2, 0xa0ac, 0xc4b2, /*0x58-0x5f*/
+  0xa0ad, 0xc4b5, 0xc0ce, 0xa0ae, 0xa0af, 0xa0b0, 0xeaf3, 0xc4c1, /*0x60-0x67*/
+  0xa0b1, 0xceef, 0xa0b2, 0xa0b3, 0xa0b4, 0xa0b5, 0xeaf0, 0xeaf4, /*0x68-0x6f*/
+  0xa0b6, 0xa0b7, 0xc9fc, 0xa0b8, 0xa0b9, 0xc7a3, 0xa0ba, 0xa0bb, /*0x70-0x77*/
+  0xa0bc, 0xccd8, 0xcefe, 0xa0bd, 0xa0be, 0xa0bf, 0xeaf5, 0xeaf6, /*0x78-0x7f*/
+  0xcfac, 0xc0e7, 0xa0c0, 0xa0c1, 0xeaf7, 0xa0c2, 0xa0c3, 0xa0c4, /*0x80-0x87*/
+  0xa0c5, 0xa0c6, 0xb6bf, 0xeaf8, 0xa0c7, 0xeaf9, 0xa0c8, 0xeafa, /*0x88-0x8f*/
+  0xa0c9, 0xa0ca, 0xeafb, 0xa0cb, 0xa0cc, 0xa0cd, 0xa0ce, 0xa0cf, /*0x90-0x97*/
+  0xa0d0, 0xa0d1, 0xa0d2, 0xa0d3, 0xa0d4, 0xa0d5, 0xa0d6, 0xeaf1, /*0x98-0x9f*/
+  0xa0d7, 0xa0d8, 0xa0d9, 0xa0da, 0xa0db, 0xa0dc, 0xa0dd, 0xa0de, /*0xa0-0xa7*/
+  0xa0df, 0xa0e0, 0xa0e1, 0xa0e2, 0xc8ae, 0xe1eb, 0xa0e3, 0xb7b8, /*0xa8-0xaf*/
+  0xe1ec, 0xa0e4, 0xa0e5, 0xa0e6, 0xe1ed, 0xa0e7, 0xd7b4, 0xe1ee, /*0xb0-0xb7*/
+  0xe1ef, 0xd3cc, 0xa0e8, 0xa0e9, 0xa0ea, 0xa0eb, 0xa0ec, 0xa0ed, /*0xb8-0xbf*/
+  0xa0ee, 0xe1f1, 0xbff1, 0xe1f0, 0xb5d2, 0xa0ef, 0xa0f0, 0xa0f1, /*0xc0-0xc7*/
+  0xb1b7, 0xa0f2, 0xa0f3, 0xa0f4, 0xa0f5, 0xe1f3, 0xe1f2, 0xa0f6, /*0xc8-0xcf*/
+  0xbafc, 0xa0f7, 0xe1f4, 0xa0f8, 0xa0f9, 0xa0fa, 0xa0fb, 0xb9b7, /*0xd0-0xd7*/
+  0xa0fc, 0xbed1, 0xa0fd, 0xa0fe, 0xaa40, 0xaa41, 0xc4fc, 0xaa42, /*0xd8-0xdf*/
+  0xbadd, 0xbdc6, 0xaa43, 0xaa44, 0xaa45, 0xaa46, 0xaa47, 0xaa48, /*0xe0-0xe7*/
+  0xe1f5, 0xe1f7, 0xaa49, 0xaa4a, 0xb6c0, 0xcfc1, 0xcaa8, 0xe1f6, /*0xe8-0xef*/
+  0xd5f8, 0xd3fc, 0xe1f8, 0xe1fc, 0xe1f9, 0xaa4b, 0xaa4c, 0xe1fa, /*0xf0-0xf7*/
+  0xc0ea, 0xaa4d, 0xe1fe, 0xe2a1, 0xc0c7, 0xaa4e, 0xaa4f, 0xaa50, /*0xf8-0xff*/
+  /* 0x7300 */
+  0xaa51, 0xe1fb, 0xaa52, 0xe1fd, 0xaa53, 0xaa54, 0xaa55, 0xaa56, /*0x00-0x07*/
+  0xaa57, 0xaa58, 0xe2a5, 0xaa59, 0xaa5a, 0xaa5b, 0xc1d4, 0xaa5c, /*0x08-0x0f*/
+  0xaa5d, 0xaa5e, 0xaa5f, 0xe2a3, 0xaa60, 0xe2a8, 0xb2fe, 0xe2a2, /*0x10-0x17*/
+  0xaa61, 0xaa62, 0xaa63, 0xc3cd, 0xb2c2, 0xe2a7, 0xe2a6, 0xaa64, /*0x18-0x1f*/
+  0xaa65, 0xe2a4, 0xe2a9, 0xaa66, 0xaa67, 0xe2ab, 0xaa68, 0xaa69, /*0x20-0x27*/
+  0xaa6a, 0xd0c9, 0xd6ed, 0xc3a8, 0xe2ac, 0xaa6b, 0xcfd7, 0xaa6c, /*0x28-0x2f*/
+  0xaa6d, 0xe2ae, 0xaa6e, 0xaa6f, 0xbaef, 0xaa70, 0xaa71, 0xe9e0, /*0x30-0x37*/
+  0xe2ad, 0xe2aa, 0xaa72, 0xaa73, 0xaa74, 0xaa75, 0xbbab, 0xd4b3, /*0x38-0x3f*/
+  0xaa76, 0xaa77, 0xaa78, 0xaa79, 0xaa7a, 0xaa7b, 0xaa7c, 0xaa7d, /*0x40-0x47*/
+  0xaa7e, 0xaa80, 0xaa81, 0xaa82, 0xaa83, 0xe2b0, 0xaa84, 0xaa85, /*0x48-0x4f*/
+  0xe2af, 0xaa86, 0xe9e1, 0xaa87, 0xaa88, 0xaa89, 0xaa8a, 0xe2b1, /*0x50-0x57*/
+  0xaa8b, 0xaa8c, 0xaa8d, 0xaa8e, 0xaa8f, 0xaa90, 0xaa91, 0xaa92, /*0x58-0x5f*/
+  0xe2b2, 0xaa93, 0xaa94, 0xaa95, 0xaa96, 0xaa97, 0xaa98, 0xaa99, /*0x60-0x67*/
+  0xaa9a, 0xaa9b, 0xaa9c, 0xaa9d, 0xe2b3, 0xcca1, 0xaa9e, 0xe2b4, /*0x68-0x6f*/
+  0xaa9f, 0xaaa0, 0xab40, 0xab41, 0xab42, 0xab43, 0xab44, 0xab45, /*0x70-0x77*/
+  0xab46, 0xab47, 0xab48, 0xab49, 0xab4a, 0xab4b, 0xe2b5, 0xab4c, /*0x78-0x7f*/
+  0xab4d, 0xab4e, 0xab4f, 0xab50, 0xd0fe, 0xab51, 0xab52, 0xc2ca, /*0x80-0x87*/
+  0xab53, 0xd3f1, 0xab54, 0xcdf5, 0xab55, 0xab56, 0xe7e0, 0xab57, /*0x88-0x8f*/
+  0xab58, 0xe7e1, 0xab59, 0xab5a, 0xab5b, 0xab5c, 0xbec1, 0xab5d, /*0x90-0x97*/
+  0xab5e, 0xab5f, 0xab60, 0xc2ea, 0xab61, 0xab62, 0xab63, 0xe7e4, /*0x98-0x9f*/
+  0xab64, 0xab65, 0xe7e3, 0xab66, 0xab67, 0xab68, 0xab69, 0xab6a, /*0xa0-0xa7*/
+  0xab6b, 0xcde6, 0xab6c, 0xc3b5, 0xab6d, 0xab6e, 0xe7e2, 0xbbb7, /*0xa8-0xaf*/
+  0xcfd6, 0xab6f, 0xc1e1, 0xe7e9, 0xab70, 0xab71, 0xab72, 0xe7e8, /*0xb0-0xb7*/
+  0xab73, 0xab74, 0xe7f4, 0xb2a3, 0xab75, 0xab76, 0xab77, 0xab78, /*0xb8-0xbf*/
+  0xe7ea, 0xab79, 0xe7e6, 0xab7a, 0xab7b, 0xab7c, 0xab7d, 0xab7e, /*0xc0-0xc7*/
+  0xe7ec, 0xe7eb, 0xc9ba, 0xab80, 0xab81, 0xd5e4, 0xab82, 0xe7e5, /*0xc8-0xcf*/
+  0xb7a9, 0xe7e7, 0xab83, 0xab84, 0xab85, 0xab86, 0xab87, 0xab88, /*0xd0-0xd7*/
+  0xab89, 0xe7ee, 0xab8a, 0xab8b, 0xab8c, 0xab8d, 0xe7f3, 0xab8e, /*0xd8-0xdf*/
+  0xd6e9, 0xab8f, 0xab90, 0xab91, 0xab92, 0xe7ed, 0xab93, 0xe7f2, /*0xe0-0xe7*/
+  0xab94, 0xe7f1, 0xab95, 0xab96, 0xab97, 0xb0e0, 0xab98, 0xab99, /*0xe8-0xef*/
+  0xab9a, 0xab9b, 0xe7f5, 0xab9c, 0xab9d, 0xab9e, 0xab9f, 0xaba0, /*0xf0-0xf7*/
+  0xac40, 0xac41, 0xac42, 0xac43, 0xac44, 0xac45, 0xac46, 0xac47, /*0xf8-0xff*/
+  /* 0x7400 */
+  0xac48, 0xac49, 0xac4a, 0xc7f2, 0xac4b, 0xc0c5, 0xc0ed, 0xac4c, /*0x00-0x07*/
+  0xac4d, 0xc1f0, 0xe7f0, 0xac4e, 0xac4f, 0xac50, 0xac51, 0xe7f6, /*0x08-0x0f*/
+  0xcbf6, 0xac52, 0xac53, 0xac54, 0xac55, 0xac56, 0xac57, 0xac58, /*0x10-0x17*/
+  0xac59, 0xac5a, 0xe8a2, 0xe8a1, 0xac5b, 0xac5c, 0xac5d, 0xac5e, /*0x18-0x1f*/
+  0xac5f, 0xac60, 0xd7c1, 0xac61, 0xac62, 0xe7fa, 0xe7f9, 0xac63, /*0x20-0x27*/
+  0xe7fb, 0xac64, 0xe7f7, 0xac65, 0xe7fe, 0xac66, 0xe7fd, 0xac67, /*0x28-0x2f*/
+  0xe7fc, 0xac68, 0xac69, 0xc1d5, 0xc7d9, 0xc5fd, 0xc5c3, 0xac6a, /*0x30-0x37*/
+  0xac6b, 0xac6c, 0xac6d, 0xac6e, 0xc7ed, 0xac6f, 0xac70, 0xac71, /*0x38-0x3f*/
+  0xac72, 0xe8a3, 0xac73, 0xac74, 0xac75, 0xac76, 0xac77, 0xac78, /*0x40-0x47*/
+  0xac79, 0xac7a, 0xac7b, 0xac7c, 0xac7d, 0xac7e, 0xac80, 0xac81, /*0x48-0x4f*/
+  0xac82, 0xac83, 0xac84, 0xac85, 0xac86, 0xe8a6, 0xac87, 0xe8a5, /*0x50-0x57*/
+  0xac88, 0xe8a7, 0xbaf7, 0xe7f8, 0xe8a4, 0xac89, 0xc8f0, 0xc9aa, /*0x58-0x5f*/
+  0xac8a, 0xac8b, 0xac8c, 0xac8d, 0xac8e, 0xac8f, 0xac90, 0xac91, /*0x60-0x67*/
+  0xac92, 0xac93, 0xac94, 0xac95, 0xac96, 0xe8a9, 0xac97, 0xac98, /*0x68-0x6f*/
+  0xb9e5, 0xac99, 0xac9a, 0xac9b, 0xac9c, 0xac9d, 0xd1fe, 0xe8a8, /*0x70-0x77*/
+  0xac9e, 0xac9f, 0xaca0, 0xad40, 0xad41, 0xad42, 0xe8aa, 0xad43, /*0x78-0x7f*/
+  0xe8ad, 0xe8ae, 0xad44, 0xc1a7, 0xad45, 0xad46, 0xad47, 0xe8af, /*0x80-0x87*/
+  0xad48, 0xad49, 0xad4a, 0xe8b0, 0xad4b, 0xad4c, 0xe8ac, 0xad4d, /*0x88-0x8f*/
+  0xe8b4, 0xad4e, 0xad4f, 0xad50, 0xad51, 0xad52, 0xad53, 0xad54, /*0x90-0x97*/
+  0xad55, 0xad56, 0xad57, 0xad58, 0xe8ab, 0xad59, 0xe8b1, 0xad5a, /*0x98-0x9f*/
+  0xad5b, 0xad5c, 0xad5d, 0xad5e, 0xad5f, 0xad60, 0xad61, 0xe8b5, /*0xa0-0xa7*/
+  0xe8b2, 0xe8b3, 0xad62, 0xad63, 0xad64, 0xad65, 0xad66, 0xad67, /*0xa8-0xaf*/
+  0xad68, 0xad69, 0xad6a, 0xad6b, 0xad6c, 0xad6d, 0xad6e, 0xad6f, /*0xb0-0xb7*/
+  0xad70, 0xad71, 0xe8b7, 0xad72, 0xad73, 0xad74, 0xad75, 0xad76, /*0xb8-0xbf*/
+  0xad77, 0xad78, 0xad79, 0xad7a, 0xad7b, 0xad7c, 0xad7d, 0xad7e, /*0xc0-0xc7*/
+  0xad80, 0xad81, 0xad82, 0xad83, 0xad84, 0xad85, 0xad86, 0xad87, /*0xc8-0xcf*/
+  0xad88, 0xad89, 0xe8b6, 0xad8a, 0xad8b, 0xad8c, 0xad8d, 0xad8e, /*0xd0-0xd7*/
+  0xad8f, 0xad90, 0xad91, 0xad92, 0xb9cf, 0xad93, 0xf0ac, 0xad94, /*0xd8-0xdf*/
+  0xf0ad, 0xad95, 0xc6b0, 0xb0ea, 0xc8bf, 0xad96, 0xcddf, 0xad97, /*0xe0-0xe7*/
+  0xad98, 0xad99, 0xad9a, 0xad9b, 0xad9c, 0xad9d, 0xcecd, 0xeab1, /*0xe8-0xef*/
+  0xad9e, 0xad9f, 0xada0, 0xae40, 0xeab2, 0xae41, 0xc6bf, 0xb4c9, /*0xf0-0xf7*/
+  0xae42, 0xae43, 0xae44, 0xae45, 0xae46, 0xae47, 0xae48, 0xeab3, /*0xf8-0xff*/
+  /* 0x7500 */
+  0xae49, 0xae4a, 0xae4b, 0xae4c, 0xd5e7, 0xae4d, 0xae4e, 0xae4f, /*0x00-0x07*/
+  0xae50, 0xae51, 0xae52, 0xae53, 0xae54, 0xddf9, 0xae55, 0xeab4, /*0x08-0x0f*/
+  0xae56, 0xeab5, 0xae57, 0xeab6, 0xae58, 0xae59, 0xae5a, 0xae5b, /*0x10-0x17*/
+  0xb8ca, 0xdfb0, 0xc9f5, 0xae5c, 0xccf0, 0xae5d, 0xae5e, 0xc9fa, /*0x18-0x1f*/
+  0xae5f, 0xae60, 0xae61, 0xae62, 0xae63, 0xc9fb, 0xae64, 0xae65, /*0x20-0x27*/
+  0xd3c3, 0xcba6, 0xae66, 0xb8a6, 0xf0ae, 0xb1c2, 0xae67, 0xe5b8, /*0x28-0x2f*/
+  0xccef, 0xd3c9, 0xbcd7, 0xc9ea, 0xae68, 0xb5e7, 0xae69, 0xc4d0, /*0x30-0x37*/
+  0xb5e9, 0xae6a, 0xeeae, 0xbbad, 0xae6b, 0xae6c, 0xe7de, 0xae6d, /*0x38-0x3f*/
+  0xeeaf, 0xae6e, 0xae6f, 0xae70, 0xae71, 0xb3a9, 0xae72, 0xae73, /*0x40-0x47*/
+  0xeeb2, 0xae74, 0xae75, 0xeeb1, 0xbde7, 0xae76, 0xeeb0, 0xceb7, /*0x48-0x4f*/
+  0xae77, 0xae78, 0xae79, 0xae7a, 0xc5cf, 0xae7b, 0xae7c, 0xae7d, /*0x50-0x57*/
+  0xae7e, 0xc1f4, 0xdbce, 0xeeb3, 0xd0f3, 0xae80, 0xae81, 0xae82, /*0x58-0x5f*/
+  0xae83, 0xae84, 0xae85, 0xae86, 0xae87, 0xc2d4, 0xc6e8, 0xae88, /*0x60-0x67*/
+  0xae89, 0xae8a, 0xb7ac, 0xae8b, 0xae8c, 0xae8d, 0xae8e, 0xae8f, /*0x68-0x6f*/
+  0xae90, 0xae91, 0xeeb4, 0xae92, 0xb3eb, 0xae93, 0xae94, 0xae95, /*0x70-0x77*/
+  0xbbfb, 0xeeb5, 0xae96, 0xae97, 0xae98, 0xae99, 0xae9a, 0xe7dc, /*0x78-0x7f*/
+  0xae9b, 0xae9c, 0xae9d, 0xeeb6, 0xae9e, 0xae9f, 0xbdae, 0xaea0, /*0x80-0x87*/
+  0xaf40, 0xaf41, 0xaf42, 0xf1e2, 0xaf43, 0xaf44, 0xaf45, 0xcae8, /*0x88-0x8f*/
+  0xaf46, 0xd2c9, 0xf0da, 0xaf47, 0xf0db, 0xaf48, 0xf0dc, 0xc1c6, /*0x90-0x97*/
+  0xaf49, 0xb8ed, 0xbece, 0xaf4a, 0xaf4b, 0xf0de, 0xaf4c, 0xc5b1, /*0x98-0x9f*/
+  0xf0dd, 0xd1f1, 0xaf4d, 0xf0e0, 0xb0cc, 0xbdea, 0xaf4e, 0xaf4f, /*0xa0-0xa7*/
+  0xaf50, 0xaf51, 0xaf52, 0xd2df, 0xf0df, 0xaf53, 0xb4af, 0xb7e8, /*0xa8-0xaf*/
+  0xf0e6, 0xf0e5, 0xc6a3, 0xf0e1, 0xf0e2, 0xb4c3, 0xaf54, 0xaf55, /*0xb0-0xb7*/
+  0xf0e3, 0xd5ee, 0xaf56, 0xaf57, 0xccdb, 0xbed2, 0xbcb2, 0xaf58, /*0xb8-0xbf*/
+  0xaf59, 0xaf5a, 0xf0e8, 0xf0e7, 0xf0e4, 0xb2a1, 0xaf5b, 0xd6a2, /*0xc0-0xc7*/
+  0xd3b8, 0xbeb7, 0xc8ac, 0xaf5c, 0xaf5d, 0xf0ea, 0xaf5e, 0xaf5f, /*0xc8-0xcf*/
+  0xaf60, 0xaf61, 0xd1f7, 0xaf62, 0xd6cc, 0xbadb, 0xf0e9, 0xaf63, /*0xd0-0xd7*/
+  0xb6bb, 0xaf64, 0xaf65, 0xcdb4, 0xaf66, 0xaf67, 0xc6a6, 0xaf68, /*0xd8-0xdf*/
+  0xaf69, 0xaf6a, 0xc1a1, 0xf0eb, 0xf0ee, 0xaf6b, 0xf0ed, 0xf0f0, /*0xe0-0xe7*/
+  0xf0ec, 0xaf6c, 0xbbbe, 0xf0ef, 0xaf6d, 0xaf6e, 0xaf6f, 0xaf70, /*0xe8-0xef*/
+  0xccb5, 0xf0f2, 0xaf71, 0xaf72, 0xb3d5, 0xaf73, 0xaf74, 0xaf75, /*0xf0-0xf7*/
+  0xaf76, 0xb1d4, 0xaf77, 0xaf78, 0xf0f3, 0xaf79, 0xaf7a, 0xf0f4, /*0xf8-0xff*/
+  /* 0x7600 */
+  0xf0f6, 0xb4e1, 0xaf7b, 0xf0f1, 0xaf7c, 0xf0f7, 0xaf7d, 0xaf7e, /*0x00-0x07*/
+  0xaf80, 0xaf81, 0xf0fa, 0xaf82, 0xf0f8, 0xaf83, 0xaf84, 0xaf85, /*0x08-0x0f*/
+  0xf0f5, 0xaf86, 0xaf87, 0xaf88, 0xaf89, 0xf0fd, 0xaf8a, 0xf0f9, /*0x10-0x17*/
+  0xf0fc, 0xf0fe, 0xaf8b, 0xf1a1, 0xaf8c, 0xaf8d, 0xaf8e, 0xcec1, /*0x18-0x1f*/
+  0xf1a4, 0xaf8f, 0xf1a3, 0xaf90, 0xc1f6, 0xf0fb, 0xcadd, 0xaf91, /*0x20-0x27*/
+  0xaf92, 0xb4f1, 0xb1f1, 0xccb1, 0xaf93, 0xf1a6, 0xaf94, 0xaf95, /*0x28-0x2f*/
+  0xf1a7, 0xaf96, 0xaf97, 0xf1ac, 0xd5ce, 0xf1a9, 0xaf98, 0xaf99, /*0x30-0x37*/
+  0xc8b3, 0xaf9a, 0xaf9b, 0xaf9c, 0xf1a2, 0xaf9d, 0xf1ab, 0xf1a8, /*0x38-0x3f*/
+  0xf1a5, 0xaf9e, 0xaf9f, 0xf1aa, 0xafa0, 0xb040, 0xb041, 0xb042, /*0x40-0x47*/
+  0xb043, 0xb044, 0xb045, 0xb046, 0xb0a9, 0xf1ad, 0xb047, 0xb048, /*0x48-0x4f*/
+  0xb049, 0xb04a, 0xb04b, 0xb04c, 0xf1af, 0xb04d, 0xf1b1, 0xb04e, /*0x50-0x57*/
+  0xb04f, 0xb050, 0xb051, 0xb052, 0xf1b0, 0xb053, 0xf1ae, 0xb054, /*0x58-0x5f*/
+  0xb055, 0xb056, 0xb057, 0xd1a2, 0xb058, 0xb059, 0xb05a, 0xb05b, /*0x60-0x67*/
+  0xb05c, 0xb05d, 0xb05e, 0xf1b2, 0xb05f, 0xb060, 0xb061, 0xf1b3, /*0x68-0x6f*/
+  0xb062, 0xb063, 0xb064, 0xb065, 0xb066, 0xb067, 0xb068, 0xb069, /*0x70-0x77*/
+  0xb9ef, 0xb06a, 0xb06b, 0xb5c7, 0xb06c, 0xb0d7, 0xb0d9, 0xb06d, /*0x78-0x7f*/
+  0xb06e, 0xb06f, 0xd4ed, 0xb070, 0xb5c4, 0xb071, 0xbdd4, 0xbbca, /*0x80-0x87*/
+  0xf0a7, 0xb072, 0xb073, 0xb8de, 0xb074, 0xb075, 0xf0a8, 0xb076, /*0x88-0x8f*/
+  0xb077, 0xb0a8, 0xb078, 0xf0a9, 0xb079, 0xb07a, 0xcdee, 0xb07b, /*0x90-0x97*/
+  0xb07c, 0xf0aa, 0xb07d, 0xb07e, 0xb080, 0xb081, 0xb082, 0xb083, /*0x98-0x9f*/
+  0xb084, 0xb085, 0xb086, 0xb087, 0xf0ab, 0xb088, 0xb089, 0xb08a, /*0xa0-0xa7*/
+  0xb08b, 0xb08c, 0xb08d, 0xb08e, 0xb08f, 0xb090, 0xc6a4, 0xb091, /*0xa8-0xaf*/
+  0xb092, 0xd6e5, 0xf1e4, 0xb093, 0xf1e5, 0xb094, 0xb095, 0xb096, /*0xb0-0xb7*/
+  0xb097, 0xb098, 0xb099, 0xb09a, 0xb09b, 0xb09c, 0xb09d, 0xc3f3, /*0xb8-0xbf*/
+  0xb09e, 0xb09f, 0xd3db, 0xb0a0, 0xb140, 0xd6d1, 0xc5e8, 0xb141, /*0xc0-0xc7*/
+  0xd3af, 0xb142, 0xd2e6, 0xb143, 0xb144, 0xeec1, 0xb0bb, 0xd5b5, /*0xc8-0xcf*/
+  0xd1ce, 0xbce0, 0xbad0, 0xb145, 0xbff8, 0xb146, 0xb8c7, 0xb5c1, /*0xd0-0xd7*/
+  0xc5cc, 0xb147, 0xb148, 0xcaa2, 0xb149, 0xb14a, 0xb14b, 0xc3cb, /*0xd8-0xdf*/
+  0xb14c, 0xb14d, 0xb14e, 0xb14f, 0xb150, 0xeec2, 0xb151, 0xb152, /*0xe0-0xe7*/
+  0xb153, 0xb154, 0xb155, 0xb156, 0xb157, 0xb158, 0xc4bf, 0xb6a2, /*0xe8-0xef*/
+  0xb159, 0xedec, 0xc3a4, 0xb15a, 0xd6b1, 0xb15b, 0xb15c, 0xb15d, /*0xf0-0xf7*/
+  0xcfe0, 0xedef, 0xb15e, 0xb15f, 0xc5ce, 0xb160, 0xb6dc, 0xb161, /*0xf8-0xff*/
+  /* 0x7700 */
+  0xb162, 0xcaa1, 0xb163, 0xb164, 0xeded, 0xb165, 0xb166, 0xedf0, /*0x00-0x07*/
+  0xedf1, 0xc3bc, 0xb167, 0xbfb4, 0xb168, 0xedee, 0xb169, 0xb16a, /*0x08-0x0f*/
+  0xb16b, 0xb16c, 0xb16d, 0xb16e, 0xb16f, 0xb170, 0xb171, 0xb172, /*0x10-0x17*/
+  0xb173, 0xedf4, 0xedf2, 0xb174, 0xb175, 0xb176, 0xb177, 0xd5e6, /*0x18-0x1f*/
+  0xc3df, 0xb178, 0xedf3, 0xb179, 0xb17a, 0xb17b, 0xedf6, 0xb17c, /*0x20-0x27*/
+  0xd5a3, 0xd1a3, 0xb17d, 0xb17e, 0xb180, 0xedf5, 0xb181, 0xc3d0, /*0x28-0x2f*/
+  0xb182, 0xb183, 0xb184, 0xb185, 0xb186, 0xedf7, 0xbff4, 0xbeec, /*0x30-0x37*/
+  0xedf8, 0xb187, 0xccf7, 0xb188, 0xd1db, 0xb189, 0xb18a, 0xb18b, /*0x38-0x3f*/
+  0xd7c5, 0xd5f6, 0xb18c, 0xedfc, 0xb18d, 0xb18e, 0xb18f, 0xedfb, /*0x40-0x47*/
+  0xb190, 0xb191, 0xb192, 0xb193, 0xb194, 0xb195, 0xb196, 0xb197, /*0x48-0x4f*/
+  0xedf9, 0xedfa, 0xb198, 0xb199, 0xb19a, 0xb19b, 0xb19c, 0xb19d, /*0x50-0x57*/
+  0xb19e, 0xb19f, 0xedfd, 0xbea6, 0xb1a0, 0xb240, 0xb241, 0xb242, /*0x58-0x5f*/
+  0xb243, 0xcbaf, 0xeea1, 0xb6bd, 0xb244, 0xeea2, 0xc4c0, 0xb245, /*0x60-0x67*/
+  0xedfe, 0xb246, 0xb247, 0xbdde, 0xb2c7, 0xb248, 0xb249, 0xb24a, /*0x68-0x6f*/
+  0xb24b, 0xb24c, 0xb24d, 0xb24e, 0xb24f, 0xb250, 0xb251, 0xb252, /*0x70-0x77*/
+  0xb253, 0xb6c3, 0xb254, 0xb255, 0xb256, 0xeea5, 0xd8ba, 0xeea3, /*0x78-0x7f*/
+  0xeea6, 0xb257, 0xb258, 0xb259, 0xc3e9, 0xb3f2, 0xb25a, 0xb25b, /*0x80-0x87*/
+  0xb25c, 0xb25d, 0xb25e, 0xb25f, 0xeea7, 0xeea4, 0xcfb9, 0xb260, /*0x88-0x8f*/
+  0xb261, 0xeea8, 0xc2f7, 0xb262, 0xb263, 0xb264, 0xb265, 0xb266, /*0x90-0x97*/
+  0xb267, 0xb268, 0xb269, 0xb26a, 0xb26b, 0xb26c, 0xb26d, 0xeea9, /*0x98-0x9f*/
+  0xeeaa, 0xb26e, 0xdeab, 0xb26f, 0xb270, 0xc6b3, 0xb271, 0xc7c6, /*0xa0-0xa7*/
+  0xb272, 0xd6f5, 0xb5c9, 0xb273, 0xcbb2, 0xb274, 0xb275, 0xb276, /*0xa8-0xaf*/
+  0xeeab, 0xb277, 0xb278, 0xcdab, 0xb279, 0xeeac, 0xb27a, 0xb27b, /*0xb0-0xb7*/
+  0xb27c, 0xb27d, 0xb27e, 0xd5b0, 0xb280, 0xeead, 0xb281, 0xf6c4, /*0xb8-0xbf*/
+  0xb282, 0xb283, 0xb284, 0xb285, 0xb286, 0xb287, 0xb288, 0xb289, /*0xc0-0xc7*/
+  0xb28a, 0xb28b, 0xb28c, 0xb28d, 0xb28e, 0xdbc7, 0xb28f, 0xb290, /*0xc8-0xcf*/
+  0xb291, 0xb292, 0xb293, 0xb294, 0xb295, 0xb296, 0xb297, 0xb4a3, /*0xd0-0xd7*/
+  0xb298, 0xb299, 0xb29a, 0xc3ac, 0xf1e6, 0xb29b, 0xb29c, 0xb29d, /*0xd8-0xdf*/
+  0xb29e, 0xb29f, 0xcab8, 0xd2d3, 0xb2a0, 0xd6aa, 0xb340, 0xeff2, /*0xe0-0xe7*/
+  0xb341, 0xbed8, 0xb342, 0xbdc3, 0xeff3, 0xb6cc, 0xb0ab, 0xb343, /*0xe8-0xef*/
+  0xb344, 0xb345, 0xb346, 0xcaaf, 0xb347, 0xb348, 0xedb6, 0xb349, /*0xf0-0xf7*/
+  0xedb7, 0xb34a, 0xb34b, 0xb34c, 0xb34d, 0xcef9, 0xb7af, 0xbff3, /*0xf8-0xff*/
+  /* 0x7800 */
+  0xedb8, 0xc2eb, 0xc9b0, 0xb34e, 0xb34f, 0xb350, 0xb351, 0xb352, /*0x00-0x07*/
+  0xb353, 0xedb9, 0xb354, 0xb355, 0xc6f6, 0xbfb3, 0xb356, 0xb357, /*0x08-0x0f*/
+  0xb358, 0xedbc, 0xc5f8, 0xb359, 0xd1d0, 0xb35a, 0xd7a9, 0xedba, /*0x10-0x17*/
+  0xedbb, 0xb35b, 0xd1e2, 0xb35c, 0xedbf, 0xedc0, 0xb35d, 0xedc4, /*0x18-0x1f*/
+  0xb35e, 0xb35f, 0xb360, 0xedc8, 0xb361, 0xedc6, 0xedce, 0xd5e8, /*0x20-0x27*/
+  0xb362, 0xedc9, 0xb363, 0xb364, 0xedc7, 0xedbe, 0xb365, 0xb366, /*0x28-0x2f*/
+  0xc5e9, 0xb367, 0xb368, 0xb369, 0xc6c6, 0xb36a, 0xb36b, 0xc9e9, /*0x30-0x37*/
+  0xd4d2, 0xedc1, 0xedc2, 0xedc3, 0xedc5, 0xb36c, 0xc0f9, 0xb36d, /*0x38-0x3f*/
+  0xb4a1, 0xb36e, 0xb36f, 0xb370, 0xb371, 0xb9e8, 0xb372, 0xedd0, /*0x40-0x47*/
+  0xb373, 0xb374, 0xb375, 0xb376, 0xedd1, 0xb377, 0xedca, 0xb378, /*0x48-0x4f*/
+  0xedcf, 0xb379, 0xcef8, 0xb37a, 0xb37b, 0xcbb6, 0xedcc, 0xedcd, /*0x50-0x57*/
+  0xb37c, 0xb37d, 0xb37e, 0xb380, 0xb381, 0xcff5, 0xb382, 0xb383, /*0x58-0x5f*/
+  0xb384, 0xb385, 0xb386, 0xb387, 0xb388, 0xb389, 0xb38a, 0xb38b, /*0x60-0x67*/
+  0xb38c, 0xb38d, 0xedd2, 0xc1f2, 0xd3b2, 0xedcb, 0xc8b7, 0xb38e, /*0x68-0x6f*/
+  0xb38f, 0xb390, 0xb391, 0xb392, 0xb393, 0xb394, 0xb395, 0xbcef, /*0x70-0x77*/
+  0xb396, 0xb397, 0xb398, 0xb399, 0xc5f0, 0xb39a, 0xb39b, 0xb39c, /*0x78-0x7f*/
+  0xb39d, 0xb39e, 0xb39f, 0xb3a0, 0xb440, 0xb441, 0xb442, 0xedd6, /*0x80-0x87*/
+  0xb443, 0xb5ef, 0xb444, 0xb445, 0xc2b5, 0xb0ad, 0xcbe9, 0xb446, /*0x88-0x8f*/
+  0xb447, 0xb1ae, 0xb448, 0xedd4, 0xb449, 0xb44a, 0xb44b, 0xcdeb, /*0x90-0x97*/
+  0xb5e2, 0xb44c, 0xedd5, 0xedd3, 0xedd7, 0xb44d, 0xb44e, 0xb5fa, /*0x98-0x9f*/
+  0xb44f, 0xedd8, 0xb450, 0xedd9, 0xb451, 0xeddc, 0xb452, 0xb1cc, /*0xa0-0xa7*/
+  0xb453, 0xb454, 0xb455, 0xb456, 0xb457, 0xb458, 0xb459, 0xb45a, /*0xa8-0xaf*/
+  0xc5f6, 0xbcee, 0xedda, 0xccbc, 0xb2ea, 0xb45b, 0xb45c, 0xb45d, /*0xb0-0xb7*/
+  0xb45e, 0xeddb, 0xb45f, 0xb460, 0xb461, 0xb462, 0xc4eb, 0xb463, /*0xb8-0xbf*/
+  0xb464, 0xb4c5, 0xb465, 0xb466, 0xb467, 0xb0f5, 0xb468, 0xb469, /*0xc0-0xc7*/
+  0xb46a, 0xeddf, 0xc0da, 0xb4e8, 0xb46b, 0xb46c, 0xb46d, 0xb46e, /*0xc8-0xcf*/
+  0xc5cd, 0xb46f, 0xb470, 0xb471, 0xeddd, 0xbfc4, 0xb472, 0xb473, /*0xd0-0xd7*/
+  0xb474, 0xedde, 0xb475, 0xb476, 0xb477, 0xb478, 0xb479, 0xb47a, /*0xd8-0xdf*/
+  0xb47b, 0xb47c, 0xb47d, 0xb47e, 0xb480, 0xb481, 0xb482, 0xb483, /*0xe0-0xe7*/
+  0xc4a5, 0xb484, 0xb485, 0xb486, 0xede0, 0xb487, 0xb488, 0xb489, /*0xe8-0xef*/
+  0xb48a, 0xb48b, 0xede1, 0xb48c, 0xede3, 0xb48d, 0xb48e, 0xc1d7, /*0xf0-0xf7*/
+  0xb48f, 0xb490, 0xbbc7, 0xb491, 0xb492, 0xb493, 0xb494, 0xb495, /*0xf8-0xff*/
+  /* 0x7900 */
+  0xb496, 0xbdb8, 0xb497, 0xb498, 0xb499, 0xede2, 0xb49a, 0xb49b, /*0x00-0x07*/
+  0xb49c, 0xb49d, 0xb49e, 0xb49f, 0xb4a0, 0xb540, 0xb541, 0xb542, /*0x08-0x0f*/
+  0xb543, 0xb544, 0xb545, 0xede4, 0xb546, 0xb547, 0xb548, 0xb549, /*0x10-0x17*/
+  0xb54a, 0xb54b, 0xb54c, 0xb54d, 0xb54e, 0xb54f, 0xede6, 0xb550, /*0x18-0x1f*/
+  0xb551, 0xb552, 0xb553, 0xb554, 0xede5, 0xb555, 0xb556, 0xb557, /*0x20-0x27*/
+  0xb558, 0xb559, 0xb55a, 0xb55b, 0xb55c, 0xb55d, 0xb55e, 0xb55f, /*0x28-0x2f*/
+  0xb560, 0xb561, 0xb562, 0xb563, 0xede7, 0xb564, 0xb565, 0xb566, /*0x30-0x37*/
+  0xb567, 0xb568, 0xcabe, 0xecea, 0xc0f1, 0xb569, 0xc9e7, 0xb56a, /*0x38-0x3f*/
+  0xeceb, 0xc6ee, 0xb56b, 0xb56c, 0xb56d, 0xb56e, 0xecec, 0xb56f, /*0x40-0x47*/
+  0xc6ed, 0xeced, 0xb570, 0xb571, 0xb572, 0xb573, 0xb574, 0xb575, /*0x48-0x4f*/
+  0xb576, 0xb577, 0xb578, 0xecf0, 0xb579, 0xb57a, 0xd7e6, 0xecf3, /*0x50-0x57*/
+  0xb57b, 0xb57c, 0xecf1, 0xecee, 0xecef, 0xd7a3, 0xc9f1, 0xcbee, /*0x58-0x5f*/
+  0xecf4, 0xb57d, 0xecf2, 0xb57e, 0xb580, 0xcfe9, 0xb581, 0xecf6, /*0x60-0x67*/
+  0xc6b1, 0xb582, 0xb583, 0xb584, 0xb585, 0xbcc0, 0xb586, 0xecf5, /*0x68-0x6f*/
+  0xb587, 0xb588, 0xb589, 0xb58a, 0xb58b, 0xb58c, 0xb58d, 0xb5bb, /*0x70-0x77*/
+  0xbbf6, 0xb58e, 0xecf7, 0xb58f, 0xb590, 0xb591, 0xb592, 0xb593, /*0x78-0x7f*/
+  0xd9f7, 0xbdfb, 0xb594, 0xb595, 0xc2bb, 0xecf8, 0xb596, 0xb597, /*0x80-0x87*/
+  0xb598, 0xb599, 0xecf9, 0xb59a, 0xb59b, 0xb59c, 0xb59d, 0xb8a3, /*0x88-0x8f*/
+  0xb59e, 0xb59f, 0xb5a0, 0xb640, 0xb641, 0xb642, 0xb643, 0xb644, /*0x90-0x97*/
+  0xb645, 0xb646, 0xecfa, 0xb647, 0xb648, 0xb649, 0xb64a, 0xb64b, /*0x98-0x9f*/
+  0xb64c, 0xb64d, 0xb64e, 0xb64f, 0xb650, 0xb651, 0xb652, 0xecfb, /*0xa0-0xa7*/
+  0xb653, 0xb654, 0xb655, 0xb656, 0xb657, 0xb658, 0xb659, 0xb65a, /*0xa8-0xaf*/
+  0xb65b, 0xb65c, 0xb65d, 0xecfc, 0xb65e, 0xb65f, 0xb660, 0xb661, /*0xb0-0xb7*/
+  0xb662, 0xd3ed, 0xd8ae, 0xc0eb, 0xb663, 0xc7dd, 0xbacc, 0xb664, /*0xb8-0xbf*/
+  0xd0e3, 0xcbbd, 0xb665, 0xcdba, 0xb666, 0xb667, 0xb8d1, 0xb668, /*0xc0-0xc7*/
+  0xb669, 0xb1fc, 0xb66a, 0xc7ef, 0xb66b, 0xd6d6, 0xb66c, 0xb66d, /*0xc8-0xcf*/
+  0xb66e, 0xbfc6, 0xc3eb, 0xb66f, 0xb670, 0xeff5, 0xb671, 0xb672, /*0xd0-0xd7*/
+  0xc3d8, 0xb673, 0xb674, 0xb675, 0xb676, 0xb677, 0xb678, 0xd7e2, /*0xd8-0xdf*/
+  0xb679, 0xb67a, 0xb67b, 0xeff7, 0xb3d3, 0xb67c, 0xc7d8, 0xd1ed, /*0xe0-0xe7*/
+  0xb67d, 0xd6c8, 0xb67e, 0xeff8, 0xb680, 0xeff6, 0xb681, 0xbbfd, /*0xe8-0xef*/
+  0xb3c6, 0xb682, 0xb683, 0xb684, 0xb685, 0xb686, 0xb687, 0xb688, /*0xf0-0xf7*/
+  0xbdd5, 0xb689, 0xb68a, 0xd2c6, 0xb68b, 0xbbe0, 0xb68c, 0xb68d, /*0xf8-0xff*/
+  /* 0x7a00 */
+  0xcfa1, 0xb68e, 0xeffc, 0xeffb, 0xb68f, 0xb690, 0xeff9, 0xb691, /*0x00-0x07*/
+  0xb692, 0xb693, 0xb694, 0xb3cc, 0xb695, 0xc9d4, 0xcbb0, 0xb696, /*0x08-0x0f*/
+  0xb697, 0xb698, 0xb699, 0xb69a, 0xeffe, 0xb69b, 0xb69c, 0xb0de, /*0x10-0x17*/
+  0xb69d, 0xb69e, 0xd6c9, 0xb69f, 0xb6a0, 0xb740, 0xeffd, 0xb741, /*0x18-0x1f*/
+  0xb3ed, 0xb742, 0xb743, 0xf6d5, 0xb744, 0xb745, 0xb746, 0xb747, /*0x20-0x27*/
+  0xb748, 0xb749, 0xb74a, 0xb74b, 0xb74c, 0xb74d, 0xb74e, 0xb74f, /*0x28-0x2f*/
+  0xb750, 0xb751, 0xb752, 0xcec8, 0xb753, 0xb754, 0xb755, 0xf0a2, /*0x30-0x37*/
+  0xb756, 0xf0a1, 0xb757, 0xb5be, 0xbcda, 0xbbfc, 0xb758, 0xb8e5, /*0x38-0x3f*/
+  0xb759, 0xb75a, 0xb75b, 0xb75c, 0xb75d, 0xb75e, 0xc4c2, 0xb75f, /*0x40-0x47*/
+  0xb760, 0xb761, 0xb762, 0xb763, 0xb764, 0xb765, 0xb766, 0xb767, /*0x48-0x4f*/
+  0xb768, 0xf0a3, 0xb769, 0xb76a, 0xb76b, 0xb76c, 0xb76d, 0xcbeb, /*0x50-0x57*/
+  0xb76e, 0xb76f, 0xb770, 0xb771, 0xb772, 0xb773, 0xb774, 0xb775, /*0x58-0x5f*/
+  0xb776, 0xb777, 0xb778, 0xb779, 0xb77a, 0xb77b, 0xb77c, 0xb77d, /*0x60-0x67*/
+  0xb77e, 0xb780, 0xb781, 0xb782, 0xb783, 0xb784, 0xb785, 0xb786, /*0x68-0x6f*/
+  0xf0a6, 0xb787, 0xb788, 0xb789, 0xd1a8, 0xb78a, 0xbebf, 0xc7ee, /*0x70-0x77*/
+  0xf1b6, 0xf1b7, 0xbfd5, 0xb78b, 0xb78c, 0xb78d, 0xb78e, 0xb4a9, /*0x78-0x7f*/
+  0xf1b8, 0xcdbb, 0xb78f, 0xc7d4, 0xd5ad, 0xb790, 0xf1b9, 0xb791, /*0x80-0x87*/
+  0xf1ba, 0xb792, 0xb793, 0xb794, 0xb795, 0xc7cf, 0xb796, 0xb797, /*0x88-0x8f*/
+  0xb798, 0xd2a4, 0xd6cf, 0xb799, 0xb79a, 0xf1bb, 0xbdd1, 0xb4b0, /*0x90-0x97*/
+  0xbebd, 0xb79b, 0xb79c, 0xb79d, 0xb4dc, 0xced1, 0xb79e, 0xbfdf, /*0x98-0x9f*/
+  0xf1bd, 0xb79f, 0xb7a0, 0xb840, 0xb841, 0xbffa, 0xf1bc, 0xb842, /*0xa0-0xa7*/
+  0xf1bf, 0xb843, 0xb844, 0xb845, 0xf1be, 0xf1c0, 0xb846, 0xb847, /*0xa8-0xaf*/
+  0xb848, 0xb849, 0xb84a, 0xf1c1, 0xb84b, 0xb84c, 0xb84d, 0xb84e, /*0xb0-0xb7*/
+  0xb84f, 0xb850, 0xb851, 0xb852, 0xb853, 0xb854, 0xb855, 0xc1fe, /*0xb8-0xbf*/
+  0xb856, 0xb857, 0xb858, 0xb859, 0xb85a, 0xb85b, 0xb85c, 0xb85d, /*0xc0-0xc7*/
+  0xb85e, 0xb85f, 0xb860, 0xc1a2, 0xb861, 0xb862, 0xb863, 0xb864, /*0xc8-0xcf*/
+  0xb865, 0xb866, 0xb867, 0xb868, 0xb869, 0xb86a, 0xcafa, 0xb86b, /*0xd0-0xd7*/
+  0xb86c, 0xd5be, 0xb86d, 0xb86e, 0xb86f, 0xb870, 0xbeba, 0xbeb9, /*0xd8-0xdf*/
+  0xd5c2, 0xb871, 0xb872, 0xbfa2, 0xb873, 0xcdaf, 0xf1b5, 0xb874, /*0xe0-0xe7*/
+  0xb875, 0xb876, 0xb877, 0xb878, 0xb879, 0xbddf, 0xb87a, 0xb6cb, /*0xe8-0xef*/
+  0xb87b, 0xb87c, 0xb87d, 0xb87e, 0xb880, 0xb881, 0xb882, 0xb883, /*0xf0-0xf7*/
+  0xb884, 0xd6f1, 0xf3c3, 0xb885, 0xb886, 0xf3c4, 0xb887, 0xb8cd, /*0xf8-0xff*/
+  /* 0x7b00 */
+  0xb888, 0xb889, 0xb88a, 0xf3c6, 0xf3c7, 0xb88b, 0xb0ca, 0xb88c, /*0x00-0x07*/
+  0xf3c5, 0xb88d, 0xf3c9, 0xcbf1, 0xb88e, 0xb88f, 0xb890, 0xf3cb, /*0x08-0x0f*/
+  0xb891, 0xd0a6, 0xb892, 0xb893, 0xb1ca, 0xf3c8, 0xb894, 0xb895, /*0x10-0x17*/
+  0xb896, 0xf3cf, 0xb897, 0xb5d1, 0xb898, 0xb899, 0xf3d7, 0xb89a, /*0x18-0x1f*/
+  0xf3d2, 0xb89b, 0xb89c, 0xb89d, 0xf3d4, 0xf3d3, 0xb7fb, 0xb89e, /*0x20-0x27*/
+  0xb1bf, 0xb89f, 0xf3ce, 0xf3ca, 0xb5da, 0xb8a0, 0xf3d0, 0xb940, /*0x28-0x2f*/
+  0xb941, 0xf3d1, 0xb942, 0xf3d5, 0xb943, 0xb944, 0xb945, 0xb946, /*0x30-0x37*/
+  0xf3cd, 0xb947, 0xbce3, 0xb948, 0xc1fd, 0xb949, 0xf3d6, 0xb94a, /*0x38-0x3f*/
+  0xb94b, 0xb94c, 0xb94d, 0xb94e, 0xb94f, 0xf3da, 0xb950, 0xf3cc, /*0x40-0x47*/
+  0xb951, 0xb5c8, 0xb952, 0xbdee, 0xf3dc, 0xb953, 0xb954, 0xb7a4, /*0x48-0x4f*/
+  0xbff0, 0xd6fe, 0xcdb2, 0xb955, 0xb4f0, 0xb956, 0xb2df, 0xb957, /*0x50-0x57*/
+  0xf3d8, 0xb958, 0xf3d9, 0xc9b8, 0xb959, 0xf3dd, 0xb95a, 0xb95b, /*0x58-0x5f*/
+  0xf3de, 0xb95c, 0xf3e1, 0xb95d, 0xb95e, 0xb95f, 0xb960, 0xb961, /*0x60-0x67*/
+  0xb962, 0xb963, 0xb964, 0xb965, 0xb966, 0xb967, 0xf3df, 0xb968, /*0x68-0x6f*/
+  0xb969, 0xf3e3, 0xf3e2, 0xb96a, 0xb96b, 0xf3db, 0xb96c, 0xbfea, /*0x70-0x77*/
+  0xb96d, 0xb3ef, 0xb96e, 0xf3e0, 0xb96f, 0xb970, 0xc7a9, 0xb971, /*0x78-0x7f*/
+  0xbcf2, 0xb972, 0xb973, 0xb974, 0xb975, 0xf3eb, 0xb976, 0xb977, /*0x80-0x87*/
+  0xb978, 0xb979, 0xb97a, 0xb97b, 0xb97c, 0xb9bf, 0xb97d, 0xb97e, /*0x88-0x8f*/
+  0xf3e4, 0xb980, 0xb981, 0xb982, 0xb2ad, 0xbbfe, 0xb983, 0xcbe3, /*0x90-0x97*/
+  0xb984, 0xb985, 0xb986, 0xb987, 0xf3ed, 0xf3e9, 0xb988, 0xb989, /*0x98-0x9f*/
+  0xb98a, 0xb9dc, 0xf3ee, 0xb98b, 0xb98c, 0xb98d, 0xf3e5, 0xf3e6, /*0xa0-0xa7*/
+  0xf3ea, 0xc2e1, 0xf3ec, 0xf3ef, 0xf3e8, 0xbcfd, 0xb98e, 0xb98f, /*0xa8-0xaf*/
+  0xb990, 0xcfe4, 0xb991, 0xb992, 0xf3f0, 0xb993, 0xb994, 0xb995, /*0xb0-0xb7*/
+  0xf3e7, 0xb996, 0xb997, 0xb998, 0xb999, 0xb99a, 0xb99b, 0xb99c, /*0xb8-0xbf*/
+  0xb99d, 0xf3f2, 0xb99e, 0xb99f, 0xb9a0, 0xba40, 0xd7ad, 0xc6aa, /*0xc0-0xc7*/
+  0xba41, 0xba42, 0xba43, 0xba44, 0xf3f3, 0xba45, 0xba46, 0xba47, /*0xc8-0xcf*/
+  0xba48, 0xf3f1, 0xba49, 0xc2a8, 0xba4a, 0xba4b, 0xba4c, 0xba4d, /*0xd0-0xd7*/
+  0xba4e, 0xb8dd, 0xf3f5, 0xba4f, 0xba50, 0xf3f4, 0xba51, 0xba52, /*0xd8-0xdf*/
+  0xba53, 0xb4db, 0xba54, 0xba55, 0xba56, 0xf3f6, 0xf3f7, 0xba57, /*0xe0-0xe7*/
+  0xba58, 0xba59, 0xf3f8, 0xba5a, 0xba5b, 0xba5c, 0xc0ba, 0xba5d, /*0xe8-0xef*/
+  0xba5e, 0xc0e9, 0xba5f, 0xba60, 0xba61, 0xba62, 0xba63, 0xc5f1, /*0xf0-0xf7*/
+  0xba64, 0xba65, 0xba66, 0xba67, 0xf3fb, 0xba68, 0xf3fa, 0xba69, /*0xf8-0xff*/
+  /* 0x7c00 */
+  0xba6a, 0xba6b, 0xba6c, 0xba6d, 0xba6e, 0xba6f, 0xba70, 0xb4d8, /*0x00-0x07*/
+  0xba71, 0xba72, 0xba73, 0xf3fe, 0xf3f9, 0xba74, 0xba75, 0xf3fc, /*0x08-0x0f*/
+  0xba76, 0xba77, 0xba78, 0xba79, 0xba7a, 0xba7b, 0xf3fd, 0xba7c, /*0x10-0x17*/
+  0xba7d, 0xba7e, 0xba80, 0xba81, 0xba82, 0xba83, 0xba84, 0xf4a1, /*0x18-0x1f*/
+  0xba85, 0xba86, 0xba87, 0xba88, 0xba89, 0xba8a, 0xf4a3, 0xbbc9, /*0x20-0x27*/
+  0xba8b, 0xba8c, 0xf4a2, 0xba8d, 0xba8e, 0xba8f, 0xba90, 0xba91, /*0x28-0x2f*/
+  0xba92, 0xba93, 0xba94, 0xba95, 0xba96, 0xba97, 0xba98, 0xba99, /*0x30-0x37*/
+  0xf4a4, 0xba9a, 0xba9b, 0xba9c, 0xba9d, 0xba9e, 0xba9f, 0xb2be, /*0x38-0x3f*/
+  0xf4a6, 0xf4a5, 0xbaa0, 0xbb40, 0xbb41, 0xbb42, 0xbb43, 0xbb44, /*0x40-0x47*/
+  0xbb45, 0xbb46, 0xbb47, 0xbb48, 0xbb49, 0xbcae, 0xbb4a, 0xbb4b, /*0x48-0x4f*/
+  0xbb4c, 0xbb4d, 0xbb4e, 0xbb4f, 0xbb50, 0xbb51, 0xbb52, 0xbb53, /*0x50-0x57*/
+  0xbb54, 0xbb55, 0xbb56, 0xbb57, 0xbb58, 0xbb59, 0xbb5a, 0xbb5b, /*0x58-0x5f*/
+  0xbb5c, 0xbb5d, 0xbb5e, 0xbb5f, 0xbb60, 0xbb61, 0xbb62, 0xbb63, /*0x60-0x67*/
+  0xbb64, 0xbb65, 0xbb66, 0xbb67, 0xbb68, 0xbb69, 0xbb6a, 0xbb6b, /*0x68-0x6f*/
+  0xbb6c, 0xbb6d, 0xbb6e, 0xc3d7, 0xd9e1, 0xbb6f, 0xbb70, 0xbb71, /*0x70-0x77*/
+  0xbb72, 0xbb73, 0xbb74, 0xc0e0, 0xf4cc, 0xd7d1, 0xbb75, 0xbb76, /*0x78-0x7f*/
+  0xbb77, 0xbb78, 0xbb79, 0xbb7a, 0xbb7b, 0xbb7c, 0xbb7d, 0xbb7e, /*0x80-0x87*/
+  0xbb80, 0xb7db, 0xbb81, 0xbb82, 0xbb83, 0xbb84, 0xbb85, 0xbb86, /*0x88-0x8f*/
+  0xbb87, 0xf4ce, 0xc1a3, 0xbb88, 0xbb89, 0xc6c9, 0xbb8a, 0xb4d6, /*0x90-0x97*/
+  0xd5b3, 0xbb8b, 0xbb8c, 0xbb8d, 0xf4d0, 0xf4cf, 0xf4d1, 0xcbda, /*0x98-0x9f*/
+  0xbb8e, 0xbb8f, 0xf4d2, 0xbb90, 0xd4c1, 0xd6e0, 0xbb91, 0xbb92, /*0xa0-0xa7*/
+  0xbb93, 0xbb94, 0xb7e0, 0xbb95, 0xbb96, 0xbb97, 0xc1b8, 0xbb98, /*0xa8-0xaf*/
+  0xbb99, 0xc1bb, 0xf4d3, 0xbeac, 0xbb9a, 0xbb9b, 0xbb9c, 0xbb9d, /*0xb0-0xb7*/
+  0xbb9e, 0xb4e2, 0xbb9f, 0xbba0, 0xf4d4, 0xf4d5, 0xbeab, 0xbc40, /*0xb8-0xbf*/
+  0xbc41, 0xf4d6, 0xbc42, 0xbc43, 0xbc44, 0xf4db, 0xbc45, 0xf4d7, /*0xc0-0xc7*/
+  0xf4da, 0xbc46, 0xbafd, 0xbc47, 0xf4d8, 0xf4d9, 0xbc48, 0xbc49, /*0xc8-0xcf*/
+  0xbc4a, 0xbc4b, 0xbc4c, 0xbc4d, 0xbc4e, 0xb8e2, 0xccc7, 0xf4dc, /*0xd0-0xd7*/
+  0xbc4f, 0xb2da, 0xbc50, 0xbc51, 0xc3d3, 0xbc52, 0xbc53, 0xd4e3, /*0xd8-0xdf*/
+  0xbfb7, 0xbc54, 0xbc55, 0xbc56, 0xbc57, 0xbc58, 0xbc59, 0xbc5a, /*0xe0-0xe7*/
+  0xf4dd, 0xbc5b, 0xbc5c, 0xbc5d, 0xbc5e, 0xbc5f, 0xbc60, 0xc5b4, /*0xe8-0xef*/
+  0xbc61, 0xbc62, 0xbc63, 0xbc64, 0xbc65, 0xbc66, 0xbc67, 0xbc68, /*0xf0-0xf7*/
+  0xf4e9, 0xbc69, 0xbc6a, 0xcfb5, 0xbc6b, 0xbc6c, 0xbc6d, 0xbc6e, /*0xf8-0xff*/
+  /* 0x7d00 */
+  0xbc6f, 0xbc70, 0xbc71, 0xbc72, 0xbc73, 0xbc74, 0xbc75, 0xbc76, /*0x00-0x07*/
+  0xbc77, 0xbc78, 0xcec9, 0xbc79, 0xbc7a, 0xbc7b, 0xbc7c, 0xbc7d, /*0x08-0x0f*/
+  0xbc7e, 0xbc80, 0xbc81, 0xbc82, 0xbc83, 0xbc84, 0xbc85, 0xbc86, /*0x10-0x17*/
+  0xbc87, 0xbc88, 0xbc89, 0xbc8a, 0xbc8b, 0xbc8c, 0xbc8d, 0xbc8e, /*0x18-0x1f*/
+  0xcbd8, 0xbc8f, 0xcbf7, 0xbc90, 0xbc91, 0xbc92, 0xbc93, 0xbdf4, /*0x20-0x27*/
+  0xbc94, 0xbc95, 0xbc96, 0xd7cf, 0xbc97, 0xbc98, 0xbc99, 0xc0db, /*0x28-0x2f*/
+  0xbc9a, 0xbc9b, 0xbc9c, 0xbc9d, 0xbc9e, 0xbc9f, 0xbca0, 0xbd40, /*0x30-0x37*/
+  0xbd41, 0xbd42, 0xbd43, 0xbd44, 0xbd45, 0xbd46, 0xbd47, 0xbd48, /*0x38-0x3f*/
+  0xbd49, 0xbd4a, 0xbd4b, 0xbd4c, 0xbd4d, 0xbd4e, 0xbd4f, 0xbd50, /*0x40-0x47*/
+  0xbd51, 0xbd52, 0xbd53, 0xbd54, 0xbd55, 0xbd56, 0xbd57, 0xbd58, /*0x48-0x4f*/
+  0xbd59, 0xbd5a, 0xbd5b, 0xbd5c, 0xbd5d, 0xbd5e, 0xbd5f, 0xbd60, /*0x50-0x57*/
+  0xbd61, 0xbd62, 0xbd63, 0xbd64, 0xbd65, 0xbd66, 0xbd67, 0xbd68, /*0x58-0x5f*/
+  0xbd69, 0xbd6a, 0xbd6b, 0xbd6c, 0xbd6d, 0xbd6e, 0xbd6f, 0xbd70, /*0x60-0x67*/
+  0xbd71, 0xbd72, 0xbd73, 0xbd74, 0xbd75, 0xbd76, 0xd0f5, 0xbd77, /*0x68-0x6f*/
+  0xbd78, 0xbd79, 0xbd7a, 0xbd7b, 0xbd7c, 0xbd7d, 0xbd7e, 0xf4ea, /*0x70-0x77*/
+  0xbd80, 0xbd81, 0xbd82, 0xbd83, 0xbd84, 0xbd85, 0xbd86, 0xbd87, /*0x78-0x7f*/
+  0xbd88, 0xbd89, 0xbd8a, 0xbd8b, 0xbd8c, 0xbd8d, 0xbd8e, 0xbd8f, /*0x80-0x87*/
+  0xbd90, 0xbd91, 0xbd92, 0xbd93, 0xbd94, 0xbd95, 0xbd96, 0xbd97, /*0x88-0x8f*/
+  0xbd98, 0xbd99, 0xbd9a, 0xbd9b, 0xbd9c, 0xbd9d, 0xbd9e, 0xbd9f, /*0x90-0x97*/
+  0xbda0, 0xbe40, 0xbe41, 0xbe42, 0xbe43, 0xbe44, 0xbe45, 0xbe46, /*0x98-0x9f*/
+  0xbe47, 0xbe48, 0xbe49, 0xbe4a, 0xbe4b, 0xbe4c, 0xf4eb, 0xbe4d, /*0xa0-0xa7*/
+  0xbe4e, 0xbe4f, 0xbe50, 0xbe51, 0xbe52, 0xbe53, 0xf4ec, 0xbe54, /*0xa8-0xaf*/
+  0xbe55, 0xbe56, 0xbe57, 0xbe58, 0xbe59, 0xbe5a, 0xbe5b, 0xbe5c, /*0xb0-0xb7*/
+  0xbe5d, 0xbe5e, 0xbe5f, 0xbe60, 0xbe61, 0xbe62, 0xbe63, 0xbe64, /*0xb8-0xbf*/
+  0xbe65, 0xbe66, 0xbe67, 0xbe68, 0xbe69, 0xbe6a, 0xbe6b, 0xbe6c, /*0xc0-0xc7*/
+  0xbe6d, 0xbe6e, 0xbe6f, 0xbe70, 0xbe71, 0xbe72, 0xbe73, 0xbe74, /*0xc8-0xcf*/
+  0xbe75, 0xbe76, 0xbe77, 0xbe78, 0xbe79, 0xbe7a, 0xbe7b, 0xbe7c, /*0xd0-0xd7*/
+  0xbe7d, 0xbe7e, 0xbe80, 0xbe81, 0xbe82, 0xbe83, 0xbe84, 0xbe85, /*0xd8-0xdf*/
+  0xbe86, 0xbe87, 0xbe88, 0xbe89, 0xbe8a, 0xbe8b, 0xbe8c, 0xbe8d, /*0xe0-0xe7*/
+  0xbe8e, 0xbe8f, 0xbe90, 0xbe91, 0xbe92, 0xbe93, 0xbe94, 0xbe95, /*0xe8-0xef*/
+  0xbe96, 0xbe97, 0xbe98, 0xbe99, 0xbe9a, 0xbe9b, 0xbe9c, 0xbe9d, /*0xf0-0xf7*/
+  0xbe9e, 0xbe9f, 0xbea0, 0xbf40, 0xbf41, 0xbf42, 0xbf43, 0xbf44, /*0xf8-0xff*/
+  /* 0x7e00 */
+  0xbf45, 0xbf46, 0xbf47, 0xbf48, 0xbf49, 0xbf4a, 0xbf4b, 0xbf4c, /*0x00-0x07*/
+  0xbf4d, 0xbf4e, 0xbf4f, 0xbf50, 0xbf51, 0xbf52, 0xbf53, 0xbf54, /*0x08-0x0f*/
+  0xbf55, 0xbf56, 0xbf57, 0xbf58, 0xbf59, 0xbf5a, 0xbf5b, 0xbf5c, /*0x10-0x17*/
+  0xbf5d, 0xbf5e, 0xbf5f, 0xbf60, 0xbf61, 0xbf62, 0xbf63, 0xbf64, /*0x18-0x1f*/
+  0xbf65, 0xbf66, 0xbf67, 0xbf68, 0xbf69, 0xbf6a, 0xbf6b, 0xbf6c, /*0x20-0x27*/
+  0xbf6d, 0xbf6e, 0xbf6f, 0xbf70, 0xbf71, 0xbf72, 0xbf73, 0xbf74, /*0x28-0x2f*/
+  0xbf75, 0xbf76, 0xbf77, 0xbf78, 0xbf79, 0xbf7a, 0xbf7b, 0xbf7c, /*0x30-0x37*/
+  0xbf7d, 0xbf7e, 0xbf80, 0xf7e3, 0xbf81, 0xbf82, 0xbf83, 0xbf84, /*0x38-0x3f*/
+  0xbf85, 0xb7b1, 0xbf86, 0xbf87, 0xbf88, 0xbf89, 0xbf8a, 0xf4ed, /*0x40-0x47*/
+  0xbf8b, 0xbf8c, 0xbf8d, 0xbf8e, 0xbf8f, 0xbf90, 0xbf91, 0xbf92, /*0x48-0x4f*/
+  0xbf93, 0xbf94, 0xbf95, 0xbf96, 0xbf97, 0xbf98, 0xbf99, 0xbf9a, /*0x50-0x57*/
+  0xbf9b, 0xbf9c, 0xbf9d, 0xbf9e, 0xbf9f, 0xbfa0, 0xc040, 0xc041, /*0x58-0x5f*/
+  0xc042, 0xc043, 0xc044, 0xc045, 0xc046, 0xc047, 0xc048, 0xc049, /*0x60-0x67*/
+  0xc04a, 0xc04b, 0xc04c, 0xc04d, 0xc04e, 0xc04f, 0xc050, 0xc051, /*0x68-0x6f*/
+  0xc052, 0xc053, 0xc054, 0xc055, 0xc056, 0xc057, 0xc058, 0xc059, /*0x70-0x77*/
+  0xc05a, 0xc05b, 0xc05c, 0xc05d, 0xc05e, 0xc05f, 0xc060, 0xc061, /*0x78-0x7f*/
+  0xc062, 0xc063, 0xd7eb, 0xc064, 0xc065, 0xc066, 0xc067, 0xc068, /*0x80-0x87*/
+  0xc069, 0xc06a, 0xc06b, 0xc06c, 0xc06d, 0xc06e, 0xc06f, 0xc070, /*0x88-0x8f*/
+  0xc071, 0xc072, 0xc073, 0xc074, 0xc075, 0xc076, 0xc077, 0xc078, /*0x90-0x97*/
+  0xc079, 0xc07a, 0xc07b, 0xf4ee, 0xc07c, 0xc07d, 0xc07e, 0xe6f9, /*0x98-0x9f*/
+  0xbec0, 0xe6fa, 0xbaec, 0xe6fb, 0xcfcb, 0xe6fc, 0xd4bc, 0xbcb6, /*0xa0-0xa7*/
+  0xe6fd, 0xe6fe, 0xbccd, 0xc8d2, 0xceb3, 0xe7a1, 0xc080, 0xb4bf, /*0xa8-0xaf*/
+  0xe7a2, 0xc9b4, 0xb8d9, 0xc4c9, 0xc081, 0xd7dd, 0xc2da, 0xb7d7, /*0xb0-0xb7*/
+  0xd6bd, 0xcec6, 0xb7c4, 0xc082, 0xc083, 0xc5a6, 0xe7a3, 0xcfdf, /*0xb8-0xbf*/
+  0xe7a4, 0xe7a5, 0xe7a6, 0xc1b7, 0xd7e9, 0xc9f0, 0xcfb8, 0xd6af, /*0xc0-0xc7*/
+  0xd6d5, 0xe7a7, 0xb0ed, 0xe7a8, 0xe7a9, 0xc9dc, 0xd2ef, 0xbead, /*0xc8-0xcf*/
+  0xe7aa, 0xb0f3, 0xc8de, 0xbde1, 0xe7ab, 0xc8c6, 0xc084, 0xe7ac, /*0xd0-0xd7*/
+  0xbbe6, 0xb8f8, 0xd1a4, 0xe7ad, 0xc2e7, 0xbef8, 0xbdca, 0xcdb3, /*0xd8-0xdf*/
+  0xe7ae, 0xe7af, 0xbeee, 0xd0e5, 0xc085, 0xcbe7, 0xccd0, 0xbccc, /*0xe0-0xe7*/
+  0xe7b0, 0xbca8, 0xd0f7, 0xe7b1, 0xc086, 0xd0f8, 0xe7b2, 0xe7b3, /*0xe8-0xef*/
+  0xb4c2, 0xe7b4, 0xe7b5, 0xc9fe, 0xceac, 0xc3e0, 0xe7b7, 0xb1c1, /*0xf0-0xf7*/
+  0xb3f1, 0xc087, 0xe7b8, 0xe7b9, 0xd7db, 0xd5c0, 0xe7ba, 0xc2cc, /*0xf8-0xff*/
+  /* 0x7f00 */
+  0xd7ba, 0xe7bb, 0xe7bc, 0xe7bd, 0xbcea, 0xc3e5, 0xc0c2, 0xe7be, /*0x00-0x07*/
+  0xe7bf, 0xbca9, 0xc088, 0xe7c0, 0xe7c1, 0xe7b6, 0xb6d0, 0xe7c2, /*0x08-0x0f*/
+  0xc089, 0xe7c3, 0xe7c4, 0xbbba, 0xb5de, 0xc2c6, 0xb1e0, 0xe7c5, /*0x10-0x17*/
+  0xd4b5, 0xe7c6, 0xb8bf, 0xe7c8, 0xe7c7, 0xb7ec, 0xc08a, 0xe7c9, /*0x18-0x1f*/
+  0xb2f8, 0xe7ca, 0xe7cb, 0xe7cc, 0xe7cd, 0xe7ce, 0xe7cf, 0xe7d0, /*0x20-0x27*/
+  0xd3a7, 0xcbf5, 0xe7d1, 0xe7d2, 0xe7d3, 0xe7d4, 0xc9c9, 0xe7d5, /*0x28-0x2f*/
+  0xe7d6, 0xe7d7, 0xe7d8, 0xe7d9, 0xbdc9, 0xe7da, 0xf3be, 0xc08b, /*0x30-0x37*/
+  0xb8d7, 0xc08c, 0xc8b1, 0xc08d, 0xc08e, 0xc08f, 0xc090, 0xc091, /*0x38-0x3f*/
+  0xc092, 0xc093, 0xf3bf, 0xc094, 0xf3c0, 0xf3c1, 0xc095, 0xc096, /*0x40-0x47*/
+  0xc097, 0xc098, 0xc099, 0xc09a, 0xc09b, 0xc09c, 0xc09d, 0xc09e, /*0x48-0x4f*/
+  0xb9de, 0xcdf8, 0xc09f, 0xc0a0, 0xd8e8, 0xbab1, 0xc140, 0xc2de, /*0x50-0x57*/
+  0xeeb7, 0xc141, 0xb7a3, 0xc142, 0xc143, 0xc144, 0xc145, 0xeeb9, /*0x58-0x5f*/
+  0xc146, 0xeeb8, 0xb0d5, 0xc147, 0xc148, 0xc149, 0xc14a, 0xc14b, /*0x60-0x67*/
+  0xeebb, 0xd5d6, 0xd7ef, 0xc14c, 0xc14d, 0xc14e, 0xd6c3, 0xc14f, /*0x68-0x6f*/
+  0xc150, 0xeebd, 0xcaf0, 0xc151, 0xeebc, 0xc152, 0xc153, 0xc154, /*0x70-0x77*/
+  0xc155, 0xeebe, 0xc156, 0xc157, 0xc158, 0xc159, 0xeec0, 0xc15a, /*0x78-0x7f*/
+  0xc15b, 0xeebf, 0xc15c, 0xc15d, 0xc15e, 0xc15f, 0xc160, 0xc161, /*0x80-0x87*/
+  0xc162, 0xc163, 0xd1f2, 0xc164, 0xc7bc, 0xc165, 0xc3c0, 0xc166, /*0x88-0x8f*/
+  0xc167, 0xc168, 0xc169, 0xc16a, 0xb8e1, 0xc16b, 0xc16c, 0xc16d, /*0x90-0x97*/
+  0xc16e, 0xc16f, 0xc1e7, 0xc170, 0xc171, 0xf4c6, 0xd0df, 0xf4c7, /*0x98-0x9f*/
+  0xc172, 0xcfdb, 0xc173, 0xc174, 0xc8ba, 0xc175, 0xc176, 0xf4c8, /*0xa0-0xa7*/
+  0xc177, 0xc178, 0xc179, 0xc17a, 0xc17b, 0xc17c, 0xc17d, 0xf4c9, /*0xa8-0xaf*/
+  0xf4ca, 0xc17e, 0xf4cb, 0xc180, 0xc181, 0xc182, 0xc183, 0xc184, /*0xb0-0xb7*/
+  0xd9fa, 0xb8fe, 0xc185, 0xc186, 0xe5f1, 0xd3f0, 0xc187, 0xf4e0, /*0xb8-0xbf*/
+  0xc188, 0xcecc, 0xc189, 0xc18a, 0xc18b, 0xb3e1, 0xc18c, 0xc18d, /*0xc0-0xc7*/
+  0xc18e, 0xc18f, 0xf1b4, 0xc190, 0xd2ee, 0xc191, 0xf4e1, 0xc192, /*0xc8-0xcf*/
+  0xc193, 0xc194, 0xc195, 0xc196, 0xcfe8, 0xf4e2, 0xc197, 0xc198, /*0xd0-0xd7*/
+  0xc7cc, 0xc199, 0xc19a, 0xc19b, 0xc19c, 0xc19d, 0xc19e, 0xb5d4, /*0xd8-0xdf*/
+  0xb4e4, 0xf4e4, 0xc19f, 0xc1a0, 0xc240, 0xf4e3, 0xf4e5, 0xc241, /*0xe0-0xe7*/
+  0xc242, 0xf4e6, 0xc243, 0xc244, 0xc245, 0xc246, 0xf4e7, 0xc247, /*0xe8-0xef*/
+  0xbab2, 0xb0bf, 0xc248, 0xf4e8, 0xc249, 0xc24a, 0xc24b, 0xc24c, /*0xf0-0xf7*/
+  0xc24d, 0xc24e, 0xc24f, 0xb7ad, 0xd2ed, 0xc250, 0xc251, 0xc252, /*0xf8-0xff*/
+  /* 0x8000 */
+  0xd2ab, 0xc0cf, 0xc253, 0xbfbc, 0xeba3, 0xd5df, 0xeac8, 0xc254, /*0x00-0x07*/
+  0xc255, 0xc256, 0xc257, 0xf1f3, 0xb6f8, 0xcba3, 0xc258, 0xc259, /*0x08-0x0f*/
+  0xc4cd, 0xc25a, 0xf1e7, 0xc25b, 0xf1e8, 0xb8fb, 0xf1e9, 0xbac4, /*0x10-0x17*/
+  0xd4c5, 0xb0d2, 0xc25c, 0xc25d, 0xf1ea, 0xc25e, 0xc25f, 0xc260, /*0x18-0x1f*/
+  0xf1eb, 0xc261, 0xf1ec, 0xc262, 0xc263, 0xf1ed, 0xf1ee, 0xf1ef, /*0x20-0x27*/
+  0xf1f1, 0xf1f0, 0xc5d5, 0xc264, 0xc265, 0xc266, 0xc267, 0xc268, /*0x28-0x2f*/
+  0xc269, 0xf1f2, 0xc26a, 0xb6fa, 0xc26b, 0xf1f4, 0xd2ae, 0xdec7, /*0x30-0x37*/
+  0xcbca, 0xc26c, 0xc26d, 0xb3dc, 0xc26e, 0xb5a2, 0xc26f, 0xb9a2, /*0x38-0x3f*/
+  0xc270, 0xc271, 0xc4f4, 0xf1f5, 0xc272, 0xc273, 0xf1f6, 0xc274, /*0x40-0x47*/
+  0xc275, 0xc276, 0xc1c4, 0xc1fb, 0xd6b0, 0xf1f7, 0xc277, 0xc278, /*0x48-0x4f*/
+  0xc279, 0xc27a, 0xf1f8, 0xc27b, 0xc1aa, 0xc27c, 0xc27d, 0xc27e, /*0x50-0x57*/
+  0xc6b8, 0xc280, 0xbedb, 0xc281, 0xc282, 0xc283, 0xc284, 0xc285, /*0x58-0x5f*/
+  0xc286, 0xc287, 0xc288, 0xc289, 0xc28a, 0xc28b, 0xc28c, 0xc28d, /*0x60-0x67*/
+  0xc28e, 0xf1f9, 0xb4cf, 0xc28f, 0xc290, 0xc291, 0xc292, 0xc293, /*0x68-0x6f*/
+  0xc294, 0xf1fa, 0xc295, 0xc296, 0xc297, 0xc298, 0xc299, 0xc29a, /*0x70-0x77*/
+  0xc29b, 0xc29c, 0xc29d, 0xc29e, 0xc29f, 0xc2a0, 0xc340, 0xedb2, /*0x78-0x7f*/
+  0xedb1, 0xc341, 0xc342, 0xcbe0, 0xd2de, 0xc343, 0xcbc1, 0xd5d8, /*0x80-0x87*/
+  0xc344, 0xc8e2, 0xc345, 0xc0df, 0xbca1, 0xc346, 0xc347, 0xc348, /*0x88-0x8f*/
+  0xc349, 0xc34a, 0xc34b, 0xebc1, 0xc34c, 0xc34d, 0xd0a4, 0xc34e, /*0x90-0x97*/
+  0xd6e2, 0xc34f, 0xb6c7, 0xb8d8, 0xebc0, 0xb8ce, 0xc350, 0xebbf, /*0x98-0x9f*/
+  0xb3a6, 0xb9c9, 0xd6ab, 0xc351, 0xb7f4, 0xb7ca, 0xc352, 0xc353, /*0xa0-0xa7*/
+  0xc354, 0xbce7, 0xb7be, 0xebc6, 0xc355, 0xebc7, 0xb0b9, 0xbfcf, /*0xa8-0xaf*/
+  0xc356, 0xebc5, 0xd3fd, 0xc357, 0xebc8, 0xc358, 0xc359, 0xebc9, /*0xb0-0xb7*/
+  0xc35a, 0xc35b, 0xb7ce, 0xc35c, 0xebc2, 0xebc4, 0xc9f6, 0xd6d7, /*0xb8-0xbf*/
+  0xd5cd, 0xd0b2, 0xebcf, 0xceb8, 0xebd0, 0xc35d, 0xb5a8, 0xc35e, /*0xc0-0xc7*/
+  0xc35f, 0xc360, 0xc361, 0xc362, 0xb1b3, 0xebd2, 0xcca5, 0xc363, /*0xc8-0xcf*/
+  0xc364, 0xc365, 0xc366, 0xc367, 0xc368, 0xc369, 0xc5d6, 0xebd3, /*0xd0-0xd7*/
+  0xc36a, 0xebd1, 0xc5df, 0xebce, 0xcaa4, 0xebd5, 0xb0fb, 0xc36b, /*0xd8-0xdf*/
+  0xc36c, 0xbafa, 0xc36d, 0xc36e, 0xd8b7, 0xf1e3, 0xc36f, 0xebca, /*0xe0-0xe7*/
+  0xebcb, 0xebcc, 0xebcd, 0xebd6, 0xe6c0, 0xebd9, 0xc370, 0xbfe8, /*0xe8-0xef*/
+  0xd2c8, 0xebd7, 0xebdc, 0xb8ec, 0xebd8, 0xc371, 0xbdba, 0xc372, /*0xf0-0xf7*/
+  0xd0d8, 0xc373, 0xb0b7, 0xc374, 0xebdd, 0xc4dc, 0xc375, 0xc376, /*0xf8-0xff*/
+  /* 0x8100 */
+  0xc377, 0xc378, 0xd6ac, 0xc379, 0xc37a, 0xc37b, 0xb4e0, 0xc37c, /*0x00-0x07*/
+  0xc37d, 0xc2f6, 0xbcb9, 0xc37e, 0xc380, 0xebda, 0xebdb, 0xd4e0, /*0x08-0x0f*/
+  0xc6ea, 0xc4d4, 0xebdf, 0xc5a7, 0xd9f5, 0xc381, 0xb2b1, 0xc382, /*0x10-0x17*/
+  0xebe4, 0xc383, 0xbdc5, 0xc384, 0xc385, 0xc386, 0xebe2, 0xc387, /*0x18-0x1f*/
+  0xc388, 0xc389, 0xc38a, 0xc38b, 0xc38c, 0xc38d, 0xc38e, 0xc38f, /*0x20-0x27*/
+  0xc390, 0xc391, 0xc392, 0xc393, 0xebe3, 0xc394, 0xc395, 0xb8ac, /*0x28-0x2f*/
+  0xc396, 0xcdd1, 0xebe5, 0xc397, 0xc398, 0xc399, 0xebe1, 0xc39a, /*0x30-0x37*/
+  0xc1b3, 0xc39b, 0xc39c, 0xc39d, 0xc39e, 0xc39f, 0xc6a2, 0xc3a0, /*0x38-0x3f*/
+  0xc440, 0xc441, 0xc442, 0xc443, 0xc444, 0xc445, 0xccf3, 0xc446, /*0x40-0x47*/
+  0xebe6, 0xc447, 0xc0b0, 0xd2b8, 0xebe7, 0xc448, 0xc449, 0xc44a, /*0x48-0x4f*/
+  0xb8af, 0xb8ad, 0xc44b, 0xebe8, 0xc7bb, 0xcdf3, 0xc44c, 0xc44d, /*0x50-0x57*/
+  0xc44e, 0xebea, 0xebeb, 0xc44f, 0xc450, 0xc451, 0xc452, 0xc453, /*0x58-0x5f*/
+  0xebed, 0xc454, 0xc455, 0xc456, 0xc457, 0xd0c8, 0xc458, 0xebf2, /*0x60-0x67*/
+  0xc459, 0xebee, 0xc45a, 0xc45b, 0xc45c, 0xebf1, 0xc8f9, 0xc45d, /*0x68-0x6f*/
+  0xd1fc, 0xebec, 0xc45e, 0xc45f, 0xebe9, 0xc460, 0xc461, 0xc462, /*0x70-0x77*/
+  0xc463, 0xb8b9, 0xcfd9, 0xc4e5, 0xebef, 0xebf0, 0xccda, 0xcdc8, /*0x78-0x7f*/
+  0xb0f2, 0xc464, 0xebf6, 0xc465, 0xc466, 0xc467, 0xc468, 0xc469, /*0x80-0x87*/
+  0xebf5, 0xc46a, 0xb2b2, 0xc46b, 0xc46c, 0xc46d, 0xc46e, 0xb8e0, /*0x88-0x8f*/
+  0xc46f, 0xebf7, 0xc470, 0xc471, 0xc472, 0xc473, 0xc474, 0xc475, /*0x90-0x97*/
+  0xb1ec, 0xc476, 0xc477, 0xccc5, 0xc4a4, 0xcfa5, 0xc478, 0xc479, /*0x98-0x9f*/
+  0xc47a, 0xc47b, 0xc47c, 0xebf9, 0xc47d, 0xc47e, 0xeca2, 0xc480, /*0xa0-0xa7*/
+  0xc5f2, 0xc481, 0xebfa, 0xc482, 0xc483, 0xc484, 0xc485, 0xc486, /*0xa8-0xaf*/
+  0xc487, 0xc488, 0xc489, 0xc9c5, 0xc48a, 0xc48b, 0xc48c, 0xc48d, /*0xb0-0xb7*/
+  0xc48e, 0xc48f, 0xe2df, 0xebfe, 0xc490, 0xc491, 0xc492, 0xc493, /*0xb8-0xbf*/
+  0xcdce, 0xeca1, 0xb1db, 0xd3b7, 0xc494, 0xc495, 0xd2dc, 0xc496, /*0xc0-0xc7*/
+  0xc497, 0xc498, 0xebfd, 0xc499, 0xebfb, 0xc49a, 0xc49b, 0xc49c, /*0xc8-0xcf*/
+  0xc49d, 0xc49e, 0xc49f, 0xc4a0, 0xc540, 0xc541, 0xc542, 0xc543, /*0xd0-0xd7*/
+  0xc544, 0xc545, 0xc546, 0xc547, 0xc548, 0xc549, 0xc54a, 0xc54b, /*0xd8-0xdf*/
+  0xc54c, 0xc54d, 0xc54e, 0xb3bc, 0xc54f, 0xc550, 0xc551, 0xeab0, /*0xe0-0xe7*/
+  0xc552, 0xc553, 0xd7d4, 0xc554, 0xf4ab, 0xb3f4, 0xc555, 0xc556, /*0xe8-0xef*/
+  0xc557, 0xc558, 0xc559, 0xd6c1, 0xd6c2, 0xc55a, 0xc55b, 0xc55c, /*0xf0-0xf7*/
+  0xc55d, 0xc55e, 0xc55f, 0xd5e9, 0xbeca, 0xc560, 0xf4a7, 0xc561, /*0xf8-0xff*/
+  /* 0x8200 */
+  0xd2a8, 0xf4a8, 0xf4a9, 0xc562, 0xf4aa, 0xbecb, 0xd3df, 0xc563, /*0x00-0x07*/
+  0xc564, 0xc565, 0xc566, 0xc567, 0xc9e0, 0xc9e1, 0xc568, 0xc569, /*0x08-0x0f*/
+  0xf3c2, 0xc56a, 0xcae6, 0xc56b, 0xccf2, 0xc56c, 0xc56d, 0xc56e, /*0x10-0x17*/
+  0xc56f, 0xc570, 0xc571, 0xe2b6, 0xcbb4, 0xc572, 0xcee8, 0xd6db, /*0x18-0x1f*/
+  0xc573, 0xf4ad, 0xf4ae, 0xf4af, 0xc574, 0xc575, 0xc576, 0xc577, /*0x20-0x27*/
+  0xf4b2, 0xc578, 0xbabd, 0xf4b3, 0xb0e3, 0xf4b0, 0xc579, 0xf4b1, /*0x28-0x2f*/
+  0xbda2, 0xb2d5, 0xc57a, 0xf4b6, 0xf4b7, 0xb6e6, 0xb2b0, 0xcfcf, /*0x30-0x37*/
+  0xf4b4, 0xb4ac, 0xc57b, 0xf4b5, 0xc57c, 0xc57d, 0xf4b8, 0xc57e, /*0x38-0x3f*/
+  0xc580, 0xc581, 0xc582, 0xc583, 0xf4b9, 0xc584, 0xc585, 0xcda7, /*0x40-0x47*/
+  0xc586, 0xf4ba, 0xc587, 0xf4bb, 0xc588, 0xc589, 0xc58a, 0xf4bc, /*0x48-0x4f*/
+  0xc58b, 0xc58c, 0xc58d, 0xc58e, 0xc58f, 0xc590, 0xc591, 0xc592, /*0x50-0x57*/
+  0xcbd2, 0xc593, 0xf4bd, 0xc594, 0xc595, 0xc596, 0xc597, 0xf4be, /*0x58-0x5f*/
+  0xc598, 0xc599, 0xc59a, 0xc59b, 0xc59c, 0xc59d, 0xc59e, 0xc59f, /*0x60-0x67*/
+  0xf4bf, 0xc5a0, 0xc640, 0xc641, 0xc642, 0xc643, 0xf4de, 0xc1bc, /*0x68-0x6f*/
+  0xbce8, 0xc644, 0xc9ab, 0xd1de, 0xe5f5, 0xc645, 0xc646, 0xc647, /*0x70-0x77*/
+  0xc648, 0xdcb3, 0xd2d5, 0xc649, 0xc64a, 0xdcb4, 0xb0ac, 0xdcb5, /*0x78-0x7f*/
+  0xc64b, 0xc64c, 0xbdda, 0xc64d, 0xdcb9, 0xc64e, 0xc64f, 0xc650, /*0x80-0x87*/
+  0xd8c2, 0xc651, 0xdcb7, 0xd3f3, 0xc652, 0xc9d6, 0xdcba, 0xdcb6, /*0x88-0x8f*/
+  0xc653, 0xdcbb, 0xc3a2, 0xc654, 0xc655, 0xc656, 0xc657, 0xdcbc, /*0x90-0x97*/
+  0xdcc5, 0xdcbd, 0xc658, 0xc659, 0xcedf, 0xd6a5, 0xc65a, 0xdccf, /*0x98-0x9f*/
+  0xc65b, 0xdccd, 0xc65c, 0xc65d, 0xdcd2, 0xbde6, 0xc2ab, 0xc65e, /*0xa0-0xa7*/
+  0xdcb8, 0xdccb, 0xdcce, 0xdcbe, 0xb7d2, 0xb0c5, 0xdcc7, 0xd0be, /*0xa8-0xaf*/
+  0xdcc1, 0xbba8, 0xc65f, 0xb7bc, 0xdccc, 0xc660, 0xc661, 0xdcc6, /*0xb0-0xb7*/
+  0xdcbf, 0xc7db, 0xc662, 0xc663, 0xc664, 0xd1bf, 0xdcc0, 0xc665, /*0xb8-0xbf*/
+  0xc666, 0xdcca, 0xc667, 0xc668, 0xdcd0, 0xc669, 0xc66a, 0xcead, /*0xc0-0xc7*/
+  0xdcc2, 0xc66b, 0xdcc3, 0xdcc8, 0xdcc9, 0xb2d4, 0xdcd1, 0xcbd5, /*0xc8-0xcf*/
+  0xc66c, 0xd4b7, 0xdcdb, 0xdcdf, 0xcca6, 0xdce6, 0xc66d, 0xc3e7, /*0xd0-0xd7*/
+  0xdcdc, 0xc66e, 0xc66f, 0xbfc1, 0xdcd9, 0xc670, 0xb0fa, 0xb9b6, /*0xd8-0xdf*/
+  0xdce5, 0xdcd3, 0xc671, 0xdcc4, 0xdcd6, 0xc8f4, 0xbfe0, 0xc672, /*0xe0-0xe7*/
+  0xc673, 0xc674, 0xc675, 0xc9bb, 0xc676, 0xc677, 0xc678, 0xb1bd, /*0xe8-0xef*/
+  0xc679, 0xd3a2, 0xc67a, 0xc67b, 0xdcda, 0xc67c, 0xc67d, 0xdcd5, /*0xf0-0xf7*/
+  0xc67e, 0xc6bb, 0xc680, 0xdcde, 0xc681, 0xc682, 0xc683, 0xc684, /*0xf8-0xff*/
+  /* 0x8300 */
+  0xc685, 0xd7c2, 0xc3af, 0xb7b6, 0xc7d1, 0xc3a9, 0xdce2, 0xdcd8, /*0x00-0x07*/
+  0xdceb, 0xdcd4, 0xc686, 0xc687, 0xdcdd, 0xc688, 0xbea5, 0xdcd7, /*0x08-0x0f*/
+  0xc689, 0xdce0, 0xc68a, 0xc68b, 0xdce3, 0xdce4, 0xc68c, 0xdcf8, /*0x10-0x17*/
+  0xc68d, 0xc68e, 0xdce1, 0xdda2, 0xdce7, 0xc68f, 0xc690, 0xc691, /*0x18-0x1f*/
+  0xc692, 0xc693, 0xc694, 0xc695, 0xc696, 0xc697, 0xc698, 0xbceb, /*0x20-0x27*/
+  0xb4c4, 0xc699, 0xc69a, 0xc3a3, 0xb2e7, 0xdcfa, 0xc69b, 0xdcf2, /*0x28-0x2f*/
+  0xc69c, 0xdcef, 0xc69d, 0xdcfc, 0xdcee, 0xd2f0, 0xb2e8, 0xc69e, /*0x30-0x37*/
+  0xc8d7, 0xc8e3, 0xdcfb, 0xc69f, 0xdced, 0xc6a0, 0xc740, 0xc741, /*0x38-0x3f*/
+  0xdcf7, 0xc742, 0xc743, 0xdcf5, 0xc744, 0xc745, 0xbea3, 0xdcf4, /*0x40-0x47*/
+  0xc746, 0xb2dd, 0xc747, 0xc748, 0xc749, 0xc74a, 0xc74b, 0xdcf3, /*0x48-0x4f*/
+  0xbcf6, 0xdce8, 0xbbc4, 0xc74c, 0xc0f3, 0xc74d, 0xc74e, 0xc74f, /*0x50-0x57*/
+  0xc750, 0xc751, 0xbcd4, 0xdce9, 0xdcea, 0xc752, 0xdcf1, 0xdcf6, /*0x58-0x5f*/
+  0xdcf9, 0xb5b4, 0xc753, 0xc8d9, 0xbbe7, 0xdcfe, 0xdcfd, 0xd3ab, /*0x60-0x67*/
+  0xdda1, 0xdda3, 0xdda5, 0xd2f1, 0xdda4, 0xdda6, 0xdda7, 0xd2a9, /*0x68-0x6f*/
+  0xc754, 0xc755, 0xc756, 0xc757, 0xc758, 0xc759, 0xc75a, 0xbac9, /*0x70-0x77*/
+  0xdda9, 0xc75b, 0xc75c, 0xddb6, 0xddb1, 0xddb4, 0xc75d, 0xc75e, /*0x78-0x7f*/
+  0xc75f, 0xc760, 0xc761, 0xc762, 0xc763, 0xddb0, 0xc6ce, 0xc764, /*0x80-0x87*/
+  0xc765, 0xc0f2, 0xc766, 0xc767, 0xc768, 0xc769, 0xc9af, 0xc76a, /*0x88-0x8f*/
+  0xc76b, 0xc76c, 0xdcec, 0xddae, 0xc76d, 0xc76e, 0xc76f, 0xc770, /*0x90-0x97*/
+  0xddb7, 0xc771, 0xc772, 0xdcf0, 0xddaf, 0xc773, 0xddb8, 0xc774, /*0x98-0x9f*/
+  0xddac, 0xc775, 0xc776, 0xc777, 0xc778, 0xc779, 0xc77a, 0xc77b, /*0xa0-0xa7*/
+  0xddb9, 0xddb3, 0xddad, 0xc4aa, 0xc77c, 0xc77d, 0xc77e, 0xc780, /*0xa8-0xaf*/
+  0xdda8, 0xc0b3, 0xc1ab, 0xddaa, 0xddab, 0xc781, 0xddb2, 0xbbf1, /*0xb0-0xb7*/
+  0xddb5, 0xd3a8, 0xddba, 0xc782, 0xddbb, 0xc3a7, 0xc783, 0xc784, /*0xb8-0xbf*/
+  0xddd2, 0xddbc, 0xc785, 0xc786, 0xc787, 0xddd1, 0xc788, 0xb9bd, /*0xc0-0xc7*/
+  0xc789, 0xc78a, 0xbed5, 0xc78b, 0xbefa, 0xc78c, 0xc78d, 0xbaca, /*0xc8-0xcf*/
+  0xc78e, 0xc78f, 0xc790, 0xc791, 0xddca, 0xc792, 0xddc5, 0xc793, /*0xd0-0xd7*/
+  0xddbf, 0xc794, 0xc795, 0xc796, 0xb2cb, 0xddc3, 0xc797, 0xddcb, /*0xd8-0xdf*/
+  0xb2a4, 0xddd5, 0xc798, 0xc799, 0xc79a, 0xddbe, 0xc79b, 0xc79c, /*0xe0-0xe7*/
+  0xc79d, 0xc6d0, 0xddd0, 0xc79e, 0xc79f, 0xc7a0, 0xc840, 0xc841, /*0xe8-0xef*/
+  0xddd4, 0xc1e2, 0xb7c6, 0xc842, 0xc843, 0xc844, 0xc845, 0xc846, /*0xf0-0xf7*/
+  0xddce, 0xddcf, 0xc847, 0xc848, 0xc849, 0xddc4, 0xc84a, 0xc84b, /*0xf8-0xff*/
+  /* 0x8400 */
+  0xc84c, 0xddbd, 0xc84d, 0xddcd, 0xccd1, 0xc84e, 0xddc9, 0xc84f, /*0x00-0x07*/
+  0xc850, 0xc851, 0xc852, 0xddc2, 0xc3c8, 0xc6bc, 0xceae, 0xddcc, /*0x08-0x0f*/
+  0xc853, 0xddc8, 0xc854, 0xc855, 0xc856, 0xc857, 0xc858, 0xc859, /*0x10-0x17*/
+  0xddc1, 0xc85a, 0xc85b, 0xc85c, 0xddc6, 0xc2dc, 0xc85d, 0xc85e, /*0x18-0x1f*/
+  0xc85f, 0xc860, 0xc861, 0xc862, 0xd3a9, 0xd3aa, 0xddd3, 0xcff4, /*0x20-0x27*/
+  0xc8f8, 0xc863, 0xc864, 0xc865, 0xc866, 0xc867, 0xc868, 0xc869, /*0x28-0x2f*/
+  0xc86a, 0xdde6, 0xc86b, 0xc86c, 0xc86d, 0xc86e, 0xc86f, 0xc870, /*0x30-0x37*/
+  0xddc7, 0xc871, 0xc872, 0xc873, 0xdde0, 0xc2e4, 0xc874, 0xc875, /*0x38-0x3f*/
+  0xc876, 0xc877, 0xc878, 0xc879, 0xc87a, 0xc87b, 0xdde1, 0xc87c, /*0x40-0x47*/
+  0xc87d, 0xc87e, 0xc880, 0xc881, 0xc882, 0xc883, 0xc884, 0xc885, /*0x48-0x4f*/
+  0xc886, 0xddd7, 0xc887, 0xc888, 0xc889, 0xc88a, 0xc88b, 0xd6f8, /*0x50-0x57*/
+  0xc88c, 0xddd9, 0xddd8, 0xb8f0, 0xddd6, 0xc88d, 0xc88e, 0xc88f, /*0x58-0x5f*/
+  0xc890, 0xc6cf, 0xc891, 0xb6ad, 0xc892, 0xc893, 0xc894, 0xc895, /*0x60-0x67*/
+  0xc896, 0xdde2, 0xc897, 0xbaf9, 0xd4e1, 0xdde7, 0xc898, 0xc899, /*0x68-0x6f*/
+  0xc89a, 0xb4d0, 0xc89b, 0xddda, 0xc89c, 0xbffb, 0xdde3, 0xc89d, /*0x70-0x77*/
+  0xdddf, 0xc89e, 0xdddd, 0xc89f, 0xc8a0, 0xc940, 0xc941, 0xc942, /*0x78-0x7f*/
+  0xc943, 0xc944, 0xb5d9, 0xc945, 0xc946, 0xc947, 0xc948, 0xdddb, /*0x80-0x87*/
+  0xdddc, 0xddde, 0xc949, 0xbdaf, 0xdde4, 0xc94a, 0xdde5, 0xc94b, /*0x88-0x8f*/
+  0xc94c, 0xc94d, 0xc94e, 0xc94f, 0xc950, 0xc951, 0xc952, 0xddf5, /*0x90-0x97*/
+  0xc953, 0xc3c9, 0xc954, 0xc955, 0xcbe2, 0xc956, 0xc957, 0xc958, /*0x98-0x9f*/
+  0xc959, 0xddf2, 0xc95a, 0xc95b, 0xc95c, 0xc95d, 0xc95e, 0xc95f, /*0xa0-0xa7*/
+  0xc960, 0xc961, 0xc962, 0xc963, 0xc964, 0xc965, 0xc966, 0xd8e1, /*0xa8-0xaf*/
+  0xc967, 0xc968, 0xc6d1, 0xc969, 0xddf4, 0xc96a, 0xc96b, 0xc96c, /*0xb0-0xb7*/
+  0xd5f4, 0xddf3, 0xddf0, 0xc96d, 0xc96e, 0xddec, 0xc96f, 0xddef, /*0xb8-0xbf*/
+  0xc970, 0xdde8, 0xc971, 0xc972, 0xd0ee, 0xc973, 0xc974, 0xc975, /*0xc0-0xc7*/
+  0xc976, 0xc8d8, 0xddee, 0xc977, 0xc978, 0xdde9, 0xc979, 0xc97a, /*0xc8-0xcf*/
+  0xddea, 0xcbf2, 0xc97b, 0xdded, 0xc97c, 0xc97d, 0xb1cd, 0xc97e, /*0xd0-0xd7*/
+  0xc980, 0xc981, 0xc982, 0xc983, 0xc984, 0xc0b6, 0xc985, 0xbcbb, /*0xd8-0xdf*/
+  0xddf1, 0xc986, 0xc987, 0xddf7, 0xc988, 0xddf6, 0xddeb, 0xc989, /*0xe0-0xe7*/
+  0xc98a, 0xc98b, 0xc98c, 0xc98d, 0xc5ee, 0xc98e, 0xc98f, 0xc990, /*0xe8-0xef*/
+  0xddfb, 0xc991, 0xc992, 0xc993, 0xc994, 0xc995, 0xc996, 0xc997, /*0xf0-0xf7*/
+  0xc998, 0xc999, 0xc99a, 0xc99b, 0xdea4, 0xc99c, 0xc99d, 0xdea3, /*0xf8-0xff*/
+  /* 0x8500 */
+  0xc99e, 0xc99f, 0xc9a0, 0xca40, 0xca41, 0xca42, 0xca43, 0xca44, /*0x00-0x07*/
+  0xca45, 0xca46, 0xca47, 0xca48, 0xddf8, 0xca49, 0xca4a, 0xca4b, /*0x08-0x0f*/
+  0xca4c, 0xc3ef, 0xca4d, 0xc2fb, 0xca4e, 0xca4f, 0xca50, 0xd5e1, /*0x10-0x17*/
+  0xca51, 0xca52, 0xceb5, 0xca53, 0xca54, 0xca55, 0xca56, 0xddfd, /*0x18-0x1f*/
+  0xca57, 0xb2cc, 0xca58, 0xca59, 0xca5a, 0xca5b, 0xca5c, 0xca5d, /*0x20-0x27*/
+  0xca5e, 0xca5f, 0xca60, 0xc4e8, 0xcadf, 0xca61, 0xca62, 0xca63, /*0x28-0x2f*/
+  0xca64, 0xca65, 0xca66, 0xca67, 0xca68, 0xca69, 0xca6a, 0xc7be, /*0x30-0x37*/
+  0xddfa, 0xddfc, 0xddfe, 0xdea2, 0xb0aa, 0xb1ce, 0xca6b, 0xca6c, /*0x38-0x3f*/
+  0xca6d, 0xca6e, 0xca6f, 0xdeac, 0xca70, 0xca71, 0xca72, 0xca73, /*0x40-0x47*/
+  0xdea6, 0xbdb6, 0xc8ef, 0xca74, 0xca75, 0xca76, 0xca77, 0xca78, /*0x48-0x4f*/
+  0xca79, 0xca7a, 0xca7b, 0xca7c, 0xca7d, 0xca7e, 0xdea1, 0xca80, /*0x50-0x57*/
+  0xca81, 0xdea5, 0xca82, 0xca83, 0xca84, 0xca85, 0xdea9, 0xca86, /*0x58-0x5f*/
+  0xca87, 0xca88, 0xca89, 0xca8a, 0xdea8, 0xca8b, 0xca8c, 0xca8d, /*0x60-0x67*/
+  0xdea7, 0xca8e, 0xca8f, 0xca90, 0xca91, 0xca92, 0xca93, 0xca94, /*0x68-0x6f*/
+  0xca95, 0xca96, 0xdead, 0xca97, 0xd4cc, 0xca98, 0xca99, 0xca9a, /*0x70-0x77*/
+  0xca9b, 0xdeb3, 0xdeaa, 0xdeae, 0xca9c, 0xca9d, 0xc0d9, 0xca9e, /*0x78-0x7f*/
+  0xca9f, 0xcaa0, 0xcb40, 0xcb41, 0xb1a1, 0xdeb6, 0xcb42, 0xdeb1, /*0x80-0x87*/
+  0xcb43, 0xcb44, 0xcb45, 0xcb46, 0xcb47, 0xcb48, 0xcb49, 0xdeb2, /*0x88-0x8f*/
+  0xcb4a, 0xcb4b, 0xcb4c, 0xcb4d, 0xcb4e, 0xcb4f, 0xcb50, 0xcb51, /*0x90-0x97*/
+  0xcb52, 0xcb53, 0xcb54, 0xd1a6, 0xdeb5, 0xcb55, 0xcb56, 0xcb57, /*0x98-0x9f*/
+  0xcb58, 0xcb59, 0xcb5a, 0xcb5b, 0xdeaf, 0xcb5c, 0xcb5d, 0xcb5e, /*0xa0-0xa7*/
+  0xdeb0, 0xcb5f, 0xd0bd, 0xcb60, 0xcb61, 0xcb62, 0xdeb4, 0xcaed, /*0xa8-0xaf*/
+  0xdeb9, 0xcb63, 0xcb64, 0xcb65, 0xcb66, 0xcb67, 0xcb68, 0xdeb8, /*0xb0-0xb7*/
+  0xcb69, 0xdeb7, 0xcb6a, 0xcb6b, 0xcb6c, 0xcb6d, 0xcb6e, 0xcb6f, /*0xb8-0xbf*/
+  0xcb70, 0xdebb, 0xcb71, 0xcb72, 0xcb73, 0xcb74, 0xcb75, 0xcb76, /*0xc0-0xc7*/
+  0xcb77, 0xbde5, 0xcb78, 0xcb79, 0xcb7a, 0xcb7b, 0xcb7c, 0xb2d8, /*0xc8-0xcf*/
+  0xc3ea, 0xcb7d, 0xcb7e, 0xdeba, 0xcb80, 0xc5ba, 0xcb81, 0xcb82, /*0xd0-0xd7*/
+  0xcb83, 0xcb84, 0xcb85, 0xcb86, 0xdebc, 0xcb87, 0xcb88, 0xcb89, /*0xd8-0xdf*/
+  0xcb8a, 0xcb8b, 0xcb8c, 0xcb8d, 0xccd9, 0xcb8e, 0xcb8f, 0xcb90, /*0xe0-0xe7*/
+  0xcb91, 0xb7aa, 0xcb92, 0xcb93, 0xcb94, 0xcb95, 0xcb96, 0xcb97, /*0xe8-0xef*/
+  0xcb98, 0xcb99, 0xcb9a, 0xcb9b, 0xcb9c, 0xcb9d, 0xcb9e, 0xcb9f, /*0xf0-0xf7*/
+  0xcba0, 0xcc40, 0xcc41, 0xd4e5, 0xcc42, 0xcc43, 0xcc44, 0xdebd, /*0xf8-0xff*/
+  /* 0x8600 */
+  0xcc45, 0xcc46, 0xcc47, 0xcc48, 0xcc49, 0xdebf, 0xcc4a, 0xcc4b, /*0x00-0x07*/
+  0xcc4c, 0xcc4d, 0xcc4e, 0xcc4f, 0xcc50, 0xcc51, 0xcc52, 0xcc53, /*0x08-0x0f*/
+  0xcc54, 0xc4a2, 0xcc55, 0xcc56, 0xcc57, 0xcc58, 0xdec1, 0xcc59, /*0x10-0x17*/
+  0xcc5a, 0xcc5b, 0xcc5c, 0xcc5d, 0xcc5e, 0xcc5f, 0xcc60, 0xcc61, /*0x18-0x1f*/
+  0xcc62, 0xcc63, 0xcc64, 0xcc65, 0xcc66, 0xcc67, 0xcc68, 0xdebe, /*0x20-0x27*/
+  0xcc69, 0xdec0, 0xcc6a, 0xcc6b, 0xcc6c, 0xcc6d, 0xcc6e, 0xcc6f, /*0x28-0x2f*/
+  0xcc70, 0xcc71, 0xcc72, 0xcc73, 0xcc74, 0xcc75, 0xcc76, 0xcc77, /*0x30-0x37*/
+  0xd5ba, 0xcc78, 0xcc79, 0xcc7a, 0xdec2, 0xcc7b, 0xcc7c, 0xcc7d, /*0x38-0x3f*/
+  0xcc7e, 0xcc80, 0xcc81, 0xcc82, 0xcc83, 0xcc84, 0xcc85, 0xcc86, /*0x40-0x47*/
+  0xcc87, 0xcc88, 0xcc89, 0xcc8a, 0xcc8b, 0xf2ae, 0xbba2, 0xc2b2, /*0x48-0x4f*/
+  0xc5b0, 0xc2c7, 0xcc8c, 0xcc8d, 0xf2af, 0xcc8e, 0xcc8f, 0xcc90, /*0x50-0x57*/
+  0xcc91, 0xcc92, 0xd0e9, 0xcc93, 0xcc94, 0xcc95, 0xd3dd, 0xcc96, /*0x58-0x5f*/
+  0xcc97, 0xcc98, 0xebbd, 0xcc99, 0xcc9a, 0xcc9b, 0xcc9c, 0xcc9d, /*0x60-0x67*/
+  0xcc9e, 0xcc9f, 0xcca0, 0xb3e6, 0xf2b0, 0xcd40, 0xf2b1, 0xcd41, /*0x68-0x6f*/
+  0xcd42, 0xcaad, 0xcd43, 0xcd44, 0xcd45, 0xcd46, 0xcd47, 0xcd48, /*0x70-0x77*/
+  0xcd49, 0xbae7, 0xf2b3, 0xf2b5, 0xf2b4, 0xcbe4, 0xcfba, 0xf2b2, /*0x78-0x7f*/
+  0xcab4, 0xd2cf, 0xc2ec, 0xcd4a, 0xcd4b, 0xcd4c, 0xcd4d, 0xcd4e, /*0x80-0x87*/
+  0xcd4f, 0xcd50, 0xcec3, 0xf2b8, 0xb0f6, 0xf2b7, 0xcd51, 0xcd52, /*0x88-0x8f*/
+  0xcd53, 0xcd54, 0xcd55, 0xf2be, 0xcd56, 0xb2cf, 0xcd57, 0xcd58, /*0x90-0x97*/
+  0xcd59, 0xcd5a, 0xcd5b, 0xcd5c, 0xd1c1, 0xf2ba, 0xcd5d, 0xcd5e, /*0x98-0x9f*/
+  0xcd5f, 0xcd60, 0xcd61, 0xf2bc, 0xd4e9, 0xcd62, 0xcd63, 0xf2bb, /*0xa0-0xa7*/
+  0xf2b6, 0xf2bf, 0xf2bd, 0xcd64, 0xf2b9, 0xcd65, 0xcd66, 0xf2c7, /*0xa8-0xaf*/
+  0xf2c4, 0xf2c6, 0xcd67, 0xcd68, 0xf2ca, 0xf2c2, 0xf2c0, 0xcd69, /*0xb0-0xb7*/
+  0xcd6a, 0xcd6b, 0xf2c5, 0xcd6c, 0xcd6d, 0xcd6e, 0xcd6f, 0xcd70, /*0xb8-0xbf*/
+  0xd6fb, 0xcd71, 0xcd72, 0xcd73, 0xf2c1, 0xcd74, 0xc7f9, 0xc9df, /*0xc0-0xc7*/
+  0xcd75, 0xf2c8, 0xb9c6, 0xb5b0, 0xcd76, 0xcd77, 0xf2c3, 0xf2c9, /*0xc8-0xcf*/
+  0xf2d0, 0xf2d6, 0xcd78, 0xcd79, 0xbbd7, 0xcd7a, 0xcd7b, 0xcd7c, /*0xd0-0xd7*/
+  0xf2d5, 0xcddc, 0xcd7d, 0xd6eb, 0xcd7e, 0xcd80, 0xf2d2, 0xf2d4, /*0xd8-0xdf*/
+  0xcd81, 0xcd82, 0xcd83, 0xcd84, 0xb8f2, 0xcd85, 0xcd86, 0xcd87, /*0xe0-0xe7*/
+  0xcd88, 0xf2cb, 0xcd89, 0xcd8a, 0xcd8b, 0xf2ce, 0xc2f9, 0xcd8c, /*0xe8-0xef*/
+  0xd5dd, 0xf2cc, 0xf2cd, 0xf2cf, 0xf2d3, 0xcd8d, 0xcd8e, 0xcd8f, /*0xf0-0xf7*/
+  0xf2d9, 0xd3bc, 0xcd90, 0xcd91, 0xcd92, 0xcd93, 0xb6ea, 0xcd94, /*0xf8-0xff*/
+  /* 0x8700 */
+  0xcaf1, 0xcd95, 0xb7e4, 0xf2d7, 0xcd96, 0xcd97, 0xcd98, 0xf2d8, /*0x00-0x07*/
+  0xf2da, 0xf2dd, 0xf2db, 0xcd99, 0xcd9a, 0xf2dc, 0xcd9b, 0xcd9c, /*0x08-0x0f*/
+  0xcd9d, 0xcd9e, 0xd1d1, 0xf2d1, 0xcd9f, 0xcdc9, 0xcda0, 0xcecf, /*0x10-0x17*/
+  0xd6a9, 0xce40, 0xf2e3, 0xce41, 0xc3db, 0xce42, 0xf2e0, 0xce43, /*0x18-0x1f*/
+  0xce44, 0xc0af, 0xf2ec, 0xf2de, 0xce45, 0xf2e1, 0xce46, 0xce47, /*0x20-0x27*/
+  0xce48, 0xf2e8, 0xce49, 0xce4a, 0xce4b, 0xce4c, 0xf2e2, 0xce4d, /*0x28-0x2f*/
+  0xce4e, 0xf2e7, 0xce4f, 0xce50, 0xf2e6, 0xce51, 0xce52, 0xf2e9, /*0x30-0x37*/
+  0xce53, 0xce54, 0xce55, 0xf2df, 0xce56, 0xce57, 0xf2e4, 0xf2ea, /*0x38-0x3f*/
+  0xce58, 0xce59, 0xce5a, 0xce5b, 0xce5c, 0xce5d, 0xce5e, 0xd3ac, /*0x40-0x47*/
+  0xf2e5, 0xb2f5, 0xce5f, 0xce60, 0xf2f2, 0xce61, 0xd0ab, 0xce62, /*0x48-0x4f*/
+  0xce63, 0xce64, 0xce65, 0xf2f5, 0xce66, 0xce67, 0xce68, 0xbbc8, /*0x50-0x57*/
+  0xce69, 0xf2f9, 0xce6a, 0xce6b, 0xce6c, 0xce6d, 0xce6e, 0xce6f, /*0x58-0x5f*/
+  0xf2f0, 0xce70, 0xce71, 0xf2f6, 0xf2f8, 0xf2fa, 0xce72, 0xce73, /*0x60-0x67*/
+  0xce74, 0xce75, 0xce76, 0xce77, 0xce78, 0xce79, 0xf2f3, 0xce7a, /*0x68-0x6f*/
+  0xf2f1, 0xce7b, 0xce7c, 0xce7d, 0xbafb, 0xce7e, 0xb5fb, 0xce80, /*0x70-0x77*/
+  0xce81, 0xce82, 0xce83, 0xf2ef, 0xf2f7, 0xf2ed, 0xf2ee, 0xce84, /*0x78-0x7f*/
+  0xce85, 0xce86, 0xf2eb, 0xf3a6, 0xce87, 0xf3a3, 0xce88, 0xce89, /*0x80-0x87*/
+  0xf3a2, 0xce8a, 0xce8b, 0xf2f4, 0xce8c, 0xc8da, 0xce8d, 0xce8e, /*0x88-0x8f*/
+  0xce8f, 0xce90, 0xce91, 0xf2fb, 0xce92, 0xce93, 0xce94, 0xf3a5, /*0x90-0x97*/
+  0xce95, 0xce96, 0xce97, 0xce98, 0xce99, 0xce9a, 0xce9b, 0xc3f8, /*0x98-0x9f*/
+  0xce9c, 0xce9d, 0xce9e, 0xce9f, 0xcea0, 0xcf40, 0xcf41, 0xcf42, /*0xa0-0xa7*/
+  0xf2fd, 0xcf43, 0xcf44, 0xf3a7, 0xf3a9, 0xf3a4, 0xcf45, 0xf2fc, /*0xa8-0xaf*/
+  0xcf46, 0xcf47, 0xcf48, 0xf3ab, 0xcf49, 0xf3aa, 0xcf4a, 0xcf4b, /*0xb0-0xb7*/
+  0xcf4c, 0xcf4d, 0xc2dd, 0xcf4e, 0xcf4f, 0xf3ae, 0xcf50, 0xcf51, /*0xb8-0xbf*/
+  0xf3b0, 0xcf52, 0xcf53, 0xcf54, 0xcf55, 0xcf56, 0xf3a1, 0xcf57, /*0xc0-0xc7*/
+  0xcf58, 0xcf59, 0xf3b1, 0xf3ac, 0xcf5a, 0xcf5b, 0xcf5c, 0xcf5d, /*0xc8-0xcf*/
+  0xcf5e, 0xf3af, 0xf2fe, 0xf3ad, 0xcf5f, 0xcf60, 0xcf61, 0xcf62, /*0xd0-0xd7*/
+  0xcf63, 0xcf64, 0xcf65, 0xf3b2, 0xcf66, 0xcf67, 0xcf68, 0xcf69, /*0xd8-0xdf*/
+  0xf3b4, 0xcf6a, 0xcf6b, 0xcf6c, 0xcf6d, 0xf3a8, 0xcf6e, 0xcf6f, /*0xe0-0xe7*/
+  0xcf70, 0xcf71, 0xf3b3, 0xcf72, 0xcf73, 0xcf74, 0xf3b5, 0xcf75, /*0xe8-0xef*/
+  0xcf76, 0xcf77, 0xcf78, 0xcf79, 0xcf7a, 0xcf7b, 0xcf7c, 0xcf7d, /*0xf0-0xf7*/
+  0xcf7e, 0xd0b7, 0xcf80, 0xcf81, 0xcf82, 0xcf83, 0xf3b8, 0xcf84, /*0xf8-0xff*/
+  /* 0x8800 */
+  0xcf85, 0xcf86, 0xcf87, 0xd9f9, 0xcf88, 0xcf89, 0xcf8a, 0xcf8b, /*0x00-0x07*/
+  0xcf8c, 0xcf8d, 0xf3b9, 0xcf8e, 0xcf8f, 0xcf90, 0xcf91, 0xcf92, /*0x08-0x0f*/
+  0xcf93, 0xcf94, 0xcf95, 0xf3b7, 0xcf96, 0xc8e4, 0xf3b6, 0xcf97, /*0x10-0x17*/
+  0xcf98, 0xcf99, 0xcf9a, 0xf3ba, 0xcf9b, 0xcf9c, 0xcf9d, 0xcf9e, /*0x18-0x1f*/
+  0xcf9f, 0xf3bb, 0xb4c0, 0xcfa0, 0xd040, 0xd041, 0xd042, 0xd043, /*0x20-0x27*/
+  0xd044, 0xd045, 0xd046, 0xd047, 0xd048, 0xd049, 0xd04a, 0xd04b, /*0x28-0x2f*/
+  0xd04c, 0xd04d, 0xeec3, 0xd04e, 0xd04f, 0xd050, 0xd051, 0xd052, /*0x30-0x37*/
+  0xd053, 0xf3bc, 0xd054, 0xd055, 0xf3bd, 0xd056, 0xd057, 0xd058, /*0x38-0x3f*/
+  0xd1aa, 0xd059, 0xd05a, 0xd05b, 0xf4ac, 0xd0c6, 0xd05c, 0xd05d, /*0x40-0x47*/
+  0xd05e, 0xd05f, 0xd060, 0xd061, 0xd0d0, 0xd1dc, 0xd062, 0xd063, /*0x48-0x4f*/
+  0xd064, 0xd065, 0xd066, 0xd067, 0xcfce, 0xd068, 0xd069, 0xbdd6, /*0x50-0x57*/
+  0xd06a, 0xd1c3, 0xd06b, 0xd06c, 0xd06d, 0xd06e, 0xd06f, 0xd070, /*0x58-0x5f*/
+  0xd071, 0xbae2, 0xe1e9, 0xd2c2, 0xf1c2, 0xb2b9, 0xd072, 0xd073, /*0x60-0x67*/
+  0xb1ed, 0xf1c3, 0xd074, 0xc9c0, 0xb3c4, 0xd075, 0xd9f2, 0xd076, /*0x68-0x6f*/
+  0xcba5, 0xd077, 0xf1c4, 0xd078, 0xd079, 0xd07a, 0xd07b, 0xd6d4, /*0x70-0x77*/
+  0xd07c, 0xd07d, 0xd07e, 0xd080, 0xd081, 0xf1c5, 0xf4c0, 0xf1c6, /*0x78-0x7f*/
+  0xd082, 0xd4ac, 0xf1c7, 0xd083, 0xb0c0, 0xf4c1, 0xd084, 0xd085, /*0x80-0x87*/
+  0xf4c2, 0xd086, 0xd087, 0xb4fc, 0xd088, 0xc5db, 0xd089, 0xd08a, /*0x88-0x8f*/
+  0xd08b, 0xd08c, 0xccbb, 0xd08d, 0xd08e, 0xd08f, 0xd0e4, 0xd090, /*0x90-0x97*/
+  0xd091, 0xd092, 0xd093, 0xd094, 0xcde0, 0xd095, 0xd096, 0xd097, /*0x98-0x9f*/
+  0xd098, 0xd099, 0xf1c8, 0xd09a, 0xd9f3, 0xd09b, 0xd09c, 0xd09d, /*0xa0-0xa7*/
+  0xd09e, 0xd09f, 0xd0a0, 0xb1bb, 0xd140, 0xcfae, 0xd141, 0xd142, /*0xa8-0xaf*/
+  0xd143, 0xb8a4, 0xd144, 0xd145, 0xd146, 0xd147, 0xd148, 0xf1ca, /*0xb0-0xb7*/
+  0xd149, 0xd14a, 0xd14b, 0xd14c, 0xf1cb, 0xd14d, 0xd14e, 0xd14f, /*0xb8-0xbf*/
+  0xd150, 0xb2c3, 0xc1d1, 0xd151, 0xd152, 0xd7b0, 0xf1c9, 0xd153, /*0xc0-0xc7*/
+  0xd154, 0xf1cc, 0xd155, 0xd156, 0xd157, 0xd158, 0xf1ce, 0xd159, /*0xc8-0xcf*/
+  0xd15a, 0xd15b, 0xd9f6, 0xd15c, 0xd2e1, 0xd4a3, 0xd15d, 0xd15e, /*0xd0-0xd7*/
+  0xf4c3, 0xc8b9, 0xd15f, 0xd160, 0xd161, 0xd162, 0xd163, 0xf4c4, /*0xd8-0xdf*/
+  0xd164, 0xd165, 0xf1cd, 0xf1cf, 0xbfe3, 0xf1d0, 0xd166, 0xd167, /*0xe0-0xe7*/
+  0xf1d4, 0xd168, 0xd169, 0xd16a, 0xd16b, 0xd16c, 0xd16d, 0xd16e, /*0xe8-0xef*/
+  0xf1d6, 0xf1d1, 0xd16f, 0xc9d1, 0xc5e1, 0xd170, 0xd171, 0xd172, /*0xf0-0xf7*/
+  0xc2e3, 0xb9fc, 0xd173, 0xd174, 0xf1d3, 0xd175, 0xf1d5, 0xd176, /*0xf8-0xff*/
+  /* 0x8900 */
+  0xd177, 0xd178, 0xb9d3, 0xd179, 0xd17a, 0xd17b, 0xd17c, 0xd17d, /*0x00-0x07*/
+  0xd17e, 0xd180, 0xf1db, 0xd181, 0xd182, 0xd183, 0xd184, 0xd185, /*0x08-0x0f*/
+  0xbad6, 0xd186, 0xb0fd, 0xf1d9, 0xd187, 0xd188, 0xd189, 0xd18a, /*0x10-0x17*/
+  0xd18b, 0xf1d8, 0xf1d2, 0xf1da, 0xd18c, 0xd18d, 0xd18e, 0xd18f, /*0x18-0x1f*/
+  0xd190, 0xf1d7, 0xd191, 0xd192, 0xd193, 0xc8ec, 0xd194, 0xd195, /*0x20-0x27*/
+  0xd196, 0xd197, 0xcdca, 0xf1dd, 0xd198, 0xd199, 0xd19a, 0xd19b, /*0x28-0x2f*/
+  0xe5bd, 0xd19c, 0xd19d, 0xd19e, 0xf1dc, 0xd19f, 0xf1de, 0xd1a0, /*0x30-0x37*/
+  0xd240, 0xd241, 0xd242, 0xd243, 0xd244, 0xd245, 0xd246, 0xd247, /*0x38-0x3f*/
+  0xd248, 0xf1df, 0xd249, 0xd24a, 0xcfe5, 0xd24b, 0xd24c, 0xd24d, /*0x40-0x47*/
+  0xd24e, 0xd24f, 0xd250, 0xd251, 0xd252, 0xd253, 0xd254, 0xd255, /*0x48-0x4f*/
+  0xd256, 0xd257, 0xd258, 0xd259, 0xd25a, 0xd25b, 0xd25c, 0xd25d, /*0x50-0x57*/
+  0xd25e, 0xd25f, 0xd260, 0xd261, 0xd262, 0xd263, 0xf4c5, 0xbdf3, /*0x58-0x5f*/
+  0xd264, 0xd265, 0xd266, 0xd267, 0xd268, 0xd269, 0xf1e0, 0xd26a, /*0x60-0x67*/
+  0xd26b, 0xd26c, 0xd26d, 0xd26e, 0xd26f, 0xd270, 0xd271, 0xd272, /*0x68-0x6f*/
+  0xd273, 0xd274, 0xd275, 0xd276, 0xd277, 0xd278, 0xd279, 0xd27a, /*0x70-0x77*/
+  0xd27b, 0xd27c, 0xd27d, 0xf1e1, 0xd27e, 0xd280, 0xd281, 0xcef7, /*0x78-0x7f*/
+  0xd282, 0xd2aa, 0xd283, 0xf1fb, 0xd284, 0xd285, 0xb8b2, 0xd286, /*0x80-0x87*/
+  0xd287, 0xd288, 0xd289, 0xd28a, 0xd28b, 0xd28c, 0xd28d, 0xd28e, /*0x88-0x8f*/
+  0xd28f, 0xd290, 0xd291, 0xd292, 0xd293, 0xd294, 0xd295, 0xd296, /*0x90-0x97*/
+  0xd297, 0xd298, 0xd299, 0xd29a, 0xd29b, 0xd29c, 0xd29d, 0xd29e, /*0x98-0x9f*/
+  0xd29f, 0xd2a0, 0xd340, 0xd341, 0xd342, 0xd343, 0xd344, 0xd345, /*0xa0-0xa7*/
+  0xd346, 0xd347, 0xd348, 0xd349, 0xd34a, 0xd34b, 0xd34c, 0xd34d, /*0xa8-0xaf*/
+  0xd34e, 0xd34f, 0xd350, 0xd351, 0xd352, 0xd353, 0xd354, 0xd355, /*0xb0-0xb7*/
+  0xd356, 0xd357, 0xd358, 0xd359, 0xd35a, 0xd35b, 0xd35c, 0xd35d, /*0xb8-0xbf*/
+  0xd35e, 0xbcfb, 0xb9db, 0xd35f, 0xb9e6, 0xc3d9, 0xcad3, 0xeae8, /*0xc0-0xc7*/
+  0xc0c0, 0xbef5, 0xeae9, 0xeaea, 0xeaeb, 0xd360, 0xeaec, 0xeaed, /*0xc8-0xcf*/
+  0xeaee, 0xeaef, 0xbdc7, 0xd361, 0xd362, 0xd363, 0xf5fb, 0xd364, /*0xd0-0xd7*/
+  0xd365, 0xd366, 0xf5fd, 0xd367, 0xf5fe, 0xd368, 0xf5fc, 0xd369, /*0xd8-0xdf*/
+  0xd36a, 0xd36b, 0xd36c, 0xbde2, 0xd36d, 0xf6a1, 0xb4a5, 0xd36e, /*0xe0-0xe7*/
+  0xd36f, 0xd370, 0xd371, 0xf6a2, 0xd372, 0xd373, 0xd374, 0xf6a3, /*0xe8-0xef*/
+  0xd375, 0xd376, 0xd377, 0xecb2, 0xd378, 0xd379, 0xd37a, 0xd37b, /*0xf0-0xf7*/
+  0xd37c, 0xd37d, 0xd37e, 0xd380, 0xd381, 0xd382, 0xd383, 0xd384, /*0xf8-0xff*/
+  /* 0x8a00 */
+  0xd1d4, 0xd385, 0xd386, 0xd387, 0xd388, 0xd389, 0xd38a, 0xd9ea, /*0x00-0x07*/
+  0xd38b, 0xd38c, 0xd38d, 0xd38e, 0xd38f, 0xd390, 0xd391, 0xd392, /*0x08-0x0f*/
+  0xd393, 0xd394, 0xd395, 0xd396, 0xd397, 0xd398, 0xd399, 0xd39a, /*0x10-0x17*/
+  0xd39b, 0xd39c, 0xd39d, 0xd39e, 0xd39f, 0xd3a0, 0xd440, 0xd441, /*0x18-0x1f*/
+  0xd442, 0xd443, 0xd444, 0xd445, 0xd446, 0xd447, 0xd448, 0xd449, /*0x20-0x27*/
+  0xd44a, 0xd44b, 0xd44c, 0xd44d, 0xd44e, 0xd44f, 0xd450, 0xd451, /*0x28-0x2f*/
+  0xd452, 0xd453, 0xd454, 0xd455, 0xd456, 0xd457, 0xd458, 0xd459, /*0x30-0x37*/
+  0xd45a, 0xd45b, 0xd45c, 0xd45d, 0xd45e, 0xd45f, 0xf6a4, 0xd460, /*0x38-0x3f*/
+  0xd461, 0xd462, 0xd463, 0xd464, 0xd465, 0xd466, 0xd467, 0xd468, /*0x40-0x47*/
+  0xeeba, 0xd469, 0xd46a, 0xd46b, 0xd46c, 0xd46d, 0xd46e, 0xd46f, /*0x48-0x4f*/
+  0xd470, 0xd471, 0xd472, 0xd473, 0xd474, 0xd475, 0xd476, 0xd477, /*0x50-0x57*/
+  0xd478, 0xd479, 0xd47a, 0xd47b, 0xd47c, 0xd47d, 0xd47e, 0xd480, /*0x58-0x5f*/
+  0xd481, 0xd482, 0xd483, 0xd484, 0xd485, 0xd486, 0xd487, 0xd488, /*0x60-0x67*/
+  0xd489, 0xd48a, 0xd48b, 0xd48c, 0xd48d, 0xd48e, 0xd48f, 0xd490, /*0x68-0x6f*/
+  0xd491, 0xd492, 0xd493, 0xd494, 0xd495, 0xd496, 0xd497, 0xd498, /*0x70-0x77*/
+  0xd499, 0xd5b2, 0xd49a, 0xd49b, 0xd49c, 0xd49d, 0xd49e, 0xd49f, /*0x78-0x7f*/
+  0xd4a0, 0xd540, 0xd541, 0xd542, 0xd543, 0xd544, 0xd545, 0xd546, /*0x80-0x87*/
+  0xd547, 0xd3fe, 0xccdc, 0xd548, 0xd549, 0xd54a, 0xd54b, 0xd54c, /*0x88-0x8f*/
+  0xd54d, 0xd54e, 0xd54f, 0xcac4, 0xd550, 0xd551, 0xd552, 0xd553, /*0x90-0x97*/
+  0xd554, 0xd555, 0xd556, 0xd557, 0xd558, 0xd559, 0xd55a, 0xd55b, /*0x98-0x9f*/
+  0xd55c, 0xd55d, 0xd55e, 0xd55f, 0xd560, 0xd561, 0xd562, 0xd563, /*0xa0-0xa7*/
+  0xd564, 0xd565, 0xd566, 0xd567, 0xd568, 0xd569, 0xd56a, 0xd56b, /*0xa8-0xaf*/
+  0xd56c, 0xd56d, 0xd56e, 0xd56f, 0xd570, 0xd571, 0xd572, 0xd573, /*0xb0-0xb7*/
+  0xd574, 0xd575, 0xd576, 0xd577, 0xd578, 0xd579, 0xd57a, 0xd57b, /*0xb8-0xbf*/
+  0xd57c, 0xd57d, 0xd57e, 0xd580, 0xd581, 0xd582, 0xd583, 0xd584, /*0xc0-0xc7*/
+  0xd585, 0xd586, 0xd587, 0xd588, 0xd589, 0xd58a, 0xd58b, 0xd58c, /*0xc8-0xcf*/
+  0xd58d, 0xd58e, 0xd58f, 0xd590, 0xd591, 0xd592, 0xd593, 0xd594, /*0xd0-0xd7*/
+  0xd595, 0xd596, 0xd597, 0xd598, 0xd599, 0xd59a, 0xd59b, 0xd59c, /*0xd8-0xdf*/
+  0xd59d, 0xd59e, 0xd59f, 0xd5a0, 0xd640, 0xd641, 0xd642, 0xd643, /*0xe0-0xe7*/
+  0xd644, 0xd645, 0xd646, 0xd647, 0xd648, 0xd649, 0xd64a, 0xd64b, /*0xe8-0xef*/
+  0xd64c, 0xd64d, 0xd64e, 0xd64f, 0xd650, 0xd651, 0xd652, 0xd653, /*0xf0-0xf7*/
+  0xd654, 0xd655, 0xd656, 0xd657, 0xd658, 0xd659, 0xd65a, 0xd65b, /*0xf8-0xff*/
+  /* 0x8b00 */
+  0xd65c, 0xd65d, 0xd65e, 0xd65f, 0xd660, 0xd661, 0xd662, 0xe5c0, /*0x00-0x07*/
+  0xd663, 0xd664, 0xd665, 0xd666, 0xd667, 0xd668, 0xd669, 0xd66a, /*0x08-0x0f*/
+  0xd66b, 0xd66c, 0xd66d, 0xd66e, 0xd66f, 0xd670, 0xd671, 0xd672, /*0x10-0x17*/
+  0xd673, 0xd674, 0xd675, 0xd676, 0xd677, 0xd678, 0xd679, 0xd67a, /*0x18-0x1f*/
+  0xd67b, 0xd67c, 0xd67d, 0xd67e, 0xd680, 0xd681, 0xf6a5, 0xd682, /*0x20-0x27*/
+  0xd683, 0xd684, 0xd685, 0xd686, 0xd687, 0xd688, 0xd689, 0xd68a, /*0x28-0x2f*/
+  0xd68b, 0xd68c, 0xd68d, 0xd68e, 0xd68f, 0xd690, 0xd691, 0xd692, /*0x30-0x37*/
+  0xd693, 0xd694, 0xd695, 0xd696, 0xd697, 0xd698, 0xd699, 0xd69a, /*0x38-0x3f*/
+  0xd69b, 0xd69c, 0xd69d, 0xd69e, 0xd69f, 0xd6a0, 0xd740, 0xd741, /*0x40-0x47*/
+  0xd742, 0xd743, 0xd744, 0xd745, 0xd746, 0xd747, 0xd748, 0xd749, /*0x48-0x4f*/
+  0xd74a, 0xd74b, 0xd74c, 0xd74d, 0xd74e, 0xd74f, 0xd750, 0xd751, /*0x50-0x57*/
+  0xd752, 0xd753, 0xd754, 0xd755, 0xd756, 0xd757, 0xd758, 0xd759, /*0x58-0x5f*/
+  0xd75a, 0xd75b, 0xd75c, 0xd75d, 0xd75e, 0xd75f, 0xbeaf, 0xd760, /*0x60-0x67*/
+  0xd761, 0xd762, 0xd763, 0xd764, 0xc6a9, 0xd765, 0xd766, 0xd767, /*0x68-0x6f*/
+  0xd768, 0xd769, 0xd76a, 0xd76b, 0xd76c, 0xd76d, 0xd76e, 0xd76f, /*0x70-0x77*/
+  0xd770, 0xd771, 0xd772, 0xd773, 0xd774, 0xd775, 0xd776, 0xd777, /*0x78-0x7f*/
+  0xd778, 0xd779, 0xd77a, 0xd77b, 0xd77c, 0xd77d, 0xd77e, 0xd780, /*0x80-0x87*/
+  0xd781, 0xd782, 0xd783, 0xd784, 0xd785, 0xd786, 0xd787, 0xd788, /*0x88-0x8f*/
+  0xd789, 0xd78a, 0xd78b, 0xd78c, 0xd78d, 0xd78e, 0xd78f, 0xd790, /*0x90-0x97*/
+  0xd791, 0xd792, 0xd793, 0xd794, 0xd795, 0xd796, 0xd797, 0xd798, /*0x98-0x9f*/
+  0xdaa5, 0xbcc6, 0xb6a9, 0xb8bc, 0xc8cf, 0xbca5, 0xdaa6, 0xdaa7, /*0xa0-0xa7*/
+  0xccd6, 0xc8c3, 0xdaa8, 0xc6fd, 0xd799, 0xd1b5, 0xd2e9, 0xd1b6, /*0xa8-0xaf*/
+  0xbcc7, 0xd79a, 0xbdb2, 0xbbe4, 0xdaa9, 0xdaaa, 0xd1c8, 0xdaab, /*0xb0-0xb7*/
+  0xd0ed, 0xb6ef, 0xc2db, 0xd79b, 0xcbcf, 0xb7ed, 0xc9e8, 0xb7c3, /*0xb8-0xbf*/
+  0xbef7, 0xd6a4, 0xdaac, 0xdaad, 0xc6c0, 0xd7e7, 0xcab6, 0xd79c, /*0xc0-0xc7*/
+  0xd5a9, 0xcbdf, 0xd5ef, 0xdaae, 0xd6df, 0xb4ca, 0xdab0, 0xdaaf, /*0xc8-0xcf*/
+  0xd79d, 0xd2eb, 0xdab1, 0xdab2, 0xdab3, 0xcad4, 0xdab4, 0xcaab, /*0xd0-0xd7*/
+  0xdab5, 0xdab6, 0xb3cf, 0xd6ef, 0xdab7, 0xbbb0, 0xb5ae, 0xdab8, /*0xd8-0xdf*/
+  0xdab9, 0xb9ee, 0xd1af, 0xd2e8, 0xdaba, 0xb8c3, 0xcfea, 0xb2ef, /*0xe0-0xe7*/
+  0xdabb, 0xdabc, 0xd79e, 0xbdeb, 0xcedc, 0xd3ef, 0xdabd, 0xcef3, /*0xe8-0xef*/
+  0xdabe, 0xd3d5, 0xbbe5, 0xdabf, 0xcbb5, 0xcbd0, 0xdac0, 0xc7eb, /*0xf0-0xf7*/
+  0xd6ee, 0xdac1, 0xc5b5, 0xb6c1, 0xdac2, 0xb7cc, 0xbfce, 0xdac3, /*0xf8-0xff*/
+  /* 0x8c00 */
+  0xdac4, 0xcbad, 0xdac5, 0xb5f7, 0xdac6, 0xc1c2, 0xd7bb, 0xdac7, /*0x00-0x07*/
+  0xccb8, 0xd79f, 0xd2ea, 0xc4b1, 0xdac8, 0xb5fd, 0xbbd1, 0xdac9, /*0x08-0x0f*/
+  0xd0b3, 0xdaca, 0xdacb, 0xcebd, 0xdacc, 0xdacd, 0xdace, 0xb2f7, /*0x10-0x17*/
+  0xdad1, 0xdacf, 0xd1e8, 0xdad0, 0xc3d5, 0xdad2, 0xd7a0, 0xdad3, /*0x18-0x1f*/
+  0xdad4, 0xdad5, 0xd0bb, 0xd2a5, 0xb0f9, 0xdad6, 0xc7ab, 0xdad7, /*0x20-0x27*/
+  0xbdf7, 0xc3a1, 0xdad8, 0xdad9, 0xc3fd, 0xccb7, 0xdada, 0xdadb, /*0x28-0x2f*/
+  0xc0be, 0xc6d7, 0xdadc, 0xdadd, 0xc7b4, 0xdade, 0xdadf, 0xb9c8, /*0x30-0x37*/
+  0xd840, 0xd841, 0xd842, 0xd843, 0xd844, 0xd845, 0xd846, 0xd847, /*0x38-0x3f*/
+  0xd848, 0xbbed, 0xd849, 0xd84a, 0xd84b, 0xd84c, 0xb6b9, 0xf4f8, /*0x40-0x47*/
+  0xd84d, 0xf4f9, 0xd84e, 0xd84f, 0xcde3, 0xd850, 0xd851, 0xd852, /*0x48-0x4f*/
+  0xd853, 0xd854, 0xd855, 0xd856, 0xd857, 0xf5b9, 0xd858, 0xd859, /*0x50-0x57*/
+  0xd85a, 0xd85b, 0xebe0, 0xd85c, 0xd85d, 0xd85e, 0xd85f, 0xd860, /*0x58-0x5f*/
+  0xd861, 0xcff3, 0xbbbf, 0xd862, 0xd863, 0xd864, 0xd865, 0xd866, /*0x60-0x67*/
+  0xd867, 0xd868, 0xbac0, 0xd4a5, 0xd869, 0xd86a, 0xd86b, 0xd86c, /*0x68-0x6f*/
+  0xd86d, 0xd86e, 0xd86f, 0xe1d9, 0xd870, 0xd871, 0xd872, 0xd873, /*0x70-0x77*/
+  0xf5f4, 0xb1aa, 0xb2f2, 0xd874, 0xd875, 0xd876, 0xd877, 0xd878, /*0x78-0x7f*/
+  0xd879, 0xd87a, 0xf5f5, 0xd87b, 0xd87c, 0xf5f7, 0xd87d, 0xd87e, /*0x80-0x87*/
+  0xd880, 0xbad1, 0xf5f6, 0xd881, 0xc3b2, 0xd882, 0xd883, 0xd884, /*0x88-0x8f*/
+  0xd885, 0xd886, 0xd887, 0xd888, 0xf5f9, 0xd889, 0xd88a, 0xd88b, /*0x90-0x97*/
+  0xf5f8, 0xd88c, 0xd88d, 0xd88e, 0xd88f, 0xd890, 0xd891, 0xd892, /*0x98-0x9f*/
+  0xd893, 0xd894, 0xd895, 0xd896, 0xd897, 0xd898, 0xd899, 0xd89a, /*0xa0-0xa7*/
+  0xd89b, 0xd89c, 0xd89d, 0xd89e, 0xd89f, 0xd8a0, 0xd940, 0xd941, /*0xa8-0xaf*/
+  0xd942, 0xd943, 0xd944, 0xd945, 0xd946, 0xd947, 0xd948, 0xd949, /*0xb0-0xb7*/
+  0xd94a, 0xd94b, 0xd94c, 0xd94d, 0xd94e, 0xd94f, 0xd950, 0xd951, /*0xb8-0xbf*/
+  0xd952, 0xd953, 0xd954, 0xd955, 0xd956, 0xd957, 0xd958, 0xd959, /*0xc0-0xc7*/
+  0xd95a, 0xd95b, 0xd95c, 0xd95d, 0xd95e, 0xd95f, 0xd960, 0xd961, /*0xc8-0xcf*/
+  0xd962, 0xd963, 0xd964, 0xd965, 0xd966, 0xd967, 0xd968, 0xd969, /*0xd0-0xd7*/
+  0xd96a, 0xd96b, 0xd96c, 0xd96d, 0xd96e, 0xd96f, 0xd970, 0xd971, /*0xd8-0xdf*/
+  0xd972, 0xd973, 0xd974, 0xd975, 0xd976, 0xd977, 0xd978, 0xd979, /*0xe0-0xe7*/
+  0xd97a, 0xd97b, 0xd97c, 0xd97d, 0xd97e, 0xd980, 0xd981, 0xd982, /*0xe8-0xef*/
+  0xd983, 0xd984, 0xd985, 0xd986, 0xd987, 0xd988, 0xd989, 0xd98a, /*0xf0-0xf7*/
+  0xd98b, 0xd98c, 0xd98d, 0xd98e, 0xd98f, 0xd990, 0xd991, 0xd992, /*0xf8-0xff*/
+  /* 0x8d00 */
+  0xd993, 0xd994, 0xd995, 0xd996, 0xd997, 0xd998, 0xd999, 0xd99a, /*0x00-0x07*/
+  0xd99b, 0xd99c, 0xd99d, 0xd99e, 0xd99f, 0xd9a0, 0xda40, 0xda41, /*0x08-0x0f*/
+  0xda42, 0xda43, 0xda44, 0xda45, 0xda46, 0xda47, 0xda48, 0xda49, /*0x10-0x17*/
+  0xda4a, 0xda4b, 0xda4c, 0xda4d, 0xda4e, 0xb1b4, 0xd5ea, 0xb8ba, /*0x18-0x1f*/
+  0xda4f, 0xb9b1, 0xb2c6, 0xd4f0, 0xcfcd, 0xb0dc, 0xd5cb, 0xbbf5, /*0x20-0x27*/
+  0xd6ca, 0xb7b7, 0xccb0, 0xc6b6, 0xb1e1, 0xb9ba, 0xd6fc, 0xb9e1, /*0x28-0x2f*/
+  0xb7a1, 0xbcfa, 0xeada, 0xeadb, 0xccf9, 0xb9f3, 0xeadc, 0xb4fb, /*0x30-0x37*/
+  0xc3b3, 0xb7d1, 0xbad8, 0xeadd, 0xd4f4, 0xeade, 0xbcd6, 0xbbdf, /*0x38-0x3f*/
+  0xeadf, 0xc1de, 0xc2b8, 0xd4df, 0xd7ca, 0xeae0, 0xeae1, 0xeae4, /*0x40-0x47*/
+  0xeae2, 0xeae3, 0xc9de, 0xb8b3, 0xb6c4, 0xeae5, 0xcaea, 0xc9cd, /*0x48-0x4f*/
+  0xb4cd, 0xda50, 0xda51, 0xe2d9, 0xc5e2, 0xeae6, 0xc0b5, 0xda52, /*0x50-0x57*/
+  0xd7b8, 0xeae7, 0xd7ac, 0xc8fc, 0xd8d3, 0xd8cd, 0xd4de, 0xda53, /*0x58-0x5f*/
+  0xd4f9, 0xc9c4, 0xd3ae, 0xb8d3, 0xb3e0, 0xda54, 0xc9e2, 0xf4f6, /*0x60-0x67*/
+  0xda55, 0xda56, 0xda57, 0xbad5, 0xda58, 0xf4f7, 0xda59, 0xda5a, /*0x68-0x6f*/
+  0xd7df, 0xda5b, 0xda5c, 0xf4f1, 0xb8b0, 0xd5d4, 0xb8cf, 0xc6f0, /*0x70-0x77*/
+  0xda5d, 0xda5e, 0xda5f, 0xda60, 0xda61, 0xda62, 0xda63, 0xda64, /*0x78-0x7f*/
+  0xda65, 0xb3c3, 0xda66, 0xda67, 0xf4f2, 0xb3ac, 0xda68, 0xda69, /*0x80-0x87*/
+  0xda6a, 0xda6b, 0xd4bd, 0xc7f7, 0xda6c, 0xda6d, 0xda6e, 0xda6f, /*0x88-0x8f*/
+  0xda70, 0xf4f4, 0xda71, 0xda72, 0xf4f3, 0xda73, 0xda74, 0xda75, /*0x90-0x97*/
+  0xda76, 0xda77, 0xda78, 0xda79, 0xda7a, 0xda7b, 0xda7c, 0xcccb, /*0x98-0x9f*/
+  0xda7d, 0xda7e, 0xda80, 0xc8a4, 0xda81, 0xda82, 0xda83, 0xda84, /*0xa0-0xa7*/
+  0xda85, 0xda86, 0xda87, 0xda88, 0xda89, 0xda8a, 0xda8b, 0xda8c, /*0xa8-0xaf*/
+  0xda8d, 0xf4f5, 0xda8e, 0xd7e3, 0xc5bf, 0xf5c0, 0xda8f, 0xda90, /*0xb0-0xb7*/
+  0xf5bb, 0xda91, 0xf5c3, 0xda92, 0xf5c2, 0xda93, 0xd6ba, 0xf5c1, /*0xb8-0xbf*/
+  0xda94, 0xda95, 0xda96, 0xd4be, 0xf5c4, 0xda97, 0xf5cc, 0xda98, /*0xc0-0xc7*/
+  0xda99, 0xda9a, 0xda9b, 0xb0cf, 0xb5f8, 0xda9c, 0xf5c9, 0xf5ca, /*0xc8-0xcf*/
+  0xda9d, 0xc5dc, 0xda9e, 0xda9f, 0xdaa0, 0xdb40, 0xf5c5, 0xf5c6, /*0xd0-0xd7*/
+  0xdb41, 0xdb42, 0xf5c7, 0xf5cb, 0xdb43, 0xbee0, 0xf5c8, 0xb8fa, /*0xd8-0xdf*/
+  0xdb44, 0xdb45, 0xdb46, 0xf5d0, 0xf5d3, 0xdb47, 0xdb48, 0xdb49, /*0xe0-0xe7*/
+  0xbfe7, 0xdb4a, 0xb9f2, 0xf5bc, 0xf5cd, 0xdb4b, 0xdb4c, 0xc2b7, /*0xe8-0xef*/
+  0xdb4d, 0xdb4e, 0xdb4f, 0xccf8, 0xdb50, 0xbcf9, 0xdb51, 0xf5ce, /*0xf0-0xf7*/
+  0xf5cf, 0xf5d1, 0xb6e5, 0xf5d2, 0xdb52, 0xf5d5, 0xdb53, 0xdb54, /*0xf8-0xff*/
+  /* 0x8e00 */
+  0xdb55, 0xdb56, 0xdb57, 0xdb58, 0xdb59, 0xf5bd, 0xdb5a, 0xdb5b, /*0x00-0x07*/
+  0xdb5c, 0xf5d4, 0xd3bb, 0xdb5d, 0xb3ec, 0xdb5e, 0xdb5f, 0xcca4, /*0x08-0x0f*/
+  0xdb60, 0xdb61, 0xdb62, 0xdb63, 0xf5d6, 0xdb64, 0xdb65, 0xdb66, /*0x10-0x17*/
+  0xdb67, 0xdb68, 0xdb69, 0xdb6a, 0xdb6b, 0xf5d7, 0xbee1, 0xf5d8, /*0x18-0x1f*/
+  0xdb6c, 0xdb6d, 0xccdf, 0xf5db, 0xdb6e, 0xdb6f, 0xdb70, 0xdb71, /*0x20-0x27*/
+  0xdb72, 0xb2c8, 0xd7d9, 0xdb73, 0xf5d9, 0xdb74, 0xf5da, 0xf5dc, /*0x28-0x2f*/
+  0xdb75, 0xf5e2, 0xdb76, 0xdb77, 0xdb78, 0xf5e0, 0xdb79, 0xdb7a, /*0x30-0x37*/
+  0xdb7b, 0xf5df, 0xf5dd, 0xdb7c, 0xdb7d, 0xf5e1, 0xdb7e, 0xdb80, /*0x38-0x3f*/
+  0xf5de, 0xf5e4, 0xf5e5, 0xdb81, 0xcce3, 0xdb82, 0xdb83, 0xe5bf, /*0x40-0x47*/
+  0xb5b8, 0xf5e3, 0xf5e8, 0xcca3, 0xdb84, 0xdb85, 0xdb86, 0xdb87, /*0x48-0x4f*/
+  0xdb88, 0xf5e6, 0xf5e7, 0xdb89, 0xdb8a, 0xdb8b, 0xdb8c, 0xdb8d, /*0x50-0x57*/
+  0xdb8e, 0xf5be, 0xdb8f, 0xdb90, 0xdb91, 0xdb92, 0xdb93, 0xdb94, /*0x58-0x5f*/
+  0xdb95, 0xdb96, 0xdb97, 0xdb98, 0xdb99, 0xdb9a, 0xb1c4, 0xdb9b, /*0x60-0x67*/
+  0xdb9c, 0xf5bf, 0xdb9d, 0xdb9e, 0xb5c5, 0xb2e4, 0xdb9f, 0xf5ec, /*0x68-0x6f*/
+  0xf5e9, 0xdba0, 0xb6d7, 0xdc40, 0xf5ed, 0xdc41, 0xf5ea, 0xdc42, /*0x70-0x77*/
+  0xdc43, 0xdc44, 0xdc45, 0xdc46, 0xf5eb, 0xdc47, 0xdc48, 0xb4da, /*0x78-0x7f*/
+  0xdc49, 0xd4ea, 0xdc4a, 0xdc4b, 0xdc4c, 0xf5ee, 0xdc4d, 0xb3f9, /*0x80-0x87*/
+  0xdc4e, 0xdc4f, 0xdc50, 0xdc51, 0xdc52, 0xdc53, 0xdc54, 0xf5ef, /*0x88-0x8f*/
+  0xf5f1, 0xdc55, 0xdc56, 0xdc57, 0xf5f0, 0xdc58, 0xdc59, 0xdc5a, /*0x90-0x97*/
+  0xdc5b, 0xdc5c, 0xdc5d, 0xdc5e, 0xf5f2, 0xdc5f, 0xf5f3, 0xdc60, /*0x98-0x9f*/
+  0xdc61, 0xdc62, 0xdc63, 0xdc64, 0xdc65, 0xdc66, 0xdc67, 0xdc68, /*0xa0-0xa7*/
+  0xdc69, 0xdc6a, 0xdc6b, 0xc9ed, 0xb9aa, 0xdc6c, 0xdc6d, 0xc7fb, /*0xa8-0xaf*/
+  0xdc6e, 0xdc6f, 0xb6e3, 0xdc70, 0xdc71, 0xdc72, 0xdc73, 0xdc74, /*0xb0-0xb7*/
+  0xdc75, 0xdc76, 0xccc9, 0xdc77, 0xdc78, 0xdc79, 0xdc7a, 0xdc7b, /*0xb8-0xbf*/
+  0xdc7c, 0xdc7d, 0xdc7e, 0xdc80, 0xdc81, 0xdc82, 0xdc83, 0xdc84, /*0xc0-0xc7*/
+  0xdc85, 0xdc86, 0xdc87, 0xdc88, 0xdc89, 0xdc8a, 0xeaa6, 0xdc8b, /*0xc8-0xcf*/
+  0xdc8c, 0xdc8d, 0xdc8e, 0xdc8f, 0xdc90, 0xdc91, 0xdc92, 0xdc93, /*0xd0-0xd7*/
+  0xdc94, 0xdc95, 0xdc96, 0xdc97, 0xdc98, 0xdc99, 0xdc9a, 0xdc9b, /*0xd8-0xdf*/
+  0xdc9c, 0xdc9d, 0xdc9e, 0xdc9f, 0xdca0, 0xdd40, 0xdd41, 0xdd42, /*0xe0-0xe7*/
+  0xdd43, 0xdd44, 0xdd45, 0xdd46, 0xdd47, 0xdd48, 0xdd49, 0xdd4a, /*0xe8-0xef*/
+  0xdd4b, 0xdd4c, 0xdd4d, 0xdd4e, 0xdd4f, 0xdd50, 0xdd51, 0xdd52, /*0xf0-0xf7*/
+  0xdd53, 0xdd54, 0xdd55, 0xdd56, 0xdd57, 0xdd58, 0xdd59, 0xdd5a, /*0xf8-0xff*/
+  /* 0x8f00 */
+  0xdd5b, 0xdd5c, 0xdd5d, 0xdd5e, 0xdd5f, 0xdd60, 0xdd61, 0xdd62, /*0x00-0x07*/
+  0xdd63, 0xdd64, 0xdd65, 0xdd66, 0xdd67, 0xdd68, 0xdd69, 0xdd6a, /*0x08-0x0f*/
+  0xdd6b, 0xdd6c, 0xdd6d, 0xdd6e, 0xdd6f, 0xdd70, 0xdd71, 0xdd72, /*0x10-0x17*/
+  0xdd73, 0xdd74, 0xdd75, 0xdd76, 0xdd77, 0xdd78, 0xdd79, 0xdd7a, /*0x18-0x1f*/
+  0xdd7b, 0xdd7c, 0xdd7d, 0xdd7e, 0xdd80, 0xdd81, 0xdd82, 0xdd83, /*0x20-0x27*/
+  0xdd84, 0xdd85, 0xdd86, 0xdd87, 0xdd88, 0xdd89, 0xdd8a, 0xdd8b, /*0x28-0x2f*/
+  0xdd8c, 0xdd8d, 0xdd8e, 0xdd8f, 0xdd90, 0xdd91, 0xdd92, 0xdd93, /*0x30-0x37*/
+  0xdd94, 0xdd95, 0xdd96, 0xdd97, 0xdd98, 0xdd99, 0xdd9a, 0xdd9b, /*0x38-0x3f*/
+  0xdd9c, 0xdd9d, 0xdd9e, 0xdd9f, 0xdda0, 0xde40, 0xde41, 0xde42, /*0x40-0x47*/
+  0xde43, 0xde44, 0xde45, 0xde46, 0xde47, 0xde48, 0xde49, 0xde4a, /*0x48-0x4f*/
+  0xde4b, 0xde4c, 0xde4d, 0xde4e, 0xde4f, 0xde50, 0xde51, 0xde52, /*0x50-0x57*/
+  0xde53, 0xde54, 0xde55, 0xde56, 0xde57, 0xde58, 0xde59, 0xde5a, /*0x58-0x5f*/
+  0xde5b, 0xde5c, 0xde5d, 0xde5e, 0xde5f, 0xde60, 0xb3b5, 0xd4fe, /*0x60-0x67*/
+  0xb9ec, 0xd0f9, 0xde61, 0xe9ed, 0xd7aa, 0xe9ee, 0xc2d6, 0xc8ed, /*0x68-0x6f*/
+  0xbae4, 0xe9ef, 0xe9f0, 0xe9f1, 0xd6e1, 0xe9f2, 0xe9f3, 0xe9f5, /*0x70-0x77*/
+  0xe9f4, 0xe9f6, 0xe9f7, 0xc7e1, 0xe9f8, 0xd4d8, 0xe9f9, 0xbdce, /*0x78-0x7f*/
+  0xde62, 0xe9fa, 0xe9fb, 0xbdcf, 0xe9fc, 0xb8a8, 0xc1be, 0xe9fd, /*0x80-0x87*/
+  0xb1b2, 0xbbd4, 0xb9f5, 0xe9fe, 0xde63, 0xeaa1, 0xeaa2, 0xeaa3, /*0x88-0x8f*/
+  0xb7f8, 0xbcad, 0xde64, 0xcae4, 0xe0ce, 0xd4af, 0xcfbd, 0xd5b7, /*0x90-0x97*/
+  0xeaa4, 0xd5de, 0xeaa5, 0xd0c1, 0xb9bc, 0xde65, 0xb4c7, 0xb1d9, /*0x98-0x9f*/
+  0xde66, 0xde67, 0xde68, 0xc0b1, 0xde69, 0xde6a, 0xde6b, 0xde6c, /*0xa0-0xa7*/
+  0xb1e6, 0xb1e7, 0xde6d, 0xb1e8, 0xde6e, 0xde6f, 0xde70, 0xde71, /*0xa8-0xaf*/
+  0xb3bd, 0xc8e8, 0xde72, 0xde73, 0xde74, 0xde75, 0xe5c1, 0xde76, /*0xb0-0xb7*/
+  0xde77, 0xb1df, 0xde78, 0xde79, 0xde7a, 0xc1c9, 0xb4ef, 0xde7b, /*0xb8-0xbf*/
+  0xde7c, 0xc7a8, 0xd3d8, 0xde7d, 0xc6f9, 0xd1b8, 0xde7e, 0xb9fd, /*0xc0-0xc7*/
+  0xc2f5, 0xde80, 0xde81, 0xde82, 0xde83, 0xde84, 0xd3ad, 0xde85, /*0xc8-0xcf*/
+  0xd4cb, 0xbdfc, 0xde86, 0xe5c2, 0xb7b5, 0xe5c3, 0xde87, 0xde88, /*0xd0-0xd7*/
+  0xbbb9, 0xd5e2, 0xde89, 0xbdf8, 0xd4b6, 0xcea5, 0xc1ac, 0xb3d9, /*0xd8-0xdf*/
+  0xde8a, 0xde8b, 0xccf6, 0xde8c, 0xe5c6, 0xe5c4, 0xe5c8, 0xde8d, /*0xe0-0xe7*/
+  0xe5ca, 0xe5c7, 0xb5cf, 0xc6c8, 0xde8e, 0xb5fc, 0xe5c5, 0xde8f, /*0xe8-0xef*/
+  0xcaf6, 0xde90, 0xde91, 0xe5c9, 0xde92, 0xde93, 0xde94, 0xc3d4, /*0xf0-0xf7*/
+  0xb1c5, 0xbca3, 0xde95, 0xde96, 0xde97, 0xd7b7, 0xde98, 0xde99, /*0xf8-0xff*/
+  /* 0x9000 */
+  0xcdcb, 0xcbcd, 0xcaca, 0xccd3, 0xe5cc, 0xe5cb, 0xc4e6, 0xde9a, /*0x00-0x07*/
+  0xde9b, 0xd1a1, 0xd1b7, 0xe5cd, 0xde9c, 0xe5d0, 0xde9d, 0xcdb8, /*0x08-0x0f*/
+  0xd6f0, 0xe5cf, 0xb5dd, 0xde9e, 0xcdbe, 0xde9f, 0xe5d1, 0xb6ba, /*0x10-0x17*/
+  0xdea0, 0xdf40, 0xcda8, 0xb9e4, 0xdf41, 0xcac5, 0xb3d1, 0xcbd9, /*0x18-0x1f*/
+  0xd4ec, 0xe5d2, 0xb7ea, 0xdf42, 0xdf43, 0xdf44, 0xe5ce, 0xdf45, /*0x20-0x27*/
+  0xdf46, 0xdf47, 0xdf48, 0xdf49, 0xdf4a, 0xe5d5, 0xb4fe, 0xe5d6, /*0x28-0x2f*/
+  0xdf4b, 0xdf4c, 0xdf4d, 0xdf4e, 0xdf4f, 0xe5d3, 0xe5d4, 0xdf50, /*0x30-0x37*/
+  0xd2dd, 0xdf51, 0xdf52, 0xc2df, 0xb1c6, 0xdf53, 0xd3e2, 0xdf54, /*0x38-0x3f*/
+  0xdf55, 0xb6dd, 0xcbec, 0xdf56, 0xe5d7, 0xdf57, 0xdf58, 0xd3f6, /*0x40-0x47*/
+  0xdf59, 0xdf5a, 0xdf5b, 0xdf5c, 0xdf5d, 0xb1e9, 0xdf5e, 0xb6f4, /*0x48-0x4f*/
+  0xe5da, 0xe5d8, 0xe5d9, 0xb5c0, 0xdf5f, 0xdf60, 0xdf61, 0xd2c5, /*0x50-0x57*/
+  0xe5dc, 0xdf62, 0xdf63, 0xe5de, 0xdf64, 0xdf65, 0xdf66, 0xdf67, /*0x58-0x5f*/
+  0xdf68, 0xdf69, 0xe5dd, 0xc7b2, 0xdf6a, 0xd2a3, 0xdf6b, 0xdf6c, /*0x60-0x67*/
+  0xe5db, 0xdf6d, 0xdf6e, 0xdf6f, 0xdf70, 0xd4e2, 0xd5da, 0xdf71, /*0x68-0x6f*/
+  0xdf72, 0xdf73, 0xdf74, 0xdf75, 0xe5e0, 0xd7f1, 0xdf76, 0xdf77, /*0x70-0x77*/
+  0xdf78, 0xdf79, 0xdf7a, 0xdf7b, 0xdf7c, 0xe5e1, 0xdf7d, 0xb1dc, /*0x78-0x7f*/
+  0xd1fb, 0xdf7e, 0xe5e2, 0xe5e4, 0xdf80, 0xdf81, 0xdf82, 0xdf83, /*0x80-0x87*/
+  0xe5e3, 0xdf84, 0xdf85, 0xe5e5, 0xdf86, 0xdf87, 0xdf88, 0xdf89, /*0x88-0x8f*/
+  0xdf8a, 0xd2d8, 0xdf8b, 0xb5cb, 0xdf8c, 0xe7df, 0xdf8d, 0xdaf5, /*0x90-0x97*/
+  0xdf8e, 0xdaf8, 0xdf8f, 0xdaf6, 0xdf90, 0xdaf7, 0xdf91, 0xdf92, /*0x98-0x9f*/
+  0xdf93, 0xdafa, 0xd0cf, 0xc4c7, 0xdf94, 0xdf95, 0xb0ee, 0xdf96, /*0xa0-0xa7*/
+  0xdf97, 0xdf98, 0xd0b0, 0xdf99, 0xdaf9, 0xdf9a, 0xd3ca, 0xbaaa, /*0xa8-0xaf*/
+  0xdba2, 0xc7f1, 0xdf9b, 0xdafc, 0xdafb, 0xc9db, 0xdafd, 0xdf9c, /*0xb0-0xb7*/
+  0xdba1, 0xd7de, 0xdafe, 0xc1da, 0xdf9d, 0xdf9e, 0xdba5, 0xdf9f, /*0xb8-0xbf*/
+  0xdfa0, 0xd3f4, 0xe040, 0xe041, 0xdba7, 0xdba4, 0xe042, 0xdba8, /*0xc0-0xc7*/
+  0xe043, 0xe044, 0xbdbc, 0xe045, 0xe046, 0xe047, 0xc0c9, 0xdba3, /*0xc8-0xcf*/
+  0xdba6, 0xd6a3, 0xe048, 0xdba9, 0xe049, 0xe04a, 0xe04b, 0xdbad, /*0xd0-0xd7*/
+  0xe04c, 0xe04d, 0xe04e, 0xdbae, 0xdbac, 0xbac2, 0xe04f, 0xe050, /*0xd8-0xdf*/
+  0xe051, 0xbfa4, 0xdbab, 0xe052, 0xe053, 0xe054, 0xdbaa, 0xd4c7, /*0xe0-0xe7*/
+  0xb2bf, 0xe055, 0xe056, 0xdbaf, 0xe057, 0xb9f9, 0xe058, 0xdbb0, /*0xe8-0xef*/
+  0xe059, 0xe05a, 0xe05b, 0xe05c, 0xb3bb, 0xe05d, 0xe05e, 0xe05f, /*0xf0-0xf7*/
+  0xb5a6, 0xe060, 0xe061, 0xe062, 0xe063, 0xb6bc, 0xdbb1, 0xe064, /*0xf8-0xff*/
+  /* 0x9100 */
+  0xe065, 0xe066, 0xb6f5, 0xe067, 0xdbb2, 0xe068, 0xe069, 0xe06a, /*0x00-0x07*/
+  0xe06b, 0xe06c, 0xe06d, 0xe06e, 0xe06f, 0xe070, 0xe071, 0xe072, /*0x08-0x0f*/
+  0xe073, 0xe074, 0xe075, 0xe076, 0xe077, 0xe078, 0xe079, 0xe07a, /*0x10-0x17*/
+  0xe07b, 0xb1c9, 0xe07c, 0xe07d, 0xe07e, 0xe080, 0xdbb4, 0xe081, /*0x18-0x1f*/
+  0xe082, 0xe083, 0xdbb3, 0xdbb5, 0xe084, 0xe085, 0xe086, 0xe087, /*0x20-0x27*/
+  0xe088, 0xe089, 0xe08a, 0xe08b, 0xe08c, 0xe08d, 0xe08e, 0xdbb7, /*0x28-0x2f*/
+  0xe08f, 0xdbb6, 0xe090, 0xe091, 0xe092, 0xe093, 0xe094, 0xe095, /*0x30-0x37*/
+  0xe096, 0xdbb8, 0xe097, 0xe098, 0xe099, 0xe09a, 0xe09b, 0xe09c, /*0x38-0x3f*/
+  0xe09d, 0xe09e, 0xe09f, 0xdbb9, 0xe0a0, 0xe140, 0xdbba, 0xe141, /*0x40-0x47*/
+  0xe142, 0xd3cf, 0xf4fa, 0xc7f5, 0xd7c3, 0xc5e4, 0xf4fc, 0xf4fd, /*0x48-0x4f*/
+  0xf4fb, 0xe143, 0xbec6, 0xe144, 0xe145, 0xe146, 0xe147, 0xd0ef, /*0x50-0x57*/
+  0xe148, 0xe149, 0xb7d3, 0xe14a, 0xe14b, 0xd4cd, 0xccaa, 0xe14c, /*0x58-0x5f*/
+  0xe14d, 0xf5a2, 0xf5a1, 0xbaa8, 0xf4fe, 0xcbd6, 0xe14e, 0xe14f, /*0x60-0x67*/
+  0xe150, 0xf5a4, 0xc0d2, 0xe151, 0xb3ea, 0xe152, 0xcdaa, 0xf5a5, /*0x68-0x6f*/
+  0xf5a3, 0xbdb4, 0xf5a8, 0xe153, 0xf5a9, 0xbdcd, 0xc3b8, 0xbfe1, /*0x70-0x77*/
+  0xcbe1, 0xf5aa, 0xe154, 0xe155, 0xe156, 0xf5a6, 0xf5a7, 0xc4f0, /*0x78-0x7f*/
+  0xe157, 0xe158, 0xe159, 0xe15a, 0xe15b, 0xf5ac, 0xe15c, 0xb4bc, /*0x80-0x87*/
+  0xe15d, 0xd7ed, 0xe15e, 0xb4d7, 0xf5ab, 0xf5ae, 0xe15f, 0xe160, /*0x88-0x8f*/
+  0xf5ad, 0xf5af, 0xd0d1, 0xe161, 0xe162, 0xe163, 0xe164, 0xe165, /*0x90-0x97*/
+  0xe166, 0xe167, 0xc3d1, 0xc8a9, 0xe168, 0xe169, 0xe16a, 0xe16b, /*0x98-0x9f*/
+  0xe16c, 0xe16d, 0xf5b0, 0xf5b1, 0xe16e, 0xe16f, 0xe170, 0xe171, /*0xa0-0xa7*/
+  0xe172, 0xe173, 0xf5b2, 0xe174, 0xe175, 0xf5b3, 0xf5b4, 0xf5b5, /*0xa8-0xaf*/
+  0xe176, 0xe177, 0xe178, 0xe179, 0xf5b7, 0xf5b6, 0xe17a, 0xe17b, /*0xb0-0xb7*/
+  0xe17c, 0xe17d, 0xf5b8, 0xe17e, 0xe180, 0xe181, 0xe182, 0xe183, /*0xb8-0xbf*/
+  0xe184, 0xe185, 0xe186, 0xe187, 0xe188, 0xe189, 0xe18a, 0xb2c9, /*0xc0-0xc7*/
+  0xe18b, 0xd3d4, 0xcacd, 0xe18c, 0xc0ef, 0xd6d8, 0xd2b0, 0xc1bf, /*0xc8-0xcf*/
+  0xe18d, 0xbdf0, 0xe18e, 0xe18f, 0xe190, 0xe191, 0xe192, 0xe193, /*0xd0-0xd7*/
+  0xe194, 0xe195, 0xe196, 0xe197, 0xb8aa, 0xe198, 0xe199, 0xe19a, /*0xd8-0xdf*/
+  0xe19b, 0xe19c, 0xe19d, 0xe19e, 0xe19f, 0xe1a0, 0xe240, 0xe241, /*0xe0-0xe7*/
+  0xe242, 0xe243, 0xe244, 0xe245, 0xe246, 0xe247, 0xe248, 0xe249, /*0xe8-0xef*/
+  0xe24a, 0xe24b, 0xe24c, 0xe24d, 0xe24e, 0xe24f, 0xe250, 0xe251, /*0xf0-0xf7*/
+  0xe252, 0xe253, 0xe254, 0xe255, 0xe256, 0xe257, 0xe258, 0xe259, /*0xf8-0xff*/
+  /* 0x9200 */
+  0xe25a, 0xe25b, 0xe25c, 0xe25d, 0xe25e, 0xe25f, 0xe260, 0xe261, /*0x00-0x07*/
+  0xe262, 0xe263, 0xe264, 0xe265, 0xe266, 0xe267, 0xe268, 0xe269, /*0x08-0x0f*/
+  0xe26a, 0xe26b, 0xe26c, 0xe26d, 0xe26e, 0xe26f, 0xe270, 0xe271, /*0x10-0x17*/
+  0xe272, 0xe273, 0xe274, 0xe275, 0xe276, 0xe277, 0xe278, 0xe279, /*0x18-0x1f*/
+  0xe27a, 0xe27b, 0xe27c, 0xe27d, 0xe27e, 0xe280, 0xe281, 0xe282, /*0x20-0x27*/
+  0xe283, 0xe284, 0xe285, 0xe286, 0xe287, 0xe288, 0xe289, 0xe28a, /*0x28-0x2f*/
+  0xe28b, 0xe28c, 0xe28d, 0xe28e, 0xe28f, 0xe290, 0xe291, 0xe292, /*0x30-0x37*/
+  0xe293, 0xe294, 0xe295, 0xe296, 0xe297, 0xe298, 0xe299, 0xe29a, /*0x38-0x3f*/
+  0xe29b, 0xe29c, 0xe29d, 0xe29e, 0xe29f, 0xe2a0, 0xe340, 0xe341, /*0x40-0x47*/
+  0xe342, 0xe343, 0xe344, 0xe345, 0xe346, 0xe347, 0xe348, 0xe349, /*0x48-0x4f*/
+  0xe34a, 0xe34b, 0xe34c, 0xe34d, 0xe34e, 0xe34f, 0xe350, 0xe351, /*0x50-0x57*/
+  0xe352, 0xe353, 0xe354, 0xe355, 0xe356, 0xe357, 0xe358, 0xe359, /*0x58-0x5f*/
+  0xe35a, 0xe35b, 0xe35c, 0xe35d, 0xe35e, 0xe35f, 0xe360, 0xe361, /*0x60-0x67*/
+  0xe362, 0xe363, 0xe364, 0xe365, 0xe366, 0xe367, 0xe368, 0xe369, /*0x68-0x6f*/
+  0xe36a, 0xe36b, 0xe36c, 0xe36d, 0xbcf8, 0xe36e, 0xe36f, 0xe370, /*0x70-0x77*/
+  0xe371, 0xe372, 0xe373, 0xe374, 0xe375, 0xe376, 0xe377, 0xe378, /*0x78-0x7f*/
+  0xe379, 0xe37a, 0xe37b, 0xe37c, 0xe37d, 0xe37e, 0xe380, 0xe381, /*0x80-0x87*/
+  0xe382, 0xe383, 0xe384, 0xe385, 0xe386, 0xe387, 0xf6c6, 0xe388, /*0x88-0x8f*/
+  0xe389, 0xe38a, 0xe38b, 0xe38c, 0xe38d, 0xe38e, 0xe38f, 0xe390, /*0x90-0x97*/
+  0xe391, 0xe392, 0xe393, 0xe394, 0xe395, 0xe396, 0xe397, 0xe398, /*0x98-0x9f*/
+  0xe399, 0xe39a, 0xe39b, 0xe39c, 0xe39d, 0xe39e, 0xe39f, 0xe3a0, /*0xa0-0xa7*/
+  0xe440, 0xe441, 0xe442, 0xe443, 0xe444, 0xe445, 0xf6c7, 0xe446, /*0xa8-0xaf*/
+  0xe447, 0xe448, 0xe449, 0xe44a, 0xe44b, 0xe44c, 0xe44d, 0xe44e, /*0xb0-0xb7*/
+  0xe44f, 0xe450, 0xe451, 0xe452, 0xe453, 0xe454, 0xe455, 0xe456, /*0xb8-0xbf*/
+  0xe457, 0xe458, 0xe459, 0xe45a, 0xe45b, 0xe45c, 0xe45d, 0xe45e, /*0xc0-0xc7*/
+  0xf6c8, 0xe45f, 0xe460, 0xe461, 0xe462, 0xe463, 0xe464, 0xe465, /*0xc8-0xcf*/
+  0xe466, 0xe467, 0xe468, 0xe469, 0xe46a, 0xe46b, 0xe46c, 0xe46d, /*0xd0-0xd7*/
+  0xe46e, 0xe46f, 0xe470, 0xe471, 0xe472, 0xe473, 0xe474, 0xe475, /*0xd8-0xdf*/
+  0xe476, 0xe477, 0xe478, 0xe479, 0xe47a, 0xe47b, 0xe47c, 0xe47d, /*0xe0-0xe7*/
+  0xe47e, 0xe480, 0xe481, 0xe482, 0xe483, 0xe484, 0xe485, 0xe486, /*0xe8-0xef*/
+  0xe487, 0xe488, 0xe489, 0xe48a, 0xe48b, 0xe48c, 0xe48d, 0xe48e, /*0xf0-0xf7*/
+  0xe48f, 0xe490, 0xe491, 0xe492, 0xe493, 0xe494, 0xe495, 0xe496, /*0xf8-0xff*/
+  /* 0x9300 */
+  0xe497, 0xe498, 0xe499, 0xe49a, 0xe49b, 0xe49c, 0xe49d, 0xe49e, /*0x00-0x07*/
+  0xe49f, 0xe4a0, 0xe540, 0xe541, 0xe542, 0xe543, 0xe544, 0xe545, /*0x08-0x0f*/
+  0xe546, 0xe547, 0xe548, 0xe549, 0xe54a, 0xe54b, 0xe54c, 0xe54d, /*0x10-0x17*/
+  0xe54e, 0xe54f, 0xe550, 0xe551, 0xe552, 0xe553, 0xe554, 0xe555, /*0x18-0x1f*/
+  0xe556, 0xe557, 0xe558, 0xe559, 0xe55a, 0xe55b, 0xe55c, 0xe55d, /*0x20-0x27*/
+  0xe55e, 0xe55f, 0xe560, 0xe561, 0xe562, 0xe563, 0xe564, 0xe565, /*0x28-0x2f*/
+  0xe566, 0xe567, 0xe568, 0xe569, 0xe56a, 0xe56b, 0xe56c, 0xe56d, /*0x30-0x37*/
+  0xe56e, 0xe56f, 0xe570, 0xe571, 0xe572, 0xe573, 0xf6c9, 0xe574, /*0x38-0x3f*/
+  0xe575, 0xe576, 0xe577, 0xe578, 0xe579, 0xe57a, 0xe57b, 0xe57c, /*0x40-0x47*/
+  0xe57d, 0xe57e, 0xe580, 0xe581, 0xe582, 0xe583, 0xe584, 0xe585, /*0x48-0x4f*/
+  0xe586, 0xe587, 0xe588, 0xe589, 0xe58a, 0xe58b, 0xe58c, 0xe58d, /*0x50-0x57*/
+  0xe58e, 0xe58f, 0xe590, 0xe591, 0xe592, 0xe593, 0xe594, 0xe595, /*0x58-0x5f*/
+  0xe596, 0xe597, 0xe598, 0xe599, 0xe59a, 0xe59b, 0xe59c, 0xe59d, /*0x60-0x67*/
+  0xe59e, 0xe59f, 0xf6ca, 0xe5a0, 0xe640, 0xe641, 0xe642, 0xe643, /*0x68-0x6f*/
+  0xe644, 0xe645, 0xe646, 0xe647, 0xe648, 0xe649, 0xe64a, 0xe64b, /*0x70-0x77*/
+  0xe64c, 0xe64d, 0xe64e, 0xe64f, 0xe650, 0xe651, 0xe652, 0xe653, /*0x78-0x7f*/
+  0xe654, 0xe655, 0xe656, 0xe657, 0xe658, 0xe659, 0xe65a, 0xe65b, /*0x80-0x87*/
+  0xe65c, 0xe65d, 0xe65e, 0xe65f, 0xe660, 0xe661, 0xe662, 0xf6cc, /*0x88-0x8f*/
+  0xe663, 0xe664, 0xe665, 0xe666, 0xe667, 0xe668, 0xe669, 0xe66a, /*0x90-0x97*/
+  0xe66b, 0xe66c, 0xe66d, 0xe66e, 0xe66f, 0xe670, 0xe671, 0xe672, /*0x98-0x9f*/
+  0xe673, 0xe674, 0xe675, 0xe676, 0xe677, 0xe678, 0xe679, 0xe67a, /*0xa0-0xa7*/
+  0xe67b, 0xe67c, 0xe67d, 0xe67e, 0xe680, 0xe681, 0xe682, 0xe683, /*0xa8-0xaf*/
+  0xe684, 0xe685, 0xe686, 0xe687, 0xe688, 0xe689, 0xe68a, 0xe68b, /*0xb0-0xb7*/
+  0xe68c, 0xe68d, 0xe68e, 0xe68f, 0xe690, 0xe691, 0xe692, 0xe693, /*0xb8-0xbf*/
+  0xe694, 0xe695, 0xe696, 0xe697, 0xe698, 0xe699, 0xe69a, 0xe69b, /*0xc0-0xc7*/
+  0xe69c, 0xe69d, 0xf6cb, 0xe69e, 0xe69f, 0xe6a0, 0xe740, 0xe741, /*0xc8-0xcf*/
+  0xe742, 0xe743, 0xe744, 0xe745, 0xe746, 0xe747, 0xf7e9, 0xe748, /*0xd0-0xd7*/
+  0xe749, 0xe74a, 0xe74b, 0xe74c, 0xe74d, 0xe74e, 0xe74f, 0xe750, /*0xd8-0xdf*/
+  0xe751, 0xe752, 0xe753, 0xe754, 0xe755, 0xe756, 0xe757, 0xe758, /*0xe0-0xe7*/
+  0xe759, 0xe75a, 0xe75b, 0xe75c, 0xe75d, 0xe75e, 0xe75f, 0xe760, /*0xe8-0xef*/
+  0xe761, 0xe762, 0xe763, 0xe764, 0xe765, 0xe766, 0xe767, 0xe768, /*0xf0-0xf7*/
+  0xe769, 0xe76a, 0xe76b, 0xe76c, 0xe76d, 0xe76e, 0xe76f, 0xe770, /*0xf8-0xff*/
+  /* 0x9400 */
+  0xe771, 0xe772, 0xe773, 0xe774, 0xe775, 0xe776, 0xe777, 0xe778, /*0x00-0x07*/
+  0xe779, 0xe77a, 0xe77b, 0xe77c, 0xe77d, 0xe77e, 0xe780, 0xe781, /*0x08-0x0f*/
+  0xe782, 0xe783, 0xe784, 0xe785, 0xe786, 0xe787, 0xe788, 0xe789, /*0x10-0x17*/
+  0xe78a, 0xe78b, 0xe78c, 0xe78d, 0xe78e, 0xe78f, 0xe790, 0xe791, /*0x18-0x1f*/
+  0xe792, 0xe793, 0xe794, 0xe795, 0xe796, 0xe797, 0xe798, 0xe799, /*0x20-0x27*/
+  0xe79a, 0xe79b, 0xe79c, 0xe79d, 0xe79e, 0xe79f, 0xe7a0, 0xe840, /*0x28-0x2f*/
+  0xe841, 0xe842, 0xe843, 0xe844, 0xe845, 0xe846, 0xe847, 0xe848, /*0x30-0x37*/
+  0xe849, 0xe84a, 0xe84b, 0xe84c, 0xe84d, 0xe84e, 0xf6cd, 0xe84f, /*0x38-0x3f*/
+  0xe850, 0xe851, 0xe852, 0xe853, 0xe854, 0xe855, 0xe856, 0xe857, /*0x40-0x47*/
+  0xe858, 0xe859, 0xe85a, 0xe85b, 0xe85c, 0xe85d, 0xe85e, 0xe85f, /*0x48-0x4f*/
+  0xe860, 0xe861, 0xe862, 0xe863, 0xe864, 0xe865, 0xe866, 0xe867, /*0x50-0x57*/
+  0xe868, 0xe869, 0xe86a, 0xe86b, 0xe86c, 0xe86d, 0xe86e, 0xe86f, /*0x58-0x5f*/
+  0xe870, 0xe871, 0xe872, 0xe873, 0xe874, 0xe875, 0xe876, 0xe877, /*0x60-0x67*/
+  0xe878, 0xe879, 0xe87a, 0xf6ce, 0xe87b, 0xe87c, 0xe87d, 0xe87e, /*0x68-0x6f*/
+  0xe880, 0xe881, 0xe882, 0xe883, 0xe884, 0xe885, 0xe886, 0xe887, /*0x70-0x77*/
+  0xe888, 0xe889, 0xe88a, 0xe88b, 0xe88c, 0xe88d, 0xe88e, 0xe88f, /*0x78-0x7f*/
+  0xe890, 0xe891, 0xe892, 0xe893, 0xe894, 0xeec4, 0xeec5, 0xeec6, /*0x80-0x87*/
+  0xd5eb, 0xb6a4, 0xeec8, 0xeec7, 0xeec9, 0xeeca, 0xc7a5, 0xeecb, /*0x88-0x8f*/
+  0xeecc, 0xe895, 0xb7b0, 0xb5f6, 0xeecd, 0xeecf, 0xe896, 0xeece, /*0x90-0x97*/
+  0xe897, 0xb8c6, 0xeed0, 0xeed1, 0xeed2, 0xb6db, 0xb3ae, 0xd6d3, /*0x98-0x9f*/
+  0xc4c6, 0xb1b5, 0xb8d6, 0xeed3, 0xeed4, 0xd4bf, 0xc7d5, 0xbefb, /*0xa0-0xa7*/
+  0xced9, 0xb9b3, 0xeed6, 0xeed5, 0xeed8, 0xeed7, 0xc5a5, 0xeed9, /*0xa8-0xaf*/
+  0xeeda, 0xc7ae, 0xeedb, 0xc7af, 0xeedc, 0xb2a7, 0xeedd, 0xeede, /*0xb0-0xb7*/
+  0xeedf, 0xeee0, 0xeee1, 0xd7ea, 0xeee2, 0xeee3, 0xbcd8, 0xeee4, /*0xb8-0xbf*/
+  0xd3cb, 0xccfa, 0xb2ac, 0xc1e5, 0xeee5, 0xc7a6, 0xc3ad, 0xe898, /*0xc0-0xc7*/
+  0xeee6, 0xeee7, 0xeee8, 0xeee9, 0xeeea, 0xeeeb, 0xeeec, 0xe899, /*0xc8-0xcf*/
+  0xeeed, 0xeeee, 0xeeef, 0xe89a, 0xe89b, 0xeef0, 0xeef1, 0xeef2, /*0xd0-0xd7*/
+  0xeef4, 0xeef3, 0xe89c, 0xeef5, 0xcdad, 0xc2c1, 0xeef6, 0xeef7, /*0xd8-0xdf*/
+  0xeef8, 0xd5a1, 0xeef9, 0xcfb3, 0xeefa, 0xeefb, 0xe89d, 0xeefc, /*0xe0-0xe7*/
+  0xeefd, 0xefa1, 0xeefe, 0xefa2, 0xb8f5, 0xc3fa, 0xefa3, 0xefa4, /*0xe8-0xef*/
+  0xbdc2, 0xd2bf, 0xb2f9, 0xefa5, 0xefa6, 0xefa7, 0xd2f8, 0xefa8, /*0xf0-0xf7*/
+  0xd6fd, 0xefa9, 0xc6cc, 0xe89e, 0xefaa, 0xefab, 0xc1b4, 0xefac, /*0xf8-0xff*/
+  /* 0x9500 */
+  0xcffa, 0xcbf8, 0xefae, 0xefad, 0xb3fa, 0xb9f8, 0xefaf, 0xefb0, /*0x00-0x07*/
+  0xd0e2, 0xefb1, 0xefb2, 0xb7e6, 0xd0bf, 0xefb3, 0xefb4, 0xefb5, /*0x08-0x0f*/
+  0xc8f1, 0xcce0, 0xefb6, 0xefb7, 0xefb8, 0xefb9, 0xefba, 0xd5e0, /*0x10-0x17*/
+  0xefbb, 0xb4ed, 0xc3aa, 0xefbc, 0xe89f, 0xefbd, 0xefbe, 0xefbf, /*0x18-0x1f*/
+  0xe8a0, 0xcefd, 0xefc0, 0xc2e0, 0xb4b8, 0xd7b6, 0xbdf5, 0xe940, /*0x20-0x27*/
+  0xcfc7, 0xefc3, 0xefc1, 0xefc2, 0xefc4, 0xb6a7, 0xbcfc, 0xbee2, /*0x28-0x2f*/
+  0xc3cc, 0xefc5, 0xefc6, 0xe941, 0xefc7, 0xefcf, 0xefc8, 0xefc9, /*0x30-0x37*/
+  0xefca, 0xc7c2, 0xeff1, 0xb6cd, 0xefcb, 0xe942, 0xefcc, 0xefcd, /*0x38-0x3f*/
+  0xb6c6, 0xc3be, 0xefce, 0xe943, 0xefd0, 0xefd1, 0xefd2, 0xd5f2, /*0x40-0x47*/
+  0xe944, 0xefd3, 0xc4f7, 0xe945, 0xefd4, 0xc4f8, 0xefd5, 0xefd6, /*0x48-0x4f*/
+  0xb8e4, 0xb0f7, 0xefd7, 0xefd8, 0xefd9, 0xe946, 0xefda, 0xefdb, /*0x50-0x57*/
+  0xefdc, 0xefdd, 0xe947, 0xefde, 0xbeb5, 0xefe1, 0xefdf, 0xefe0, /*0x58-0x5f*/
+  0xe948, 0xefe2, 0xefe3, 0xc1cd, 0xefe4, 0xefe5, 0xefe6, 0xefe7, /*0x60-0x67*/
+  0xefe8, 0xefe9, 0xefea, 0xefeb, 0xefec, 0xc0d8, 0xe949, 0xefed, /*0x68-0x6f*/
+  0xc1ad, 0xefee, 0xefef, 0xeff0, 0xe94a, 0xe94b, 0xcfe2, 0xe94c, /*0x70-0x77*/
+  0xe94d, 0xe94e, 0xe94f, 0xe950, 0xe951, 0xe952, 0xe953, 0xb3a4, /*0x78-0x7f*/
+  0xe954, 0xe955, 0xe956, 0xe957, 0xe958, 0xe959, 0xe95a, 0xe95b, /*0x80-0x87*/
+  0xe95c, 0xe95d, 0xe95e, 0xe95f, 0xe960, 0xe961, 0xe962, 0xe963, /*0x88-0x8f*/
+  0xe964, 0xe965, 0xe966, 0xe967, 0xe968, 0xe969, 0xe96a, 0xe96b, /*0x90-0x97*/
+  0xe96c, 0xe96d, 0xe96e, 0xe96f, 0xe970, 0xe971, 0xe972, 0xe973, /*0x98-0x9f*/
+  0xe974, 0xe975, 0xe976, 0xe977, 0xe978, 0xe979, 0xe97a, 0xe97b, /*0xa0-0xa7*/
+  0xe97c, 0xe97d, 0xe97e, 0xe980, 0xe981, 0xe982, 0xe983, 0xe984, /*0xa8-0xaf*/
+  0xe985, 0xe986, 0xe987, 0xe988, 0xe989, 0xe98a, 0xe98b, 0xe98c, /*0xb0-0xb7*/
+  0xe98d, 0xe98e, 0xe98f, 0xe990, 0xe991, 0xe992, 0xe993, 0xe994, /*0xb8-0xbf*/
+  0xe995, 0xe996, 0xe997, 0xe998, 0xe999, 0xe99a, 0xe99b, 0xe99c, /*0xc0-0xc7*/
+  0xe99d, 0xe99e, 0xe99f, 0xe9a0, 0xea40, 0xea41, 0xea42, 0xea43, /*0xc8-0xcf*/
+  0xea44, 0xea45, 0xea46, 0xea47, 0xea48, 0xea49, 0xea4a, 0xea4b, /*0xd0-0xd7*/
+  0xea4c, 0xea4d, 0xea4e, 0xea4f, 0xea50, 0xea51, 0xea52, 0xea53, /*0xd8-0xdf*/
+  0xea54, 0xea55, 0xea56, 0xea57, 0xea58, 0xea59, 0xea5a, 0xea5b, /*0xe0-0xe7*/
+  0xc3c5, 0xe3c5, 0xc9c1, 0xe3c6, 0xea5c, 0xb1d5, 0xceca, 0xb4b3, /*0xe8-0xef*/
+  0xc8f2, 0xe3c7, 0xcfd0, 0xe3c8, 0xbce4, 0xe3c9, 0xe3ca, 0xc3c6, /*0xf0-0xf7*/
+  0xd5a2, 0xc4d6, 0xb9eb, 0xcec5, 0xe3cb, 0xc3f6, 0xe3cc, 0xea5d, /*0xf8-0xff*/
+  /* 0x9600 */
+  0xb7a7, 0xb8f3, 0xbad2, 0xe3cd, 0xe3ce, 0xd4c4, 0xe3cf, 0xea5e, /*0x00-0x07*/
+  0xe3d0, 0xd1cb, 0xe3d1, 0xe3d2, 0xe3d3, 0xe3d4, 0xd1d6, 0xe3d5, /*0x08-0x0f*/
+  0xb2fb, 0xc0bb, 0xe3d6, 0xea5f, 0xc0ab, 0xe3d7, 0xe3d8, 0xe3d9, /*0x10-0x17*/
+  0xea60, 0xe3da, 0xe3db, 0xea61, 0xb8b7, 0xdae2, 0xea62, 0xb6d3, /*0x18-0x1f*/
+  0xea63, 0xdae4, 0xdae3, 0xea64, 0xea65, 0xea66, 0xea67, 0xea68, /*0x20-0x27*/
+  0xea69, 0xea6a, 0xdae6, 0xea6b, 0xea6c, 0xea6d, 0xc8ee, 0xea6e, /*0x28-0x2f*/
+  0xea6f, 0xdae5, 0xb7c0, 0xd1f4, 0xd2f5, 0xd5f3, 0xbdd7, 0xea70, /*0x30-0x37*/
+  0xea71, 0xea72, 0xea73, 0xd7e8, 0xdae8, 0xdae7, 0xea74, 0xb0a2, /*0x38-0x3f*/
+  0xcdd3, 0xea75, 0xdae9, 0xea76, 0xb8bd, 0xbcca, 0xc2bd, 0xc2a4, /*0x40-0x47*/
+  0xb3c2, 0xdaea, 0xea77, 0xc2aa, 0xc4b0, 0xbdb5, 0xea78, 0xea79, /*0x48-0x4f*/
+  0xcfde, 0xea7a, 0xea7b, 0xea7c, 0xdaeb, 0xc9c2, 0xea7d, 0xea7e, /*0x50-0x57*/
+  0xea80, 0xea81, 0xea82, 0xb1dd, 0xea83, 0xea84, 0xea85, 0xdaec, /*0x58-0x5f*/
+  0xea86, 0xb6b8, 0xd4ba, 0xea87, 0xb3fd, 0xea88, 0xea89, 0xdaed, /*0x60-0x67*/
+  0xd4c9, 0xcfd5, 0xc5e3, 0xea8a, 0xdaee, 0xea8b, 0xea8c, 0xea8d, /*0x68-0x6f*/
+  0xea8e, 0xea8f, 0xdaef, 0xea90, 0xdaf0, 0xc1ea, 0xccd5, 0xcfdd, /*0x70-0x77*/
+  0xea91, 0xea92, 0xea93, 0xea94, 0xea95, 0xea96, 0xea97, 0xea98, /*0x78-0x7f*/
+  0xea99, 0xea9a, 0xea9b, 0xea9c, 0xea9d, 0xd3e7, 0xc2a1, 0xea9e, /*0x80-0x87*/
+  0xdaf1, 0xea9f, 0xeaa0, 0xcbe5, 0xeb40, 0xdaf2, 0xeb41, 0xcbe6, /*0x88-0x8f*/
+  0xd2fe, 0xeb42, 0xeb43, 0xeb44, 0xb8f4, 0xeb45, 0xeb46, 0xdaf3, /*0x90-0x97*/
+  0xb0af, 0xcfb6, 0xeb47, 0xeb48, 0xd5cf, 0xeb49, 0xeb4a, 0xeb4b, /*0x98-0x9f*/
+  0xeb4c, 0xeb4d, 0xeb4e, 0xeb4f, 0xeb50, 0xeb51, 0xeb52, 0xcbed, /*0xa0-0xa7*/
+  0xeb53, 0xeb54, 0xeb55, 0xeb56, 0xeb57, 0xeb58, 0xeb59, 0xeb5a, /*0xa8-0xaf*/
+  0xdaf4, 0xeb5b, 0xeb5c, 0xe3c4, 0xeb5d, 0xeb5e, 0xc1a5, 0xeb5f, /*0xb0-0xb7*/
+  0xeb60, 0xf6bf, 0xeb61, 0xeb62, 0xf6c0, 0xf6c1, 0xc4d1, 0xeb63, /*0xb8-0xbf*/
+  0xc8b8, 0xd1e3, 0xeb64, 0xeb65, 0xd0db, 0xd1c5, 0xbcaf, 0xb9cd, /*0xc0-0xc7*/
+  0xeb66, 0xeff4, 0xeb67, 0xeb68, 0xb4c6, 0xd3ba, 0xf6c2, 0xb3fb, /*0xc8-0xcf*/
+  0xeb69, 0xeb6a, 0xf6c3, 0xeb6b, 0xeb6c, 0xb5f1, 0xeb6d, 0xeb6e, /*0xd0-0xd7*/
+  0xeb6f, 0xeb70, 0xeb71, 0xeb72, 0xeb73, 0xeb74, 0xeb75, 0xeb76, /*0xd8-0xdf*/
+  0xf6c5, 0xeb77, 0xeb78, 0xeb79, 0xeb7a, 0xeb7b, 0xeb7c, 0xeb7d, /*0xe0-0xe7*/
+  0xd3ea, 0xf6a7, 0xd1a9, 0xeb7e, 0xeb80, 0xeb81, 0xeb82, 0xf6a9, /*0xe8-0xef*/
+  0xeb83, 0xeb84, 0xeb85, 0xf6a8, 0xeb86, 0xeb87, 0xc1e3, 0xc0d7, /*0xf0-0xf7*/
+  0xeb88, 0xb1a2, 0xeb89, 0xeb8a, 0xeb8b, 0xeb8c, 0xceed, 0xeb8d, /*0xf8-0xff*/
+  /* 0x9700 */
+  0xd0e8, 0xf6ab, 0xeb8e, 0xeb8f, 0xcff6, 0xeb90, 0xf6aa, 0xd5f0, /*0x00-0x07*/
+  0xf6ac, 0xc3b9, 0xeb91, 0xeb92, 0xeb93, 0xbbf4, 0xf6ae, 0xf6ad, /*0x08-0x0f*/
+  0xeb94, 0xeb95, 0xeb96, 0xc4de, 0xeb97, 0xeb98, 0xc1d8, 0xeb99, /*0x10-0x17*/
+  0xeb9a, 0xeb9b, 0xeb9c, 0xeb9d, 0xcbaa, 0xeb9e, 0xcfbc, 0xeb9f, /*0x18-0x1f*/
+  0xeba0, 0xec40, 0xec41, 0xec42, 0xec43, 0xec44, 0xec45, 0xec46, /*0x20-0x27*/
+  0xec47, 0xec48, 0xf6af, 0xec49, 0xec4a, 0xf6b0, 0xec4b, 0xec4c, /*0x28-0x2f*/
+  0xf6b1, 0xec4d, 0xc2b6, 0xec4e, 0xec4f, 0xec50, 0xec51, 0xec52, /*0x30-0x37*/
+  0xb0d4, 0xc5f9, 0xec53, 0xec54, 0xec55, 0xec56, 0xf6b2, 0xec57, /*0x38-0x3f*/
+  0xec58, 0xec59, 0xec5a, 0xec5b, 0xec5c, 0xec5d, 0xec5e, 0xec5f, /*0x40-0x47*/
+  0xec60, 0xec61, 0xec62, 0xec63, 0xec64, 0xec65, 0xec66, 0xec67, /*0x48-0x4f*/
+  0xec68, 0xec69, 0xc7e0, 0xf6a6, 0xec6a, 0xec6b, 0xbeb8, 0xec6c, /*0x50-0x57*/
+  0xec6d, 0xbeb2, 0xec6e, 0xb5e5, 0xec6f, 0xec70, 0xb7c7, 0xec71, /*0x58-0x5f*/
+  0xbfbf, 0xc3d2, 0xc3e6, 0xec72, 0xec73, 0xd8cc, 0xec74, 0xec75, /*0x60-0x67*/
+  0xec76, 0xb8ef, 0xec77, 0xec78, 0xec79, 0xec7a, 0xec7b, 0xec7c, /*0x68-0x6f*/
+  0xec7d, 0xec7e, 0xec80, 0xbdf9, 0xd1a5, 0xec81, 0xb0d0, 0xec82, /*0x70-0x77*/
+  0xec83, 0xec84, 0xec85, 0xec86, 0xf7b0, 0xec87, 0xec88, 0xec89, /*0x78-0x7f*/
+  0xec8a, 0xec8b, 0xec8c, 0xec8d, 0xec8e, 0xf7b1, 0xec8f, 0xec90, /*0x80-0x87*/
+  0xec91, 0xec92, 0xec93, 0xd0ac, 0xec94, 0xb0b0, 0xec95, 0xec96, /*0x88-0x8f*/
+  0xec97, 0xf7b2, 0xf7b3, 0xec98, 0xf7b4, 0xec99, 0xec9a, 0xec9b, /*0x90-0x97*/
+  0xc7ca, 0xec9c, 0xec9d, 0xec9e, 0xec9f, 0xeca0, 0xed40, 0xed41, /*0x98-0x9f*/
+  0xbecf, 0xed42, 0xed43, 0xf7b7, 0xed44, 0xed45, 0xed46, 0xed47, /*0xa0-0xa7*/
+  0xed48, 0xed49, 0xed4a, 0xf7b6, 0xed4b, 0xb1de, 0xed4c, 0xf7b5, /*0xa8-0xaf*/
+  0xed4d, 0xed4e, 0xf7b8, 0xed4f, 0xf7b9, 0xed50, 0xed51, 0xed52, /*0xb0-0xb7*/
+  0xed53, 0xed54, 0xed55, 0xed56, 0xed57, 0xed58, 0xed59, 0xed5a, /*0xb8-0xbf*/
+  0xed5b, 0xed5c, 0xed5d, 0xed5e, 0xed5f, 0xed60, 0xed61, 0xed62, /*0xc0-0xc7*/
+  0xed63, 0xed64, 0xed65, 0xed66, 0xed67, 0xed68, 0xed69, 0xed6a, /*0xc8-0xcf*/
+  0xed6b, 0xed6c, 0xed6d, 0xed6e, 0xed6f, 0xed70, 0xed71, 0xed72, /*0xd0-0xd7*/
+  0xed73, 0xed74, 0xed75, 0xed76, 0xed77, 0xed78, 0xed79, 0xed7a, /*0xd8-0xdf*/
+  0xed7b, 0xed7c, 0xed7d, 0xed7e, 0xed80, 0xed81, 0xcea4, 0xc8cd, /*0xe0-0xe7*/
+  0xed82, 0xbaab, 0xe8b8, 0xe8b9, 0xe8ba, 0xbec2, 0xed83, 0xed84, /*0xe8-0xef*/
+  0xed85, 0xed86, 0xed87, 0xd2f4, 0xed88, 0xd4cf, 0xc9d8, 0xed89, /*0xf0-0xf7*/
+  0xed8a, 0xed8b, 0xed8c, 0xed8d, 0xed8e, 0xed8f, 0xed90, 0xed91, /*0xf8-0xff*/
+  /* 0x9800 */
+  0xed92, 0xed93, 0xed94, 0xed95, 0xed96, 0xed97, 0xed98, 0xed99, /*0x00-0x07*/
+  0xed9a, 0xed9b, 0xed9c, 0xed9d, 0xed9e, 0xed9f, 0xeda0, 0xee40, /*0x08-0x0f*/
+  0xee41, 0xee42, 0xee43, 0xee44, 0xee45, 0xee46, 0xee47, 0xee48, /*0x10-0x17*/
+  0xee49, 0xee4a, 0xee4b, 0xee4c, 0xee4d, 0xee4e, 0xee4f, 0xee50, /*0x18-0x1f*/
+  0xee51, 0xee52, 0xee53, 0xee54, 0xee55, 0xee56, 0xee57, 0xee58, /*0x20-0x27*/
+  0xee59, 0xee5a, 0xee5b, 0xee5c, 0xee5d, 0xee5e, 0xee5f, 0xee60, /*0x28-0x2f*/
+  0xee61, 0xee62, 0xee63, 0xee64, 0xee65, 0xee66, 0xee67, 0xee68, /*0x30-0x37*/
+  0xee69, 0xee6a, 0xee6b, 0xee6c, 0xee6d, 0xee6e, 0xee6f, 0xee70, /*0x38-0x3f*/
+  0xee71, 0xee72, 0xee73, 0xee74, 0xee75, 0xee76, 0xee77, 0xee78, /*0x40-0x47*/
+  0xee79, 0xee7a, 0xee7b, 0xee7c, 0xee7d, 0xee7e, 0xee80, 0xee81, /*0x48-0x4f*/
+  0xee82, 0xee83, 0xee84, 0xee85, 0xee86, 0xee87, 0xee88, 0xee89, /*0x50-0x57*/
+  0xee8a, 0xee8b, 0xee8c, 0xee8d, 0xee8e, 0xee8f, 0xee90, 0xee91, /*0x58-0x5f*/
+  0xee92, 0xee93, 0xee94, 0xee95, 0xee96, 0xee97, 0xee98, 0xee99, /*0x60-0x67*/
+  0xee9a, 0xee9b, 0xee9c, 0xee9d, 0xee9e, 0xee9f, 0xeea0, 0xef40, /*0x68-0x6f*/
+  0xef41, 0xef42, 0xef43, 0xef44, 0xef45, 0xd2b3, 0xb6a5, 0xc7ea, /*0x70-0x77*/
+  0xf1fc, 0xcfee, 0xcbb3, 0xd0eb, 0xe7ef, 0xcde7, 0xb9cb, 0xb6d9, /*0x78-0x7f*/
+  0xf1fd, 0xb0e4, 0xcbcc, 0xf1fe, 0xd4a4, 0xc2ad, 0xc1ec, 0xc6c4, /*0x80-0x87*/
+  0xbeb1, 0xf2a1, 0xbcd5, 0xef46, 0xf2a2, 0xf2a3, 0xef47, 0xf2a4, /*0x88-0x8f*/
+  0xd2c3, 0xc6b5, 0xef48, 0xcdc7, 0xf2a5, 0xef49, 0xd3b1, 0xbfc5, /*0x90-0x97*/
+  0xcce2, 0xef4a, 0xf2a6, 0xf2a7, 0xd1d5, 0xb6ee, 0xf2a8, 0xf2a9, /*0x98-0x9f*/
+  0xb5df, 0xf2aa, 0xf2ab, 0xef4b, 0xb2fc, 0xf2ac, 0xf2ad, 0xc8a7, /*0xa0-0xa7*/
+  0xef4c, 0xef4d, 0xef4e, 0xef4f, 0xef50, 0xef51, 0xef52, 0xef53, /*0xa8-0xaf*/
+  0xef54, 0xef55, 0xef56, 0xef57, 0xef58, 0xef59, 0xef5a, 0xef5b, /*0xb0-0xb7*/
+  0xef5c, 0xef5d, 0xef5e, 0xef5f, 0xef60, 0xef61, 0xef62, 0xef63, /*0xb8-0xbf*/
+  0xef64, 0xef65, 0xef66, 0xef67, 0xef68, 0xef69, 0xef6a, 0xef6b, /*0xc0-0xc7*/
+  0xef6c, 0xef6d, 0xef6e, 0xef6f, 0xef70, 0xef71, 0xb7e7, 0xef72, /*0xc8-0xcf*/
+  0xef73, 0xeca9, 0xecaa, 0xecab, 0xef74, 0xecac, 0xef75, 0xef76, /*0xd0-0xd7*/
+  0xc6ae, 0xecad, 0xecae, 0xef77, 0xef78, 0xef79, 0xb7c9, 0xcab3, /*0xd8-0xdf*/
+  0xef7a, 0xef7b, 0xef7c, 0xef7d, 0xef7e, 0xef80, 0xef81, 0xe2b8, /*0xe0-0xe7*/
+  0xf7cf, 0xef82, 0xef83, 0xef84, 0xef85, 0xef86, 0xef87, 0xef88, /*0xe8-0xef*/
+  0xef89, 0xef8a, 0xef8b, 0xef8c, 0xef8d, 0xef8e, 0xef8f, 0xef90, /*0xf0-0xf7*/
+  0xef91, 0xef92, 0xef93, 0xef94, 0xef95, 0xef96, 0xef97, 0xef98, /*0xf8-0xff*/
+  /* 0x9900 */
+  0xef99, 0xef9a, 0xef9b, 0xef9c, 0xef9d, 0xef9e, 0xef9f, 0xefa0, /*0x00-0x07*/
+  0xf040, 0xf041, 0xf042, 0xf043, 0xf044, 0xf7d0, 0xf045, 0xf046, /*0x08-0x0f*/
+  0xb2cd, 0xf047, 0xf048, 0xf049, 0xf04a, 0xf04b, 0xf04c, 0xf04d, /*0x10-0x17*/
+  0xf04e, 0xf04f, 0xf050, 0xf051, 0xf052, 0xf053, 0xf054, 0xf055, /*0x18-0x1f*/
+  0xf056, 0xf057, 0xf058, 0xf059, 0xf05a, 0xf05b, 0xf05c, 0xf05d, /*0x20-0x27*/
+  0xf05e, 0xf05f, 0xf060, 0xf061, 0xf062, 0xf063, 0xf7d1, 0xf064, /*0x28-0x2f*/
+  0xf065, 0xf066, 0xf067, 0xf068, 0xf069, 0xf06a, 0xf06b, 0xf06c, /*0x30-0x37*/
+  0xf06d, 0xf06e, 0xf06f, 0xf070, 0xf071, 0xf072, 0xf073, 0xf074, /*0x38-0x3f*/
+  0xf075, 0xf076, 0xf077, 0xf078, 0xf079, 0xf07a, 0xf07b, 0xf07c, /*0x40-0x47*/
+  0xf07d, 0xf07e, 0xf080, 0xf081, 0xf082, 0xf083, 0xf084, 0xf085, /*0x48-0x4f*/
+  0xf086, 0xf087, 0xf088, 0xf089, 0xf7d3, 0xf7d2, 0xf08a, 0xf08b, /*0x50-0x57*/
+  0xf08c, 0xf08d, 0xf08e, 0xf08f, 0xf090, 0xf091, 0xf092, 0xf093, /*0x58-0x5f*/
+  0xf094, 0xf095, 0xf096, 0xe2bb, 0xf097, 0xbca2, 0xf098, 0xe2bc, /*0x60-0x67*/
+  0xe2bd, 0xe2be, 0xe2bf, 0xe2c0, 0xe2c1, 0xb7b9, 0xd2fb, 0xbda4, /*0x68-0x6f*/
+  0xcace, 0xb1a5, 0xcbc7, 0xf099, 0xe2c2, 0xb6fc, 0xc8c4, 0xe2c3, /*0x70-0x77*/
+  0xf09a, 0xf09b, 0xbdc8, 0xf09c, 0xb1fd, 0xe2c4, 0xf09d, 0xb6f6, /*0x78-0x7f*/
+  0xe2c5, 0xc4d9, 0xf09e, 0xf09f, 0xe2c6, 0xcfda, 0xb9dd, 0xe2c7, /*0x80-0x87*/
+  0xc0a1, 0xf0a0, 0xe2c8, 0xb2f6, 0xf140, 0xe2c9, 0xf141, 0xc1f3, /*0x88-0x8f*/
+  0xe2ca, 0xe2cb, 0xc2f8, 0xe2cc, 0xe2cd, 0xe2ce, 0xcad7, 0xd8b8, /*0x90-0x97*/
+  0xd9e5, 0xcfe3, 0xf142, 0xf143, 0xf144, 0xf145, 0xf146, 0xf147, /*0x98-0x9f*/
+  0xf148, 0xf149, 0xf14a, 0xf14b, 0xf14c, 0xf0a5, 0xf14d, 0xf14e, /*0xa0-0xa7*/
+  0xdcb0, 0xf14f, 0xf150, 0xf151, 0xf152, 0xf153, 0xf154, 0xf155, /*0xa8-0xaf*/
+  0xf156, 0xf157, 0xf158, 0xf159, 0xf15a, 0xf15b, 0xf15c, 0xf15d, /*0xb0-0xb7*/
+  0xf15e, 0xf15f, 0xf160, 0xf161, 0xf162, 0xf163, 0xf164, 0xf165, /*0xb8-0xbf*/
+  0xf166, 0xf167, 0xf168, 0xf169, 0xf16a, 0xf16b, 0xf16c, 0xf16d, /*0xc0-0xc7*/
+  0xf16e, 0xf16f, 0xf170, 0xf171, 0xf172, 0xf173, 0xf174, 0xf175, /*0xc8-0xcf*/
+  0xf176, 0xf177, 0xf178, 0xf179, 0xf17a, 0xf17b, 0xf17c, 0xf17d, /*0xd0-0xd7*/
+  0xf17e, 0xf180, 0xf181, 0xf182, 0xf183, 0xf184, 0xf185, 0xf186, /*0xd8-0xdf*/
+  0xf187, 0xf188, 0xf189, 0xf18a, 0xf18b, 0xf18c, 0xf18d, 0xf18e, /*0xe0-0xe7*/
+  0xf18f, 0xf190, 0xf191, 0xf192, 0xf193, 0xf194, 0xf195, 0xf196, /*0xe8-0xef*/
+  0xf197, 0xf198, 0xf199, 0xf19a, 0xf19b, 0xf19c, 0xf19d, 0xf19e, /*0xf0-0xf7*/
+  0xf19f, 0xf1a0, 0xf240, 0xf241, 0xf242, 0xf243, 0xf244, 0xf245, /*0xf8-0xff*/
+  /* 0x9a00 */
+  0xf246, 0xf247, 0xf248, 0xf249, 0xf24a, 0xf24b, 0xf24c, 0xf24d, /*0x00-0x07*/
+  0xf24e, 0xf24f, 0xf250, 0xf251, 0xf252, 0xf253, 0xf254, 0xf255, /*0x08-0x0f*/
+  0xf256, 0xf257, 0xf258, 0xf259, 0xf25a, 0xf25b, 0xf25c, 0xf25d, /*0x10-0x17*/
+  0xf25e, 0xf25f, 0xf260, 0xf261, 0xf262, 0xf263, 0xf264, 0xf265, /*0x18-0x1f*/
+  0xf266, 0xf267, 0xf268, 0xf269, 0xf26a, 0xf26b, 0xf26c, 0xf26d, /*0x20-0x27*/
+  0xf26e, 0xf26f, 0xf270, 0xf271, 0xf272, 0xf273, 0xf274, 0xf275, /*0x28-0x2f*/
+  0xf276, 0xf277, 0xf278, 0xf279, 0xf27a, 0xf27b, 0xf27c, 0xf27d, /*0x30-0x37*/
+  0xf27e, 0xf280, 0xf281, 0xf282, 0xf283, 0xf284, 0xf285, 0xf286, /*0x38-0x3f*/
+  0xf287, 0xf288, 0xf289, 0xf28a, 0xf28b, 0xf28c, 0xf28d, 0xf28e, /*0x40-0x47*/
+  0xf28f, 0xf290, 0xf291, 0xf292, 0xf293, 0xf294, 0xf295, 0xf296, /*0x48-0x4f*/
+  0xf297, 0xf298, 0xf299, 0xf29a, 0xf29b, 0xf29c, 0xf29d, 0xf29e, /*0x50-0x57*/
+  0xf29f, 0xf2a0, 0xf340, 0xf341, 0xf342, 0xf343, 0xf344, 0xf345, /*0x58-0x5f*/
+  0xf346, 0xf347, 0xf348, 0xf349, 0xf34a, 0xf34b, 0xf34c, 0xf34d, /*0x60-0x67*/
+  0xf34e, 0xf34f, 0xf350, 0xf351, 0xc2ed, 0xd4a6, 0xcdd4, 0xd1b1, /*0x68-0x6f*/
+  0xb3db, 0xc7fd, 0xf352, 0xb2b5, 0xc2bf, 0xe6e0, 0xcabb, 0xe6e1, /*0x70-0x77*/
+  0xe6e2, 0xbed4, 0xe6e3, 0xd7a4, 0xcdd5, 0xe6e5, 0xbcdd, 0xe6e4, /*0x78-0x7f*/
+  0xe6e6, 0xe6e7, 0xc2ee, 0xf353, 0xbdbe, 0xe6e8, 0xc2e6, 0xbaa7, /*0x80-0x87*/
+  0xe6e9, 0xf354, 0xe6ea, 0xb3d2, 0xd1e9, 0xf355, 0xf356, 0xbfa5, /*0x88-0x8f*/
+  0xe6eb, 0xc6ef, 0xe6ec, 0xe6ed, 0xf357, 0xf358, 0xe6ee, 0xc6ad, /*0x90-0x97*/
+  0xe6ef, 0xf359, 0xc9a7, 0xe6f0, 0xe6f1, 0xe6f2, 0xe5b9, 0xe6f3, /*0x98-0x9f*/
+  0xe6f4, 0xc2e2, 0xe6f5, 0xe6f6, 0xd6e8, 0xe6f7, 0xf35a, 0xe6f8, /*0xa0-0xa7*/
+  0xb9c7, 0xf35b, 0xf35c, 0xf35d, 0xf35e, 0xf35f, 0xf360, 0xf361, /*0xa8-0xaf*/
+  0xf7bb, 0xf7ba, 0xf362, 0xf363, 0xf364, 0xf365, 0xf7be, 0xf7bc, /*0xb0-0xb7*/
+  0xbaa1, 0xf366, 0xf7bf, 0xf367, 0xf7c0, 0xf368, 0xf369, 0xf36a, /*0xb8-0xbf*/
+  0xf7c2, 0xf7c1, 0xf7c4, 0xf36b, 0xf36c, 0xf7c3, 0xf36d, 0xf36e, /*0xc0-0xc7*/
+  0xf36f, 0xf370, 0xf371, 0xf7c5, 0xf7c6, 0xf372, 0xf373, 0xf374, /*0xc8-0xcf*/
+  0xf375, 0xf7c7, 0xf376, 0xcbe8, 0xf377, 0xf378, 0xf379, 0xf37a, /*0xd0-0xd7*/
+  0xb8df, 0xf37b, 0xf37c, 0xf37d, 0xf37e, 0xf380, 0xf381, 0xf7d4, /*0xd8-0xdf*/
+  0xf382, 0xf7d5, 0xf383, 0xf384, 0xf385, 0xf386, 0xf7d6, 0xf387, /*0xe0-0xe7*/
+  0xf388, 0xf389, 0xf38a, 0xf7d8, 0xf38b, 0xf7da, 0xf38c, 0xf7d7, /*0xe8-0xef*/
+  0xf38d, 0xf38e, 0xf38f, 0xf390, 0xf391, 0xf392, 0xf393, 0xf394, /*0xf0-0xf7*/
+  0xf395, 0xf7db, 0xf396, 0xf7d9, 0xf397, 0xf398, 0xf399, 0xf39a, /*0xf8-0xff*/
+  /* 0x9b00 */
+  0xf39b, 0xf39c, 0xf39d, 0xd7d7, 0xf39e, 0xf39f, 0xf3a0, 0xf440, /*0x00-0x07*/
+  0xf7dc, 0xf441, 0xf442, 0xf443, 0xf444, 0xf445, 0xf446, 0xf7dd, /*0x08-0x0f*/
+  0xf447, 0xf448, 0xf449, 0xf7de, 0xf44a, 0xf44b, 0xf44c, 0xf44d, /*0x10-0x17*/
+  0xf44e, 0xf44f, 0xf450, 0xf451, 0xf452, 0xf453, 0xf454, 0xf7df, /*0x18-0x1f*/
+  0xf455, 0xf456, 0xf457, 0xf7e0, 0xf458, 0xf459, 0xf45a, 0xf45b, /*0x20-0x27*/
+  0xf45c, 0xf45d, 0xf45e, 0xf45f, 0xf460, 0xf461, 0xf462, 0xdbcb, /*0x28-0x2f*/
+  0xf463, 0xf464, 0xd8aa, 0xf465, 0xf466, 0xf467, 0xf468, 0xf469, /*0x30-0x37*/
+  0xf46a, 0xf46b, 0xf46c, 0xe5f7, 0xb9ed, 0xf46d, 0xf46e, 0xf46f, /*0x38-0x3f*/
+  0xf470, 0xbffd, 0xbbea, 0xf7c9, 0xc6c7, 0xf7c8, 0xf471, 0xf7ca, /*0x40-0x47*/
+  0xf7cc, 0xf7cb, 0xf472, 0xf473, 0xf474, 0xf7cd, 0xf475, 0xceba, /*0x48-0x4f*/
+  0xf476, 0xf7ce, 0xf477, 0xf478, 0xc4a7, 0xf479, 0xf47a, 0xf47b, /*0x50-0x57*/
+  0xf47c, 0xf47d, 0xf47e, 0xf480, 0xf481, 0xf482, 0xf483, 0xf484, /*0x58-0x5f*/
+  0xf485, 0xf486, 0xf487, 0xf488, 0xf489, 0xf48a, 0xf48b, 0xf48c, /*0x60-0x67*/
+  0xf48d, 0xf48e, 0xf48f, 0xf490, 0xf491, 0xf492, 0xf493, 0xf494, /*0x68-0x6f*/
+  0xf495, 0xf496, 0xf497, 0xf498, 0xf499, 0xf49a, 0xf49b, 0xf49c, /*0x70-0x77*/
+  0xf49d, 0xf49e, 0xf49f, 0xf4a0, 0xf540, 0xf541, 0xf542, 0xf543, /*0x78-0x7f*/
+  0xf544, 0xf545, 0xf546, 0xf547, 0xf548, 0xf549, 0xf54a, 0xf54b, /*0x80-0x87*/
+  0xf54c, 0xf54d, 0xf54e, 0xf54f, 0xf550, 0xf551, 0xf552, 0xf553, /*0x88-0x8f*/
+  0xf554, 0xf555, 0xf556, 0xf557, 0xf558, 0xf559, 0xf55a, 0xf55b, /*0x90-0x97*/
+  0xf55c, 0xf55d, 0xf55e, 0xf55f, 0xf560, 0xf561, 0xf562, 0xf563, /*0x98-0x9f*/
+  0xf564, 0xf565, 0xf566, 0xf567, 0xf568, 0xf569, 0xf56a, 0xf56b, /*0xa0-0xa7*/
+  0xf56c, 0xf56d, 0xf56e, 0xf56f, 0xf570, 0xf571, 0xf572, 0xf573, /*0xa8-0xaf*/
+  0xf574, 0xf575, 0xf576, 0xf577, 0xf578, 0xf579, 0xf57a, 0xf57b, /*0xb0-0xb7*/
+  0xf57c, 0xf57d, 0xf57e, 0xf580, 0xf581, 0xf582, 0xf583, 0xf584, /*0xb8-0xbf*/
+  0xf585, 0xf586, 0xf587, 0xf588, 0xf589, 0xf58a, 0xf58b, 0xf58c, /*0xc0-0xc7*/
+  0xf58d, 0xf58e, 0xf58f, 0xf590, 0xf591, 0xf592, 0xf593, 0xf594, /*0xc8-0xcf*/
+  0xf595, 0xf596, 0xf597, 0xf598, 0xf599, 0xf59a, 0xf59b, 0xf59c, /*0xd0-0xd7*/
+  0xf59d, 0xf59e, 0xf59f, 0xf5a0, 0xf640, 0xf641, 0xf642, 0xf643, /*0xd8-0xdf*/
+  0xf644, 0xf645, 0xf646, 0xf647, 0xf648, 0xf649, 0xf64a, 0xf64b, /*0xe0-0xe7*/
+  0xf64c, 0xf64d, 0xf64e, 0xf64f, 0xf650, 0xf651, 0xf652, 0xf653, /*0xe8-0xef*/
+  0xf654, 0xf655, 0xf656, 0xf657, 0xf658, 0xf659, 0xf65a, 0xf65b, /*0xf0-0xf7*/
+  0xf65c, 0xf65d, 0xf65e, 0xf65f, 0xf660, 0xf661, 0xf662, 0xf663, /*0xf8-0xff*/
+  /* 0x9c00 */
+  0xf664, 0xf665, 0xf666, 0xf667, 0xf668, 0xf669, 0xf66a, 0xf66b, /*0x00-0x07*/
+  0xf66c, 0xf66d, 0xf66e, 0xf66f, 0xf670, 0xf671, 0xf672, 0xf673, /*0x08-0x0f*/
+  0xf674, 0xf675, 0xf676, 0xf677, 0xf678, 0xf679, 0xf67a, 0xf67b, /*0x10-0x17*/
+  0xf67c, 0xf67d, 0xf67e, 0xf680, 0xf681, 0xf682, 0xf683, 0xf684, /*0x18-0x1f*/
+  0xf685, 0xf686, 0xf687, 0xf688, 0xf689, 0xf68a, 0xf68b, 0xf68c, /*0x20-0x27*/
+  0xf68d, 0xf68e, 0xf68f, 0xf690, 0xf691, 0xf692, 0xf693, 0xf694, /*0x28-0x2f*/
+  0xf695, 0xf696, 0xf697, 0xf698, 0xf699, 0xf69a, 0xf69b, 0xf69c, /*0x30-0x37*/
+  0xf69d, 0xf69e, 0xf69f, 0xf6a0, 0xf740, 0xf741, 0xf742, 0xf743, /*0x38-0x3f*/
+  0xf744, 0xf745, 0xf746, 0xf747, 0xf748, 0xf749, 0xf74a, 0xf74b, /*0x40-0x47*/
+  0xf74c, 0xf74d, 0xf74e, 0xf74f, 0xf750, 0xf751, 0xf752, 0xf753, /*0x48-0x4f*/
+  0xf754, 0xf755, 0xf756, 0xf757, 0xf758, 0xf759, 0xf75a, 0xf75b, /*0x50-0x57*/
+  0xf75c, 0xf75d, 0xf75e, 0xf75f, 0xf760, 0xf761, 0xf762, 0xf763, /*0x58-0x5f*/
+  0xf764, 0xf765, 0xf766, 0xf767, 0xf768, 0xf769, 0xf76a, 0xf76b, /*0x60-0x67*/
+  0xf76c, 0xf76d, 0xf76e, 0xf76f, 0xf770, 0xf771, 0xf772, 0xf773, /*0x68-0x6f*/
+  0xf774, 0xf775, 0xf776, 0xf777, 0xf778, 0xf779, 0xf77a, 0xf77b, /*0x70-0x77*/
+  0xf77c, 0xf77d, 0xf77e, 0xf780, 0xd3e3, 0xf781, 0xf782, 0xf6cf, /*0x78-0x7f*/
+  0xf783, 0xc2b3, 0xf6d0, 0xf784, 0xf785, 0xf6d1, 0xf6d2, 0xf6d3, /*0x80-0x87*/
+  0xf6d4, 0xf786, 0xf787, 0xf6d6, 0xf788, 0xb1ab, 0xf6d7, 0xf789, /*0x88-0x8f*/
+  0xf6d8, 0xf6d9, 0xf6da, 0xf78a, 0xf6db, 0xf6dc, 0xf78b, 0xf78c, /*0x90-0x97*/
+  0xf78d, 0xf78e, 0xf6dd, 0xf6de, 0xcfca, 0xf78f, 0xf6df, 0xf6e0, /*0x98-0x9f*/
+  0xf6e1, 0xf6e2, 0xf6e3, 0xf6e4, 0xc0f0, 0xf6e5, 0xf6e6, 0xf6e7, /*0xa0-0xa7*/
+  0xf6e8, 0xf6e9, 0xf790, 0xf6ea, 0xf791, 0xf6eb, 0xf6ec, 0xf792, /*0xa8-0xaf*/
+  0xf6ed, 0xf6ee, 0xf6ef, 0xf6f0, 0xf6f1, 0xf6f2, 0xf6f3, 0xf6f4, /*0xb0-0xb7*/
+  0xbea8, 0xf793, 0xf6f5, 0xf6f6, 0xf6f7, 0xf6f8, 0xf794, 0xf795, /*0xb8-0xbf*/
+  0xf796, 0xf797, 0xf798, 0xc8fa, 0xf6f9, 0xf6fa, 0xf6fb, 0xf6fc, /*0xc0-0xc7*/
+  0xf799, 0xf79a, 0xf6fd, 0xf6fe, 0xf7a1, 0xf7a2, 0xf7a3, 0xf7a4, /*0xc8-0xcf*/
+  0xf7a5, 0xf79b, 0xf79c, 0xf7a6, 0xf7a7, 0xf7a8, 0xb1ee, 0xf7a9, /*0xd0-0xd7*/
+  0xf7aa, 0xf7ab, 0xf79d, 0xf79e, 0xf7ac, 0xf7ad, 0xc1db, 0xf7ae, /*0xd8-0xdf*/
+  0xf79f, 0xf7a0, 0xf7af, 0xf840, 0xf841, 0xf842, 0xf843, 0xf844, /*0xe0-0xe7*/
+  0xf845, 0xf846, 0xf847, 0xf848, 0xf849, 0xf84a, 0xf84b, 0xf84c, /*0xe8-0xef*/
+  0xf84d, 0xf84e, 0xf84f, 0xf850, 0xf851, 0xf852, 0xf853, 0xf854, /*0xf0-0xf7*/
+  0xf855, 0xf856, 0xf857, 0xf858, 0xf859, 0xf85a, 0xf85b, 0xf85c, /*0xf8-0xff*/
+  /* 0x9d00 */
+  0xf85d, 0xf85e, 0xf85f, 0xf860, 0xf861, 0xf862, 0xf863, 0xf864, /*0x00-0x07*/
+  0xf865, 0xf866, 0xf867, 0xf868, 0xf869, 0xf86a, 0xf86b, 0xf86c, /*0x08-0x0f*/
+  0xf86d, 0xf86e, 0xf86f, 0xf870, 0xf871, 0xf872, 0xf873, 0xf874, /*0x10-0x17*/
+  0xf875, 0xf876, 0xf877, 0xf878, 0xf879, 0xf87a, 0xf87b, 0xf87c, /*0x18-0x1f*/
+  0xf87d, 0xf87e, 0xf880, 0xf881, 0xf882, 0xf883, 0xf884, 0xf885, /*0x20-0x27*/
+  0xf886, 0xf887, 0xf888, 0xf889, 0xf88a, 0xf88b, 0xf88c, 0xf88d, /*0x28-0x2f*/
+  0xf88e, 0xf88f, 0xf890, 0xf891, 0xf892, 0xf893, 0xf894, 0xf895, /*0x30-0x37*/
+  0xf896, 0xf897, 0xf898, 0xf899, 0xf89a, 0xf89b, 0xf89c, 0xf89d, /*0x38-0x3f*/
+  0xf89e, 0xf89f, 0xf8a0, 0xf940, 0xf941, 0xf942, 0xf943, 0xf944, /*0x40-0x47*/
+  0xf945, 0xf946, 0xf947, 0xf948, 0xf949, 0xf94a, 0xf94b, 0xf94c, /*0x48-0x4f*/
+  0xf94d, 0xf94e, 0xf94f, 0xf950, 0xf951, 0xf952, 0xf953, 0xf954, /*0x50-0x57*/
+  0xf955, 0xf956, 0xf957, 0xf958, 0xf959, 0xf95a, 0xf95b, 0xf95c, /*0x58-0x5f*/
+  0xf95d, 0xf95e, 0xf95f, 0xf960, 0xf961, 0xf962, 0xf963, 0xf964, /*0x60-0x67*/
+  0xf965, 0xf966, 0xf967, 0xf968, 0xf969, 0xf96a, 0xf96b, 0xf96c, /*0x68-0x6f*/
+  0xf96d, 0xf96e, 0xf96f, 0xf970, 0xf971, 0xf972, 0xf973, 0xf974, /*0x70-0x77*/
+  0xf975, 0xf976, 0xf977, 0xf978, 0xf979, 0xf97a, 0xf97b, 0xf97c, /*0x78-0x7f*/
+  0xf97d, 0xf97e, 0xf980, 0xf981, 0xf982, 0xf983, 0xf984, 0xf985, /*0x80-0x87*/
+  0xf986, 0xf987, 0xf988, 0xf989, 0xf98a, 0xf98b, 0xf98c, 0xf98d, /*0x88-0x8f*/
+  0xf98e, 0xf98f, 0xf990, 0xf991, 0xf992, 0xf993, 0xf994, 0xf995, /*0x90-0x97*/
+  0xf996, 0xf997, 0xf998, 0xf999, 0xf99a, 0xf99b, 0xf99c, 0xf99d, /*0x98-0x9f*/
+  0xf99e, 0xf99f, 0xf9a0, 0xfa40, 0xfa41, 0xfa42, 0xfa43, 0xfa44, /*0xa0-0xa7*/
+  0xfa45, 0xfa46, 0xfa47, 0xfa48, 0xfa49, 0xfa4a, 0xfa4b, 0xfa4c, /*0xa8-0xaf*/
+  0xfa4d, 0xfa4e, 0xfa4f, 0xfa50, 0xfa51, 0xfa52, 0xfa53, 0xfa54, /*0xb0-0xb7*/
+  0xfa55, 0xfa56, 0xfa57, 0xfa58, 0xfa59, 0xfa5a, 0xfa5b, 0xfa5c, /*0xb8-0xbf*/
+  0xfa5d, 0xfa5e, 0xfa5f, 0xfa60, 0xfa61, 0xfa62, 0xfa63, 0xfa64, /*0xc0-0xc7*/
+  0xfa65, 0xfa66, 0xfa67, 0xfa68, 0xfa69, 0xfa6a, 0xfa6b, 0xfa6c, /*0xc8-0xcf*/
+  0xfa6d, 0xfa6e, 0xfa6f, 0xfa70, 0xfa71, 0xfa72, 0xfa73, 0xfa74, /*0xd0-0xd7*/
+  0xfa75, 0xfa76, 0xfa77, 0xfa78, 0xfa79, 0xfa7a, 0xfa7b, 0xfa7c, /*0xd8-0xdf*/
+  0xfa7d, 0xfa7e, 0xfa80, 0xfa81, 0xfa82, 0xfa83, 0xfa84, 0xfa85, /*0xe0-0xe7*/
+  0xfa86, 0xfa87, 0xfa88, 0xfa89, 0xfa8a, 0xfa8b, 0xfa8c, 0xfa8d, /*0xe8-0xef*/
+  0xfa8e, 0xfa8f, 0xfa90, 0xfa91, 0xfa92, 0xfa93, 0xfa94, 0xfa95, /*0xf0-0xf7*/
+  0xfa96, 0xfa97, 0xfa98, 0xfa99, 0xfa9a, 0xfa9b, 0xfa9c, 0xfa9d, /*0xf8-0xff*/
+  /* 0x9e00 */
+  0xfa9e, 0xfa9f, 0xfaa0, 0xfb40, 0xfb41, 0xfb42, 0xfb43, 0xfb44, /*0x00-0x07*/
+  0xfb45, 0xfb46, 0xfb47, 0xfb48, 0xfb49, 0xfb4a, 0xfb4b, 0xfb4c, /*0x08-0x0f*/
+  0xfb4d, 0xfb4e, 0xfb4f, 0xfb50, 0xfb51, 0xfb52, 0xfb53, 0xfb54, /*0x10-0x17*/
+  0xfb55, 0xfb56, 0xfb57, 0xfb58, 0xfb59, 0xfb5a, 0xfb5b, 0xc4f1, /*0x18-0x1f*/
+  0xf0af, 0xbca6, 0xf0b0, 0xc3f9, 0xfb5c, 0xc5b8, 0xd1bb, 0xfb5d, /*0x20-0x27*/
+  0xf0b1, 0xf0b2, 0xf0b3, 0xf0b4, 0xf0b5, 0xd1bc, 0xfb5e, 0xd1ec, /*0x28-0x2f*/
+  0xfb5f, 0xf0b7, 0xf0b6, 0xd4a7, 0xfb60, 0xcdd2, 0xf0b8, 0xf0ba, /*0x30-0x37*/
+  0xf0b9, 0xf0bb, 0xf0bc, 0xfb61, 0xfb62, 0xb8eb, 0xf0bd, 0xbae8, /*0x38-0x3f*/
+  0xfb63, 0xf0be, 0xf0bf, 0xbee9, 0xf0c0, 0xb6ec, 0xf0c1, 0xf0c2, /*0x40-0x47*/
+  0xf0c3, 0xf0c4, 0xc8b5, 0xf0c5, 0xf0c6, 0xfb64, 0xf0c7, 0xc5f4, /*0x48-0x4f*/
+  0xfb65, 0xf0c8, 0xfb66, 0xfb67, 0xfb68, 0xf0c9, 0xfb69, 0xf0ca, /*0x50-0x57*/
+  0xf7bd, 0xfb6a, 0xf0cb, 0xf0cc, 0xf0cd, 0xfb6b, 0xf0ce, 0xfb6c, /*0x58-0x5f*/
+  0xfb6d, 0xfb6e, 0xfb6f, 0xf0cf, 0xbad7, 0xfb70, 0xf0d0, 0xf0d1, /*0x60-0x67*/
+  0xf0d2, 0xf0d3, 0xf0d4, 0xf0d5, 0xf0d6, 0xf0d8, 0xfb71, 0xfb72, /*0x68-0x6f*/
+  0xd3a5, 0xf0d7, 0xfb73, 0xf0d9, 0xfb74, 0xfb75, 0xfb76, 0xfb77, /*0x70-0x77*/
+  0xfb78, 0xfb79, 0xfb7a, 0xfb7b, 0xfb7c, 0xfb7d, 0xf5ba, 0xc2b9, /*0x78-0x7f*/
+  0xfb7e, 0xfb80, 0xf7e4, 0xfb81, 0xfb82, 0xfb83, 0xfb84, 0xf7e5, /*0x80-0x87*/
+  0xf7e6, 0xfb85, 0xfb86, 0xf7e7, 0xfb87, 0xfb88, 0xfb89, 0xfb8a, /*0x88-0x8f*/
+  0xfb8b, 0xfb8c, 0xf7e8, 0xc2b4, 0xfb8d, 0xfb8e, 0xfb8f, 0xfb90, /*0x90-0x97*/
+  0xfb91, 0xfb92, 0xfb93, 0xfb94, 0xfb95, 0xf7ea, 0xfb96, 0xf7eb, /*0x98-0x9f*/
+  0xfb97, 0xfb98, 0xfb99, 0xfb9a, 0xfb9b, 0xfb9c, 0xc2f3, 0xfb9d, /*0xa0-0xa7*/
+  0xfb9e, 0xfb9f, 0xfba0, 0xfc40, 0xfc41, 0xfc42, 0xfc43, 0xfc44, /*0xa8-0xaf*/
+  0xfc45, 0xfc46, 0xfc47, 0xfc48, 0xf4f0, 0xfc49, 0xfc4a, 0xfc4b, /*0xb0-0xb7*/
+  0xf4ef, 0xfc4c, 0xfc4d, 0xc2e9, 0xfc4e, 0xf7e1, 0xf7e2, 0xfc4f, /*0xb8-0xbf*/
+  0xfc50, 0xfc51, 0xfc52, 0xfc53, 0xbbc6, 0xfc54, 0xfc55, 0xfc56, /*0xc0-0xc7*/
+  0xfc57, 0xd9e4, 0xfc58, 0xfc59, 0xfc5a, 0xcaf2, 0xc0e8, 0xf0a4, /*0xc8-0xcf*/
+  0xfc5b, 0xbada, 0xfc5c, 0xfc5d, 0xc7ad, 0xfc5e, 0xfc5f, 0xfc60, /*0xd0-0xd7*/
+  0xc4ac, 0xfc61, 0xfc62, 0xf7ec, 0xf7ed, 0xf7ee, 0xfc63, 0xf7f0, /*0xd8-0xdf*/
+  0xf7ef, 0xfc64, 0xf7f1, 0xfc65, 0xfc66, 0xf7f4, 0xfc67, 0xf7f3, /*0xe0-0xe7*/
+  0xfc68, 0xf7f2, 0xf7f5, 0xfc69, 0xfc6a, 0xfc6b, 0xfc6c, 0xf7f6, /*0xe8-0xef*/
+  0xfc6d, 0xfc6e, 0xfc6f, 0xfc70, 0xfc71, 0xfc72, 0xfc73, 0xfc74, /*0xf0-0xf7*/
+  0xfc75, 0xede9, 0xfc76, 0xedea, 0xedeb, 0xfc77, 0xf6bc, 0xfc78, /*0xf8-0xff*/
+  /* 0x9f00 */
+  0xfc79, 0xfc7a, 0xfc7b, 0xfc7c, 0xfc7d, 0xfc7e, 0xfc80, 0xfc81, /*0x00-0x07*/
+  0xfc82, 0xfc83, 0xfc84, 0xf6bd, 0xfc85, 0xf6be, 0xb6a6, 0xfc86, /*0x08-0x0f*/
+  0xd8be, 0xfc87, 0xfc88, 0xb9c4, 0xfc89, 0xfc8a, 0xfc8b, 0xd8bb, /*0x10-0x17*/
+  0xfc8c, 0xdcb1, 0xfc8d, 0xfc8e, 0xfc8f, 0xfc90, 0xfc91, 0xfc92, /*0x18-0x1f*/
+  0xcaf3, 0xfc93, 0xf7f7, 0xfc94, 0xfc95, 0xfc96, 0xfc97, 0xfc98, /*0x20-0x27*/
+  0xfc99, 0xfc9a, 0xfc9b, 0xfc9c, 0xf7f8, 0xfc9d, 0xfc9e, 0xf7f9, /*0x28-0x2f*/
+  0xfc9f, 0xfca0, 0xfd40, 0xfd41, 0xfd42, 0xfd43, 0xfd44, 0xf7fb, /*0x30-0x37*/
+  0xfd45, 0xf7fa, 0xfd46, 0xb1c7, 0xfd47, 0xf7fc, 0xf7fd, 0xfd48, /*0x38-0x3f*/
+  0xfd49, 0xfd4a, 0xfd4b, 0xfd4c, 0xf7fe, 0xfd4d, 0xfd4e, 0xfd4f, /*0x40-0x47*/
+  0xfd50, 0xfd51, 0xfd52, 0xfd53, 0xfd54, 0xfd55, 0xfd56, 0xfd57, /*0x48-0x4f*/
+  0xc6eb, 0xecb4, 0xfd58, 0xfd59, 0xfd5a, 0xfd5b, 0xfd5c, 0xfd5d, /*0x50-0x57*/
+  0xfd5e, 0xfd5f, 0xfd60, 0xfd61, 0xfd62, 0xfd63, 0xfd64, 0xfd65, /*0x58-0x5f*/
+  0xfd66, 0xfd67, 0xfd68, 0xfd69, 0xfd6a, 0xfd6b, 0xfd6c, 0xfd6d, /*0x60-0x67*/
+  0xfd6e, 0xfd6f, 0xfd70, 0xfd71, 0xfd72, 0xfd73, 0xfd74, 0xfd75, /*0x68-0x6f*/
+  0xfd76, 0xfd77, 0xfd78, 0xfd79, 0xfd7a, 0xfd7b, 0xfd7c, 0xfd7d, /*0x70-0x77*/
+  0xfd7e, 0xfd80, 0xfd81, 0xfd82, 0xfd83, 0xfd84, 0xfd85, 0xb3dd, /*0x78-0x7f*/
+  0xf6b3, 0xfd86, 0xfd87, 0xf6b4, 0xc1e4, 0xf6b5, 0xf6b6, 0xf6b7, /*0x80-0x87*/
+  0xf6b8, 0xf6b9, 0xf6ba, 0xc8a3, 0xf6bb, 0xfd88, 0xfd89, 0xfd8a, /*0x88-0x8f*/
+  0xfd8b, 0xfd8c, 0xfd8d, 0xfd8e, 0xfd8f, 0xfd90, 0xfd91, 0xfd92, /*0x90-0x97*/
+  0xfd93, 0xc1fa, 0xb9a8, 0xede8, 0xfd94, 0xfd95, 0xfd96, 0xb9ea, /*0x98-0x9f*/
+  0xd9df, 0xfd97, 0xfd98, 0xfd99, 0xfd9a, 0xfd9b, 0x0000, 0x0000, /*0xa0-0xa7*/
+};
+static const unsigned short gbk_pagef9a[32] = {
+  0x0000, 0xfd9d, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x78-0x7f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x80-0x87*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x88-0x8f*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfd9e, 0x0000, 0x0000, /*0x90-0x97*/
+};
+static const unsigned short gbk_pagef9b[24] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfd9f, /*0xe0-0xe7*/
+  0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xe8-0xef*/
+  0x0000, 0xfda0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0xf0-0xf7*/
+};
+static const unsigned short gbk_pagefa[40] = {
+  0x0000, 0x0000, 0x0000, 0x0000, 0xfe40, 0xfe41, 0xfe42, 0xfe43, /*0x08-0x0f*/
+  0x0000, 0xfe44, 0x0000, 0xfe45, 0xfe46, 0x0000, 0x0000, 0x0000, /*0x10-0x17*/
+  0xfe47, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xfe48, /*0x18-0x1f*/
+  0xfe49, 0xfe4a, 0x0000, 0xfe4b, 0xfe4c, 0x0000, 0x0000, 0xfe4d, /*0x20-0x27*/
+  0xfe4e, 0xfe4f, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, /*0x28-0x2f*/
+};
+static const unsigned short gbk_pagefe[64] = {
+  0xa955, 0xa6f2, 0x0000, 0xa6f4, 0xa6f5, 0xa6e0, 0xa6e1, 0xa6f0, /*0x30-0x37*/
+  0xa6f1, 0xa6e2, 0xa6e3, 0xa6ee, 0xa6ef, 0xa6e6, 0xa6e7, 0xa6e4, /*0x38-0x3f*/
+  0xa6e5, 0xa6e8, 0xa6e9, 0xa6ea, 0xa6eb, 0x0000, 0x0000, 0x0000, /*0x40-0x47*/
+  0x0000, 0xa968, 0xa969, 0xa96a, 0xa96b, 0xa96c, 0xa96d, 0xa96e, /*0x48-0x4f*/
+  0xa96f, 0xa970, 0xa971, 0x0000, 0xa972, 0xa973, 0xa974, 0xa975, /*0x50-0x57*/
+  0x0000, 0xa976, 0xa977, 0xa978, 0xa979, 0xa97a, 0xa97b, 0xa97c, /*0x58-0x5f*/
+  0xa97d, 0xa97e, 0xa980, 0xa981, 0xa982, 0xa983, 0xa984, 0x0000, /*0x60-0x67*/
+  0xa985, 0xa986, 0xa987, 0xa988, 0x0000, 0x0000, 0x0000, 0x0000, /*0x68-0x6f*/
+};
+static const unsigned short gbk_pageffa[96] = {
+  0x0000, 0xa3a1, 0xa3a2, 0xa3a3, 0xa1e7, 0xa3a5, 0xa3a6, 0xa3a7, /*0x00-0x07*/
+  0xa3a8, 0xa3a9, 0xa3aa, 0xa3ab, 0xa3ac, 0xa3ad, 0xa3ae, 0xa3af, /*0x08-0x0f*/
+  0xa3b0, 0xa3b1, 0xa3b2, 0xa3b3, 0xa3b4, 0xa3b5, 0xa3b6, 0xa3b7, /*0x10-0x17*/
+  0xa3b8, 0xa3b9, 0xa3ba, 0xa3bb, 0xa3bc, 0xa3bd, 0xa3be, 0xa3bf, /*0x18-0x1f*/
+  0xa3c0, 0xa3c1, 0xa3c2, 0xa3c3, 0xa3c4, 0xa3c5, 0xa3c6, 0xa3c7, /*0x20-0x27*/
+  0xa3c8, 0xa3c9, 0xa3ca, 0xa3cb, 0xa3cc, 0xa3cd, 0xa3ce, 0xa3cf, /*0x28-0x2f*/
+  0xa3d0, 0xa3d1, 0xa3d2, 0xa3d3, 0xa3d4, 0xa3d5, 0xa3d6, 0xa3d7, /*0x30-0x37*/
+  0xa3d8, 0xa3d9, 0xa3da, 0xa3db, 0xa3dc, 0xa3dd, 0xa3de, 0xa3df, /*0x38-0x3f*/
+  0xa3e0, 0xa3e1, 0xa3e2, 0xa3e3, 0xa3e4, 0xa3e5, 0xa3e6, 0xa3e7, /*0x40-0x47*/
+  0xa3e8, 0xa3e9, 0xa3ea, 0xa3eb, 0xa3ec, 0xa3ed, 0xa3ee, 0xa3ef, /*0x48-0x4f*/
+  0xa3f0, 0xa3f1, 0xa3f2, 0xa3f3, 0xa3f4, 0xa3f5, 0xa3f6, 0xa3f7, /*0x50-0x57*/
+  0xa3f8, 0xa3f9, 0xa3fa, 0xa3fb, 0xa3fc, 0xa3fd, 0xa1ab, 0x0000, /*0x58-0x5f*/
+};
+static const unsigned short gbk_pageffb[8] = {
+  0xa1e9, 0xa1ea, 0xa956, 0xa3fe, 0xa957, 0xa3a4, 0x0000, 0x0000, /*0xe0-0xe7*/
+};
+
+
+static table_t unicodecjkexta_gbk_tab[UNICODECJKEXTA] = {
+  0x3447, 0xfe56,
+  0x3473, 0xfe55,
+  0x359e, 0xfe5a,
+  0x360e, 0xfe5c,
+  0x361a, 0xfe5b,
+  0x3918, 0xfe60,
+  0x396e, 0xfe5f,
+  0x39cf, 0xfe62,
+  0x39d0, 0xfe65,
+  0x39df, 0xfe63,
+  0x3a73, 0xfe64,
+  0x3b4e, 0xfe68,
+  0x3c6e, 0xfe69,
+  0x3ce0, 0xfe6a,
+  0x4056, 0xfe6f,
+  0x415f, 0xfe70,
+  0x4337, 0xfe72,
+  0x43ac, 0xfe78,
+  0x43b1, 0xfe77,
+  0x43dd, 0xfe7a,
+  0x44d6, 0xfe7b,
+  0x464c, 0xfe7d,
+  0x4661, 0xfe7c,
+  0x4723, 0xfe80,
+  0x4729, 0xfe81,
+  0x477c, 0xfe82,
+  0x478d, 0xfe83,
+  0x4947, 0xfe85,
+  0x497a, 0xfe86,
+  0x497d, 0xfe87,
+  0x4982, 0xfe88,
+  0x4983, 0xfe89,
+  0x4985, 0xfe8a,
+  0x4986, 0xfe8b,
+  0x499b, 0xfe8d,
+  0x499f, 0xfe8c,
+  0x49b6, 0xfe8f,
+  0x49b7, 0xfe8e,
+  0x4c77, 0xfe96,
+  0x4c9f, 0xfe93,
+  0x4ca0, 0xfe94,
+  0x4ca1, 0xfe95,
+  0x4ca2, 0xfe97,
+  0x4ca3, 0xfe92,
+  0x4d13, 0xfe98,
+  0x4d14, 0xfe99,
+  0x4d15, 0xfe9a,
+  0x4d16, 0xfe9b,
+  0x4d17, 0xfe9c,
+  0x4d18, 0xfe9d,
+  0x4d19, 0xfe9e,
+  0x4dae, 0xfe9f,
+};
+
+/* binsearch: find x in v[0] <= v[1] <= ... <= v[n-1] */
+static int binsearch(ucs4_t x, table_t v[], int n)
+{
+        int low, high, mid;
+
+        low = 0;
+        high = n - 1;
+        while (low <= high) {
+                mid = (low + high) / 2;
+                if (x < v[mid].key)
+                        high = mid - 1;
+                else if (x > v[mid].key)
+                        low = mid + 1;
+                else    /* found match */
+                        return mid;
+        }
+        return (-1);    /* no match */
+}
+
+
+unsigned short gbk_cjkexta(ucs4_t wc)
+{
+  int index;
+
+  index = binsearch(wc, unicodecjkexta_gbk_tab, UNICODECJKEXTA);  
+  if(index >= 0)
+       return unicodecjkexta_gbk_tab[index].value; 
+  else
+       return 0;
+}
+
+static int
+gbk_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
+{
+  if (n >= 2) {
+    unsigned short c = 0;
+    if (wc >= 0x00a0 && wc < 0x0170)
+      c = gbk_page00[wc-0x00a0];
+    else if (wc >= 0x01c8 && wc < 0x01e0)
+      c = gbk_page01[wc-0x01c8];
+    else if (wc == 0x01f9)
+      c = 0xa8bf; /* Latin Small letter N with grave */
+    else if (wc >= 0x0250 && wc < 0x0268)
+      c = gbk_page02a[wc-0x0250];
+    else if (wc >= 0x02c0 && wc < 0x02e0)
+      c = gbk_page02b[wc-0x02c0];
+    else if (wc >= 0x0390 && wc < 0x03d0)
+      c = gbk_page03[wc-0x0390];
+    else if (wc >= 0x0400 && wc < 0x0458)
+      c = gbk_page04[wc-0x0400];
+    else if (wc >= 0x2010 && wc < 0x2040)
+      c = gbk_page20[wc-0x2010];
+    else if (wc == 0x20ac)
+      c = 0xa2e3;  /* for euro sign */
+    else if (wc >= 0x2100 && wc < 0x21a0)
+      c = gbk_page21[wc-0x2100];
+    else if (wc >= 0x2208 && wc < 0x22c0)
+      c = gbk_page22[wc-0x2208];
+    else if (wc == 0x2312)
+      c = 0xa1d0;
+    else if (wc >= 0x2460 && wc < 0x24a0)
+      c = gbk_page24[wc-0x2460];
+    else if (wc >= 0x2500 && wc < 0x25e8)
+      c = gbk_page25[wc-0x2500];
+    else if (wc >= 0x2600 && wc < 0x2648)
+      c = gbk_page26[wc-0x2600];
+    else if (wc >= 0x2e81 && wc < 0x2ecb)
+      c = gbk_page2e[wc-0x2e81];
+    else if (wc >= 0x2ff0 && wc < 0x2ffc)
+      c = gbk_page2f[wc-0x2ff0]; /* Ideographic Description Characters */
+    else if (wc >= 0x3000 && wc < 0x3130)
+      c = gbk_page30[wc-0x3000];
+    else if (wc >= 0x3220 && wc < 0x3238)
+      c = gbk_page32[wc-0x3220];
+    else if (wc == 0x32a3)
+      c = 0xa949;
+    else if (wc >= 0x3388 && wc < 0x33d8)
+      c = gbk_page33[wc-0x3388];
+    else if (wc >=0x3447 && wc < 0x4daf)
+      c = gbk_cjkexta(wc);
+    else if (wc >= 0x4e00 && wc < 0x9fa8)
+      c = gbk_page4e[wc-0x4e00];
+    else if (wc == 0xf92c)
+      c = 0xfd9c;
+    else if (wc >= 0xf978 && wc < 0xf998)
+      c = gbk_pagef9a[wc-0xf978];
+    else if (wc >= 0xf9e0 && wc < 0xf9f8)
+      c = gbk_pagef9b[wc-0xf9e0];
+    else if (wc >= 0xfa08 && wc < 0xfa30)
+      c = gbk_pagefa[wc-0xfa08];
+    else if (wc >= 0xfe30 && wc < 0xfe70)
+      c = gbk_pagefe[wc-0xfe30];
+    else if (wc >= 0xff00 && wc < 0xff60)
+      c = gbk_pageffa[wc-0xff00];
+    else if (wc >= 0xffe0 && wc < 0xffe8)
+      c = gbk_pageffb[wc-0xffe0];
+    if (c != 0) {
+      r[0] = (c >> 8); r[1] = (c & 0xff);
+      return 2;
+    }
+    return RET_ILSEQ;
+  }
+  return RET_TOOSMALL;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/ksc5601_1992.h	Thu Feb 28 17:02:09 2008 -0800
@@ -0,0 +1,4222 @@
+/* 
+ * File:   ksc5601_1992.h
+ * Author: William Xue
+ *
+ * Created on 02/01/2008
+ */
+
+#ifndef _KSC5601_1992_H
+#define	_KSC5601_1992_H
+
+
+/*
+ * johabtoUCS : ksc5601_1992_mbtowc 
+ */
+
+
+/*
+ *#define NOHANG_NUM 6062
+ *#define USERDEDINE_NUM 1174
+ *#define HANJ_NUM 4888
+ */
+#define HANG_NUM 11172
+
+#define FIRST1 (0x8861U)
+#define FIRST2 (0xD831U)
+#define FIRST3 (0xE031U)
+#define    UNICODE_REPLACEMENT_CHAR    (0xfffd)
+
+#define    GETID(c1, c2, first) \
+          ((((unsigned short)(c1)) << 8 | (unsigned short)(c2)) - \
+            (unsigned short)(first)) 
+/*
+ *U+FFFD "REPLACEMENT CHARACTER" used to replace an unknown or unprintable character
+ *see http://en.wikipedia.org/wiki/Unicode_Specials
+ */
+/*
+ * (0xFD-0x41+1)*(0xd3-0x88+1) = 189 * 76 = 14364
+ */
+static const unsigned short ksc5601_1992_hangul[1783*8+4] = {
+0xac00, 0xac01, 0xac02, 0xac03, 0xac04, 0xac05, 0xac06, 0xac07, 
+0xac08, 0xac09, 0xac0a, 0xac0b, 0xac0c, 0xac0d, 0xac0e, 0xac0f, 
+0xac10, 0xfffd, 0xac11, 0xac12, 0xac13, 0xac14, 0xac15, 0xac16, 
+0xac17, 0xac18, 0xac19, 0xac1a, 0xac1b, 0xfffd, 0xfffd, 0xfffd, 
+0xac1c, 0xac1d, 0xac1e, 0xac1f, 0xac20, 0xac21, 0xac22, 0xac23, 
+0xac24, 0xac25, 0xac26, 0xac27, 0xac28, 0xac29, 0xac2a, 0xac2b, 
+0xac2c, 0xfffd, 0xac2d, 0xac2e, 0xac2f, 0xac30, 0xac31, 0xac32, 
+0xac33, 0xac34, 0xac35, 0xac36, 0xac37, 0xfffd, 0xfffd, 0xfffd, 
+0xac38, 0xac39, 0xac3a, 0xac3b, 0xac3c, 0xac3d, 0xac3e, 0xac3f, 
+0xac40, 0xac41, 0xac42, 0xac43, 0xac44, 0xac45, 0xac46, 0xac47, 
+0xac48, 0xfffd, 0xac49, 0xac4a, 0xac4b, 0xac4c, 0xac4d, 0xac4e, 
+0xac4f, 0xac50, 0xac51, 0xac52, 0xac53, 0xfffd, 0xfffd, 0xfffd, 
+0xac54, 0xac55, 0xac56, 0xac57, 0xac58, 0xac59, 0xac5a, 0xac5b, 
+0xac5c, 0xac5d, 0xac5e, 0xac5f, 0xac60, 0xac61, 0xac62, 0xac63, 
+0xac64, 0xfffd, 0xac65, 0xac66, 0xac67, 0xac68, 0xac69, 0xac6a, 
+0xac6b, 0xac6c, 0xac6d, 0xac6e, 0xac6f, 0xfffd, 0xfffd, 0xfffd, 
+0xac70, 0xac71, 0xac72, 0xac73, 0xac74, 0xac75, 0xac76, 0xac77, 
+0xac78, 0xac79, 0xac7a, 0xac7b, 0xac7c, 0xac7d, 0xac7e, 0xac7f, 
+0xac80, 0xfffd, 0xac81, 0xac82, 0xac83, 0xac84, 0xac85, 0xac86, 
+0xac87, 0xac88, 0xac89, 0xac8a, 0xac8b, 0xac8c, 0xac8d, 0xac8e, 
+0xac8f, 0xac90, 0xac91, 0xac92, 0xac93, 0xac94, 0xac95, 0xac96, 
+0xac97, 0xac98, 0xac99, 0xac9a, 0xac9b, 0xac9c, 0xfffd, 0xac9d, 
+0xac9e, 0xac9f, 0xaca0, 0xaca1, 0xaca2, 0xaca3, 0xaca4, 0xaca5, 
+0xaca6, 0xaca7, 0xfffd, 0xfffd, 0xfffd, 0xaca8, 0xaca9, 0xacaa, 
+0xacab, 0xacac, 0xacad, 0xacae, 0xacaf, 0xacb0, 0xacb1, 0xacb2, 
+0xacb3, 0xacb4, 0xacb5, 0xacb6, 0xacb7, 0xacb8, 0xfffd, 0xacb9, 
+0xacba, 0xacbb, 0xacbc, 0xacbd, 0xacbe, 0xacbf, 0xacc0, 0xacc1, 
+0xacc2, 0xacc3, 0xfffd, 0xfffd, 0xfffd, 0xacc4, 0xacc5, 0xacc6, 
+0xacc7, 0xacc8, 0xacc9, 0xacca, 0xaccb, 0xaccc, 0xaccd, 0xacce, 
+0xaccf, 0xacd0, 0xacd1, 0xacd2, 0xacd3, 0xacd4, 0xfffd, 0xacd5, 
+0xacd6, 0xacd7, 0xacd8, 0xacd9, 0xacda, 0xacdb, 0xacdc, 0xacdd, 
+0xacde, 0xacdf, 0xfffd, 0xfffd, 0xfffd, 0xace0, 0xace1, 0xace2, 
+0xace3, 0xace4, 0xace5, 0xace6, 0xace7, 0xace8, 0xace9, 0xacea, 
+0xaceb, 0xacec, 0xaced, 0xacee, 0xacef, 0xacf0, 0xfffd, 0xacf1, 
+0xacf2, 0xacf3, 0xacf4, 0xacf5, 0xacf6, 0xacf7, 0xacf8, 0xacf9, 
+0xacfa, 0xacfb, 0xfffd, 0xfffd, 0xfffd, 0xacfc, 0xacfd, 0xacfe, 
+0xacff, 0xad00, 0xad01, 0xad02, 0xad03, 0xad04, 0xad05, 0xad06, 
+0xad07, 0xad08, 0xad09, 0xad0a, 0xad0b, 0xad0c, 0xfffd, 0xad0d, 
+0xad0e, 0xad0f, 0xad10, 0xad11, 0xad12, 0xad13, 0xad14, 0xad15, 
+0xad16, 0xad17, 0xfffd, 0xfffd, 0xfffd, 0xad18, 0xad19, 0xad1a, 
+0xad1b, 0xad1c, 0xad1d, 0xad1e, 0xad1f, 0xad20, 0xad21, 0xad22, 
+0xad23, 0xad24, 0xad25, 0xad26, 0xad27, 0xad28, 0xfffd, 0xad29, 
+0xad2a, 0xad2b, 0xad2c, 0xad2d, 0xad2e, 0xad2f, 0xad30, 0xad31, 
+0xad32, 0xad33, 0xad34, 0xad35, 0xad36, 0xad37, 0xad38, 0xad39, 
+0xad3a, 0xad3b, 0xad3c, 0xad3d, 0xad3e, 0xad3f, 0xad40, 0xad41, 
+0xad42, 0xad43, 0xad44, 0xfffd, 0xad45, 0xad46, 0xad47, 0xad48, 
+0xad49, 0xad4a, 0xad4b, 0xad4c, 0xad4d, 0xad4e, 0xad4f, 0xfffd, 
+0xfffd, 0xfffd, 0xad50, 0xad51, 0xad52, 0xad53, 0xad54, 0xad55, 
+0xad56, 0xad57, 0xad58, 0xad59, 0xad5a, 0xad5b, 0xad5c, 0xad5d, 
+0xad5e, 0xad5f, 0xad60, 0xfffd, 0xad61, 0xad62, 0xad63, 0xad64, 
+0xad65, 0xad66, 0xad67, 0xad68, 0xad69, 0xad6a, 0xad6b, 0xfffd, 
+0xfffd, 0xfffd, 0xad6c, 0xad6d, 0xad6e, 0xad6f, 0xad70, 0xad71, 
+0xad72, 0xad73, 0xad74, 0xad75, 0xad76, 0xad77, 0xad78, 0xad79, 
+0xad7a, 0xad7b, 0xad7c, 0xfffd, 0xad7d, 0xad7e, 0xad7f, 0xad80, 
+0xad81, 0xad82, 0xad83, 0xad84, 0xad85, 0xad86, 0xad87, 0xfffd, 
+0xfffd, 0xfffd, 0xad88, 0xad89, 0xad8a, 0xad8b, 0xad8c, 0xad8d, 
+0xad8e, 0xad8f, 0xad90, 0xad91, 0xad92, 0xad93, 0xad94, 0xad95, 
+0xad96, 0xad97, 0xad98, 0xfffd, 0xad99, 0xad9a, 0xad9b, 0xad9c, 
+0xad9d, 0xad9e, 0xad9f, 0xada0, 0xada1, 0xada2, 0xada3, 0xfffd, 
+0xfffd, 0xfffd, 0xada4, 0xada5, 0xada6, 0xada7, 0xada8, 0xada9, 
+0xadaa, 0xadab, 0xadac, 0xadad, 0xadae, 0xadaf, 0xadb0, 0xadb1, 
+0xadb2, 0xadb3, 0xadb4, 0xfffd, 0xadb5, 0xadb6, 0xadb7, 0xadb8, 
+0xadb9, 0xadba, 0xadbb, 0xadbc, 0xadbd, 0xadbe, 0xadbf, 0xfffd, 
+0xfffd, 0xfffd, 0xadc0, 0xadc1, 0xadc2, 0xadc3, 0xadc4, 0xadc5, 
+0xadc6, 0xadc7, 0xadc8, 0xadc9, 0xadca, 0xadcb, 0xadcc, 0xadcd, 
+0xadce, 0xadcf, 0xadd0, 0xfffd, 0xadd1, 0xadd2, 0xadd3, 0xadd4, 
+0xadd5, 0xadd6, 0xadd7, 0xadd8, 0xadd9, 0xadda, 0xaddb, 0xaddc, 
+0xaddd, 0xadde, 0xaddf, 0xade0, 0xade1, 0xade2, 0xade3, 0xade4, 
+0xade5, 0xade6, 0xade7, 0xade8, 0xade9, 0xadea, 0xadeb, 0xadec, 
+0xfffd, 0xaded, 0xadee, 0xadef, 0xadf0, 0xadf1, 0xadf2, 0xadf3, 
+0xadf4, 0xadf5, 0xadf6, 0xadf7, 0xfffd, 0xfffd, 0xfffd, 0xadf8, 
+0xadf9, 0xadfa, 0xadfb, 0xadfc, 0xadfd, 0xadfe, 0xadff, 0xae00, 
+0xae01, 0xae02, 0xae03, 0xae04, 0xae05, 0xae06, 0xae07, 0xae08, 
+0xfffd, 0xae09, 0xae0a, 0xae0b, 0xae0c, 0xae0d, 0xae0e, 0xae0f, 
+0xae10, 0xae11, 0xae12, 0xae13, 0xfffd, 0xfffd, 0xfffd, 0xae14, 
+0xae15, 0xae16, 0xae17, 0xae18, 0xae19, 0xae1a, 0xae1b, 0xae1c, 
+0xae1d, 0xae1e, 0xae1f, 0xae20, 0xae21, 0xae22, 0xae23, 0xae24, 
+0xfffd, 0xae25, 0xae26, 0xae27, 0xae28, 0xae29, 0xae2a, 0xae2b, 
+0xae2c, 0xae2d, 0xae2e, 0xae2f, 0xfffd, 0xfffd, 0xfffd, 0xae30, 
+0xae31, 0xae32, 0xae33, 0xae34, 0xae35, 0xae36, 0xae37, 0xae38, 
+0xae39, 0xae3a, 0xae3b, 0xae3c, 0xae3d, 0xae3e, 0xae3f, 0xae40, 
+0xfffd, 0xae41, 0xae42, 0xae43, 0xae44, 0xae45, 0xae46, 0xae47, 
+0xae48, 0xae49, 0xae4a, 0xae4b, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xae4c, 0xae4d, 0xae4e, 0xae4f, 
+0xae50, 0xae51, 0xae52, 0xae53, 0xae54, 0xae55, 0xae56, 0xae57, 
+0xae58, 0xae59, 0xae5a, 0xae5b, 0xae5c, 0xfffd, 0xae5d, 0xae5e, 
+0xae5f, 0xae60, 0xae61, 0xae62, 0xae63, 0xae64, 0xae65, 0xae66, 
+0xae67, 0xfffd, 0xfffd, 0xfffd, 0xae68, 0xae69, 0xae6a, 0xae6b, 
+0xae6c, 0xae6d, 0xae6e, 0xae6f, 0xae70, 0xae71, 0xae72, 0xae73, 
+0xae74, 0xae75, 0xae76, 0xae77, 0xae78, 0xfffd, 0xae79, 0xae7a, 
+0xae7b, 0xae7c, 0xae7d, 0xae7e, 0xae7f, 0xae80, 0xae81, 0xae82, 
+0xae83, 0xfffd, 0xfffd, 0xfffd, 0xae84, 0xae85, 0xae86, 0xae87, 
+0xae88, 0xae89, 0xae8a, 0xae8b, 0xae8c, 0xae8d, 0xae8e, 0xae8f, 
+0xae90, 0xae91, 0xae92, 0xae93, 0xae94, 0xfffd, 0xae95, 0xae96, 
+0xae97, 0xae98, 0xae99, 0xae9a, 0xae9b, 0xae9c, 0xae9d, 0xae9e, 
+0xae9f, 0xfffd, 0xfffd, 0xfffd, 0xaea0, 0xaea1, 0xaea2, 0xaea3, 
+0xaea4, 0xaea5, 0xaea6, 0xaea7, 0xaea8, 0xaea9, 0xaeaa, 0xaeab, 
+0xaeac, 0xaead, 0xaeae, 0xaeaf, 0xaeb0, 0xfffd, 0xaeb1, 0xaeb2, 
+0xaeb3, 0xaeb4, 0xaeb5, 0xaeb6, 0xaeb7, 0xaeb8, 0xaeb9, 0xaeba, 
+0xaebb, 0xfffd, 0xfffd, 0xfffd, 0xaebc, 0xaebd, 0xaebe, 0xaebf, 
+0xaec0, 0xaec1, 0xaec2, 0xaec3, 0xaec4, 0xaec5, 0xaec6, 0xaec7, 
+0xaec8, 0xaec9, 0xaeca, 0xaecb, 0xaecc, 0xfffd, 0xaecd, 0xaece, 
+0xaecf, 0xaed0, 0xaed1, 0xaed2, 0xaed3, 0xaed4, 0xaed5, 0xaed6, 
+0xaed7, 0xaed8, 0xaed9, 0xaeda, 0xaedb, 0xaedc, 0xaedd, 0xaede, 
+0xaedf, 0xaee0, 0xaee1, 0xaee2, 0xaee3, 0xaee4, 0xaee5, 0xaee6, 
+0xaee7, 0xaee8, 0xfffd, 0xaee9, 0xaeea, 0xaeeb, 0xaeec, 0xaeed, 
+0xaeee, 0xaeef, 0xaef0, 0xaef1, 0xaef2, 0xaef3, 0xfffd, 0xfffd, 
+0xfffd, 0xaef4, 0xaef5, 0xaef6, 0xaef7, 0xaef8, 0xaef9, 0xaefa, 
+0xaefb, 0xaefc, 0xaefd, 0xaefe, 0xaeff, 0xaf00, 0xaf01, 0xaf02, 
+0xaf03, 0xaf04, 0xfffd, 0xaf05, 0xaf06, 0xaf07, 0xaf08, 0xaf09, 
+0xaf0a, 0xaf0b, 0xaf0c, 0xaf0d, 0xaf0e, 0xaf0f, 0xfffd, 0xfffd, 
+0xfffd, 0xaf10, 0xaf11, 0xaf12, 0xaf13, 0xaf14, 0xaf15, 0xaf16, 
+0xaf17, 0xaf18, 0xaf19, 0xaf1a, 0xaf1b, 0xaf1c, 0xaf1d, 0xaf1e, 
+0xaf1f, 0xaf20, 0xfffd, 0xaf21, 0xaf22, 0xaf23, 0xaf24, 0xaf25, 
+0xaf26, 0xaf27, 0xaf28, 0xaf29, 0xaf2a, 0xaf2b, 0xfffd, 0xfffd, 
+0xfffd, 0xaf2c, 0xaf2d, 0xaf2e, 0xaf2f, 0xaf30, 0xaf31, 0xaf32, 
+0xaf33, 0xaf34, 0xaf35, 0xaf36, 0xaf37, 0xaf38, 0xaf39, 0xaf3a, 
+0xaf3b, 0xaf3c, 0xfffd, 0xaf3d, 0xaf3e, 0xaf3f, 0xaf40, 0xaf41, 
+0xaf42, 0xaf43, 0xaf44, 0xaf45, 0xaf46, 0xaf47, 0xfffd, 0xfffd, 
+0xfffd, 0xaf48, 0xaf49, 0xaf4a, 0xaf4b, 0xaf4c, 0xaf4d, 0xaf4e, 
+0xaf4f, 0xaf50, 0xaf51, 0xaf52, 0xaf53, 0xaf54, 0xaf55, 0xaf56, 
+0xaf57, 0xaf58, 0xfffd, 0xaf59, 0xaf5a, 0xaf5b, 0xaf5c, 0xaf5d, 
+0xaf5e, 0xaf5f, 0xaf60, 0xaf61, 0xaf62, 0xaf63, 0xfffd, 0xfffd, 
+0xfffd, 0xaf64, 0xaf65, 0xaf66, 0xaf67, 0xaf68, 0xaf69, 0xaf6a, 
+0xaf6b, 0xaf6c, 0xaf6d, 0xaf6e, 0xaf6f, 0xaf70, 0xaf71, 0xaf72, 
+0xaf73, 0xaf74, 0xfffd, 0xaf75, 0xaf76, 0xaf77, 0xaf78, 0xaf79, 
+0xaf7a, 0xaf7b, 0xaf7c, 0xaf7d, 0xaf7e, 0xaf7f, 0xaf80, 0xaf81, 
+0xaf82, 0xaf83, 0xaf84, 0xaf85, 0xaf86, 0xaf87, 0xaf88, 0xaf89, 
+0xaf8a, 0xaf8b, 0xaf8c, 0xaf8d, 0xaf8e, 0xaf8f, 0xaf90, 0xfffd, 
+0xaf91, 0xaf92, 0xaf93, 0xaf94, 0xaf95, 0xaf96, 0xaf97, 0xaf98, 
+0xaf99, 0xaf9a, 0xaf9b, 0xfffd, 0xfffd, 0xfffd, 0xaf9c, 0xaf9d, 
+0xaf9e, 0xaf9f, 0xafa0, 0xafa1, 0xafa2, 0xafa3, 0xafa4, 0xafa5, 
+0xafa6, 0xafa7, 0xafa8, 0xafa9, 0xafaa, 0xafab, 0xafac, 0xfffd, 
+0xafad, 0xafae, 0xafaf, 0xafb0, 0xafb1, 0xafb2, 0xafb3, 0xafb4, 
+0xafb5, 0xafb6, 0xafb7, 0xfffd, 0xfffd, 0xfffd, 0xafb8, 0xafb9, 
+0xafba, 0xafbb, 0xafbc, 0xafbd, 0xafbe, 0xafbf, 0xafc0, 0xafc1, 
+0xafc2, 0xafc3, 0xafc4, 0xafc5, 0xafc6, 0xafc7, 0xafc8, 0xfffd, 
+0xafc9, 0xafca, 0xafcb, 0xafcc, 0xafcd, 0xafce, 0xafcf, 0xafd0, 
+0xafd1, 0xafd2, 0xafd3, 0xfffd, 0xfffd, 0xfffd, 0xafd4, 0xafd5, 
+0xafd6, 0xafd7, 0xafd8, 0xafd9, 0xafda, 0xafdb, 0xafdc, 0xafdd, 
+0xafde, 0xafdf, 0xafe0, 0xafe1, 0xafe2, 0xafe3, 0xafe4, 0xfffd, 
+0xafe5, 0xafe6, 0xafe7, 0xafe8, 0xafe9, 0xafea, 0xafeb, 0xafec, 
+0xafed, 0xafee, 0xafef, 0xfffd, 0xfffd, 0xfffd, 0xaff0, 0xaff1, 
+0xaff2, 0xaff3, 0xaff4, 0xaff5, 0xaff6, 0xaff7, 0xaff8, 0xaff9, 
+0xaffa, 0xaffb, 0xaffc, 0xaffd, 0xaffe, 0xafff, 0xb000, 0xfffd, 
+0xb001, 0xb002, 0xb003, 0xb004, 0xb005, 0xb006, 0xb007, 0xb008, 
+0xb009, 0xb00a, 0xb00b, 0xfffd, 0xfffd, 0xfffd, 0xb00c, 0xb00d, 
+0xb00e, 0xb00f, 0xb010, 0xb011, 0xb012, 0xb013, 0xb014, 0xb015, 
+0xb016, 0xb017, 0xb018, 0xb019, 0xb01a, 0xb01b, 0xb01c, 0xfffd, 
+0xb01d, 0xb01e, 0xb01f, 0xb020, 0xb021, 0xb022, 0xb023, 0xb024, 
+0xb025, 0xb026, 0xb027, 0xb028, 0xb029, 0xb02a, 0xb02b, 0xb02c, 
+0xb02d, 0xb02e, 0xb02f, 0xb030, 0xb031, 0xb032, 0xb033, 0xb034, 
+0xb035, 0xb036, 0xb037, 0xb038, 0xfffd, 0xb039, 0xb03a, 0xb03b, 
+0xb03c, 0xb03d, 0xb03e, 0xb03f, 0xb040, 0xb041, 0xb042, 0xb043, 
+0xfffd, 0xfffd, 0xfffd, 0xb044, 0xb045, 0xb046, 0xb047, 0xb048, 
+0xb049, 0xb04a, 0xb04b, 0xb04c, 0xb04d, 0xb04e, 0xb04f, 0xb050, 
+0xb051, 0xb052, 0xb053, 0xb054, 0xfffd, 0xb055, 0xb056, 0xb057, 
+0xb058, 0xb059, 0xb05a, 0xb05b, 0xb05c, 0xb05d, 0xb05e, 0xb05f, 
+0xfffd, 0xfffd, 0xfffd, 0xb060, 0xb061, 0xb062, 0xb063, 0xb064, 
+0xb065, 0xb066, 0xb067, 0xb068, 0xb069, 0xb06a, 0xb06b, 0xb06c, 
+0xb06d, 0xb06e, 0xb06f, 0xb070, 0xfffd, 0xb071, 0xb072, 0xb073, 
+0xb074, 0xb075, 0xb076, 0xb077, 0xb078, 0xb079, 0xb07a, 0xb07b, 
+0xfffd, 0xfffd, 0xfffd, 0xb07c, 0xb07d, 0xb07e, 0xb07f, 0xb080, 
+0xb081, 0xb082, 0xb083, 0xb084, 0xb085, 0xb086, 0xb087, 0xb088, 
+0xb089, 0xb08a, 0xb08b, 0xb08c, 0xfffd, 0xb08d, 0xb08e, 0xb08f, 
+0xb090, 0xb091, 0xb092, 0xb093, 0xb094, 0xb095, 0xb096, 0xb097, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xb098, 0xb099, 0xb09a, 0xb09b, 0xb09c, 0xb09d, 0xb09e, 0xb09f, 
+0xb0a0, 0xb0a1, 0xb0a2, 0xb0a3, 0xb0a4, 0xb0a5, 0xb0a6, 0xb0a7, 
+0xb0a8, 0xfffd, 0xb0a9, 0xb0aa, 0xb0ab, 0xb0ac, 0xb0ad, 0xb0ae, 
+0xb0af, 0xb0b0, 0xb0b1, 0xb0b2, 0xb0b3, 0xfffd, 0xfffd, 0xfffd, 
+0xb0b4, 0xb0b5, 0xb0b6, 0xb0b7, 0xb0b8, 0xb0b9, 0xb0ba, 0xb0bb, 
+0xb0bc, 0xb0bd, 0xb0be, 0xb0bf, 0xb0c0, 0xb0c1, 0xb0c2, 0xb0c3, 
+0xb0c4, 0xfffd, 0xb0c5, 0xb0c6, 0xb0c7, 0xb0c8, 0xb0c9, 0xb0ca, 
+0xb0cb, 0xb0cc, 0xb0cd, 0xb0ce, 0xb0cf, 0xfffd, 0xfffd, 0xfffd, 
+0xb0d0, 0xb0d1, 0xb0d2, 0xb0d3, 0xb0d4, 0xb0d5, 0xb0d6, 0xb0d7, 
+0xb0d8, 0xb0d9, 0xb0da, 0xb0db, 0xb0dc, 0xb0dd, 0xb0de, 0xb0df, 
+0xb0e0, 0xfffd, 0xb0e1, 0xb0e2, 0xb0e3, 0xb0e4, 0xb0e5, 0xb0e6, 
+0xb0e7, 0xb0e8, 0xb0e9, 0xb0ea, 0xb0eb, 0xfffd, 0xfffd, 0xfffd, 
+0xb0ec, 0xb0ed, 0xb0ee, 0xb0ef, 0xb0f0, 0xb0f1, 0xb0f2, 0xb0f3, 
+0xb0f4, 0xb0f5, 0xb0f6, 0xb0f7, 0xb0f8, 0xb0f9, 0xb0fa, 0xb0fb, 
+0xb0fc, 0xfffd, 0xb0fd, 0xb0fe, 0xb0ff, 0xb100, 0xb101, 0xb102, 
+0xb103, 0xb104, 0xb105, 0xb106, 0xb107, 0xfffd, 0xfffd, 0xfffd, 
+0xb108, 0xb109, 0xb10a, 0xb10b, 0xb10c, 0xb10d, 0xb10e, 0xb10f, 
+0xb110, 0xb111, 0xb112, 0xb113, 0xb114, 0xb115, 0xb116, 0xb117, 
+0xb118, 0xfffd, 0xb119, 0xb11a, 0xb11b, 0xb11c, 0xb11d, 0xb11e, 
+0xb11f, 0xb120, 0xb121, 0xb122, 0xb123, 0xb124, 0xb125, 0xb126, 
+0xb127, 0xb128, 0xb129, 0xb12a, 0xb12b, 0xb12c, 0xb12d, 0xb12e, 
+0xb12f, 0xb130, 0xb131, 0xb132, 0xb133, 0xb134, 0xfffd, 0xb135, 
+0xb136, 0xb137, 0xb138, 0xb139, 0xb13a, 0xb13b, 0xb13c, 0xb13d, 
+0xb13e, 0xb13f, 0xfffd, 0xfffd, 0xfffd, 0xb140, 0xb141, 0xb142, 
+0xb143, 0xb144, 0xb145, 0xb146, 0xb147, 0xb148, 0xb149, 0xb14a, 
+0xb14b, 0xb14c, 0xb14d, 0xb14e, 0xb14f, 0xb150, 0xfffd, 0xb151, 
+0xb152, 0xb153, 0xb154, 0xb155, 0xb156, 0xb157, 0xb158, 0xb159, 
+0xb15a, 0xb15b, 0xfffd, 0xfffd, 0xfffd, 0xb15c, 0xb15d, 0xb15e, 
+0xb15f, 0xb160, 0xb161, 0xb162, 0xb163, 0xb164, 0xb165, 0xb166, 
+0xb167, 0xb168, 0xb169, 0xb16a, 0xb16b, 0xb16c, 0xfffd, 0xb16d, 
+0xb16e, 0xb16f, 0xb170, 0xb171, 0xb172, 0xb173, 0xb174, 0xb175, 
+0xb176, 0xb177, 0xfffd, 0xfffd, 0xfffd, 0xb178, 0xb179, 0xb17a, 
+0xb17b, 0xb17c, 0xb17d, 0xb17e, 0xb17f, 0xb180, 0xb181, 0xb182, 
+0xb183, 0xb184, 0xb185, 0xb186, 0xb187, 0xb188, 0xfffd, 0xb189, 
+0xb18a, 0xb18b, 0xb18c, 0xb18d, 0xb18e, 0xb18f, 0xb190, 0xb191, 
+0xb192, 0xb193, 0xfffd, 0xfffd, 0xfffd, 0xb194, 0xb195, 0xb196, 
+0xb197, 0xb198, 0xb199, 0xb19a, 0xb19b, 0xb19c, 0xb19d, 0xb19e, 
+0xb19f, 0xb1a0, 0xb1a1, 0xb1a2, 0xb1a3, 0xb1a4, 0xfffd, 0xb1a5, 
+0xb1a6, 0xb1a7, 0xb1a8, 0xb1a9, 0xb1aa, 0xb1ab, 0xb1ac, 0xb1ad, 
+0xb1ae, 0xb1af, 0xfffd, 0xfffd, 0xfffd, 0xb1b0, 0xb1b1, 0xb1b2, 
+0xb1b3, 0xb1b4, 0xb1b5, 0xb1b6, 0xb1b7, 0xb1b8, 0xb1b9, 0xb1ba, 
+0xb1bb, 0xb1bc, 0xb1bd, 0xb1be, 0xb1bf, 0xb1c0, 0xfffd, 0xb1c1, 
+0xb1c2, 0xb1c3, 0xb1c4, 0xb1c5, 0xb1c6, 0xb1c7, 0xb1c8, 0xb1c9, 
+0xb1ca, 0xb1cb, 0xb1cc, 0xb1cd, 0xb1ce, 0xb1cf, 0xb1d0, 0xb1d1, 
+0xb1d2, 0xb1d3, 0xb1d4, 0xb1d5, 0xb1d6, 0xb1d7, 0xb1d8, 0xb1d9, 
+0xb1da, 0xb1db, 0xb1dc, 0xfffd, 0xb1dd, 0xb1de, 0xb1df, 0xb1e0, 
+0xb1e1, 0xb1e2, 0xb1e3, 0xb1e4, 0xb1e5, 0xb1e6, 0xb1e7, 0xfffd, 
+0xfffd, 0xfffd, 0xb1e8, 0xb1e9, 0xb1ea, 0xb1eb, 0xb1ec, 0xb1ed, 
+0xb1ee, 0xb1ef, 0xb1f0, 0xb1f1, 0xb1f2, 0xb1f3, 0xb1f4, 0xb1f5, 
+0xb1f6, 0xb1f7, 0xb1f8, 0xfffd, 0xb1f9, 0xb1fa, 0xb1fb, 0xb1fc, 
+0xb1fd, 0xb1fe, 0xb1ff, 0xb200, 0xb201, 0xb202, 0xb203, 0xfffd, 
+0xfffd, 0xfffd, 0xb204, 0xb205, 0xb206, 0xb207, 0xb208, 0xb209, 
+0xb20a, 0xb20b, 0xb20c, 0xb20d, 0xb20e, 0xb20f, 0xb210, 0xb211, 
+0xb212, 0xb213, 0xb214, 0xfffd, 0xb215, 0xb216, 0xb217, 0xb218, 
+0xb219, 0xb21a, 0xb21b, 0xb21c, 0xb21d, 0xb21e, 0xb21f, 0xfffd, 
+0xfffd, 0xfffd, 0xb220, 0xb221, 0xb222, 0xb223, 0xb224, 0xb225, 
+0xb226, 0xb227, 0xb228, 0xb229, 0xb22a, 0xb22b, 0xb22c, 0xb22d, 
+0xb22e, 0xb22f, 0xb230, 0xfffd, 0xb231, 0xb232, 0xb233, 0xb234, 
+0xb235, 0xb236, 0xb237, 0xb238, 0xb239, 0xb23a, 0xb23b, 0xfffd, 
+0xfffd, 0xfffd, 0xb23c, 0xb23d, 0xb23e, 0xb23f, 0xb240, 0xb241, 
+0xb242, 0xb243, 0xb244, 0xb245, 0xb246, 0xb247, 0xb248, 0xb249, 
+0xb24a, 0xb24b, 0xb24c, 0xfffd, 0xb24d, 0xb24e, 0xb24f, 0xb250, 
+0xb251, 0xb252, 0xb253, 0xb254, 0xb255, 0xb256, 0xb257, 0xfffd, 
+0xfffd, 0xfffd, 0xb258, 0xb259, 0xb25a, 0xb25b, 0xb25c, 0xb25d, 
+0xb25e, 0xb25f, 0xb260, 0xb261, 0xb262, 0xb263, 0xb264, 0xb265, 
+0xb266, 0xb267, 0xb268, 0xfffd, 0xb269, 0xb26a, 0xb26b, 0xb26c, 
+0xb26d, 0xb26e, 0xb26f, 0xb270, 0xb271, 0xb272, 0xb273, 0xb274, 
+0xb275, 0xb276, 0xb277, 0xb278, 0xb279, 0xb27a, 0xb27b, 0xb27c, 
+0xb27d, 0xb27e, 0xb27f, 0xb280, 0xb281, 0xb282, 0xb283, 0xb284, 
+0xfffd, 0xb285, 0xb286, 0xb287, 0xb288, 0xb289, 0xb28a, 0xb28b, 
+0xb28c, 0xb28d, 0xb28e, 0xb28f, 0xfffd, 0xfffd, 0xfffd, 0xb290, 
+0xb291, 0xb292, 0xb293, 0xb294, 0xb295, 0xb296, 0xb297, 0xb298, 
+0xb299, 0xb29a, 0xb29b, 0xb29c, 0xb29d, 0xb29e, 0xb29f, 0xb2a0, 
+0xfffd, 0xb2a1, 0xb2a2, 0xb2a3, 0xb2a4, 0xb2a5, 0xb2a6, 0xb2a7, 
+0xb2a8, 0xb2a9, 0xb2aa, 0xb2ab, 0xfffd, 0xfffd, 0xfffd, 0xb2ac, 
+0xb2ad, 0xb2ae, 0xb2af, 0xb2b0, 0xb2b1, 0xb2b2, 0xb2b3, 0xb2b4, 
+0xb2b5, 0xb2b6, 0xb2b7, 0xb2b8, 0xb2b9, 0xb2ba, 0xb2bb, 0xb2bc, 
+0xfffd, 0xb2bd, 0xb2be, 0xb2bf, 0xb2c0, 0xb2c1, 0xb2c2, 0xb2c3, 
+0xb2c4, 0xb2c5, 0xb2c6, 0xb2c7, 0xfffd, 0xfffd, 0xfffd, 0xb2c8, 
+0xb2c9, 0xb2ca, 0xb2cb, 0xb2cc, 0xb2cd, 0xb2ce, 0xb2cf, 0xb2d0, 
+0xb2d1, 0xb2d2, 0xb2d3, 0xb2d4, 0xb2d5, 0xb2d6, 0xb2d7, 0xb2d8, 
+0xfffd, 0xb2d9, 0xb2da, 0xb2db, 0xb2dc, 0xb2dd, 0xb2de, 0xb2df, 
+0xb2e0, 0xb2e1, 0xb2e2, 0xb2e3, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xb2e4, 0xb2e5, 0xb2e6, 0xb2e7, 
+0xb2e8, 0xb2e9, 0xb2ea, 0xb2eb, 0xb2ec, 0xb2ed, 0xb2ee, 0xb2ef, 
+0xb2f0, 0xb2f1, 0xb2f2, 0xb2f3, 0xb2f4, 0xfffd, 0xb2f5, 0xb2f6, 
+0xb2f7, 0xb2f8, 0xb2f9, 0xb2fa, 0xb2fb, 0xb2fc, 0xb2fd, 0xb2fe, 
+0xb2ff, 0xfffd, 0xfffd, 0xfffd, 0xb300, 0xb301, 0xb302, 0xb303, 
+0xb304, 0xb305, 0xb306, 0xb307, 0xb308, 0xb309, 0xb30a, 0xb30b, 
+0xb30c, 0xb30d, 0xb30e, 0xb30f, 0xb310, 0xfffd, 0xb311, 0xb312, 
+0xb313, 0xb314, 0xb315, 0xb316, 0xb317, 0xb318, 0xb319, 0xb31a, 
+0xb31b, 0xfffd, 0xfffd, 0xfffd, 0xb31c, 0xb31d, 0xb31e, 0xb31f, 
+0xb320, 0xb321, 0xb322, 0xb323, 0xb324, 0xb325, 0xb326, 0xb327, 
+0xb328, 0xb329, 0xb32a, 0xb32b, 0xb32c, 0xfffd, 0xb32d, 0xb32e, 
+0xb32f, 0xb330, 0xb331, 0xb332, 0xb333, 0xb334, 0xb335, 0xb336, 
+0xb337, 0xfffd, 0xfffd, 0xfffd, 0xb338, 0xb339, 0xb33a, 0xb33b, 
+0xb33c, 0xb33d, 0xb33e, 0xb33f, 0xb340, 0xb341, 0xb342, 0xb343, 
+0xb344, 0xb345, 0xb346, 0xb347, 0xb348, 0xfffd, 0xb349, 0xb34a, 
+0xb34b, 0xb34c, 0xb34d, 0xb34e, 0xb34f, 0xb350, 0xb351, 0xb352, 
+0xb353, 0xfffd, 0xfffd, 0xfffd, 0xb354, 0xb355, 0xb356, 0xb357, 
+0xb358, 0xb359, 0xb35a, 0xb35b, 0xb35c, 0xb35d, 0xb35e, 0xb35f, 
+0xb360, 0xb361, 0xb362, 0xb363, 0xb364, 0xfffd, 0xb365, 0xb366, 
+0xb367, 0xb368, 0xb369, 0xb36a, 0xb36b, 0xb36c, 0xb36d, 0xb36e, 
+0xb36f, 0xb370, 0xb371, 0xb372, 0xb373, 0xb374, 0xb375, 0xb376, 
+0xb377, 0xb378, 0xb379, 0xb37a, 0xb37b, 0xb37c, 0xb37d, 0xb37e, 
+0xb37f, 0xb380, 0xfffd, 0xb381, 0xb382, 0xb383, 0xb384, 0xb385, 
+0xb386, 0xb387, 0xb388, 0xb389, 0xb38a, 0xb38b, 0xfffd, 0xfffd, 
+0xfffd, 0xb38c, 0xb38d, 0xb38e, 0xb38f, 0xb390, 0xb391, 0xb392, 
+0xb393, 0xb394, 0xb395, 0xb396, 0xb397, 0xb398, 0xb399, 0xb39a, 
+0xb39b, 0xb39c, 0xfffd, 0xb39d, 0xb39e, 0xb39f, 0xb3a0, 0xb3a1, 
+0xb3a2, 0xb3a3, 0xb3a4, 0xb3a5, 0xb3a6, 0xb3a7, 0xfffd, 0xfffd, 
+0xfffd, 0xb3a8, 0xb3a9, 0xb3aa, 0xb3ab, 0xb3ac, 0xb3ad, 0xb3ae, 
+0xb3af, 0xb3b0, 0xb3b1, 0xb3b2, 0xb3b3, 0xb3b4, 0xb3b5, 0xb3b6, 
+0xb3b7, 0xb3b8, 0xfffd, 0xb3b9, 0xb3ba, 0xb3bb, 0xb3bc, 0xb3bd, 
+0xb3be, 0xb3bf, 0xb3c0, 0xb3c1, 0xb3c2, 0xb3c3, 0xfffd, 0xfffd, 
+0xfffd, 0xb3c4, 0xb3c5, 0xb3c6, 0xb3c7, 0xb3c8, 0xb3c9, 0xb3ca, 
+0xb3cb, 0xb3cc, 0xb3cd, 0xb3ce, 0xb3cf, 0xb3d0, 0xb3d1, 0xb3d2, 
+0xb3d3, 0xb3d4, 0xfffd, 0xb3d5, 0xb3d6, 0xb3d7, 0xb3d8, 0xb3d9, 
+0xb3da, 0xb3db, 0xb3dc, 0xb3dd, 0xb3de, 0xb3df, 0xfffd, 0xfffd, 
+0xfffd, 0xb3e0, 0xb3e1, 0xb3e2, 0xb3e3, 0xb3e4, 0xb3e5, 0xb3e6, 
+0xb3e7, 0xb3e8, 0xb3e9, 0xb3ea, 0xb3eb, 0xb3ec, 0xb3ed, 0xb3ee, 
+0xb3ef, 0xb3f0, 0xfffd, 0xb3f1, 0xb3f2, 0xb3f3, 0xb3f4, 0xb3f5, 
+0xb3f6, 0xb3f7, 0xb3f8, 0xb3f9, 0xb3fa, 0xb3fb, 0xfffd, 0xfffd, 
+0xfffd, 0xb3fc, 0xb3fd, 0xb3fe, 0xb3ff, 0xb400, 0xb401, 0xb402, 
+0xb403, 0xb404, 0xb405, 0xb406, 0xb407, 0xb408, 0xb409, 0xb40a, 
+0xb40b, 0xb40c, 0xfffd, 0xb40d, 0xb40e, 0xb40f, 0xb410, 0xb411, 
+0xb412, 0xb413, 0xb414, 0xb415, 0xb416, 0xb417, 0xb418, 0xb419, 
+0xb41a, 0xb41b, 0xb41c, 0xb41d, 0xb41e, 0xb41f, 0xb420, 0xb421, 
+0xb422, 0xb423, 0xb424, 0xb425, 0xb426, 0xb427, 0xb428, 0xfffd, 
+0xb429, 0xb42a, 0xb42b, 0xb42c, 0xb42d, 0xb42e, 0xb42f, 0xb430, 
+0xb431, 0xb432, 0xb433, 0xfffd, 0xfffd, 0xfffd, 0xb434, 0xb435, 
+0xb436, 0xb437, 0xb438, 0xb439, 0xb43a, 0xb43b, 0xb43c, 0xb43d, 
+0xb43e, 0xb43f, 0xb440, 0xb441, 0xb442, 0xb443, 0xb444, 0xfffd, 
+0xb445, 0xb446, 0xb447, 0xb448, 0xb449, 0xb44a, 0xb44b, 0xb44c, 
+0xb44d, 0xb44e, 0xb44f, 0xfffd, 0xfffd, 0xfffd, 0xb450, 0xb451, 
+0xb452, 0xb453, 0xb454, 0xb455, 0xb456, 0xb457, 0xb458, 0xb459, 
+0xb45a, 0xb45b, 0xb45c, 0xb45d, 0xb45e, 0xb45f, 0xb460, 0xfffd, 
+0xb461, 0xb462, 0xb463, 0xb464, 0xb465, 0xb466, 0xb467, 0xb468, 
+0xb469, 0xb46a, 0xb46b, 0xfffd, 0xfffd, 0xfffd, 0xb46c, 0xb46d, 
+0xb46e, 0xb46f, 0xb470, 0xb471, 0xb472, 0xb473, 0xb474, 0xb475, 
+0xb476, 0xb477, 0xb478, 0xb479, 0xb47a, 0xb47b, 0xb47c, 0xfffd, 
+0xb47d, 0xb47e, 0xb47f, 0xb480, 0xb481, 0xb482, 0xb483, 0xb484, 
+0xb485, 0xb486, 0xb487, 0xfffd, 0xfffd, 0xfffd, 0xb488, 0xb489, 
+0xb48a, 0xb48b, 0xb48c, 0xb48d, 0xb48e, 0xb48f, 0xb490, 0xb491, 
+0xb492, 0xb493, 0xb494, 0xb495, 0xb496, 0xb497, 0xb498, 0xfffd, 
+0xb499, 0xb49a, 0xb49b, 0xb49c, 0xb49d, 0xb49e, 0xb49f, 0xb4a0, 
+0xb4a1, 0xb4a2, 0xb4a3, 0xfffd, 0xfffd, 0xfffd, 0xb4a4, 0xb4a5, 
+0xb4a6, 0xb4a7, 0xb4a8, 0xb4a9, 0xb4aa, 0xb4ab, 0xb4ac, 0xb4ad, 
+0xb4ae, 0xb4af, 0xb4b0, 0xb4b1, 0xb4b2, 0xb4b3, 0xb4b4, 0xfffd, 
+0xb4b5, 0xb4b6, 0xb4b7, 0xb4b8, 0xb4b9, 0xb4ba, 0xb4bb, 0xb4bc, 
+0xb4bd, 0xb4be, 0xb4bf, 0xb4c0, 0xb4c1, 0xb4c2, 0xb4c3, 0xb4c4, 
+0xb4c5, 0xb4c6, 0xb4c7, 0xb4c8, 0xb4c9, 0xb4ca, 0xb4cb, 0xb4cc, 
+0xb4cd, 0xb4ce, 0xb4cf, 0xb4d0, 0xfffd, 0xb4d1, 0xb4d2, 0xb4d3, 
+0xb4d4, 0xb4d5, 0xb4d6, 0xb4d7, 0xb4d8, 0xb4d9, 0xb4da, 0xb4db, 
+0xfffd, 0xfffd, 0xfffd, 0xb4dc, 0xb4dd, 0xb4de, 0xb4df, 0xb4e0, 
+0xb4e1, 0xb4e2, 0xb4e3, 0xb4e4, 0xb4e5, 0xb4e6, 0xb4e7, 0xb4e8, 
+0xb4e9, 0xb4ea, 0xb4eb, 0xb4ec, 0xfffd, 0xb4ed, 0xb4ee, 0xb4ef, 
+0xb4f0, 0xb4f1, 0xb4f2, 0xb4f3, 0xb4f4, 0xb4f5, 0xb4f6, 0xb4f7, 
+0xfffd, 0xfffd, 0xfffd, 0xb4f8, 0xb4f9, 0xb4fa, 0xb4fb, 0xb4fc, 
+0xb4fd, 0xb4fe, 0xb4ff, 0xb500, 0xb501, 0xb502, 0xb503, 0xb504, 
+0xb505, 0xb506, 0xb507, 0xb508, 0xfffd, 0xb509, 0xb50a, 0xb50b, 
+0xb50c, 0xb50d, 0xb50e, 0xb50f, 0xb510, 0xb511, 0xb512, 0xb513, 
+0xfffd, 0xfffd, 0xfffd, 0xb514, 0xb515, 0xb516, 0xb517, 0xb518, 
+0xb519, 0xb51a, 0xb51b, 0xb51c, 0xb51d, 0xb51e, 0xb51f, 0xb520, 
+0xb521, 0xb522, 0xb523, 0xb524, 0xfffd, 0xb525, 0xb526, 0xb527, 
+0xb528, 0xb529, 0xb52a, 0xb52b, 0xb52c, 0xb52d, 0xb52e, 0xb52f, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xb530, 0xb531, 0xb532, 0xb533, 0xb534, 0xb535, 0xb536, 0xb537, 
+0xb538, 0xb539, 0xb53a, 0xb53b, 0xb53c, 0xb53d, 0xb53e, 0xb53f, 
+0xb540, 0xfffd, 0xb541, 0xb542, 0xb543, 0xb544, 0xb545, 0xb546, 
+0xb547, 0xb548, 0xb549, 0xb54a, 0xb54b, 0xfffd, 0xfffd, 0xfffd, 
+0xb54c, 0xb54d, 0xb54e, 0xb54f, 0xb550, 0xb551, 0xb552, 0xb553, 
+0xb554, 0xb555, 0xb556, 0xb557, 0xb558, 0xb559, 0xb55a, 0xb55b, 
+0xb55c, 0xfffd, 0xb55d, 0xb55e, 0xb55f, 0xb560, 0xb561, 0xb562, 
+0xb563, 0xb564, 0xb565, 0xb566, 0xb567, 0xfffd, 0xfffd, 0xfffd, 
+0xb568, 0xb569, 0xb56a, 0xb56b, 0xb56c, 0xb56d, 0xb56e, 0xb56f, 
+0xb570, 0xb571, 0xb572, 0xb573, 0xb574, 0xb575, 0xb576, 0xb577, 
+0xb578, 0xfffd, 0xb579, 0xb57a, 0xb57b, 0xb57c, 0xb57d, 0xb57e, 
+0xb57f, 0xb580, 0xb581, 0xb582, 0xb583, 0xfffd, 0xfffd, 0xfffd, 
+0xb584, 0xb585, 0xb586, 0xb587, 0xb588, 0xb589, 0xb58a, 0xb58b, 
+0xb58c, 0xb58d, 0xb58e, 0xb58f, 0xb590, 0xb591, 0xb592, 0xb593, 
+0xb594, 0xfffd, 0xb595, 0xb596, 0xb597, 0xb598, 0xb599, 0xb59a, 
+0xb59b, 0xb59c, 0xb59d, 0xb59e, 0xb59f, 0xfffd, 0xfffd, 0xfffd, 
+0xb5a0, 0xb5a1, 0xb5a2, 0xb5a3, 0xb5a4, 0xb5a5, 0xb5a6, 0xb5a7, 
+0xb5a8, 0xb5a9, 0xb5aa, 0xb5ab, 0xb5ac, 0xb5ad, 0xb5ae, 0xb5af, 
+0xb5b0, 0xfffd, 0xb5b1, 0xb5b2, 0xb5b3, 0xb5b4, 0xb5b5, 0xb5b6, 
+0xb5b7, 0xb5b8, 0xb5b9, 0xb5ba, 0xb5bb, 0xb5bc, 0xb5bd, 0xb5be, 
+0xb5bf, 0xb5c0, 0xb5c1, 0xb5c2, 0xb5c3, 0xb5c4, 0xb5c5, 0xb5c6, 
+0xb5c7, 0xb5c8, 0xb5c9, 0xb5ca, 0xb5cb, 0xb5cc, 0xfffd, 0xb5cd, 
+0xb5ce, 0xb5cf, 0xb5d0, 0xb5d1, 0xb5d2, 0xb5d3, 0xb5d4, 0xb5d5, 
+0xb5d6, 0xb5d7, 0xfffd, 0xfffd, 0xfffd, 0xb5d8, 0xb5d9, 0xb5da, 
+0xb5db, 0xb5dc, 0xb5dd, 0xb5de, 0xb5df, 0xb5e0, 0xb5e1, 0xb5e2, 
+0xb5e3, 0xb5e4, 0xb5e5, 0xb5e6, 0xb5e7, 0xb5e8, 0xfffd, 0xb5e9, 
+0xb5ea, 0xb5eb, 0xb5ec, 0xb5ed, 0xb5ee, 0xb5ef, 0xb5f0, 0xb5f1, 
+0xb5f2, 0xb5f3, 0xfffd, 0xfffd, 0xfffd, 0xb5f4, 0xb5f5, 0xb5f6, 
+0xb5f7, 0xb5f8, 0xb5f9, 0xb5fa, 0xb5fb, 0xb5fc, 0xb5fd, 0xb5fe, 
+0xb5ff, 0xb600, 0xb601, 0xb602, 0xb603, 0xb604, 0xfffd, 0xb605, 
+0xb606, 0xb607, 0xb608, 0xb609, 0xb60a, 0xb60b, 0xb60c, 0xb60d, 
+0xb60e, 0xb60f, 0xfffd, 0xfffd, 0xfffd, 0xb610, 0xb611, 0xb612, 
+0xb613, 0xb614, 0xb615, 0xb616, 0xb617, 0xb618, 0xb619, 0xb61a, 
+0xb61b, 0xb61c, 0xb61d, 0xb61e, 0xb61f, 0xb620, 0xfffd, 0xb621, 
+0xb622, 0xb623, 0xb624, 0xb625, 0xb626, 0xb627, 0xb628, 0xb629, 
+0xb62a, 0xb62b, 0xfffd, 0xfffd, 0xfffd, 0xb62c, 0xb62d, 0xb62e, 
+0xb62f, 0xb630, 0xb631, 0xb632, 0xb633, 0xb634, 0xb635, 0xb636, 
+0xb637, 0xb638, 0xb639, 0xb63a, 0xb63b, 0xb63c, 0xfffd, 0xb63d, 
+0xb63e, 0xb63f, 0xb640, 0xb641, 0xb642, 0xb643, 0xb644, 0xb645, 
+0xb646, 0xb647, 0xfffd, 0xfffd, 0xfffd, 0xb648, 0xb649, 0xb64a, 
+0xb64b, 0xb64c, 0xb64d, 0xb64e, 0xb64f, 0xb650, 0xb651, 0xb652, 
+0xb653, 0xb654, 0xb655, 0xb656, 0xb657, 0xb658, 0xfffd, 0xb659, 
+0xb65a, 0xb65b, 0xb65c, 0xb65d, 0xb65e, 0xb65f, 0xb660, 0xb661, 
+0xb662, 0xb663, 0xb664, 0xb665, 0xb666, 0xb667, 0xb668, 0xb669, 
+0xb66a, 0xb66b, 0xb66c, 0xb66d, 0xb66e, 0xb66f, 0xb670, 0xb671, 
+0xb672, 0xb673, 0xb674, 0xfffd, 0xb675, 0xb676, 0xb677, 0xb678, 
+0xb679, 0xb67a, 0xb67b, 0xb67c, 0xb67d, 0xb67e, 0xb67f, 0xfffd, 
+0xfffd, 0xfffd, 0xb680, 0xb681, 0xb682, 0xb683, 0xb684, 0xb685, 
+0xb686, 0xb687, 0xb688, 0xb689, 0xb68a, 0xb68b, 0xb68c, 0xb68d, 
+0xb68e, 0xb68f, 0xb690, 0xfffd, 0xb691, 0xb692, 0xb693, 0xb694, 
+0xb695, 0xb696, 0xb697, 0xb698, 0xb699, 0xb69a, 0xb69b, 0xfffd, 
+0xfffd, 0xfffd, 0xb69c, 0xb69d, 0xb69e, 0xb69f, 0xb6a0, 0xb6a1, 
+0xb6a2, 0xb6a3, 0xb6a4, 0xb6a5, 0xb6a6, 0xb6a7, 0xb6a8, 0xb6a9, 
+0xb6aa, 0xb6ab, 0xb6ac, 0xfffd, 0xb6ad, 0xb6ae, 0xb6af, 0xb6b0, 
+0xb6b1, 0xb6b2, 0xb6b3, 0xb6b4, 0xb6b5, 0xb6b6, 0xb6b7, 0xfffd, 
+0xfffd, 0xfffd, 0xb6b8, 0xb6b9, 0xb6ba, 0xb6bb, 0xb6bc, 0xb6bd, 
+0xb6be, 0xb6bf, 0xb6c0, 0xb6c1, 0xb6c2, 0xb6c3, 0xb6c4, 0xb6c5, 
+0xb6c6, 0xb6c7, 0xb6c8, 0xfffd, 0xb6c9, 0xb6ca, 0xb6cb, 0xb6cc, 
+0xb6cd, 0xb6ce, 0xb6cf, 0xb6d0, 0xb6d1, 0xb6d2, 0xb6d3, 0xfffd, 
+0xfffd, 0xfffd, 0xb6d4, 0xb6d5, 0xb6d6, 0xb6d7, 0xb6d8, 0xb6d9, 
+0xb6da, 0xb6db, 0xb6dc, 0xb6dd, 0xb6de, 0xb6df, 0xb6e0, 0xb6e1, 
+0xb6e2, 0xb6e3, 0xb6e4, 0xfffd, 0xb6e5, 0xb6e6, 0xb6e7, 0xb6e8, 
+0xb6e9, 0xb6ea, 0xb6eb, 0xb6ec, 0xb6ed, 0xb6ee, 0xb6ef, 0xfffd, 
+0xfffd, 0xfffd, 0xb6f0, 0xb6f1, 0xb6f2, 0xb6f3, 0xb6f4, 0xb6f5, 
+0xb6f6, 0xb6f7, 0xb6f8, 0xb6f9, 0xb6fa, 0xb6fb, 0xb6fc, 0xb6fd, 
+0xb6fe, 0xb6ff, 0xb700, 0xfffd, 0xb701, 0xb702, 0xb703, 0xb704, 
+0xb705, 0xb706, 0xb707, 0xb708, 0xb709, 0xb70a, 0xb70b, 0xb70c, 
+0xb70d, 0xb70e, 0xb70f, 0xb710, 0xb711, 0xb712, 0xb713, 0xb714, 
+0xb715, 0xb716, 0xb717, 0xb718, 0xb719, 0xb71a, 0xb71b, 0xb71c, 
+0xfffd, 0xb71d, 0xb71e, 0xb71f, 0xb720, 0xb721, 0xb722, 0xb723, 
+0xb724, 0xb725, 0xb726, 0xb727, 0xfffd, 0xfffd, 0xfffd, 0xb728, 
+0xb729, 0xb72a, 0xb72b, 0xb72c, 0xb72d, 0xb72e, 0xb72f, 0xb730, 
+0xb731, 0xb732, 0xb733, 0xb734, 0xb735, 0xb736, 0xb737, 0xb738, 
+0xfffd, 0xb739, 0xb73a, 0xb73b, 0xb73c, 0xb73d, 0xb73e, 0xb73f, 
+0xb740, 0xb741, 0xb742, 0xb743, 0xfffd, 0xfffd, 0xfffd, 0xb744, 
+0xb745, 0xb746, 0xb747, 0xb748, 0xb749, 0xb74a, 0xb74b, 0xb74c, 
+0xb74d, 0xb74e, 0xb74f, 0xb750, 0xb751, 0xb752, 0xb753, 0xb754, 
+0xfffd, 0xb755, 0xb756, 0xb757, 0xb758, 0xb759, 0xb75a, 0xb75b, 
+0xb75c, 0xb75d, 0xb75e, 0xb75f, 0xfffd, 0xfffd, 0xfffd, 0xb760, 
+0xb761, 0xb762, 0xb763, 0xb764, 0xb765, 0xb766, 0xb767, 0xb768, 
+0xb769, 0xb76a, 0xb76b, 0xb76c, 0xb76d, 0xb76e, 0xb76f, 0xb770, 
+0xfffd, 0xb771, 0xb772, 0xb773, 0xb774, 0xb775, 0xb776, 0xb777, 
+0xb778, 0xb779, 0xb77a, 0xb77b, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xb77c, 0xb77d, 0xb77e, 0xb77f, 
+0xb780, 0xb781, 0xb782, 0xb783, 0xb784, 0xb785, 0xb786, 0xb787, 
+0xb788, 0xb789, 0xb78a, 0xb78b, 0xb78c, 0xfffd, 0xb78d, 0xb78e, 
+0xb78f, 0xb790, 0xb791, 0xb792, 0xb793, 0xb794, 0xb795, 0xb796, 
+0xb797, 0xfffd, 0xfffd, 0xfffd, 0xb798, 0xb799, 0xb79a, 0xb79b, 
+0xb79c, 0xb79d, 0xb79e, 0xb79f, 0xb7a0, 0xb7a1, 0xb7a2, 0xb7a3, 
+0xb7a4, 0xb7a5, 0xb7a6, 0xb7a7, 0xb7a8, 0xfffd, 0xb7a9, 0xb7aa, 
+0xb7ab, 0xb7ac, 0xb7ad, 0xb7ae, 0xb7af, 0xb7b0, 0xb7b1, 0xb7b2, 
+0xb7b3, 0xfffd, 0xfffd, 0xfffd, 0xb7b4, 0xb7b5, 0xb7b6, 0xb7b7, 
+0xb7b8, 0xb7b9, 0xb7ba, 0xb7bb, 0xb7bc, 0xb7bd, 0xb7be, 0xb7bf, 
+0xb7c0, 0xb7c1, 0xb7c2, 0xb7c3, 0xb7c4, 0xfffd, 0xb7c5, 0xb7c6, 
+0xb7c7, 0xb7c8, 0xb7c9, 0xb7ca, 0xb7cb, 0xb7cc, 0xb7cd, 0xb7ce, 
+0xb7cf, 0xfffd, 0xfffd, 0xfffd, 0xb7d0, 0xb7d1, 0xb7d2, 0xb7d3, 
+0xb7d4, 0xb7d5, 0xb7d6, 0xb7d7, 0xb7d8, 0xb7d9, 0xb7da, 0xb7db, 
+0xb7dc, 0xb7dd, 0xb7de, 0xb7df, 0xb7e0, 0xfffd, 0xb7e1, 0xb7e2, 
+0xb7e3, 0xb7e4, 0xb7e5, 0xb7e6, 0xb7e7, 0xb7e8, 0xb7e9, 0xb7ea, 
+0xb7eb, 0xfffd, 0xfffd, 0xfffd, 0xb7ec, 0xb7ed, 0xb7ee, 0xb7ef, 
+0xb7f0, 0xb7f1, 0xb7f2, 0xb7f3, 0xb7f4, 0xb7f5, 0xb7f6, 0xb7f7, 
+0xb7f8, 0xb7f9, 0xb7fa, 0xb7fb, 0xb7fc, 0xfffd, 0xb7fd, 0xb7fe, 
+0xb7ff, 0xb800, 0xb801, 0xb802, 0xb803, 0xb804, 0xb805, 0xb806, 
+0xb807, 0xb808, 0xb809, 0xb80a, 0xb80b, 0xb80c, 0xb80d, 0xb80e, 
+0xb80f, 0xb810, 0xb811, 0xb812, 0xb813, 0xb814, 0xb815, 0xb816, 
+0xb817, 0xb818, 0xfffd, 0xb819, 0xb81a, 0xb81b, 0xb81c, 0xb81d, 
+0xb81e, 0xb81f, 0xb820, 0xb821, 0xb822, 0xb823, 0xfffd, 0xfffd, 
+0xfffd, 0xb824, 0xb825, 0xb826, 0xb827, 0xb828, 0xb829, 0xb82a, 
+0xb82b, 0xb82c, 0xb82d, 0xb82e, 0xb82f, 0xb830, 0xb831, 0xb832, 
+0xb833, 0xb834, 0xfffd, 0xb835, 0xb836, 0xb837, 0xb838, 0xb839, 
+0xb83a, 0xb83b, 0xb83c, 0xb83d, 0xb83e, 0xb83f, 0xfffd, 0xfffd, 
+0xfffd, 0xb840, 0xb841, 0xb842, 0xb843, 0xb844, 0xb845, 0xb846, 
+0xb847, 0xb848, 0xb849, 0xb84a, 0xb84b, 0xb84c, 0xb84d, 0xb84e, 
+0xb84f, 0xb850, 0xfffd, 0xb851, 0xb852, 0xb853, 0xb854, 0xb855, 
+0xb856, 0xb857, 0xb858, 0xb859, 0xb85a, 0xb85b, 0xfffd, 0xfffd, 
+0xfffd, 0xb85c, 0xb85d, 0xb85e, 0xb85f, 0xb860, 0xb861, 0xb862, 
+0xb863, 0xb864, 0xb865, 0xb866, 0xb867, 0xb868, 0xb869, 0xb86a, 
+0xb86b, 0xb86c, 0xfffd, 0xb86d, 0xb86e, 0xb86f, 0xb870, 0xb871, 
+0xb872, 0xb873, 0xb874, 0xb875, 0xb876, 0xb877, 0xfffd, 0xfffd, 
+0xfffd, 0xb878, 0xb879, 0xb87a, 0xb87b, 0xb87c, 0xb87d, 0xb87e, 
+0xb87f, 0xb880, 0xb881, 0xb882, 0xb883, 0xb884, 0xb885, 0xb886, 
+0xb887, 0xb888, 0xfffd, 0xb889, 0xb88a, 0xb88b, 0xb88c, 0xb88d, 
+0xb88e, 0xb88f, 0xb890, 0xb891, 0xb892, 0xb893, 0xfffd, 0xfffd, 
+0xfffd, 0xb894, 0xb895, 0xb896, 0xb897, 0xb898, 0xb899, 0xb89a, 
+0xb89b, 0xb89c, 0xb89d, 0xb89e, 0xb89f, 0xb8a0, 0xb8a1, 0xb8a2, 
+0xb8a3, 0xb8a4, 0xfffd, 0xb8a5, 0xb8a6, 0xb8a7, 0xb8a8, 0xb8a9, 
+0xb8aa, 0xb8ab, 0xb8ac, 0xb8ad, 0xb8ae, 0xb8af, 0xb8b0, 0xb8b1, 
+0xb8b2, 0xb8b3, 0xb8b4, 0xb8b5, 0xb8b6, 0xb8b7, 0xb8b8, 0xb8b9, 
+0xb8ba, 0xb8bb, 0xb8bc, 0xb8bd, 0xb8be, 0xb8bf, 0xb8c0, 0xfffd, 
+0xb8c1, 0xb8c2, 0xb8c3, 0xb8c4, 0xb8c5, 0xb8c6, 0xb8c7, 0xb8c8, 
+0xb8c9, 0xb8ca, 0xb8cb, 0xfffd, 0xfffd, 0xfffd, 0xb8cc, 0xb8cd, 
+0xb8ce, 0xb8cf, 0xb8d0, 0xb8d1, 0xb8d2, 0xb8d3, 0xb8d4, 0xb8d5, 
+0xb8d6, 0xb8d7, 0xb8d8, 0xb8d9, 0xb8da, 0xb8db, 0xb8dc, 0xfffd, 
+0xb8dd, 0xb8de, 0xb8df, 0xb8e0, 0xb8e1, 0xb8e2, 0xb8e3, 0xb8e4, 
+0xb8e5, 0xb8e6, 0xb8e7, 0xfffd, 0xfffd, 0xfffd, 0xb8e8, 0xb8e9, 
+0xb8ea, 0xb8eb, 0xb8ec, 0xb8ed, 0xb8ee, 0xb8ef, 0xb8f0, 0xb8f1, 
+0xb8f2, 0xb8f3, 0xb8f4, 0xb8f5, 0xb8f6, 0xb8f7, 0xb8f8, 0xfffd, 
+0xb8f9, 0xb8fa, 0xb8fb, 0xb8fc, 0xb8fd, 0xb8fe, 0xb8ff, 0xb900, 
+0xb901, 0xb902, 0xb903, 0xfffd, 0xfffd, 0xfffd, 0xb904, 0xb905, 
+0xb906, 0xb907, 0xb908, 0xb909, 0xb90a, 0xb90b, 0xb90c, 0xb90d, 
+0xb90e, 0xb90f, 0xb910, 0xb911, 0xb912, 0xb913, 0xb914, 0xfffd, 
+0xb915, 0xb916, 0xb917, 0xb918, 0xb919, 0xb91a, 0xb91b, 0xb91c, 
+0xb91d, 0xb91e, 0xb91f, 0xfffd, 0xfffd, 0xfffd, 0xb920, 0xb921, 
+0xb922, 0xb923, 0xb924, 0xb925, 0xb926, 0xb927, 0xb928, 0xb929, 
+0xb92a, 0xb92b, 0xb92c, 0xb92d, 0xb92e, 0xb92f, 0xb930, 0xfffd, 
+0xb931, 0xb932, 0xb933, 0xb934, 0xb935, 0xb936, 0xb937, 0xb938, 
+0xb939, 0xb93a, 0xb93b, 0xfffd, 0xfffd, 0xfffd, 0xb93c, 0xb93d, 
+0xb93e, 0xb93f, 0xb940, 0xb941, 0xb942, 0xb943, 0xb944, 0xb945, 
+0xb946, 0xb947, 0xb948, 0xb949, 0xb94a, 0xb94b, 0xb94c, 0xfffd, 
+0xb94d, 0xb94e, 0xb94f, 0xb950, 0xb951, 0xb952, 0xb953, 0xb954, 
+0xb955, 0xb956, 0xb957, 0xb958, 0xb959, 0xb95a, 0xb95b, 0xb95c, 
+0xb95d, 0xb95e, 0xb95f, 0xb960, 0xb961, 0xb962, 0xb963, 0xb964, 
+0xb965, 0xb966, 0xb967, 0xb968, 0xfffd, 0xb969, 0xb96a, 0xb96b, 
+0xb96c, 0xb96d, 0xb96e, 0xb96f, 0xb970, 0xb971, 0xb972, 0xb973, 
+0xfffd, 0xfffd, 0xfffd, 0xb974, 0xb975, 0xb976, 0xb977, 0xb978, 
+0xb979, 0xb97a, 0xb97b, 0xb97c, 0xb97d, 0xb97e, 0xb97f, 0xb980, 
+0xb981, 0xb982, 0xb983, 0xb984, 0xfffd, 0xb985, 0xb986, 0xb987, 
+0xb988, 0xb989, 0xb98a, 0xb98b, 0xb98c, 0xb98d, 0xb98e, 0xb98f, 
+0xfffd, 0xfffd, 0xfffd, 0xb990, 0xb991, 0xb992, 0xb993, 0xb994, 
+0xb995, 0xb996, 0xb997, 0xb998, 0xb999, 0xb99a, 0xb99b, 0xb99c, 
+0xb99d, 0xb99e, 0xb99f, 0xb9a0, 0xfffd, 0xb9a1, 0xb9a2, 0xb9a3, 
+0xb9a4, 0xb9a5, 0xb9a6, 0xb9a7, 0xb9a8, 0xb9a9, 0xb9aa, 0xb9ab, 
+0xfffd, 0xfffd, 0xfffd, 0xb9ac, 0xb9ad, 0xb9ae, 0xb9af, 0xb9b0, 
+0xb9b1, 0xb9b2, 0xb9b3, 0xb9b4, 0xb9b5, 0xb9b6, 0xb9b7, 0xb9b8, 
+0xb9b9, 0xb9ba, 0xb9bb, 0xb9bc, 0xfffd, 0xb9bd, 0xb9be, 0xb9bf, 
+0xb9c0, 0xb9c1, 0xb9c2, 0xb9c3, 0xb9c4, 0xb9c5, 0xb9c6, 0xb9c7, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xb9c8, 0xb9c9, 0xb9ca, 0xb9cb, 0xb9cc, 0xb9cd, 0xb9ce, 0xb9cf, 
+0xb9d0, 0xb9d1, 0xb9d2, 0xb9d3, 0xb9d4, 0xb9d5, 0xb9d6, 0xb9d7, 
+0xb9d8, 0xfffd, 0xb9d9, 0xb9da, 0xb9db, 0xb9dc, 0xb9dd, 0xb9de, 
+0xb9df, 0xb9e0, 0xb9e1, 0xb9e2, 0xb9e3, 0xfffd, 0xfffd, 0xfffd, 
+0xb9e4, 0xb9e5, 0xb9e6, 0xb9e7, 0xb9e8, 0xb9e9, 0xb9ea, 0xb9eb, 
+0xb9ec, 0xb9ed, 0xb9ee, 0xb9ef, 0xb9f0, 0xb9f1, 0xb9f2, 0xb9f3, 
+0xb9f4, 0xfffd, 0xb9f5, 0xb9f6, 0xb9f7, 0xb9f8, 0xb9f9, 0xb9fa, 
+0xb9fb, 0xb9fc, 0xb9fd, 0xb9fe, 0xb9ff, 0xfffd, 0xfffd, 0xfffd, 
+0xba00, 0xba01, 0xba02, 0xba03, 0xba04, 0xba05, 0xba06, 0xba07, 
+0xba08, 0xba09, 0xba0a, 0xba0b, 0xba0c, 0xba0d, 0xba0e, 0xba0f, 
+0xba10, 0xfffd, 0xba11, 0xba12, 0xba13, 0xba14, 0xba15, 0xba16, 
+0xba17, 0xba18, 0xba19, 0xba1a, 0xba1b, 0xfffd, 0xfffd, 0xfffd, 
+0xba1c, 0xba1d, 0xba1e, 0xba1f, 0xba20, 0xba21, 0xba22, 0xba23, 
+0xba24, 0xba25, 0xba26, 0xba27, 0xba28, 0xba29, 0xba2a, 0xba2b, 
+0xba2c, 0xfffd, 0xba2d, 0xba2e, 0xba2f, 0xba30, 0xba31, 0xba32, 
+0xba33, 0xba34, 0xba35, 0xba36, 0xba37, 0xfffd, 0xfffd, 0xfffd, 
+0xba38, 0xba39, 0xba3a, 0xba3b, 0xba3c, 0xba3d, 0xba3e, 0xba3f, 
+0xba40, 0xba41, 0xba42, 0xba43, 0xba44, 0xba45, 0xba46, 0xba47, 
+0xba48, 0xfffd, 0xba49, 0xba4a, 0xba4b, 0xba4c, 0xba4d, 0xba4e, 
+0xba4f, 0xba50, 0xba51, 0xba52, 0xba53, 0xba54, 0xba55, 0xba56, 
+0xba57, 0xba58, 0xba59, 0xba5a, 0xba5b, 0xba5c, 0xba5d, 0xba5e, 
+0xba5f, 0xba60, 0xba61, 0xba62, 0xba63, 0xba64, 0xfffd, 0xba65, 
+0xba66, 0xba67, 0xba68, 0xba69, 0xba6a, 0xba6b, 0xba6c, 0xba6d, 
+0xba6e, 0xba6f, 0xfffd, 0xfffd, 0xfffd, 0xba70, 0xba71, 0xba72, 
+0xba73, 0xba74, 0xba75, 0xba76, 0xba77, 0xba78, 0xba79, 0xba7a, 
+0xba7b, 0xba7c, 0xba7d, 0xba7e, 0xba7f, 0xba80, 0xfffd, 0xba81, 
+0xba82, 0xba83, 0xba84, 0xba85, 0xba86, 0xba87, 0xba88, 0xba89, 
+0xba8a, 0xba8b, 0xfffd, 0xfffd, 0xfffd, 0xba8c, 0xba8d, 0xba8e, 
+0xba8f, 0xba90, 0xba91, 0xba92, 0xba93, 0xba94, 0xba95, 0xba96, 
+0xba97, 0xba98, 0xba99, 0xba9a, 0xba9b, 0xba9c, 0xfffd, 0xba9d, 
+0xba9e, 0xba9f, 0xbaa0, 0xbaa1, 0xbaa2, 0xbaa3, 0xbaa4, 0xbaa5, 
+0xbaa6, 0xbaa7, 0xfffd, 0xfffd, 0xfffd, 0xbaa8, 0xbaa9, 0xbaaa, 
+0xbaab, 0xbaac, 0xbaad, 0xbaae, 0xbaaf, 0xbab0, 0xbab1, 0xbab2, 
+0xbab3, 0xbab4, 0xbab5, 0xbab6, 0xbab7, 0xbab8, 0xfffd, 0xbab9, 
+0xbaba, 0xbabb, 0xbabc, 0xbabd, 0xbabe, 0xbabf, 0xbac0, 0xbac1, 
+0xbac2, 0xbac3, 0xfffd, 0xfffd, 0xfffd, 0xbac4, 0xbac5, 0xbac6, 
+0xbac7, 0xbac8, 0xbac9, 0xbaca, 0xbacb, 0xbacc, 0xbacd, 0xbace, 
+0xbacf, 0xbad0, 0xbad1, 0xbad2, 0xbad3, 0xbad4, 0xfffd, 0xbad5, 
+0xbad6, 0xbad7, 0xbad8, 0xbad9, 0xbada, 0xbadb, 0xbadc, 0xbadd, 
+0xbade, 0xbadf, 0xfffd, 0xfffd, 0xfffd, 0xbae0, 0xbae1, 0xbae2, 
+0xbae3, 0xbae4, 0xbae5, 0xbae6, 0xbae7, 0xbae8, 0xbae9, 0xbaea, 
+0xbaeb, 0xbaec, 0xbaed, 0xbaee, 0xbaef, 0xbaf0, 0xfffd, 0xbaf1, 
+0xbaf2, 0xbaf3, 0xbaf4, 0xbaf5, 0xbaf6, 0xbaf7, 0xbaf8, 0xbaf9, 
+0xbafa, 0xbafb, 0xbafc, 0xbafd, 0xbafe, 0xbaff, 0xbb00, 0xbb01, 
+0xbb02, 0xbb03, 0xbb04, 0xbb05, 0xbb06, 0xbb07, 0xbb08, 0xbb09, 
+0xbb0a, 0xbb0b, 0xbb0c, 0xfffd, 0xbb0d, 0xbb0e, 0xbb0f, 0xbb10, 
+0xbb11, 0xbb12, 0xbb13, 0xbb14, 0xbb15, 0xbb16, 0xbb17, 0xfffd, 
+0xfffd, 0xfffd, 0xbb18, 0xbb19, 0xbb1a, 0xbb1b, 0xbb1c, 0xbb1d, 
+0xbb1e, 0xbb1f, 0xbb20, 0xbb21, 0xbb22, 0xbb23, 0xbb24, 0xbb25, 
+0xbb26, 0xbb27, 0xbb28, 0xfffd, 0xbb29, 0xbb2a, 0xbb2b, 0xbb2c, 
+0xbb2d, 0xbb2e, 0xbb2f, 0xbb30, 0xbb31, 0xbb32, 0xbb33, 0xfffd, 
+0xfffd, 0xfffd, 0xbb34, 0xbb35, 0xbb36, 0xbb37, 0xbb38, 0xbb39, 
+0xbb3a, 0xbb3b, 0xbb3c, 0xbb3d, 0xbb3e, 0xbb3f, 0xbb40, 0xbb41, 
+0xbb42, 0xbb43, 0xbb44, 0xfffd, 0xbb45, 0xbb46, 0xbb47, 0xbb48, 
+0xbb49, 0xbb4a, 0xbb4b, 0xbb4c, 0xbb4d, 0xbb4e, 0xbb4f, 0xfffd, 
+0xfffd, 0xfffd, 0xbb50, 0xbb51, 0xbb52, 0xbb53, 0xbb54, 0xbb55, 
+0xbb56, 0xbb57, 0xbb58, 0xbb59, 0xbb5a, 0xbb5b, 0xbb5c, 0xbb5d, 
+0xbb5e, 0xbb5f, 0xbb60, 0xfffd, 0xbb61, 0xbb62, 0xbb63, 0xbb64, 
+0xbb65, 0xbb66, 0xbb67, 0xbb68, 0xbb69, 0xbb6a, 0xbb6b, 0xfffd, 
+0xfffd, 0xfffd, 0xbb6c, 0xbb6d, 0xbb6e, 0xbb6f, 0xbb70, 0xbb71, 
+0xbb72, 0xbb73, 0xbb74, 0xbb75, 0xbb76, 0xbb77, 0xbb78, 0xbb79, 
+0xbb7a, 0xbb7b, 0xbb7c, 0xfffd, 0xbb7d, 0xbb7e, 0xbb7f, 0xbb80, 
+0xbb81, 0xbb82, 0xbb83, 0xbb84, 0xbb85, 0xbb86, 0xbb87, 0xfffd, 
+0xfffd, 0xfffd, 0xbb88, 0xbb89, 0xbb8a, 0xbb8b, 0xbb8c, 0xbb8d, 
+0xbb8e, 0xbb8f, 0xbb90, 0xbb91, 0xbb92, 0xbb93, 0xbb94, 0xbb95, 
+0xbb96, 0xbb97, 0xbb98, 0xfffd, 0xbb99, 0xbb9a, 0xbb9b, 0xbb9c, 
+0xbb9d, 0xbb9e, 0xbb9f, 0xbba0, 0xbba1, 0xbba2, 0xbba3, 0xbba4, 
+0xbba5, 0xbba6, 0xbba7, 0xbba8, 0xbba9, 0xbbaa, 0xbbab, 0xbbac, 
+0xbbad, 0xbbae, 0xbbaf, 0xbbb0, 0xbbb1, 0xbbb2, 0xbbb3, 0xbbb4, 
+0xfffd, 0xbbb5, 0xbbb6, 0xbbb7, 0xbbb8, 0xbbb9, 0xbbba, 0xbbbb, 
+0xbbbc, 0xbbbd, 0xbbbe, 0xbbbf, 0xfffd, 0xfffd, 0xfffd, 0xbbc0, 
+0xbbc1, 0xbbc2, 0xbbc3, 0xbbc4, 0xbbc5, 0xbbc6, 0xbbc7, 0xbbc8, 
+0xbbc9, 0xbbca, 0xbbcb, 0xbbcc, 0xbbcd, 0xbbce, 0xbbcf, 0xbbd0, 
+0xfffd, 0xbbd1, 0xbbd2, 0xbbd3, 0xbbd4, 0xbbd5, 0xbbd6, 0xbbd7, 
+0xbbd8, 0xbbd9, 0xbbda, 0xbbdb, 0xfffd, 0xfffd, 0xfffd, 0xbbdc, 
+0xbbdd, 0xbbde, 0xbbdf, 0xbbe0, 0xbbe1, 0xbbe2, 0xbbe3, 0xbbe4, 
+0xbbe5, 0xbbe6, 0xbbe7, 0xbbe8, 0xbbe9, 0xbbea, 0xbbeb, 0xbbec, 
+0xfffd, 0xbbed, 0xbbee, 0xbbef, 0xbbf0, 0xbbf1, 0xbbf2, 0xbbf3, 
+0xbbf4, 0xbbf5, 0xbbf6, 0xbbf7, 0xfffd, 0xfffd, 0xfffd, 0xbbf8, 
+0xbbf9, 0xbbfa, 0xbbfb, 0xbbfc, 0xbbfd, 0xbbfe, 0xbbff, 0xbc00, 
+0xbc01, 0xbc02, 0xbc03, 0xbc04, 0xbc05, 0xbc06, 0xbc07, 0xbc08, 
+0xfffd, 0xbc09, 0xbc0a, 0xbc0b, 0xbc0c, 0xbc0d, 0xbc0e, 0xbc0f, 
+0xbc10, 0xbc11, 0xbc12, 0xbc13, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xbc14, 0xbc15, 0xbc16, 0xbc17, 
+0xbc18, 0xbc19, 0xbc1a, 0xbc1b, 0xbc1c, 0xbc1d, 0xbc1e, 0xbc1f, 
+0xbc20, 0xbc21, 0xbc22, 0xbc23, 0xbc24, 0xfffd, 0xbc25, 0xbc26, 
+0xbc27, 0xbc28, 0xbc29, 0xbc2a, 0xbc2b, 0xbc2c, 0xbc2d, 0xbc2e, 
+0xbc2f, 0xfffd, 0xfffd, 0xfffd, 0xbc30, 0xbc31, 0xbc32, 0xbc33, 
+0xbc34, 0xbc35, 0xbc36, 0xbc37, 0xbc38, 0xbc39, 0xbc3a, 0xbc3b, 
+0xbc3c, 0xbc3d, 0xbc3e, 0xbc3f, 0xbc40, 0xfffd, 0xbc41, 0xbc42, 
+0xbc43, 0xbc44, 0xbc45, 0xbc46, 0xbc47, 0xbc48, 0xbc49, 0xbc4a, 
+0xbc4b, 0xfffd, 0xfffd, 0xfffd, 0xbc4c, 0xbc4d, 0xbc4e, 0xbc4f, 
+0xbc50, 0xbc51, 0xbc52, 0xbc53, 0xbc54, 0xbc55, 0xbc56, 0xbc57, 
+0xbc58, 0xbc59, 0xbc5a, 0xbc5b, 0xbc5c, 0xfffd, 0xbc5d, 0xbc5e, 
+0xbc5f, 0xbc60, 0xbc61, 0xbc62, 0xbc63, 0xbc64, 0xbc65, 0xbc66, 
+0xbc67, 0xfffd, 0xfffd, 0xfffd, 0xbc68, 0xbc69, 0xbc6a, 0xbc6b, 
+0xbc6c, 0xbc6d, 0xbc6e, 0xbc6f, 0xbc70, 0xbc71, 0xbc72, 0xbc73, 
+0xbc74, 0xbc75, 0xbc76, 0xbc77, 0xbc78, 0xfffd, 0xbc79, 0xbc7a, 
+0xbc7b, 0xbc7c, 0xbc7d, 0xbc7e, 0xbc7f, 0xbc80, 0xbc81, 0xbc82, 
+0xbc83, 0xfffd, 0xfffd, 0xfffd, 0xbc84, 0xbc85, 0xbc86, 0xbc87, 
+0xbc88, 0xbc89, 0xbc8a, 0xbc8b, 0xbc8c, 0xbc8d, 0xbc8e, 0xbc8f, 
+0xbc90, 0xbc91, 0xbc92, 0xbc93, 0xbc94, 0xfffd, 0xbc95, 0xbc96, 
+0xbc97, 0xbc98, 0xbc99, 0xbc9a, 0xbc9b, 0xbc9c, 0xbc9d, 0xbc9e, 
+0xbc9f, 0xbca0, 0xbca1, 0xbca2, 0xbca3, 0xbca4, 0xbca5, 0xbca6, 
+0xbca7, 0xbca8, 0xbca9, 0xbcaa, 0xbcab, 0xbcac, 0xbcad, 0xbcae, 
+0xbcaf, 0xbcb0, 0xfffd, 0xbcb1, 0xbcb2, 0xbcb3, 0xbcb4, 0xbcb5, 
+0xbcb6, 0xbcb7, 0xbcb8, 0xbcb9, 0xbcba, 0xbcbb, 0xfffd, 0xfffd, 
+0xfffd, 0xbcbc, 0xbcbd, 0xbcbe, 0xbcbf, 0xbcc0, 0xbcc1, 0xbcc2, 
+0xbcc3, 0xbcc4, 0xbcc5, 0xbcc6, 0xbcc7, 0xbcc8, 0xbcc9, 0xbcca, 
+0xbccb, 0xbccc, 0xfffd, 0xbccd, 0xbcce, 0xbccf, 0xbcd0, 0xbcd1, 
+0xbcd2, 0xbcd3, 0xbcd4, 0xbcd5, 0xbcd6, 0xbcd7, 0xfffd, 0xfffd, 
+0xfffd, 0xbcd8, 0xbcd9, 0xbcda, 0xbcdb, 0xbcdc, 0xbcdd, 0xbcde, 
+0xbcdf, 0xbce0, 0xbce1, 0xbce2, 0xbce3, 0xbce4, 0xbce5, 0xbce6, 
+0xbce7, 0xbce8, 0xfffd, 0xbce9, 0xbcea, 0xbceb, 0xbcec, 0xbced, 
+0xbcee, 0xbcef, 0xbcf0, 0xbcf1, 0xbcf2, 0xbcf3, 0xfffd, 0xfffd, 
+0xfffd, 0xbcf4, 0xbcf5, 0xbcf6, 0xbcf7, 0xbcf8, 0xbcf9, 0xbcfa, 
+0xbcfb, 0xbcfc, 0xbcfd, 0xbcfe, 0xbcff, 0xbd00, 0xbd01, 0xbd02, 
+0xbd03, 0xbd04, 0xfffd, 0xbd05, 0xbd06, 0xbd07, 0xbd08, 0xbd09, 
+0xbd0a, 0xbd0b, 0xbd0c, 0xbd0d, 0xbd0e, 0xbd0f, 0xfffd, 0xfffd, 
+0xfffd, 0xbd10, 0xbd11, 0xbd12, 0xbd13, 0xbd14, 0xbd15, 0xbd16, 
+0xbd17, 0xbd18, 0xbd19, 0xbd1a, 0xbd1b, 0xbd1c, 0xbd1d, 0xbd1e, 
+0xbd1f, 0xbd20, 0xfffd, 0xbd21, 0xbd22, 0xbd23, 0xbd24, 0xbd25, 
+0xbd26, 0xbd27, 0xbd28, 0xbd29, 0xbd2a, 0xbd2b, 0xfffd, 0xfffd, 
+0xfffd, 0xbd2c, 0xbd2d, 0xbd2e, 0xbd2f, 0xbd30, 0xbd31, 0xbd32, 
+0xbd33, 0xbd34, 0xbd35, 0xbd36, 0xbd37, 0xbd38, 0xbd39, 0xbd3a, 
+0xbd3b, 0xbd3c, 0xfffd, 0xbd3d, 0xbd3e, 0xbd3f, 0xbd40, 0xbd41, 
+0xbd42, 0xbd43, 0xbd44, 0xbd45, 0xbd46, 0xbd47, 0xbd48, 0xbd49, 
+0xbd4a, 0xbd4b, 0xbd4c, 0xbd4d, 0xbd4e, 0xbd4f, 0xbd50, 0xbd51, 
+0xbd52, 0xbd53, 0xbd54, 0xbd55, 0xbd56, 0xbd57, 0xbd58, 0xfffd, 
+0xbd59, 0xbd5a, 0xbd5b, 0xbd5c, 0xbd5d, 0xbd5e, 0xbd5f, 0xbd60, 
+0xbd61, 0xbd62, 0xbd63, 0xfffd, 0xfffd, 0xfffd, 0xbd64, 0xbd65, 
+0xbd66, 0xbd67, 0xbd68, 0xbd69, 0xbd6a, 0xbd6b, 0xbd6c, 0xbd6d, 
+0xbd6e, 0xbd6f, 0xbd70, 0xbd71, 0xbd72, 0xbd73, 0xbd74, 0xfffd, 
+0xbd75, 0xbd76, 0xbd77, 0xbd78, 0xbd79, 0xbd7a, 0xbd7b, 0xbd7c, 
+0xbd7d, 0xbd7e, 0xbd7f, 0xfffd, 0xfffd, 0xfffd, 0xbd80, 0xbd81, 
+0xbd82, 0xbd83, 0xbd84, 0xbd85, 0xbd86, 0xbd87, 0xbd88, 0xbd89, 
+0xbd8a, 0xbd8b, 0xbd8c, 0xbd8d, 0xbd8e, 0xbd8f, 0xbd90, 0xfffd, 
+0xbd91, 0xbd92, 0xbd93, 0xbd94, 0xbd95, 0xbd96, 0xbd97, 0xbd98, 
+0xbd99, 0xbd9a, 0xbd9b, 0xfffd, 0xfffd, 0xfffd, 0xbd9c, 0xbd9d, 
+0xbd9e, 0xbd9f, 0xbda0, 0xbda1, 0xbda2, 0xbda3, 0xbda4, 0xbda5, 
+0xbda6, 0xbda7, 0xbda8, 0xbda9, 0xbdaa, 0xbdab, 0xbdac, 0xfffd, 
+0xbdad, 0xbdae, 0xbdaf, 0xbdb0, 0xbdb1, 0xbdb2, 0xbdb3, 0xbdb4, 
+0xbdb5, 0xbdb6, 0xbdb7, 0xfffd, 0xfffd, 0xfffd, 0xbdb8, 0xbdb9, 
+0xbdba, 0xbdbb, 0xbdbc, 0xbdbd, 0xbdbe, 0xbdbf, 0xbdc0, 0xbdc1, 
+0xbdc2, 0xbdc3, 0xbdc4, 0xbdc5, 0xbdc6, 0xbdc7, 0xbdc8, 0xfffd, 
+0xbdc9, 0xbdca, 0xbdcb, 0xbdcc, 0xbdcd, 0xbdce, 0xbdcf, 0xbdd0, 
+0xbdd1, 0xbdd2, 0xbdd3, 0xfffd, 0xfffd, 0xfffd, 0xbdd4, 0xbdd5, 
+0xbdd6, 0xbdd7, 0xbdd8, 0xbdd9, 0xbdda, 0xbddb, 0xbddc, 0xbddd, 
+0xbdde, 0xbddf, 0xbde0, 0xbde1, 0xbde2, 0xbde3, 0xbde4, 0xfffd, 
+0xbde5, 0xbde6, 0xbde7, 0xbde8, 0xbde9, 0xbdea, 0xbdeb, 0xbdec, 
+0xbded, 0xbdee, 0xbdef, 0xbdf0, 0xbdf1, 0xbdf2, 0xbdf3, 0xbdf4, 
+0xbdf5, 0xbdf6, 0xbdf7, 0xbdf8, 0xbdf9, 0xbdfa, 0xbdfb, 0xbdfc, 
+0xbdfd, 0xbdfe, 0xbdff, 0xbe00, 0xfffd, 0xbe01, 0xbe02, 0xbe03, 
+0xbe04, 0xbe05, 0xbe06, 0xbe07, 0xbe08, 0xbe09, 0xbe0a, 0xbe0b, 
+0xfffd, 0xfffd, 0xfffd, 0xbe0c, 0xbe0d, 0xbe0e, 0xbe0f, 0xbe10, 
+0xbe11, 0xbe12, 0xbe13, 0xbe14, 0xbe15, 0xbe16, 0xbe17, 0xbe18, 
+0xbe19, 0xbe1a, 0xbe1b, 0xbe1c, 0xfffd, 0xbe1d, 0xbe1e, 0xbe1f, 
+0xbe20, 0xbe21, 0xbe22, 0xbe23, 0xbe24, 0xbe25, 0xbe26, 0xbe27, 
+0xfffd, 0xfffd, 0xfffd, 0xbe28, 0xbe29, 0xbe2a, 0xbe2b, 0xbe2c, 
+0xbe2d, 0xbe2e, 0xbe2f, 0xbe30, 0xbe31, 0xbe32, 0xbe33, 0xbe34, 
+0xbe35, 0xbe36, 0xbe37, 0xbe38, 0xfffd, 0xbe39, 0xbe3a, 0xbe3b, 
+0xbe3c, 0xbe3d, 0xbe3e, 0xbe3f, 0xbe40, 0xbe41, 0xbe42, 0xbe43, 
+0xfffd, 0xfffd, 0xfffd, 0xbe44, 0xbe45, 0xbe46, 0xbe47, 0xbe48, 
+0xbe49, 0xbe4a, 0xbe4b, 0xbe4c, 0xbe4d, 0xbe4e, 0xbe4f, 0xbe50, 
+0xbe51, 0xbe52, 0xbe53, 0xbe54, 0xfffd, 0xbe55, 0xbe56, 0xbe57, 
+0xbe58, 0xbe59, 0xbe5a, 0xbe5b, 0xbe5c, 0xbe5d, 0xbe5e, 0xbe5f, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xbe60, 0xbe61, 0xbe62, 0xbe63, 0xbe64, 0xbe65, 0xbe66, 0xbe67, 
+0xbe68, 0xbe69, 0xbe6a, 0xbe6b, 0xbe6c, 0xbe6d, 0xbe6e, 0xbe6f, 
+0xbe70, 0xfffd, 0xbe71, 0xbe72, 0xbe73, 0xbe74, 0xbe75, 0xbe76, 
+0xbe77, 0xbe78, 0xbe79, 0xbe7a, 0xbe7b, 0xfffd, 0xfffd, 0xfffd, 
+0xbe7c, 0xbe7d, 0xbe7e, 0xbe7f, 0xbe80, 0xbe81, 0xbe82, 0xbe83, 
+0xbe84, 0xbe85, 0xbe86, 0xbe87, 0xbe88, 0xbe89, 0xbe8a, 0xbe8b, 
+0xbe8c, 0xfffd, 0xbe8d, 0xbe8e, 0xbe8f, 0xbe90, 0xbe91, 0xbe92, 
+0xbe93, 0xbe94, 0xbe95, 0xbe96, 0xbe97, 0xfffd, 0xfffd, 0xfffd, 
+0xbe98, 0xbe99, 0xbe9a, 0xbe9b, 0xbe9c, 0xbe9d, 0xbe9e, 0xbe9f, 
+0xbea0, 0xbea1, 0xbea2, 0xbea3, 0xbea4, 0xbea5, 0xbea6, 0xbea7, 
+0xbea8, 0xfffd, 0xbea9, 0xbeaa, 0xbeab, 0xbeac, 0xbead, 0xbeae, 
+0xbeaf, 0xbeb0, 0xbeb1, 0xbeb2, 0xbeb3, 0xfffd, 0xfffd, 0xfffd, 
+0xbeb4, 0xbeb5, 0xbeb6, 0xbeb7, 0xbeb8, 0xbeb9, 0xbeba, 0xbebb, 
+0xbebc, 0xbebd, 0xbebe, 0xbebf, 0xbec0, 0xbec1, 0xbec2, 0xbec3, 
+0xbec4, 0xfffd, 0xbec5, 0xbec6, 0xbec7, 0xbec8, 0xbec9, 0xbeca, 
+0xbecb, 0xbecc, 0xbecd, 0xbece, 0xbecf, 0xfffd, 0xfffd, 0xfffd, 
+0xbed0, 0xbed1, 0xbed2, 0xbed3, 0xbed4, 0xbed5, 0xbed6, 0xbed7, 
+0xbed8, 0xbed9, 0xbeda, 0xbedb, 0xbedc, 0xbedd, 0xbede, 0xbedf, 
+0xbee0, 0xfffd, 0xbee1, 0xbee2, 0xbee3, 0xbee4, 0xbee5, 0xbee6, 
+0xbee7, 0xbee8, 0xbee9, 0xbeea, 0xbeeb, 0xbeec, 0xbeed, 0xbeee, 
+0xbeef, 0xbef0, 0xbef1, 0xbef2, 0xbef3, 0xbef4, 0xbef5, 0xbef6, 
+0xbef7, 0xbef8, 0xbef9, 0xbefa, 0xbefb, 0xbefc, 0xfffd, 0xbefd, 
+0xbefe, 0xbeff, 0xbf00, 0xbf01, 0xbf02, 0xbf03, 0xbf04, 0xbf05, 
+0xbf06, 0xbf07, 0xfffd, 0xfffd, 0xfffd, 0xbf08, 0xbf09, 0xbf0a, 
+0xbf0b, 0xbf0c, 0xbf0d, 0xbf0e, 0xbf0f, 0xbf10, 0xbf11, 0xbf12, 
+0xbf13, 0xbf14, 0xbf15, 0xbf16, 0xbf17, 0xbf18, 0xfffd, 0xbf19, 
+0xbf1a, 0xbf1b, 0xbf1c, 0xbf1d, 0xbf1e, 0xbf1f, 0xbf20, 0xbf21, 
+0xbf22, 0xbf23, 0xfffd, 0xfffd, 0xfffd, 0xbf24, 0xbf25, 0xbf26, 
+0xbf27, 0xbf28, 0xbf29, 0xbf2a, 0xbf2b, 0xbf2c, 0xbf2d, 0xbf2e, 
+0xbf2f, 0xbf30, 0xbf31, 0xbf32, 0xbf33, 0xbf34, 0xfffd, 0xbf35, 
+0xbf36, 0xbf37, 0xbf38, 0xbf39, 0xbf3a, 0xbf3b, 0xbf3c, 0xbf3d, 
+0xbf3e, 0xbf3f, 0xfffd, 0xfffd, 0xfffd, 0xbf40, 0xbf41, 0xbf42, 
+0xbf43, 0xbf44, 0xbf45, 0xbf46, 0xbf47, 0xbf48, 0xbf49, 0xbf4a, 
+0xbf4b, 0xbf4c, 0xbf4d, 0xbf4e, 0xbf4f, 0xbf50, 0xfffd, 0xbf51, 
+0xbf52, 0xbf53, 0xbf54, 0xbf55, 0xbf56, 0xbf57, 0xbf58, 0xbf59, 
+0xbf5a, 0xbf5b, 0xfffd, 0xfffd, 0xfffd, 0xbf5c, 0xbf5d, 0xbf5e, 
+0xbf5f, 0xbf60, 0xbf61, 0xbf62, 0xbf63, 0xbf64, 0xbf65, 0xbf66, 
+0xbf67, 0xbf68, 0xbf69, 0xbf6a, 0xbf6b, 0xbf6c, 0xfffd, 0xbf6d, 
+0xbf6e, 0xbf6f, 0xbf70, 0xbf71, 0xbf72, 0xbf73, 0xbf74, 0xbf75, 
+0xbf76, 0xbf77, 0xfffd, 0xfffd, 0xfffd, 0xbf78, 0xbf79, 0xbf7a, 
+0xbf7b, 0xbf7c, 0xbf7d, 0xbf7e, 0xbf7f, 0xbf80, 0xbf81, 0xbf82, 
+0xbf83, 0xbf84, 0xbf85, 0xbf86, 0xbf87, 0xbf88, 0xfffd, 0xbf89, 
+0xbf8a, 0xbf8b, 0xbf8c, 0xbf8d, 0xbf8e, 0xbf8f, 0xbf90, 0xbf91, 
+0xbf92, 0xbf93, 0xbf94, 0xbf95, 0xbf96, 0xbf97, 0xbf98, 0xbf99, 
+0xbf9a, 0xbf9b, 0xbf9c, 0xbf9d, 0xbf9e, 0xbf9f, 0xbfa0, 0xbfa1, 
+0xbfa2, 0xbfa3, 0xbfa4, 0xfffd, 0xbfa5, 0xbfa6, 0xbfa7, 0xbfa8, 
+0xbfa9, 0xbfaa, 0xbfab, 0xbfac, 0xbfad, 0xbfae, 0xbfaf, 0xfffd, 
+0xfffd, 0xfffd, 0xbfb0, 0xbfb1, 0xbfb2, 0xbfb3, 0xbfb4, 0xbfb5, 
+0xbfb6, 0xbfb7, 0xbfb8, 0xbfb9, 0xbfba, 0xbfbb, 0xbfbc, 0xbfbd, 
+0xbfbe, 0xbfbf, 0xbfc0, 0xfffd, 0xbfc1, 0xbfc2, 0xbfc3, 0xbfc4, 
+0xbfc5, 0xbfc6, 0xbfc7, 0xbfc8, 0xbfc9, 0xbfca, 0xbfcb, 0xfffd, 
+0xfffd, 0xfffd, 0xbfcc, 0xbfcd, 0xbfce, 0xbfcf, 0xbfd0, 0xbfd1, 
+0xbfd2, 0xbfd3, 0xbfd4, 0xbfd5, 0xbfd6, 0xbfd7, 0xbfd8, 0xbfd9, 
+0xbfda, 0xbfdb, 0xbfdc, 0xfffd, 0xbfdd, 0xbfde, 0xbfdf, 0xbfe0, 
+0xbfe1, 0xbfe2, 0xbfe3, 0xbfe4, 0xbfe5, 0xbfe6, 0xbfe7, 0xfffd, 
+0xfffd, 0xfffd, 0xbfe8, 0xbfe9, 0xbfea, 0xbfeb, 0xbfec, 0xbfed, 
+0xbfee, 0xbfef, 0xbff0, 0xbff1, 0xbff2, 0xbff3, 0xbff4, 0xbff5, 
+0xbff6, 0xbff7, 0xbff8, 0xfffd, 0xbff9, 0xbffa, 0xbffb, 0xbffc, 
+0xbffd, 0xbffe, 0xbfff, 0xc000, 0xc001, 0xc002, 0xc003, 0xfffd, 
+0xfffd, 0xfffd, 0xc004, 0xc005, 0xc006, 0xc007, 0xc008, 0xc009, 
+0xc00a, 0xc00b, 0xc00c, 0xc00d, 0xc00e, 0xc00f, 0xc010, 0xc011, 
+0xc012, 0xc013, 0xc014, 0xfffd, 0xc015, 0xc016, 0xc017, 0xc018, 
+0xc019, 0xc01a, 0xc01b, 0xc01c, 0xc01d, 0xc01e, 0xc01f, 0xfffd, 
+0xfffd, 0xfffd, 0xc020, 0xc021, 0xc022, 0xc023, 0xc024, 0xc025, 
+0xc026, 0xc027, 0xc028, 0xc029, 0xc02a, 0xc02b, 0xc02c, 0xc02d, 
+0xc02e, 0xc02f, 0xc030, 0xfffd, 0xc031, 0xc032, 0xc033, 0xc034, 
+0xc035, 0xc036, 0xc037, 0xc038, 0xc039, 0xc03a, 0xc03b, 0xc03c, 
+0xc03d, 0xc03e, 0xc03f, 0xc040, 0xc041, 0xc042, 0xc043, 0xc044, 
+0xc045, 0xc046, 0xc047, 0xc048, 0xc049, 0xc04a, 0xc04b, 0xc04c, 
+0xfffd, 0xc04d, 0xc04e, 0xc04f, 0xc050, 0xc051, 0xc052, 0xc053, 
+0xc054, 0xc055, 0xc056, 0xc057, 0xfffd, 0xfffd, 0xfffd, 0xc058, 
+0xc059, 0xc05a, 0xc05b, 0xc05c, 0xc05d, 0xc05e, 0xc05f, 0xc060, 
+0xc061, 0xc062, 0xc063, 0xc064, 0xc065, 0xc066, 0xc067, 0xc068, 
+0xfffd, 0xc069, 0xc06a, 0xc06b, 0xc06c, 0xc06d, 0xc06e, 0xc06f, 
+0xc070, 0xc071, 0xc072, 0xc073, 0xfffd, 0xfffd, 0xfffd, 0xc074, 
+0xc075, 0xc076, 0xc077, 0xc078, 0xc079, 0xc07a, 0xc07b, 0xc07c, 
+0xc07d, 0xc07e, 0xc07f, 0xc080, 0xc081, 0xc082, 0xc083, 0xc084, 
+0xfffd, 0xc085, 0xc086, 0xc087, 0xc088, 0xc089, 0xc08a, 0xc08b, 
+0xc08c, 0xc08d, 0xc08e, 0xc08f, 0xfffd, 0xfffd, 0xfffd, 0xc090, 
+0xc091, 0xc092, 0xc093, 0xc094, 0xc095, 0xc096, 0xc097, 0xc098, 
+0xc099, 0xc09a, 0xc09b, 0xc09c, 0xc09d, 0xc09e, 0xc09f, 0xc0a0, 
+0xfffd, 0xc0a1, 0xc0a2, 0xc0a3, 0xc0a4, 0xc0a5, 0xc0a6, 0xc0a7, 
+0xc0a8, 0xc0a9, 0xc0aa, 0xc0ab, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xc0ac, 0xc0ad, 0xc0ae, 0xc0af, 
+0xc0b0, 0xc0b1, 0xc0b2, 0xc0b3, 0xc0b4, 0xc0b5, 0xc0b6, 0xc0b7, 
+0xc0b8, 0xc0b9, 0xc0ba, 0xc0bb, 0xc0bc, 0xfffd, 0xc0bd, 0xc0be, 
+0xc0bf, 0xc0c0, 0xc0c1, 0xc0c2, 0xc0c3, 0xc0c4, 0xc0c5, 0xc0c6, 
+0xc0c7, 0xfffd, 0xfffd, 0xfffd, 0xc0c8, 0xc0c9, 0xc0ca, 0xc0cb, 
+0xc0cc, 0xc0cd, 0xc0ce, 0xc0cf, 0xc0d0, 0xc0d1, 0xc0d2, 0xc0d3, 
+0xc0d4, 0xc0d5, 0xc0d6, 0xc0d7, 0xc0d8, 0xfffd, 0xc0d9, 0xc0da, 
+0xc0db, 0xc0dc, 0xc0dd, 0xc0de, 0xc0df, 0xc0e0, 0xc0e1, 0xc0e2, 
+0xc0e3, 0xfffd, 0xfffd, 0xfffd, 0xc0e4, 0xc0e5, 0xc0e6, 0xc0e7, 
+0xc0e8, 0xc0e9, 0xc0ea, 0xc0eb, 0xc0ec, 0xc0ed, 0xc0ee, 0xc0ef, 
+0xc0f0, 0xc0f1, 0xc0f2, 0xc0f3, 0xc0f4, 0xfffd, 0xc0f5, 0xc0f6, 
+0xc0f7, 0xc0f8, 0xc0f9, 0xc0fa, 0xc0fb, 0xc0fc, 0xc0fd, 0xc0fe, 
+0xc0ff, 0xfffd, 0xfffd, 0xfffd, 0xc100, 0xc101, 0xc102, 0xc103, 
+0xc104, 0xc105, 0xc106, 0xc107, 0xc108, 0xc109, 0xc10a, 0xc10b, 
+0xc10c, 0xc10d, 0xc10e, 0xc10f, 0xc110, 0xfffd, 0xc111, 0xc112, 
+0xc113, 0xc114, 0xc115, 0xc116, 0xc117, 0xc118, 0xc119, 0xc11a, 
+0xc11b, 0xfffd, 0xfffd, 0xfffd, 0xc11c, 0xc11d, 0xc11e, 0xc11f, 
+0xc120, 0xc121, 0xc122, 0xc123, 0xc124, 0xc125, 0xc126, 0xc127, 
+0xc128, 0xc129, 0xc12a, 0xc12b, 0xc12c, 0xfffd, 0xc12d, 0xc12e, 
+0xc12f, 0xc130, 0xc131, 0xc132, 0xc133, 0xc134, 0xc135, 0xc136, 
+0xc137, 0xc138, 0xc139, 0xc13a, 0xc13b, 0xc13c, 0xc13d, 0xc13e, 
+0xc13f, 0xc140, 0xc141, 0xc142, 0xc143, 0xc144, 0xc145, 0xc146, 
+0xc147, 0xc148, 0xfffd, 0xc149, 0xc14a, 0xc14b, 0xc14c, 0xc14d, 
+0xc14e, 0xc14f, 0xc150, 0xc151, 0xc152, 0xc153, 0xfffd, 0xfffd, 
+0xfffd, 0xc154, 0xc155, 0xc156, 0xc157, 0xc158, 0xc159, 0xc15a, 
+0xc15b, 0xc15c, 0xc15d, 0xc15e, 0xc15f, 0xc160, 0xc161, 0xc162, 
+0xc163, 0xc164, 0xfffd, 0xc165, 0xc166, 0xc167, 0xc168, 0xc169, 
+0xc16a, 0xc16b, 0xc16c, 0xc16d, 0xc16e, 0xc16f, 0xfffd, 0xfffd, 
+0xfffd, 0xc170, 0xc171, 0xc172, 0xc173, 0xc174, 0xc175, 0xc176, 
+0xc177, 0xc178, 0xc179, 0xc17a, 0xc17b, 0xc17c, 0xc17d, 0xc17e, 
+0xc17f, 0xc180, 0xfffd, 0xc181, 0xc182, 0xc183, 0xc184, 0xc185, 
+0xc186, 0xc187, 0xc188, 0xc189, 0xc18a, 0xc18b, 0xfffd, 0xfffd, 
+0xfffd, 0xc18c, 0xc18d, 0xc18e, 0xc18f, 0xc190, 0xc191, 0xc192, 
+0xc193, 0xc194, 0xc195, 0xc196, 0xc197, 0xc198, 0xc199, 0xc19a, 
+0xc19b, 0xc19c, 0xfffd, 0xc19d, 0xc19e, 0xc19f, 0xc1a0, 0xc1a1, 
+0xc1a2, 0xc1a3, 0xc1a4, 0xc1a5, 0xc1a6, 0xc1a7, 0xfffd, 0xfffd, 
+0xfffd, 0xc1a8, 0xc1a9, 0xc1aa, 0xc1ab, 0xc1ac, 0xc1ad, 0xc1ae, 
+0xc1af, 0xc1b0, 0xc1b1, 0xc1b2, 0xc1b3, 0xc1b4, 0xc1b5, 0xc1b6, 
+0xc1b7, 0xc1b8, 0xfffd, 0xc1b9, 0xc1ba, 0xc1bb, 0xc1bc, 0xc1bd, 
+0xc1be, 0xc1bf, 0xc1c0, 0xc1c1, 0xc1c2, 0xc1c3, 0xfffd, 0xfffd, 
+0xfffd, 0xc1c4, 0xc1c5, 0xc1c6, 0xc1c7, 0xc1c8, 0xc1c9, 0xc1ca, 
+0xc1cb, 0xc1cc, 0xc1cd, 0xc1ce, 0xc1cf, 0xc1d0, 0xc1d1, 0xc1d2, 
+0xc1d3, 0xc1d4, 0xfffd, 0xc1d5, 0xc1d6, 0xc1d7, 0xc1d8, 0xc1d9, 
+0xc1da, 0xc1db, 0xc1dc, 0xc1dd, 0xc1de, 0xc1df, 0xc1e0, 0xc1e1, 
+0xc1e2, 0xc1e3, 0xc1e4, 0xc1e5, 0xc1e6, 0xc1e7, 0xc1e8, 0xc1e9, 
+0xc1ea, 0xc1eb, 0xc1ec, 0xc1ed, 0xc1ee, 0xc1ef, 0xc1f0, 0xfffd, 
+0xc1f1, 0xc1f2, 0xc1f3, 0xc1f4, 0xc1f5, 0xc1f6, 0xc1f7, 0xc1f8, 
+0xc1f9, 0xc1fa, 0xc1fb, 0xfffd, 0xfffd, 0xfffd, 0xc1fc, 0xc1fd, 
+0xc1fe, 0xc1ff, 0xc200, 0xc201, 0xc202, 0xc203, 0xc204, 0xc205, 
+0xc206, 0xc207, 0xc208, 0xc209, 0xc20a, 0xc20b, 0xc20c, 0xfffd, 
+0xc20d, 0xc20e, 0xc20f, 0xc210, 0xc211, 0xc212, 0xc213, 0xc214, 
+0xc215, 0xc216, 0xc217, 0xfffd, 0xfffd, 0xfffd, 0xc218, 0xc219, 
+0xc21a, 0xc21b, 0xc21c, 0xc21d, 0xc21e, 0xc21f, 0xc220, 0xc221, 
+0xc222, 0xc223, 0xc224, 0xc225, 0xc226, 0xc227, 0xc228, 0xfffd, 
+0xc229, 0xc22a, 0xc22b, 0xc22c, 0xc22d, 0xc22e, 0xc22f, 0xc230, 
+0xc231, 0xc232, 0xc233, 0xfffd, 0xfffd, 0xfffd, 0xc234, 0xc235, 
+0xc236, 0xc237, 0xc238, 0xc239, 0xc23a, 0xc23b, 0xc23c, 0xc23d, 
+0xc23e, 0xc23f, 0xc240, 0xc241, 0xc242, 0xc243, 0xc244, 0xfffd, 
+0xc245, 0xc246, 0xc247, 0xc248, 0xc249, 0xc24a, 0xc24b, 0xc24c, 
+0xc24d, 0xc24e, 0xc24f, 0xfffd, 0xfffd, 0xfffd, 0xc250, 0xc251, 
+0xc252, 0xc253, 0xc254, 0xc255, 0xc256, 0xc257, 0xc258, 0xc259, 
+0xc25a, 0xc25b, 0xc25c, 0xc25d, 0xc25e, 0xc25f, 0xc260, 0xfffd, 
+0xc261, 0xc262, 0xc263, 0xc264, 0xc265, 0xc266, 0xc267, 0xc268, 
+0xc269, 0xc26a, 0xc26b, 0xfffd, 0xfffd, 0xfffd, 0xc26c, 0xc26d, 
+0xc26e, 0xc26f, 0xc270, 0xc271, 0xc272, 0xc273, 0xc274, 0xc275, 
+0xc276, 0xc277, 0xc278, 0xc279, 0xc27a, 0xc27b, 0xc27c, 0xfffd, 
+0xc27d, 0xc27e, 0xc27f, 0xc280, 0xc281, 0xc282, 0xc283, 0xc284, 
+0xc285, 0xc286, 0xc287, 0xc288, 0xc289, 0xc28a, 0xc28b, 0xc28c, 
+0xc28d, 0xc28e, 0xc28f, 0xc290, 0xc291, 0xc292, 0xc293, 0xc294, 
+0xc295, 0xc296, 0xc297, 0xc298, 0xfffd, 0xc299, 0xc29a, 0xc29b, 
+0xc29c, 0xc29d, 0xc29e, 0xc29f, 0xc2a0, 0xc2a1, 0xc2a2, 0xc2a3, 
+0xfffd, 0xfffd, 0xfffd, 0xc2a4, 0xc2a5, 0xc2a6, 0xc2a7, 0xc2a8, 
+0xc2a9, 0xc2aa, 0xc2ab, 0xc2ac, 0xc2ad, 0xc2ae, 0xc2af, 0xc2b0, 
+0xc2b1, 0xc2b2, 0xc2b3, 0xc2b4, 0xfffd, 0xc2b5, 0xc2b6, 0xc2b7, 
+0xc2b8, 0xc2b9, 0xc2ba, 0xc2bb, 0xc2bc, 0xc2bd, 0xc2be, 0xc2bf, 
+0xfffd, 0xfffd, 0xfffd, 0xc2c0, 0xc2c1, 0xc2c2, 0xc2c3, 0xc2c4, 
+0xc2c5, 0xc2c6, 0xc2c7, 0xc2c8, 0xc2c9, 0xc2ca, 0xc2cb, 0xc2cc, 
+0xc2cd, 0xc2ce, 0xc2cf, 0xc2d0, 0xfffd, 0xc2d1, 0xc2d2, 0xc2d3, 
+0xc2d4, 0xc2d5, 0xc2d6, 0xc2d7, 0xc2d8, 0xc2d9, 0xc2da, 0xc2db, 
+0xfffd, 0xfffd, 0xfffd, 0xc2dc, 0xc2dd, 0xc2de, 0xc2df, 0xc2e0, 
+0xc2e1, 0xc2e2, 0xc2e3, 0xc2e4, 0xc2e5, 0xc2e6, 0xc2e7, 0xc2e8, 
+0xc2e9, 0xc2ea, 0xc2eb, 0xc2ec, 0xfffd, 0xc2ed, 0xc2ee, 0xc2ef, 
+0xc2f0, 0xc2f1, 0xc2f2, 0xc2f3, 0xc2f4, 0xc2f5, 0xc2f6, 0xc2f7, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xc2f8, 0xc2f9, 0xc2fa, 0xc2fb, 0xc2fc, 0xc2fd, 0xc2fe, 0xc2ff, 
+0xc300, 0xc301, 0xc302, 0xc303, 0xc304, 0xc305, 0xc306, 0xc307, 
+0xc308, 0xfffd, 0xc309, 0xc30a, 0xc30b, 0xc30c, 0xc30d, 0xc30e, 
+0xc30f, 0xc310, 0xc311, 0xc312, 0xc313, 0xfffd, 0xfffd, 0xfffd, 
+0xc314, 0xc315, 0xc316, 0xc317, 0xc318, 0xc319, 0xc31a, 0xc31b, 
+0xc31c, 0xc31d, 0xc31e, 0xc31f, 0xc320, 0xc321, 0xc322, 0xc323, 
+0xc324, 0xfffd, 0xc325, 0xc326, 0xc327, 0xc328, 0xc329, 0xc32a, 
+0xc32b, 0xc32c, 0xc32d, 0xc32e, 0xc32f, 0xfffd, 0xfffd, 0xfffd, 
+0xc330, 0xc331, 0xc332, 0xc333, 0xc334, 0xc335, 0xc336, 0xc337, 
+0xc338, 0xc339, 0xc33a, 0xc33b, 0xc33c, 0xc33d, 0xc33e, 0xc33f, 
+0xc340, 0xfffd, 0xc341, 0xc342, 0xc343, 0xc344, 0xc345, 0xc346, 
+0xc347, 0xc348, 0xc349, 0xc34a, 0xc34b, 0xfffd, 0xfffd, 0xfffd, 
+0xc34c, 0xc34d, 0xc34e, 0xc34f, 0xc350, 0xc351, 0xc352, 0xc353, 
+0xc354, 0xc355, 0xc356, 0xc357, 0xc358, 0xc359, 0xc35a, 0xc35b, 
+0xc35c, 0xfffd, 0xc35d, 0xc35e, 0xc35f, 0xc360, 0xc361, 0xc362, 
+0xc363, 0xc364, 0xc365, 0xc366, 0xc367, 0xfffd, 0xfffd, 0xfffd, 
+0xc368, 0xc369, 0xc36a, 0xc36b, 0xc36c, 0xc36d, 0xc36e, 0xc36f, 
+0xc370, 0xc371, 0xc372, 0xc373, 0xc374, 0xc375, 0xc376, 0xc377, 
+0xc378, 0xfffd, 0xc379, 0xc37a, 0xc37b, 0xc37c, 0xc37d, 0xc37e, 
+0xc37f, 0xc380, 0xc381, 0xc382, 0xc383, 0xc384, 0xc385, 0xc386, 
+0xc387, 0xc388, 0xc389, 0xc38a, 0xc38b, 0xc38c, 0xc38d, 0xc38e, 
+0xc38f, 0xc390, 0xc391, 0xc392, 0xc393, 0xc394, 0xfffd, 0xc395, 
+0xc396, 0xc397, 0xc398, 0xc399, 0xc39a, 0xc39b, 0xc39c, 0xc39d, 
+0xc39e, 0xc39f, 0xfffd, 0xfffd, 0xfffd, 0xc3a0, 0xc3a1, 0xc3a2, 
+0xc3a3, 0xc3a4, 0xc3a5, 0xc3a6, 0xc3a7, 0xc3a8, 0xc3a9, 0xc3aa, 
+0xc3ab, 0xc3ac, 0xc3ad, 0xc3ae, 0xc3af, 0xc3b0, 0xfffd, 0xc3b1, 
+0xc3b2, 0xc3b3, 0xc3b4, 0xc3b5, 0xc3b6, 0xc3b7, 0xc3b8, 0xc3b9, 
+0xc3ba, 0xc3bb, 0xfffd, 0xfffd, 0xfffd, 0xc3bc, 0xc3bd, 0xc3be, 
+0xc3bf, 0xc3c0, 0xc3c1, 0xc3c2, 0xc3c3, 0xc3c4, 0xc3c5, 0xc3c6, 
+0xc3c7, 0xc3c8, 0xc3c9, 0xc3ca, 0xc3cb, 0xc3cc, 0xfffd, 0xc3cd, 
+0xc3ce, 0xc3cf, 0xc3d0, 0xc3d1, 0xc3d2, 0xc3d3, 0xc3d4, 0xc3d5, 
+0xc3d6, 0xc3d7, 0xfffd, 0xfffd, 0xfffd, 0xc3d8, 0xc3d9, 0xc3da, 
+0xc3db, 0xc3dc, 0xc3dd, 0xc3de, 0xc3df, 0xc3e0, 0xc3e1, 0xc3e2, 
+0xc3e3, 0xc3e4, 0xc3e5, 0xc3e6, 0xc3e7, 0xc3e8, 0xfffd, 0xc3e9, 
+0xc3ea, 0xc3eb, 0xc3ec, 0xc3ed, 0xc3ee, 0xc3ef, 0xc3f0, 0xc3f1, 
+0xc3f2, 0xc3f3, 0xfffd, 0xfffd, 0xfffd, 0xc3f4, 0xc3f5, 0xc3f6, 
+0xc3f7, 0xc3f8, 0xc3f9, 0xc3fa, 0xc3fb, 0xc3fc, 0xc3fd, 0xc3fe, 
+0xc3ff, 0xc400, 0xc401, 0xc402, 0xc403, 0xc404, 0xfffd, 0xc405, 
+0xc406, 0xc407, 0xc408, 0xc409, 0xc40a, 0xc40b, 0xc40c, 0xc40d, 
+0xc40e, 0xc40f, 0xfffd, 0xfffd, 0xfffd, 0xc410, 0xc411, 0xc412, 
+0xc413, 0xc414, 0xc415, 0xc416, 0xc417, 0xc418, 0xc419, 0xc41a, 
+0xc41b, 0xc41c, 0xc41d, 0xc41e, 0xc41f, 0xc420, 0xfffd, 0xc421, 
+0xc422, 0xc423, 0xc424, 0xc425, 0xc426, 0xc427, 0xc428, 0xc429, 
+0xc42a, 0xc42b, 0xc42c, 0xc42d, 0xc42e, 0xc42f, 0xc430, 0xc431, 
+0xc432, 0xc433, 0xc434, 0xc435, 0xc436, 0xc437, 0xc438, 0xc439, 
+0xc43a, 0xc43b, 0xc43c, 0xfffd, 0xc43d, 0xc43e, 0xc43f, 0xc440, 
+0xc441, 0xc442, 0xc443, 0xc444, 0xc445, 0xc446, 0xc447, 0xfffd, 
+0xfffd, 0xfffd, 0xc448, 0xc449, 0xc44a, 0xc44b, 0xc44c, 0xc44d, 
+0xc44e, 0xc44f, 0xc450, 0xc451, 0xc452, 0xc453, 0xc454, 0xc455, 
+0xc456, 0xc457, 0xc458, 0xfffd, 0xc459, 0xc45a, 0xc45b, 0xc45c, 
+0xc45d, 0xc45e, 0xc45f, 0xc460, 0xc461, 0xc462, 0xc463, 0xfffd, 
+0xfffd, 0xfffd, 0xc464, 0xc465, 0xc466, 0xc467, 0xc468, 0xc469, 
+0xc46a, 0xc46b, 0xc46c, 0xc46d, 0xc46e, 0xc46f, 0xc470, 0xc471, 
+0xc472, 0xc473, 0xc474, 0xfffd, 0xc475, 0xc476, 0xc477, 0xc478, 
+0xc479, 0xc47a, 0xc47b, 0xc47c, 0xc47d, 0xc47e, 0xc47f, 0xfffd, 
+0xfffd, 0xfffd, 0xc480, 0xc481, 0xc482, 0xc483, 0xc484, 0xc485, 
+0xc486, 0xc487, 0xc488, 0xc489, 0xc48a, 0xc48b, 0xc48c, 0xc48d, 
+0xc48e, 0xc48f, 0xc490, 0xfffd, 0xc491, 0xc492, 0xc493, 0xc494, 
+0xc495, 0xc496, 0xc497, 0xc498, 0xc499, 0xc49a, 0xc49b, 0xfffd, 
+0xfffd, 0xfffd, 0xc49c, 0xc49d, 0xc49e, 0xc49f, 0xc4a0, 0xc4a1, 
+0xc4a2, 0xc4a3, 0xc4a4, 0xc4a5, 0xc4a6, 0xc4a7, 0xc4a8, 0xc4a9, 
+0xc4aa, 0xc4ab, 0xc4ac, 0xfffd, 0xc4ad, 0xc4ae, 0xc4af, 0xc4b0, 
+0xc4b1, 0xc4b2, 0xc4b3, 0xc4b4, 0xc4b5, 0xc4b6, 0xc4b7, 0xfffd, 
+0xfffd, 0xfffd, 0xc4b8, 0xc4b9, 0xc4ba, 0xc4bb, 0xc4bc, 0xc4bd, 
+0xc4be, 0xc4bf, 0xc4c0, 0xc4c1, 0xc4c2, 0xc4c3, 0xc4c4, 0xc4c5, 
+0xc4c6, 0xc4c7, 0xc4c8, 0xfffd, 0xc4c9, 0xc4ca, 0xc4cb, 0xc4cc, 
+0xc4cd, 0xc4ce, 0xc4cf, 0xc4d0, 0xc4d1, 0xc4d2, 0xc4d3, 0xc4d4, 
+0xc4d5, 0xc4d6, 0xc4d7, 0xc4d8, 0xc4d9, 0xc4da, 0xc4db, 0xc4dc, 
+0xc4dd, 0xc4de, 0xc4df, 0xc4e0, 0xc4e1, 0xc4e2, 0xc4e3, 0xc4e4, 
+0xfffd, 0xc4e5, 0xc4e6, 0xc4e7, 0xc4e8, 0xc4e9, 0xc4ea, 0xc4eb, 
+0xc4ec, 0xc4ed, 0xc4ee, 0xc4ef, 0xfffd, 0xfffd, 0xfffd, 0xc4f0, 
+0xc4f1, 0xc4f2, 0xc4f3, 0xc4f4, 0xc4f5, 0xc4f6, 0xc4f7, 0xc4f8, 
+0xc4f9, 0xc4fa, 0xc4fb, 0xc4fc, 0xc4fd, 0xc4fe, 0xc4ff, 0xc500, 
+0xfffd, 0xc501, 0xc502, 0xc503, 0xc504, 0xc505, 0xc506, 0xc507, 
+0xc508, 0xc509, 0xc50a, 0xc50b, 0xfffd, 0xfffd, 0xfffd, 0xc50c, 
+0xc50d, 0xc50e, 0xc50f, 0xc510, 0xc511, 0xc512, 0xc513, 0xc514, 
+0xc515, 0xc516, 0xc517, 0xc518, 0xc519, 0xc51a, 0xc51b, 0xc51c, 
+0xfffd, 0xc51d, 0xc51e, 0xc51f, 0xc520, 0xc521, 0xc522, 0xc523, 
+0xc524, 0xc525, 0xc526, 0xc527, 0xfffd, 0xfffd, 0xfffd, 0xc528, 
+0xc529, 0xc52a, 0xc52b, 0xc52c, 0xc52d, 0xc52e, 0xc52f, 0xc530, 
+0xc531, 0xc532, 0xc533, 0xc534, 0xc535, 0xc536, 0xc537, 0xc538, 
+0xfffd, 0xc539, 0xc53a, 0xc53b, 0xc53c, 0xc53d, 0xc53e, 0xc53f, 
+0xc540, 0xc541, 0xc542, 0xc543, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xc544, 0xc545, 0xc546, 0xc547, 
+0xc548, 0xc549, 0xc54a, 0xc54b, 0xc54c, 0xc54d, 0xc54e, 0xc54f, 
+0xc550, 0xc551, 0xc552, 0xc553, 0xc554, 0xfffd, 0xc555, 0xc556, 
+0xc557, 0xc558, 0xc559, 0xc55a, 0xc55b, 0xc55c, 0xc55d, 0xc55e, 
+0xc55f, 0xfffd, 0xfffd, 0xfffd, 0xc560, 0xc561, 0xc562, 0xc563, 
+0xc564, 0xc565, 0xc566, 0xc567, 0xc568, 0xc569, 0xc56a, 0xc56b, 
+0xc56c, 0xc56d, 0xc56e, 0xc56f, 0xc570, 0xfffd, 0xc571, 0xc572, 
+0xc573, 0xc574, 0xc575, 0xc576, 0xc577, 0xc578, 0xc579, 0xc57a, 
+0xc57b, 0xfffd, 0xfffd, 0xfffd, 0xc57c, 0xc57d, 0xc57e, 0xc57f, 
+0xc580, 0xc581, 0xc582, 0xc583, 0xc584, 0xc585, 0xc586, 0xc587, 
+0xc588, 0xc589, 0xc58a, 0xc58b, 0xc58c, 0xfffd, 0xc58d, 0xc58e, 
+0xc58f, 0xc590, 0xc591, 0xc592, 0xc593, 0xc594, 0xc595, 0xc596, 
+0xc597, 0xfffd, 0xfffd, 0xfffd, 0xc598, 0xc599, 0xc59a, 0xc59b, 
+0xc59c, 0xc59d, 0xc59e, 0xc59f, 0xc5a0, 0xc5a1, 0xc5a2, 0xc5a3, 
+0xc5a4, 0xc5a5, 0xc5a6, 0xc5a7, 0xc5a8, 0xfffd, 0xc5a9, 0xc5aa, 
+0xc5ab, 0xc5ac, 0xc5ad, 0xc5ae, 0xc5af, 0xc5b0, 0xc5b1, 0xc5b2, 
+0xc5b3, 0xfffd, 0xfffd, 0xfffd, 0xc5b4, 0xc5b5, 0xc5b6, 0xc5b7, 
+0xc5b8, 0xc5b9, 0xc5ba, 0xc5bb, 0xc5bc, 0xc5bd, 0xc5be, 0xc5bf, 
+0xc5c0, 0xc5c1, 0xc5c2, 0xc5c3, 0xc5c4, 0xfffd, 0xc5c5, 0xc5c6, 
+0xc5c7, 0xc5c8, 0xc5c9, 0xc5ca, 0xc5cb, 0xc5cc, 0xc5cd, 0xc5ce, 
+0xc5cf, 0xc5d0, 0xc5d1, 0xc5d2, 0xc5d3, 0xc5d4, 0xc5d5, 0xc5d6, 
+0xc5d7, 0xc5d8, 0xc5d9, 0xc5da, 0xc5db, 0xc5dc, 0xc5dd, 0xc5de, 
+0xc5df, 0xc5e0, 0xfffd, 0xc5e1, 0xc5e2, 0xc5e3, 0xc5e4, 0xc5e5, 
+0xc5e6, 0xc5e7, 0xc5e8, 0xc5e9, 0xc5ea, 0xc5eb, 0xfffd, 0xfffd, 
+0xfffd, 0xc5ec, 0xc5ed, 0xc5ee, 0xc5ef, 0xc5f0, 0xc5f1, 0xc5f2, 
+0xc5f3, 0xc5f4, 0xc5f5, 0xc5f6, 0xc5f7, 0xc5f8, 0xc5f9, 0xc5fa, 
+0xc5fb, 0xc5fc, 0xfffd, 0xc5fd, 0xc5fe, 0xc5ff, 0xc600, 0xc601, 
+0xc602, 0xc603, 0xc604, 0xc605, 0xc606, 0xc607, 0xfffd, 0xfffd, 
+0xfffd, 0xc608, 0xc609, 0xc60a, 0xc60b, 0xc60c, 0xc60d, 0xc60e, 
+0xc60f, 0xc610, 0xc611, 0xc612, 0xc613, 0xc614, 0xc615, 0xc616, 
+0xc617, 0xc618, 0xfffd, 0xc619, 0xc61a, 0xc61b, 0xc61c, 0xc61d, 
+0xc61e, 0xc61f, 0xc620, 0xc621, 0xc622, 0xc623, 0xfffd, 0xfffd, 
+0xfffd, 0xc624, 0xc625, 0xc626, 0xc627, 0xc628, 0xc629, 0xc62a, 
+0xc62b, 0xc62c, 0xc62d, 0xc62e, 0xc62f, 0xc630, 0xc631, 0xc632, 
+0xc633, 0xc634, 0xfffd, 0xc635, 0xc636, 0xc637, 0xc638, 0xc639, 
+0xc63a, 0xc63b, 0xc63c, 0xc63d, 0xc63e, 0xc63f, 0xfffd, 0xfffd, 
+0xfffd, 0xc640, 0xc641, 0xc642, 0xc643, 0xc644, 0xc645, 0xc646, 
+0xc647, 0xc648, 0xc649, 0xc64a, 0xc64b, 0xc64c, 0xc64d, 0xc64e, 
+0xc64f, 0xc650, 0xfffd, 0xc651, 0xc652, 0xc653, 0xc654, 0xc655, 
+0xc656, 0xc657, 0xc658, 0xc659, 0xc65a, 0xc65b, 0xfffd, 0xfffd, 
+0xfffd, 0xc65c, 0xc65d, 0xc65e, 0xc65f, 0xc660, 0xc661, 0xc662, 
+0xc663, 0xc664, 0xc665, 0xc666, 0xc667, 0xc668, 0xc669, 0xc66a, 
+0xc66b, 0xc66c, 0xfffd, 0xc66d, 0xc66e, 0xc66f, 0xc670, 0xc671, 
+0xc672, 0xc673, 0xc674, 0xc675, 0xc676, 0xc677, 0xc678, 0xc679, 
+0xc67a, 0xc67b, 0xc67c, 0xc67d, 0xc67e, 0xc67f, 0xc680, 0xc681, 
+0xc682, 0xc683, 0xc684, 0xc685, 0xc686, 0xc687, 0xc688, 0xfffd, 
+0xc689, 0xc68a, 0xc68b, 0xc68c, 0xc68d, 0xc68e, 0xc68f, 0xc690, 
+0xc691, 0xc692, 0xc693, 0xfffd, 0xfffd, 0xfffd, 0xc694, 0xc695, 
+0xc696, 0xc697, 0xc698, 0xc699, 0xc69a, 0xc69b, 0xc69c, 0xc69d, 
+0xc69e, 0xc69f, 0xc6a0, 0xc6a1, 0xc6a2, 0xc6a3, 0xc6a4, 0xfffd, 
+0xc6a5, 0xc6a6, 0xc6a7, 0xc6a8, 0xc6a9, 0xc6aa, 0xc6ab, 0xc6ac, 
+0xc6ad, 0xc6ae, 0xc6af, 0xfffd, 0xfffd, 0xfffd, 0xc6b0, 0xc6b1, 
+0xc6b2, 0xc6b3, 0xc6b4, 0xc6b5, 0xc6b6, 0xc6b7, 0xc6b8, 0xc6b9, 
+0xc6ba, 0xc6bb, 0xc6bc, 0xc6bd, 0xc6be, 0xc6bf, 0xc6c0, 0xfffd, 
+0xc6c1, 0xc6c2, 0xc6c3, 0xc6c4, 0xc6c5, 0xc6c6, 0xc6c7, 0xc6c8, 
+0xc6c9, 0xc6ca, 0xc6cb, 0xfffd, 0xfffd, 0xfffd, 0xc6cc, 0xc6cd, 
+0xc6ce, 0xc6cf, 0xc6d0, 0xc6d1, 0xc6d2, 0xc6d3, 0xc6d4, 0xc6d5, 
+0xc6d6, 0xc6d7, 0xc6d8, 0xc6d9, 0xc6da, 0xc6db, 0xc6dc, 0xfffd, 
+0xc6dd, 0xc6de, 0xc6df, 0xc6e0, 0xc6e1, 0xc6e2, 0xc6e3, 0xc6e4, 
+0xc6e5, 0xc6e6, 0xc6e7, 0xfffd, 0xfffd, 0xfffd, 0xc6e8, 0xc6e9, 
+0xc6ea, 0xc6eb, 0xc6ec, 0xc6ed, 0xc6ee, 0xc6ef, 0xc6f0, 0xc6f1, 
+0xc6f2, 0xc6f3, 0xc6f4, 0xc6f5, 0xc6f6, 0xc6f7, 0xc6f8, 0xfffd, 
+0xc6f9, 0xc6fa, 0xc6fb, 0xc6fc, 0xc6fd, 0xc6fe, 0xc6ff, 0xc700, 
+0xc701, 0xc702, 0xc703, 0xfffd, 0xfffd, 0xfffd, 0xc704, 0xc705, 
+0xc706, 0xc707, 0xc708, 0xc709, 0xc70a, 0xc70b, 0xc70c, 0xc70d, 
+0xc70e, 0xc70f, 0xc710, 0xc711, 0xc712, 0xc713, 0xc714, 0xfffd, 
+0xc715, 0xc716, 0xc717, 0xc718, 0xc719, 0xc71a, 0xc71b, 0xc71c, 
+0xc71d, 0xc71e, 0xc71f, 0xc720, 0xc721, 0xc722, 0xc723, 0xc724, 
+0xc725, 0xc726, 0xc727, 0xc728, 0xc729, 0xc72a, 0xc72b, 0xc72c, 
+0xc72d, 0xc72e, 0xc72f, 0xc730, 0xfffd, 0xc731, 0xc732, 0xc733, 
+0xc734, 0xc735, 0xc736, 0xc737, 0xc738, 0xc739, 0xc73a, 0xc73b, 
+0xfffd, 0xfffd, 0xfffd, 0xc73c, 0xc73d, 0xc73e, 0xc73f, 0xc740, 
+0xc741, 0xc742, 0xc743, 0xc744, 0xc745, 0xc746, 0xc747, 0xc748, 
+0xc749, 0xc74a, 0xc74b, 0xc74c, 0xfffd, 0xc74d, 0xc74e, 0xc74f, 
+0xc750, 0xc751, 0xc752, 0xc753, 0xc754, 0xc755, 0xc756, 0xc757, 
+0xfffd, 0xfffd, 0xfffd, 0xc758, 0xc759, 0xc75a, 0xc75b, 0xc75c, 
+0xc75d, 0xc75e, 0xc75f, 0xc760, 0xc761, 0xc762, 0xc763, 0xc764, 
+0xc765, 0xc766, 0xc767, 0xc768, 0xfffd, 0xc769, 0xc76a, 0xc76b, 
+0xc76c, 0xc76d, 0xc76e, 0xc76f, 0xc770, 0xc771, 0xc772, 0xc773, 
+0xfffd, 0xfffd, 0xfffd, 0xc774, 0xc775, 0xc776, 0xc777, 0xc778, 
+0xc779, 0xc77a, 0xc77b, 0xc77c, 0xc77d, 0xc77e, 0xc77f, 0xc780, 
+0xc781, 0xc782, 0xc783, 0xc784, 0xfffd, 0xc785, 0xc786, 0xc787, 
+0xc788, 0xc789, 0xc78a, 0xc78b, 0xc78c, 0xc78d, 0xc78e, 0xc78f, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xc790, 0xc791, 0xc792, 0xc793, 0xc794, 0xc795, 0xc796, 0xc797, 
+0xc798, 0xc799, 0xc79a, 0xc79b, 0xc79c, 0xc79d, 0xc79e, 0xc79f, 
+0xc7a0, 0xfffd, 0xc7a1, 0xc7a2, 0xc7a3, 0xc7a4, 0xc7a5, 0xc7a6, 
+0xc7a7, 0xc7a8, 0xc7a9, 0xc7aa, 0xc7ab, 0xfffd, 0xfffd, 0xfffd, 
+0xc7ac, 0xc7ad, 0xc7ae, 0xc7af, 0xc7b0, 0xc7b1, 0xc7b2, 0xc7b3, 
+0xc7b4, 0xc7b5, 0xc7b6, 0xc7b7, 0xc7b8, 0xc7b9, 0xc7ba, 0xc7bb, 
+0xc7bc, 0xfffd, 0xc7bd, 0xc7be, 0xc7bf, 0xc7c0, 0xc7c1, 0xc7c2, 
+0xc7c3, 0xc7c4, 0xc7c5, 0xc7c6, 0xc7c7, 0xfffd, 0xfffd, 0xfffd, 
+0xc7c8, 0xc7c9, 0xc7ca, 0xc7cb, 0xc7cc, 0xc7cd, 0xc7ce, 0xc7cf, 
+0xc7d0, 0xc7d1, 0xc7d2, 0xc7d3, 0xc7d4, 0xc7d5, 0xc7d6, 0xc7d7, 
+0xc7d8, 0xfffd, 0xc7d9, 0xc7da, 0xc7db, 0xc7dc, 0xc7dd, 0xc7de, 
+0xc7df, 0xc7e0, 0xc7e1, 0xc7e2, 0xc7e3, 0xfffd, 0xfffd, 0xfffd, 
+0xc7e4, 0xc7e5, 0xc7e6, 0xc7e7, 0xc7e8, 0xc7e9, 0xc7ea, 0xc7eb, 
+0xc7ec, 0xc7ed, 0xc7ee, 0xc7ef, 0xc7f0, 0xc7f1, 0xc7f2, 0xc7f3, 
+0xc7f4, 0xfffd, 0xc7f5, 0xc7f6, 0xc7f7, 0xc7f8, 0xc7f9, 0xc7fa, 
+0xc7fb, 0xc7fc, 0xc7fd, 0xc7fe, 0xc7ff, 0xfffd, 0xfffd, 0xfffd, 
+0xc800, 0xc801, 0xc802, 0xc803, 0xc804, 0xc805, 0xc806, 0xc807, 
+0xc808, 0xc809, 0xc80a, 0xc80b, 0xc80c, 0xc80d, 0xc80e, 0xc80f, 
+0xc810, 0xfffd, 0xc811, 0xc812, 0xc813, 0xc814, 0xc815, 0xc816, 
+0xc817, 0xc818, 0xc819, 0xc81a, 0xc81b, 0xc81c, 0xc81d, 0xc81e, 
+0xc81f, 0xc820, 0xc821, 0xc822, 0xc823, 0xc824, 0xc825, 0xc826, 
+0xc827, 0xc828, 0xc829, 0xc82a, 0xc82b, 0xc82c, 0xfffd, 0xc82d, 
+0xc82e, 0xc82f, 0xc830, 0xc831, 0xc832, 0xc833, 0xc834, 0xc835, 
+0xc836, 0xc837, 0xfffd, 0xfffd, 0xfffd, 0xc838, 0xc839, 0xc83a, 
+0xc83b, 0xc83c, 0xc83d, 0xc83e, 0xc83f, 0xc840, 0xc841, 0xc842, 
+0xc843, 0xc844, 0xc845, 0xc846, 0xc847, 0xc848, 0xfffd, 0xc849, 
+0xc84a, 0xc84b, 0xc84c, 0xc84d, 0xc84e, 0xc84f, 0xc850, 0xc851, 
+0xc852, 0xc853, 0xfffd, 0xfffd, 0xfffd, 0xc854, 0xc855, 0xc856, 
+0xc857, 0xc858, 0xc859, 0xc85a, 0xc85b, 0xc85c, 0xc85d, 0xc85e, 
+0xc85f, 0xc860, 0xc861, 0xc862, 0xc863, 0xc864, 0xfffd, 0xc865, 
+0xc866, 0xc867, 0xc868, 0xc869, 0xc86a, 0xc86b, 0xc86c, 0xc86d, 
+0xc86e, 0xc86f, 0xfffd, 0xfffd, 0xfffd, 0xc870, 0xc871, 0xc872, 
+0xc873, 0xc874, 0xc875, 0xc876, 0xc877, 0xc878, 0xc879, 0xc87a, 
+0xc87b, 0xc87c, 0xc87d, 0xc87e, 0xc87f, 0xc880, 0xfffd, 0xc881, 
+0xc882, 0xc883, 0xc884, 0xc885, 0xc886, 0xc887, 0xc888, 0xc889, 
+0xc88a, 0xc88b, 0xfffd, 0xfffd, 0xfffd, 0xc88c, 0xc88d, 0xc88e, 
+0xc88f, 0xc890, 0xc891, 0xc892, 0xc893, 0xc894, 0xc895, 0xc896, 
+0xc897, 0xc898, 0xc899, 0xc89a, 0xc89b, 0xc89c, 0xfffd, 0xc89d, 
+0xc89e, 0xc89f, 0xc8a0, 0xc8a1, 0xc8a2, 0xc8a3, 0xc8a4, 0xc8a5, 
+0xc8a6, 0xc8a7, 0xfffd, 0xfffd, 0xfffd, 0xc8a8, 0xc8a9, 0xc8aa, 
+0xc8ab, 0xc8ac, 0xc8ad, 0xc8ae, 0xc8af, 0xc8b0, 0xc8b1, 0xc8b2, 
+0xc8b3, 0xc8b4, 0xc8b5, 0xc8b6, 0xc8b7, 0xc8b8, 0xfffd, 0xc8b9, 
+0xc8ba, 0xc8bb, 0xc8bc, 0xc8bd, 0xc8be, 0xc8bf, 0xc8c0, 0xc8c1, 
+0xc8c2, 0xc8c3, 0xc8c4, 0xc8c5, 0xc8c6, 0xc8c7, 0xc8c8, 0xc8c9, 
+0xc8ca, 0xc8cb, 0xc8cc, 0xc8cd, 0xc8ce, 0xc8cf, 0xc8d0, 0xc8d1, 
+0xc8d2, 0xc8d3, 0xc8d4, 0xfffd, 0xc8d5, 0xc8d6, 0xc8d7, 0xc8d8, 
+0xc8d9, 0xc8da, 0xc8db, 0xc8dc, 0xc8dd, 0xc8de, 0xc8df, 0xfffd, 
+0xfffd, 0xfffd, 0xc8e0, 0xc8e1, 0xc8e2, 0xc8e3, 0xc8e4, 0xc8e5, 
+0xc8e6, 0xc8e7, 0xc8e8, 0xc8e9, 0xc8ea, 0xc8eb, 0xc8ec, 0xc8ed, 
+0xc8ee, 0xc8ef, 0xc8f0, 0xfffd, 0xc8f1, 0xc8f2, 0xc8f3, 0xc8f4, 
+0xc8f5, 0xc8f6, 0xc8f7, 0xc8f8, 0xc8f9, 0xc8fa, 0xc8fb, 0xfffd, 
+0xfffd, 0xfffd, 0xc8fc, 0xc8fd, 0xc8fe, 0xc8ff, 0xc900, 0xc901, 
+0xc902, 0xc903, 0xc904, 0xc905, 0xc906, 0xc907, 0xc908, 0xc909, 
+0xc90a, 0xc90b, 0xc90c, 0xfffd, 0xc90d, 0xc90e, 0xc90f, 0xc910, 
+0xc911, 0xc912, 0xc913, 0xc914, 0xc915, 0xc916, 0xc917, 0xfffd, 
+0xfffd, 0xfffd, 0xc918, 0xc919, 0xc91a, 0xc91b, 0xc91c, 0xc91d, 
+0xc91e, 0xc91f, 0xc920, 0xc921, 0xc922, 0xc923, 0xc924, 0xc925, 
+0xc926, 0xc927, 0xc928, 0xfffd, 0xc929, 0xc92a, 0xc92b, 0xc92c, 
+0xc92d, 0xc92e, 0xc92f, 0xc930, 0xc931, 0xc932, 0xc933, 0xfffd, 
+0xfffd, 0xfffd, 0xc934, 0xc935, 0xc936, 0xc937, 0xc938, 0xc939, 
+0xc93a, 0xc93b, 0xc93c, 0xc93d, 0xc93e, 0xc93f, 0xc940, 0xc941, 
+0xc942, 0xc943, 0xc944, 0xfffd, 0xc945, 0xc946, 0xc947, 0xc948, 
+0xc949, 0xc94a, 0xc94b, 0xc94c, 0xc94d, 0xc94e, 0xc94f, 0xfffd, 
+0xfffd, 0xfffd, 0xc950, 0xc951, 0xc952, 0xc953, 0xc954, 0xc955, 
+0xc956, 0xc957, 0xc958, 0xc959, 0xc95a, 0xc95b, 0xc95c, 0xc95d, 
+0xc95e, 0xc95f, 0xc960, 0xfffd, 0xc961, 0xc962, 0xc963, 0xc964, 
+0xc965, 0xc966, 0xc967, 0xc968, 0xc969, 0xc96a, 0xc96b, 0xc96c, 
+0xc96d, 0xc96e, 0xc96f, 0xc970, 0xc971, 0xc972, 0xc973, 0xc974, 
+0xc975, 0xc976, 0xc977, 0xc978, 0xc979, 0xc97a, 0xc97b, 0xc97c, 
+0xfffd, 0xc97d, 0xc97e, 0xc97f, 0xc980, 0xc981, 0xc982, 0xc983, 
+0xc984, 0xc985, 0xc986, 0xc987, 0xfffd, 0xfffd, 0xfffd, 0xc988, 
+0xc989, 0xc98a, 0xc98b, 0xc98c, 0xc98d, 0xc98e, 0xc98f, 0xc990, 
+0xc991, 0xc992, 0xc993, 0xc994, 0xc995, 0xc996, 0xc997, 0xc998, 
+0xfffd, 0xc999, 0xc99a, 0xc99b, 0xc99c, 0xc99d, 0xc99e, 0xc99f, 
+0xc9a0, 0xc9a1, 0xc9a2, 0xc9a3, 0xfffd, 0xfffd, 0xfffd, 0xc9a4, 
+0xc9a5, 0xc9a6, 0xc9a7, 0xc9a8, 0xc9a9, 0xc9aa, 0xc9ab, 0xc9ac, 
+0xc9ad, 0xc9ae, 0xc9af, 0xc9b0, 0xc9b1, 0xc9b2, 0xc9b3, 0xc9b4, 
+0xfffd, 0xc9b5, 0xc9b6, 0xc9b7, 0xc9b8, 0xc9b9, 0xc9ba, 0xc9bb, 
+0xc9bc, 0xc9bd, 0xc9be, 0xc9bf, 0xfffd, 0xfffd, 0xfffd, 0xc9c0, 
+0xc9c1, 0xc9c2, 0xc9c3, 0xc9c4, 0xc9c5, 0xc9c6, 0xc9c7, 0xc9c8, 
+0xc9c9, 0xc9ca, 0xc9cb, 0xc9cc, 0xc9cd, 0xc9ce, 0xc9cf, 0xc9d0, 
+0xfffd, 0xc9d1, 0xc9d2, 0xc9d3, 0xc9d4, 0xc9d5, 0xc9d6, 0xc9d7, 
+0xc9d8, 0xc9d9, 0xc9da, 0xc9db, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xc9dc, 0xc9dd, 0xc9de, 0xc9df, 
+0xc9e0, 0xc9e1, 0xc9e2, 0xc9e3, 0xc9e4, 0xc9e5, 0xc9e6, 0xc9e7, 
+0xc9e8, 0xc9e9, 0xc9ea, 0xc9eb, 0xc9ec, 0xfffd, 0xc9ed, 0xc9ee, 
+0xc9ef, 0xc9f0, 0xc9f1, 0xc9f2, 0xc9f3, 0xc9f4, 0xc9f5, 0xc9f6, 
+0xc9f7, 0xfffd, 0xfffd, 0xfffd, 0xc9f8, 0xc9f9, 0xc9fa, 0xc9fb, 
+0xc9fc, 0xc9fd, 0xc9fe, 0xc9ff, 0xca00, 0xca01, 0xca02, 0xca03, 
+0xca04, 0xca05, 0xca06, 0xca07, 0xca08, 0xfffd, 0xca09, 0xca0a, 
+0xca0b, 0xca0c, 0xca0d, 0xca0e, 0xca0f, 0xca10, 0xca11, 0xca12, 
+0xca13, 0xfffd, 0xfffd, 0xfffd, 0xca14, 0xca15, 0xca16, 0xca17, 
+0xca18, 0xca19, 0xca1a, 0xca1b, 0xca1c, 0xca1d, 0xca1e, 0xca1f, 
+0xca20, 0xca21, 0xca22, 0xca23, 0xca24, 0xfffd, 0xca25, 0xca26, 
+0xca27, 0xca28, 0xca29, 0xca2a, 0xca2b, 0xca2c, 0xca2d, 0xca2e, 
+0xca2f, 0xfffd, 0xfffd, 0xfffd, 0xca30, 0xca31, 0xca32, 0xca33, 
+0xca34, 0xca35, 0xca36, 0xca37, 0xca38, 0xca39, 0xca3a, 0xca3b, 
+0xca3c, 0xca3d, 0xca3e, 0xca3f, 0xca40, 0xfffd, 0xca41, 0xca42, 
+0xca43, 0xca44, 0xca45, 0xca46, 0xca47, 0xca48, 0xca49, 0xca4a, 
+0xca4b, 0xfffd, 0xfffd, 0xfffd, 0xca4c, 0xca4d, 0xca4e, 0xca4f, 
+0xca50, 0xca51, 0xca52, 0xca53, 0xca54, 0xca55, 0xca56, 0xca57, 
+0xca58, 0xca59, 0xca5a, 0xca5b, 0xca5c, 0xfffd, 0xca5d, 0xca5e, 
+0xca5f, 0xca60, 0xca61, 0xca62, 0xca63, 0xca64, 0xca65, 0xca66, 
+0xca67, 0xca68, 0xca69, 0xca6a, 0xca6b, 0xca6c, 0xca6d, 0xca6e, 
+0xca6f, 0xca70, 0xca71, 0xca72, 0xca73, 0xca74, 0xca75, 0xca76, 
+0xca77, 0xca78, 0xfffd, 0xca79, 0xca7a, 0xca7b, 0xca7c, 0xca7d, 
+0xca7e, 0xca7f, 0xca80, 0xca81, 0xca82, 0xca83, 0xfffd, 0xfffd, 
+0xfffd, 0xca84, 0xca85, 0xca86, 0xca87, 0xca88, 0xca89, 0xca8a, 
+0xca8b, 0xca8c, 0xca8d, 0xca8e, 0xca8f, 0xca90, 0xca91, 0xca92, 
+0xca93, 0xca94, 0xfffd, 0xca95, 0xca96, 0xca97, 0xca98, 0xca99, 
+0xca9a, 0xca9b, 0xca9c, 0xca9d, 0xca9e, 0xca9f, 0xfffd, 0xfffd, 
+0xfffd, 0xcaa0, 0xcaa1, 0xcaa2, 0xcaa3, 0xcaa4, 0xcaa5, 0xcaa6, 
+0xcaa7, 0xcaa8, 0xcaa9, 0xcaaa, 0xcaab, 0xcaac, 0xcaad, 0xcaae, 
+0xcaaf, 0xcab0, 0xfffd, 0xcab1, 0xcab2, 0xcab3, 0xcab4, 0xcab5, 
+0xcab6, 0xcab7, 0xcab8, 0xcab9, 0xcaba, 0xcabb, 0xfffd, 0xfffd, 
+0xfffd, 0xcabc, 0xcabd, 0xcabe, 0xcabf, 0xcac0, 0xcac1, 0xcac2, 
+0xcac3, 0xcac4, 0xcac5, 0xcac6, 0xcac7, 0xcac8, 0xcac9, 0xcaca, 
+0xcacb, 0xcacc, 0xfffd, 0xcacd, 0xcace, 0xcacf, 0xcad0, 0xcad1, 
+0xcad2, 0xcad3, 0xcad4, 0xcad5, 0xcad6, 0xcad7, 0xfffd, 0xfffd, 
+0xfffd, 0xcad8, 0xcad9, 0xcada, 0xcadb, 0xcadc, 0xcadd, 0xcade, 
+0xcadf, 0xcae0, 0xcae1, 0xcae2, 0xcae3, 0xcae4, 0xcae5, 0xcae6, 
+0xcae7, 0xcae8, 0xfffd, 0xcae9, 0xcaea, 0xcaeb, 0xcaec, 0xcaed, 
+0xcaee, 0xcaef, 0xcaf0, 0xcaf1, 0xcaf2, 0xcaf3, 0xfffd, 0xfffd, 
+0xfffd, 0xcaf4, 0xcaf5, 0xcaf6, 0xcaf7, 0xcaf8, 0xcaf9, 0xcafa, 
+0xcafb, 0xcafc, 0xcafd, 0xcafe, 0xcaff, 0xcb00, 0xcb01, 0xcb02, 
+0xcb03, 0xcb04, 0xfffd, 0xcb05, 0xcb06, 0xcb07, 0xcb08, 0xcb09, 
+0xcb0a, 0xcb0b, 0xcb0c, 0xcb0d, 0xcb0e, 0xcb0f, 0xcb10, 0xcb11, 
+0xcb12, 0xcb13, 0xcb14, 0xcb15, 0xcb16, 0xcb17, 0xcb18, 0xcb19, 
+0xcb1a, 0xcb1b, 0xcb1c, 0xcb1d, 0xcb1e, 0xcb1f, 0xcb20, 0xfffd, 
+0xcb21, 0xcb22, 0xcb23, 0xcb24, 0xcb25, 0xcb26, 0xcb27, 0xcb28, 
+0xcb29, 0xcb2a, 0xcb2b, 0xfffd, 0xfffd, 0xfffd, 0xcb2c, 0xcb2d, 
+0xcb2e, 0xcb2f, 0xcb30, 0xcb31, 0xcb32, 0xcb33, 0xcb34, 0xcb35, 
+0xcb36, 0xcb37, 0xcb38, 0xcb39, 0xcb3a, 0xcb3b, 0xcb3c, 0xfffd, 
+0xcb3d, 0xcb3e, 0xcb3f, 0xcb40, 0xcb41, 0xcb42, 0xcb43, 0xcb44, 
+0xcb45, 0xcb46, 0xcb47, 0xfffd, 0xfffd, 0xfffd, 0xcb48, 0xcb49, 
+0xcb4a, 0xcb4b, 0xcb4c, 0xcb4d, 0xcb4e, 0xcb4f, 0xcb50, 0xcb51, 
+0xcb52, 0xcb53, 0xcb54, 0xcb55, 0xcb56, 0xcb57, 0xcb58, 0xfffd, 
+0xcb59, 0xcb5a, 0xcb5b, 0xcb5c, 0xcb5d, 0xcb5e, 0xcb5f, 0xcb60, 
+0xcb61, 0xcb62, 0xcb63, 0xfffd, 0xfffd, 0xfffd, 0xcb64, 0xcb65, 
+0xcb66, 0xcb67, 0xcb68, 0xcb69, 0xcb6a, 0xcb6b, 0xcb6c, 0xcb6d, 
+0xcb6e, 0xcb6f, 0xcb70, 0xcb71, 0xcb72, 0xcb73, 0xcb74, 0xfffd, 
+0xcb75, 0xcb76, 0xcb77, 0xcb78, 0xcb79, 0xcb7a, 0xcb7b, 0xcb7c, 
+0xcb7d, 0xcb7e, 0xcb7f, 0xfffd, 0xfffd, 0xfffd, 0xcb80, 0xcb81, 
+0xcb82, 0xcb83, 0xcb84, 0xcb85, 0xcb86, 0xcb87, 0xcb88, 0xcb89, 
+0xcb8a, 0xcb8b, 0xcb8c, 0xcb8d, 0xcb8e, 0xcb8f, 0xcb90, 0xfffd, 
+0xcb91, 0xcb92, 0xcb93, 0xcb94, 0xcb95, 0xcb96, 0xcb97, 0xcb98, 
+0xcb99, 0xcb9a, 0xcb9b, 0xfffd, 0xfffd, 0xfffd, 0xcb9c, 0xcb9d, 
+0xcb9e, 0xcb9f, 0xcba0, 0xcba1, 0xcba2, 0xcba3, 0xcba4, 0xcba5, 
+0xcba6, 0xcba7, 0xcba8, 0xcba9, 0xcbaa, 0xcbab, 0xcbac, 0xfffd, 
+0xcbad, 0xcbae, 0xcbaf, 0xcbb0, 0xcbb1, 0xcbb2, 0xcbb3, 0xcbb4, 
+0xcbb5, 0xcbb6, 0xcbb7, 0xcbb8, 0xcbb9, 0xcbba, 0xcbbb, 0xcbbc, 
+0xcbbd, 0xcbbe, 0xcbbf, 0xcbc0, 0xcbc1, 0xcbc2, 0xcbc3, 0xcbc4, 
+0xcbc5, 0xcbc6, 0xcbc7, 0xcbc8, 0xfffd, 0xcbc9, 0xcbca, 0xcbcb, 
+0xcbcc, 0xcbcd, 0xcbce, 0xcbcf, 0xcbd0, 0xcbd1, 0xcbd2, 0xcbd3, 
+0xfffd, 0xfffd, 0xfffd, 0xcbd4, 0xcbd5, 0xcbd6, 0xcbd7, 0xcbd8, 
+0xcbd9, 0xcbda, 0xcbdb, 0xcbdc, 0xcbdd, 0xcbde, 0xcbdf, 0xcbe0, 
+0xcbe1, 0xcbe2, 0xcbe3, 0xcbe4, 0xfffd, 0xcbe5, 0xcbe6, 0xcbe7, 
+0xcbe8, 0xcbe9, 0xcbea, 0xcbeb, 0xcbec, 0xcbed, 0xcbee, 0xcbef, 
+0xfffd, 0xfffd, 0xfffd, 0xcbf0, 0xcbf1, 0xcbf2, 0xcbf3, 0xcbf4, 
+0xcbf5, 0xcbf6, 0xcbf7, 0xcbf8, 0xcbf9, 0xcbfa, 0xcbfb, 0xcbfc, 
+0xcbfd, 0xcbfe, 0xcbff, 0xcc00, 0xfffd, 0xcc01, 0xcc02, 0xcc03, 
+0xcc04, 0xcc05, 0xcc06, 0xcc07, 0xcc08, 0xcc09, 0xcc0a, 0xcc0b, 
+0xfffd, 0xfffd, 0xfffd, 0xcc0c, 0xcc0d, 0xcc0e, 0xcc0f, 0xcc10, 
+0xcc11, 0xcc12, 0xcc13, 0xcc14, 0xcc15, 0xcc16, 0xcc17, 0xcc18, 
+0xcc19, 0xcc1a, 0xcc1b, 0xcc1c, 0xfffd, 0xcc1d, 0xcc1e, 0xcc1f, 
+0xcc20, 0xcc21, 0xcc22, 0xcc23, 0xcc24, 0xcc25, 0xcc26, 0xcc27, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xcc28, 0xcc29, 0xcc2a, 0xcc2b, 0xcc2c, 0xcc2d, 0xcc2e, 0xcc2f, 
+0xcc30, 0xcc31, 0xcc32, 0xcc33, 0xcc34, 0xcc35, 0xcc36, 0xcc37, 
+0xcc38, 0xfffd, 0xcc39, 0xcc3a, 0xcc3b, 0xcc3c, 0xcc3d, 0xcc3e, 
+0xcc3f, 0xcc40, 0xcc41, 0xcc42, 0xcc43, 0xfffd, 0xfffd, 0xfffd, 
+0xcc44, 0xcc45, 0xcc46, 0xcc47, 0xcc48, 0xcc49, 0xcc4a, 0xcc4b, 
+0xcc4c, 0xcc4d, 0xcc4e, 0xcc4f, 0xcc50, 0xcc51, 0xcc52, 0xcc53, 
+0xcc54, 0xfffd, 0xcc55, 0xcc56, 0xcc57, 0xcc58, 0xcc59, 0xcc5a, 
+0xcc5b, 0xcc5c, 0xcc5d, 0xcc5e, 0xcc5f, 0xfffd, 0xfffd, 0xfffd, 
+0xcc60, 0xcc61, 0xcc62, 0xcc63, 0xcc64, 0xcc65, 0xcc66, 0xcc67, 
+0xcc68, 0xcc69, 0xcc6a, 0xcc6b, 0xcc6c, 0xcc6d, 0xcc6e, 0xcc6f, 
+0xcc70, 0xfffd, 0xcc71, 0xcc72, 0xcc73, 0xcc74, 0xcc75, 0xcc76, 
+0xcc77, 0xcc78, 0xcc79, 0xcc7a, 0xcc7b, 0xfffd, 0xfffd, 0xfffd, 
+0xcc7c, 0xcc7d, 0xcc7e, 0xcc7f, 0xcc80, 0xcc81, 0xcc82, 0xcc83, 
+0xcc84, 0xcc85, 0xcc86, 0xcc87, 0xcc88, 0xcc89, 0xcc8a, 0xcc8b, 
+0xcc8c, 0xfffd, 0xcc8d, 0xcc8e, 0xcc8f, 0xcc90, 0xcc91, 0xcc92, 
+0xcc93, 0xcc94, 0xcc95, 0xcc96, 0xcc97, 0xfffd, 0xfffd, 0xfffd, 
+0xcc98, 0xcc99, 0xcc9a, 0xcc9b, 0xcc9c, 0xcc9d, 0xcc9e, 0xcc9f, 
+0xcca0, 0xcca1, 0xcca2, 0xcca3, 0xcca4, 0xcca5, 0xcca6, 0xcca7, 
+0xcca8, 0xfffd, 0xcca9, 0xccaa, 0xccab, 0xccac, 0xccad, 0xccae, 
+0xccaf, 0xccb0, 0xccb1, 0xccb2, 0xccb3, 0xccb4, 0xccb5, 0xccb6, 
+0xccb7, 0xccb8, 0xccb9, 0xccba, 0xccbb, 0xccbc, 0xccbd, 0xccbe, 
+0xccbf, 0xccc0, 0xccc1, 0xccc2, 0xccc3, 0xccc4, 0xfffd, 0xccc5, 
+0xccc6, 0xccc7, 0xccc8, 0xccc9, 0xccca, 0xcccb, 0xcccc, 0xcccd, 
+0xccce, 0xcccf, 0xfffd, 0xfffd, 0xfffd, 0xccd0, 0xccd1, 0xccd2, 
+0xccd3, 0xccd4, 0xccd5, 0xccd6, 0xccd7, 0xccd8, 0xccd9, 0xccda, 
+0xccdb, 0xccdc, 0xccdd, 0xccde, 0xccdf, 0xcce0, 0xfffd, 0xcce1, 
+0xcce2, 0xcce3, 0xcce4, 0xcce5, 0xcce6, 0xcce7, 0xcce8, 0xcce9, 
+0xccea, 0xcceb, 0xfffd, 0xfffd, 0xfffd, 0xccec, 0xcced, 0xccee, 
+0xccef, 0xccf0, 0xccf1, 0xccf2, 0xccf3, 0xccf4, 0xccf5, 0xccf6, 
+0xccf7, 0xccf8, 0xccf9, 0xccfa, 0xccfb, 0xccfc, 0xfffd, 0xccfd, 
+0xccfe, 0xccff, 0xcd00, 0xcd01, 0xcd02, 0xcd03, 0xcd04, 0xcd05, 
+0xcd06, 0xcd07, 0xfffd, 0xfffd, 0xfffd, 0xcd08, 0xcd09, 0xcd0a, 
+0xcd0b, 0xcd0c, 0xcd0d, 0xcd0e, 0xcd0f, 0xcd10, 0xcd11, 0xcd12, 
+0xcd13, 0xcd14, 0xcd15, 0xcd16, 0xcd17, 0xcd18, 0xfffd, 0xcd19, 
+0xcd1a, 0xcd1b, 0xcd1c, 0xcd1d, 0xcd1e, 0xcd1f, 0xcd20, 0xcd21, 
+0xcd22, 0xcd23, 0xfffd, 0xfffd, 0xfffd, 0xcd24, 0xcd25, 0xcd26, 
+0xcd27, 0xcd28, 0xcd29, 0xcd2a, 0xcd2b, 0xcd2c, 0xcd2d, 0xcd2e, 
+0xcd2f, 0xcd30, 0xcd31, 0xcd32, 0xcd33, 0xcd34, 0xfffd, 0xcd35, 
+0xcd36, 0xcd37, 0xcd38, 0xcd39, 0xcd3a, 0xcd3b, 0xcd3c, 0xcd3d, 
+0xcd3e, 0xcd3f, 0xfffd, 0xfffd, 0xfffd, 0xcd40, 0xcd41, 0xcd42, 
+0xcd43, 0xcd44, 0xcd45, 0xcd46, 0xcd47, 0xcd48, 0xcd49, 0xcd4a, 
+0xcd4b, 0xcd4c, 0xcd4d, 0xcd4e, 0xcd4f, 0xcd50, 0xfffd, 0xcd51, 
+0xcd52, 0xcd53, 0xcd54, 0xcd55, 0xcd56, 0xcd57, 0xcd58, 0xcd59, 
+0xcd5a, 0xcd5b, 0xcd5c, 0xcd5d, 0xcd5e, 0xcd5f, 0xcd60, 0xcd61, 
+0xcd62, 0xcd63, 0xcd64, 0xcd65, 0xcd66, 0xcd67, 0xcd68, 0xcd69, 
+0xcd6a, 0xcd6b, 0xcd6c, 0xfffd, 0xcd6d, 0xcd6e, 0xcd6f, 0xcd70, 
+0xcd71, 0xcd72, 0xcd73, 0xcd74, 0xcd75, 0xcd76, 0xcd77, 0xfffd, 
+0xfffd, 0xfffd, 0xcd78, 0xcd79, 0xcd7a, 0xcd7b, 0xcd7c, 0xcd7d, 
+0xcd7e, 0xcd7f, 0xcd80, 0xcd81, 0xcd82, 0xcd83, 0xcd84, 0xcd85, 
+0xcd86, 0xcd87, 0xcd88, 0xfffd, 0xcd89, 0xcd8a, 0xcd8b, 0xcd8c, 
+0xcd8d, 0xcd8e, 0xcd8f, 0xcd90, 0xcd91, 0xcd92, 0xcd93, 0xfffd, 
+0xfffd, 0xfffd, 0xcd94, 0xcd95, 0xcd96, 0xcd97, 0xcd98, 0xcd99, 
+0xcd9a, 0xcd9b, 0xcd9c, 0xcd9d, 0xcd9e, 0xcd9f, 0xcda0, 0xcda1, 
+0xcda2, 0xcda3, 0xcda4, 0xfffd, 0xcda5, 0xcda6, 0xcda7, 0xcda8, 
+0xcda9, 0xcdaa, 0xcdab, 0xcdac, 0xcdad, 0xcdae, 0xcdaf, 0xfffd, 
+0xfffd, 0xfffd, 0xcdb0, 0xcdb1, 0xcdb2, 0xcdb3, 0xcdb4, 0xcdb5, 
+0xcdb6, 0xcdb7, 0xcdb8, 0xcdb9, 0xcdba, 0xcdbb, 0xcdbc, 0xcdbd, 
+0xcdbe, 0xcdbf, 0xcdc0, 0xfffd, 0xcdc1, 0xcdc2, 0xcdc3, 0xcdc4, 
+0xcdc5, 0xcdc6, 0xcdc7, 0xcdc8, 0xcdc9, 0xcdca, 0xcdcb, 0xfffd, 
+0xfffd, 0xfffd, 0xcdcc, 0xcdcd, 0xcdce, 0xcdcf, 0xcdd0, 0xcdd1, 
+0xcdd2, 0xcdd3, 0xcdd4, 0xcdd5, 0xcdd6, 0xcdd7, 0xcdd8, 0xcdd9, 
+0xcdda, 0xcddb, 0xcddc, 0xfffd, 0xcddd, 0xcdde, 0xcddf, 0xcde0, 
+0xcde1, 0xcde2, 0xcde3, 0xcde4, 0xcde5, 0xcde6, 0xcde7, 0xfffd, 
+0xfffd, 0xfffd, 0xcde8, 0xcde9, 0xcdea, 0xcdeb, 0xcdec, 0xcded, 
+0xcdee, 0xcdef, 0xcdf0, 0xcdf1, 0xcdf2, 0xcdf3, 0xcdf4, 0xcdf5, 
+0xcdf6, 0xcdf7, 0xcdf8, 0xfffd, 0xcdf9, 0xcdfa, 0xcdfb, 0xcdfc, 
+0xcdfd, 0xcdfe, 0xcdff, 0xce00, 0xce01, 0xce02, 0xce03, 0xce04, 
+0xce05, 0xce06, 0xce07, 0xce08, 0xce09, 0xce0a, 0xce0b, 0xce0c, 
+0xce0d, 0xce0e, 0xce0f, 0xce10, 0xce11, 0xce12, 0xce13, 0xce14, 
+0xfffd, 0xce15, 0xce16, 0xce17, 0xce18, 0xce19, 0xce1a, 0xce1b, 
+0xce1c, 0xce1d, 0xce1e, 0xce1f, 0xfffd, 0xfffd, 0xfffd, 0xce20, 
+0xce21, 0xce22, 0xce23, 0xce24, 0xce25, 0xce26, 0xce27, 0xce28, 
+0xce29, 0xce2a, 0xce2b, 0xce2c, 0xce2d, 0xce2e, 0xce2f, 0xce30, 
+0xfffd, 0xce31, 0xce32, 0xce33, 0xce34, 0xce35, 0xce36, 0xce37, 
+0xce38, 0xce39, 0xce3a, 0xce3b, 0xfffd, 0xfffd, 0xfffd, 0xce3c, 
+0xce3d, 0xce3e, 0xce3f, 0xce40, 0xce41, 0xce42, 0xce43, 0xce44, 
+0xce45, 0xce46, 0xce47, 0xce48, 0xce49, 0xce4a, 0xce4b, 0xce4c, 
+0xfffd, 0xce4d, 0xce4e, 0xce4f, 0xce50, 0xce51, 0xce52, 0xce53, 
+0xce54, 0xce55, 0xce56, 0xce57, 0xfffd, 0xfffd, 0xfffd, 0xce58, 
+0xce59, 0xce5a, 0xce5b, 0xce5c, 0xce5d, 0xce5e, 0xce5f, 0xce60, 
+0xce61, 0xce62, 0xce63, 0xce64, 0xce65, 0xce66, 0xce67, 0xce68, 
+0xfffd, 0xce69, 0xce6a, 0xce6b, 0xce6c, 0xce6d, 0xce6e, 0xce6f, 
+0xce70, 0xce71, 0xce72, 0xce73, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xce74, 0xce75, 0xce76, 0xce77, 
+0xce78, 0xce79, 0xce7a, 0xce7b, 0xce7c, 0xce7d, 0xce7e, 0xce7f, 
+0xce80, 0xce81, 0xce82, 0xce83, 0xce84, 0xfffd, 0xce85, 0xce86, 
+0xce87, 0xce88, 0xce89, 0xce8a, 0xce8b, 0xce8c, 0xce8d, 0xce8e, 
+0xce8f, 0xfffd, 0xfffd, 0xfffd, 0xce90, 0xce91, 0xce92, 0xce93, 
+0xce94, 0xce95, 0xce96, 0xce97, 0xce98, 0xce99, 0xce9a, 0xce9b, 
+0xce9c, 0xce9d, 0xce9e, 0xce9f, 0xcea0, 0xfffd, 0xcea1, 0xcea2, 
+0xcea3, 0xcea4, 0xcea5, 0xcea6, 0xcea7, 0xcea8, 0xcea9, 0xceaa, 
+0xceab, 0xfffd, 0xfffd, 0xfffd, 0xceac, 0xcead, 0xceae, 0xceaf, 
+0xceb0, 0xceb1, 0xceb2, 0xceb3, 0xceb4, 0xceb5, 0xceb6, 0xceb7, 
+0xceb8, 0xceb9, 0xceba, 0xcebb, 0xcebc, 0xfffd, 0xcebd, 0xcebe, 
+0xcebf, 0xcec0, 0xcec1, 0xcec2, 0xcec3, 0xcec4, 0xcec5, 0xcec6, 
+0xcec7, 0xfffd, 0xfffd, 0xfffd, 0xcec8, 0xcec9, 0xceca, 0xcecb, 
+0xcecc, 0xcecd, 0xcece, 0xcecf, 0xced0, 0xced1, 0xced2, 0xced3, 
+0xced4, 0xced5, 0xced6, 0xced7, 0xced8, 0xfffd, 0xced9, 0xceda, 
+0xcedb, 0xcedc, 0xcedd, 0xcede, 0xcedf, 0xcee0, 0xcee1, 0xcee2, 
+0xcee3, 0xfffd, 0xfffd, 0xfffd, 0xcee4, 0xcee5, 0xcee6, 0xcee7, 
+0xcee8, 0xcee9, 0xceea, 0xceeb, 0xceec, 0xceed, 0xceee, 0xceef, 
+0xcef0, 0xcef1, 0xcef2, 0xcef3, 0xcef4, 0xfffd, 0xcef5, 0xcef6, 
+0xcef7, 0xcef8, 0xcef9, 0xcefa, 0xcefb, 0xcefc, 0xcefd, 0xcefe, 
+0xceff, 0xcf00, 0xcf01, 0xcf02, 0xcf03, 0xcf04, 0xcf05, 0xcf06, 
+0xcf07, 0xcf08, 0xcf09, 0xcf0a, 0xcf0b, 0xcf0c, 0xcf0d, 0xcf0e, 
+0xcf0f, 0xcf10, 0xfffd, 0xcf11, 0xcf12, 0xcf13, 0xcf14, 0xcf15, 
+0xcf16, 0xcf17, 0xcf18, 0xcf19, 0xcf1a, 0xcf1b, 0xfffd, 0xfffd, 
+0xfffd, 0xcf1c, 0xcf1d, 0xcf1e, 0xcf1f, 0xcf20, 0xcf21, 0xcf22, 
+0xcf23, 0xcf24, 0xcf25, 0xcf26, 0xcf27, 0xcf28, 0xcf29, 0xcf2a, 
+0xcf2b, 0xcf2c, 0xfffd, 0xcf2d, 0xcf2e, 0xcf2f, 0xcf30, 0xcf31, 
+0xcf32, 0xcf33, 0xcf34, 0xcf35, 0xcf36, 0xcf37, 0xfffd, 0xfffd, 
+0xfffd, 0xcf38, 0xcf39, 0xcf3a, 0xcf3b, 0xcf3c, 0xcf3d, 0xcf3e, 
+0xcf3f, 0xcf40, 0xcf41, 0xcf42, 0xcf43, 0xcf44, 0xcf45, 0xcf46, 
+0xcf47, 0xcf48, 0xfffd, 0xcf49, 0xcf4a, 0xcf4b, 0xcf4c, 0xcf4d, 
+0xcf4e, 0xcf4f, 0xcf50, 0xcf51, 0xcf52, 0xcf53, 0xfffd, 0xfffd, 
+0xfffd, 0xcf54, 0xcf55, 0xcf56, 0xcf57, 0xcf58, 0xcf59, 0xcf5a, 
+0xcf5b, 0xcf5c, 0xcf5d, 0xcf5e, 0xcf5f, 0xcf60, 0xcf61, 0xcf62, 
+0xcf63, 0xcf64, 0xfffd, 0xcf65, 0xcf66, 0xcf67, 0xcf68, 0xcf69, 
+0xcf6a, 0xcf6b, 0xcf6c, 0xcf6d, 0xcf6e, 0xcf6f, 0xfffd, 0xfffd, 
+0xfffd, 0xcf70, 0xcf71, 0xcf72, 0xcf73, 0xcf74, 0xcf75, 0xcf76, 
+0xcf77, 0xcf78, 0xcf79, 0xcf7a, 0xcf7b, 0xcf7c, 0xcf7d, 0xcf7e, 
+0xcf7f, 0xcf80, 0xfffd, 0xcf81, 0xcf82, 0xcf83, 0xcf84, 0xcf85, 
+0xcf86, 0xcf87, 0xcf88, 0xcf89, 0xcf8a, 0xcf8b, 0xfffd, 0xfffd, 
+0xfffd, 0xcf8c, 0xcf8d, 0xcf8e, 0xcf8f, 0xcf90, 0xcf91, 0xcf92, 
+0xcf93, 0xcf94, 0xcf95, 0xcf96, 0xcf97, 0xcf98, 0xcf99, 0xcf9a, 
+0xcf9b, 0xcf9c, 0xfffd, 0xcf9d, 0xcf9e, 0xcf9f, 0xcfa0, 0xcfa1, 
+0xcfa2, 0xcfa3, 0xcfa4, 0xcfa5, 0xcfa6, 0xcfa7, 0xcfa8, 0xcfa9, 
+0xcfaa, 0xcfab, 0xcfac, 0xcfad, 0xcfae, 0xcfaf, 0xcfb0, 0xcfb1, 
+0xcfb2, 0xcfb3, 0xcfb4, 0xcfb5, 0xcfb6, 0xcfb7, 0xcfb8, 0xfffd, 
+0xcfb9, 0xcfba, 0xcfbb, 0xcfbc, 0xcfbd, 0xcfbe, 0xcfbf, 0xcfc0, 
+0xcfc1, 0xcfc2, 0xcfc3, 0xfffd, 0xfffd, 0xfffd, 0xcfc4, 0xcfc5, 
+0xcfc6, 0xcfc7, 0xcfc8, 0xcfc9, 0xcfca, 0xcfcb, 0xcfcc, 0xcfcd, 
+0xcfce, 0xcfcf, 0xcfd0, 0xcfd1, 0xcfd2, 0xcfd3, 0xcfd4, 0xfffd, 
+0xcfd5, 0xcfd6, 0xcfd7, 0xcfd8, 0xcfd9, 0xcfda, 0xcfdb, 0xcfdc, 
+0xcfdd, 0xcfde, 0xcfdf, 0xfffd, 0xfffd, 0xfffd, 0xcfe0, 0xcfe1, 
+0xcfe2, 0xcfe3, 0xcfe4, 0xcfe5, 0xcfe6, 0xcfe7, 0xcfe8, 0xcfe9, 
+0xcfea, 0xcfeb, 0xcfec, 0xcfed, 0xcfee, 0xcfef, 0xcff0, 0xfffd, 
+0xcff1, 0xcff2, 0xcff3, 0xcff4, 0xcff5, 0xcff6, 0xcff7, 0xcff8, 
+0xcff9, 0xcffa, 0xcffb, 0xfffd, 0xfffd, 0xfffd, 0xcffc, 0xcffd, 
+0xcffe, 0xcfff, 0xd000, 0xd001, 0xd002, 0xd003, 0xd004, 0xd005, 
+0xd006, 0xd007, 0xd008, 0xd009, 0xd00a, 0xd00b, 0xd00c, 0xfffd, 
+0xd00d, 0xd00e, 0xd00f, 0xd010, 0xd011, 0xd012, 0xd013, 0xd014, 
+0xd015, 0xd016, 0xd017, 0xfffd, 0xfffd, 0xfffd, 0xd018, 0xd019, 
+0xd01a, 0xd01b, 0xd01c, 0xd01d, 0xd01e, 0xd01f, 0xd020, 0xd021, 
+0xd022, 0xd023, 0xd024, 0xd025, 0xd026, 0xd027, 0xd028, 0xfffd, 
+0xd029, 0xd02a, 0xd02b, 0xd02c, 0xd02d, 0xd02e, 0xd02f, 0xd030, 
+0xd031, 0xd032, 0xd033, 0xfffd, 0xfffd, 0xfffd, 0xd034, 0xd035, 
+0xd036, 0xd037, 0xd038, 0xd039, 0xd03a, 0xd03b, 0xd03c, 0xd03d, 
+0xd03e, 0xd03f, 0xd040, 0xd041, 0xd042, 0xd043, 0xd044, 0xfffd, 
+0xd045, 0xd046, 0xd047, 0xd048, 0xd049, 0xd04a, 0xd04b, 0xd04c, 
+0xd04d, 0xd04e, 0xd04f, 0xd050, 0xd051, 0xd052, 0xd053, 0xd054, 
+0xd055, 0xd056, 0xd057, 0xd058, 0xd059, 0xd05a, 0xd05b, 0xd05c, 
+0xd05d, 0xd05e, 0xd05f, 0xd060, 0xfffd, 0xd061, 0xd062, 0xd063, 
+0xd064, 0xd065, 0xd066, 0xd067, 0xd068, 0xd069, 0xd06a, 0xd06b, 
+0xfffd, 0xfffd, 0xfffd, 0xd06c, 0xd06d, 0xd06e, 0xd06f, 0xd070, 
+0xd071, 0xd072, 0xd073, 0xd074, 0xd075, 0xd076, 0xd077, 0xd078, 
+0xd079, 0xd07a, 0xd07b, 0xd07c, 0xfffd, 0xd07d, 0xd07e, 0xd07f, 
+0xd080, 0xd081, 0xd082, 0xd083, 0xd084, 0xd085, 0xd086, 0xd087, 
+0xfffd, 0xfffd, 0xfffd, 0xd088, 0xd089, 0xd08a, 0xd08b, 0xd08c, 
+0xd08d, 0xd08e, 0xd08f, 0xd090, 0xd091, 0xd092, 0xd093, 0xd094, 
+0xd095, 0xd096, 0xd097, 0xd098, 0xfffd, 0xd099, 0xd09a, 0xd09b, 
+0xd09c, 0xd09d, 0xd09e, 0xd09f, 0xd0a0, 0xd0a1, 0xd0a2, 0xd0a3, 
+0xfffd, 0xfffd, 0xfffd, 0xd0a4, 0xd0a5, 0xd0a6, 0xd0a7, 0xd0a8, 
+0xd0a9, 0xd0aa, 0xd0ab, 0xd0ac, 0xd0ad, 0xd0ae, 0xd0af, 0xd0b0, 
+0xd0b1, 0xd0b2, 0xd0b3, 0xd0b4, 0xfffd, 0xd0b5, 0xd0b6, 0xd0b7, 
+0xd0b8, 0xd0b9, 0xd0ba, 0xd0bb, 0xd0bc, 0xd0bd, 0xd0be, 0xd0bf, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xd0c0, 0xd0c1, 0xd0c2, 0xd0c3, 0xd0c4, 0xd0c5, 0xd0c6, 0xd0c7, 
+0xd0c8, 0xd0c9, 0xd0ca, 0xd0cb, 0xd0cc, 0xd0cd, 0xd0ce, 0xd0cf, 
+0xd0d0, 0xfffd, 0xd0d1, 0xd0d2, 0xd0d3, 0xd0d4, 0xd0d5, 0xd0d6, 
+0xd0d7, 0xd0d8, 0xd0d9, 0xd0da, 0xd0db, 0xfffd, 0xfffd, 0xfffd, 
+0xd0dc, 0xd0dd, 0xd0de, 0xd0df, 0xd0e0, 0xd0e1, 0xd0e2, 0xd0e3, 
+0xd0e4, 0xd0e5, 0xd0e6, 0xd0e7, 0xd0e8, 0xd0e9, 0xd0ea, 0xd0eb, 
+0xd0ec, 0xfffd, 0xd0ed, 0xd0ee, 0xd0ef, 0xd0f0, 0xd0f1, 0xd0f2, 
+0xd0f3, 0xd0f4, 0xd0f5, 0xd0f6, 0xd0f7, 0xfffd, 0xfffd, 0xfffd, 
+0xd0f8, 0xd0f9, 0xd0fa, 0xd0fb, 0xd0fc, 0xd0fd, 0xd0fe, 0xd0ff, 
+0xd100, 0xd101, 0xd102, 0xd103, 0xd104, 0xd105, 0xd106, 0xd107, 
+0xd108, 0xfffd, 0xd109, 0xd10a, 0xd10b, 0xd10c, 0xd10d, 0xd10e, 
+0xd10f, 0xd110, 0xd111, 0xd112, 0xd113, 0xfffd, 0xfffd, 0xfffd, 
+0xd114, 0xd115, 0xd116, 0xd117, 0xd118, 0xd119, 0xd11a, 0xd11b, 
+0xd11c, 0xd11d, 0xd11e, 0xd11f, 0xd120, 0xd121, 0xd122, 0xd123, 
+0xd124, 0xfffd, 0xd125, 0xd126, 0xd127, 0xd128, 0xd129, 0xd12a, 
+0xd12b, 0xd12c, 0xd12d, 0xd12e, 0xd12f, 0xfffd, 0xfffd, 0xfffd, 
+0xd130, 0xd131, 0xd132, 0xd133, 0xd134, 0xd135, 0xd136, 0xd137, 
+0xd138, 0xd139, 0xd13a, 0xd13b, 0xd13c, 0xd13d, 0xd13e, 0xd13f, 
+0xd140, 0xfffd, 0xd141, 0xd142, 0xd143, 0xd144, 0xd145, 0xd146, 
+0xd147, 0xd148, 0xd149, 0xd14a, 0xd14b, 0xd14c, 0xd14d, 0xd14e, 
+0xd14f, 0xd150, 0xd151, 0xd152, 0xd153, 0xd154, 0xd155, 0xd156, 
+0xd157, 0xd158, 0xd159, 0xd15a, 0xd15b, 0xd15c, 0xfffd, 0xd15d, 
+0xd15e, 0xd15f, 0xd160, 0xd161, 0xd162, 0xd163, 0xd164, 0xd165, 
+0xd166, 0xd167, 0xfffd, 0xfffd, 0xfffd, 0xd168, 0xd169, 0xd16a, 
+0xd16b, 0xd16c, 0xd16d, 0xd16e, 0xd16f, 0xd170, 0xd171, 0xd172, 
+0xd173, 0xd174, 0xd175, 0xd176, 0xd177, 0xd178, 0xfffd, 0xd179, 
+0xd17a, 0xd17b, 0xd17c, 0xd17d, 0xd17e, 0xd17f, 0xd180, 0xd181, 
+0xd182, 0xd183, 0xfffd, 0xfffd, 0xfffd, 0xd184, 0xd185, 0xd186, 
+0xd187, 0xd188, 0xd189, 0xd18a, 0xd18b, 0xd18c, 0xd18d, 0xd18e, 
+0xd18f, 0xd190, 0xd191, 0xd192, 0xd193, 0xd194, 0xfffd, 0xd195, 
+0xd196, 0xd197, 0xd198, 0xd199, 0xd19a, 0xd19b, 0xd19c, 0xd19d, 
+0xd19e, 0xd19f, 0xfffd, 0xfffd, 0xfffd, 0xd1a0, 0xd1a1, 0xd1a2, 
+0xd1a3, 0xd1a4, 0xd1a5, 0xd1a6, 0xd1a7, 0xd1a8, 0xd1a9, 0xd1aa, 
+0xd1ab, 0xd1ac, 0xd1ad, 0xd1ae, 0xd1af, 0xd1b0, 0xfffd, 0xd1b1, 
+0xd1b2, 0xd1b3, 0xd1b4, 0xd1b5, 0xd1b6, 0xd1b7, 0xd1b8, 0xd1b9, 
+0xd1ba, 0xd1bb, 0xfffd, 0xfffd, 0xfffd, 0xd1bc, 0xd1bd, 0xd1be, 
+0xd1bf, 0xd1c0, 0xd1c1, 0xd1c2, 0xd1c3, 0xd1c4, 0xd1c5, 0xd1c6, 
+0xd1c7, 0xd1c8, 0xd1c9, 0xd1ca, 0xd1cb, 0xd1cc, 0xfffd, 0xd1cd, 
+0xd1ce, 0xd1cf, 0xd1d0, 0xd1d1, 0xd1d2, 0xd1d3, 0xd1d4, 0xd1d5, 
+0xd1d6, 0xd1d7, 0xfffd, 0xfffd, 0xfffd, 0xd1d8, 0xd1d9, 0xd1da, 
+0xd1db, 0xd1dc, 0xd1dd, 0xd1de, 0xd1df, 0xd1e0, 0xd1e1, 0xd1e2, 
+0xd1e3, 0xd1e4, 0xd1e5, 0xd1e6, 0xd1e7, 0xd1e8, 0xfffd, 0xd1e9, 
+0xd1ea, 0xd1eb, 0xd1ec, 0xd1ed, 0xd1ee, 0xd1ef, 0xd1f0, 0xd1f1, 
+0xd1f2, 0xd1f3, 0xd1f4, 0xd1f5, 0xd1f6, 0xd1f7, 0xd1f8, 0xd1f9, 
+0xd1fa, 0xd1fb, 0xd1fc, 0xd1fd, 0xd1fe, 0xd1ff, 0xd200, 0xd201, 
+0xd202, 0xd203, 0xd204, 0xfffd, 0xd205, 0xd206, 0xd207, 0xd208, 
+0xd209, 0xd20a, 0xd20b, 0xd20c, 0xd20d, 0xd20e, 0xd20f, 0xfffd, 
+0xfffd, 0xfffd, 0xd210, 0xd211, 0xd212, 0xd213, 0xd214, 0xd215, 
+0xd216, 0xd217, 0xd218, 0xd219, 0xd21a, 0xd21b, 0xd21c, 0xd21d, 
+0xd21e, 0xd21f, 0xd220, 0xfffd, 0xd221, 0xd222, 0xd223, 0xd224, 
+0xd225, 0xd226, 0xd227, 0xd228, 0xd229, 0xd22a, 0xd22b, 0xfffd, 
+0xfffd, 0xfffd, 0xd22c, 0xd22d, 0xd22e, 0xd22f, 0xd230, 0xd231, 
+0xd232, 0xd233, 0xd234, 0xd235, 0xd236, 0xd237, 0xd238, 0xd239, 
+0xd23a, 0xd23b, 0xd23c, 0xfffd, 0xd23d, 0xd23e, 0xd23f, 0xd240, 
+0xd241, 0xd242, 0xd243, 0xd244, 0xd245, 0xd246, 0xd247, 0xfffd, 
+0xfffd, 0xfffd, 0xd248, 0xd249, 0xd24a, 0xd24b, 0xd24c, 0xd24d, 
+0xd24e, 0xd24f, 0xd250, 0xd251, 0xd252, 0xd253, 0xd254, 0xd255, 
+0xd256, 0xd257, 0xd258, 0xfffd, 0xd259, 0xd25a, 0xd25b, 0xd25c, 
+0xd25d, 0xd25e, 0xd25f, 0xd260, 0xd261, 0xd262, 0xd263, 0xfffd, 
+0xfffd, 0xfffd, 0xd264, 0xd265, 0xd266, 0xd267, 0xd268, 0xd269, 
+0xd26a, 0xd26b, 0xd26c, 0xd26d, 0xd26e, 0xd26f, 0xd270, 0xd271, 
+0xd272, 0xd273, 0xd274, 0xfffd, 0xd275, 0xd276, 0xd277, 0xd278, 
+0xd279, 0xd27a, 0xd27b, 0xd27c, 0xd27d, 0xd27e, 0xd27f, 0xfffd, 
+0xfffd, 0xfffd, 0xd280, 0xd281, 0xd282, 0xd283, 0xd284, 0xd285, 
+0xd286, 0xd287, 0xd288, 0xd289, 0xd28a, 0xd28b, 0xd28c, 0xd28d, 
+0xd28e, 0xd28f, 0xd290, 0xfffd, 0xd291, 0xd292, 0xd293, 0xd294, 
+0xd295, 0xd296, 0xd297, 0xd298, 0xd299, 0xd29a, 0xd29b, 0xd29c, 
+0xd29d, 0xd29e, 0xd29f, 0xd2a0, 0xd2a1, 0xd2a2, 0xd2a3, 0xd2a4, 
+0xd2a5, 0xd2a6, 0xd2a7, 0xd2a8, 0xd2a9, 0xd2aa, 0xd2ab, 0xd2ac, 
+0xfffd, 0xd2ad, 0xd2ae, 0xd2af, 0xd2b0, 0xd2b1, 0xd2b2, 0xd2b3, 
+0xd2b4, 0xd2b5, 0xd2b6, 0xd2b7, 0xfffd, 0xfffd, 0xfffd, 0xd2b8, 
+0xd2b9, 0xd2ba, 0xd2bb, 0xd2bc, 0xd2bd, 0xd2be, 0xd2bf, 0xd2c0, 
+0xd2c1, 0xd2c2, 0xd2c3, 0xd2c4, 0xd2c5, 0xd2c6, 0xd2c7, 0xd2c8, 
+0xfffd, 0xd2c9, 0xd2ca, 0xd2cb, 0xd2cc, 0xd2cd, 0xd2ce, 0xd2cf, 
+0xd2d0, 0xd2d1, 0xd2d2, 0xd2d3, 0xfffd, 0xfffd, 0xfffd, 0xd2d4, 
+0xd2d5, 0xd2d6, 0xd2d7, 0xd2d8, 0xd2d9, 0xd2da, 0xd2db, 0xd2dc, 
+0xd2dd, 0xd2de, 0xd2df, 0xd2e0, 0xd2e1, 0xd2e2, 0xd2e3, 0xd2e4, 
+0xfffd, 0xd2e5, 0xd2e6, 0xd2e7, 0xd2e8, 0xd2e9, 0xd2ea, 0xd2eb, 
+0xd2ec, 0xd2ed, 0xd2ee, 0xd2ef, 0xfffd, 0xfffd, 0xfffd, 0xd2f0, 
+0xd2f1, 0xd2f2, 0xd2f3, 0xd2f4, 0xd2f5, 0xd2f6, 0xd2f7, 0xd2f8, 
+0xd2f9, 0xd2fa, 0xd2fb, 0xd2fc, 0xd2fd, 0xd2fe, 0xd2ff, 0xd300, 
+0xfffd, 0xd301, 0xd302, 0xd303, 0xd304, 0xd305, 0xd306, 0xd307, 
+0xd308, 0xd309, 0xd30a, 0xd30b, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xd30c, 0xd30d, 0xd30e, 0xd30f, 
+0xd310, 0xd311, 0xd312, 0xd313, 0xd314, 0xd315, 0xd316, 0xd317, 
+0xd318, 0xd319, 0xd31a, 0xd31b, 0xd31c, 0xfffd, 0xd31d, 0xd31e, 
+0xd31f, 0xd320, 0xd321, 0xd322, 0xd323, 0xd324, 0xd325, 0xd326, 
+0xd327, 0xfffd, 0xfffd, 0xfffd, 0xd328, 0xd329, 0xd32a, 0xd32b, 
+0xd32c, 0xd32d, 0xd32e, 0xd32f, 0xd330, 0xd331, 0xd332, 0xd333, 
+0xd334, 0xd335, 0xd336, 0xd337, 0xd338, 0xfffd, 0xd339, 0xd33a, 
+0xd33b, 0xd33c, 0xd33d, 0xd33e, 0xd33f, 0xd340, 0xd341, 0xd342, 
+0xd343, 0xfffd, 0xfffd, 0xfffd, 0xd344, 0xd345, 0xd346, 0xd347, 
+0xd348, 0xd349, 0xd34a, 0xd34b, 0xd34c, 0xd34d, 0xd34e, 0xd34f, 
+0xd350, 0xd351, 0xd352, 0xd353, 0xd354, 0xfffd, 0xd355, 0xd356, 
+0xd357, 0xd358, 0xd359, 0xd35a, 0xd35b, 0xd35c, 0xd35d, 0xd35e, 
+0xd35f, 0xfffd, 0xfffd, 0xfffd, 0xd360, 0xd361, 0xd362, 0xd363, 
+0xd364, 0xd365, 0xd366, 0xd367, 0xd368, 0xd369, 0xd36a, 0xd36b, 
+0xd36c, 0xd36d, 0xd36e, 0xd36f, 0xd370, 0xfffd, 0xd371, 0xd372, 
+0xd373, 0xd374, 0xd375, 0xd376, 0xd377, 0xd378, 0xd379, 0xd37a, 
+0xd37b, 0xfffd, 0xfffd, 0xfffd, 0xd37c, 0xd37d, 0xd37e, 0xd37f, 
+0xd380, 0xd381, 0xd382, 0xd383, 0xd384, 0xd385, 0xd386, 0xd387, 
+0xd388, 0xd389, 0xd38a, 0xd38b, 0xd38c, 0xfffd, 0xd38d, 0xd38e, 
+0xd38f, 0xd390, 0xd391, 0xd392, 0xd393, 0xd394, 0xd395, 0xd396, 
+0xd397, 0xd398, 0xd399, 0xd39a, 0xd39b, 0xd39c, 0xd39d, 0xd39e, 
+0xd39f, 0xd3a0, 0xd3a1, 0xd3a2, 0xd3a3, 0xd3a4, 0xd3a5, 0xd3a6, 
+0xd3a7, 0xd3a8, 0xfffd, 0xd3a9, 0xd3aa, 0xd3ab, 0xd3ac, 0xd3ad, 
+0xd3ae, 0xd3af, 0xd3b0, 0xd3b1, 0xd3b2, 0xd3b3, 0xfffd, 0xfffd, 
+0xfffd, 0xd3b4, 0xd3b5, 0xd3b6, 0xd3b7, 0xd3b8, 0xd3b9, 0xd3ba, 
+0xd3bb, 0xd3bc, 0xd3bd, 0xd3be, 0xd3bf, 0xd3c0, 0xd3c1, 0xd3c2, 
+0xd3c3, 0xd3c4, 0xfffd, 0xd3c5, 0xd3c6, 0xd3c7, 0xd3c8, 0xd3c9, 
+0xd3ca, 0xd3cb, 0xd3cc, 0xd3cd, 0xd3ce, 0xd3cf, 0xfffd, 0xfffd, 
+0xfffd, 0xd3d0, 0xd3d1, 0xd3d2, 0xd3d3, 0xd3d4, 0xd3d5, 0xd3d6, 
+0xd3d7, 0xd3d8, 0xd3d9, 0xd3da, 0xd3db, 0xd3dc, 0xd3dd, 0xd3de, 
+0xd3df, 0xd3e0, 0xfffd, 0xd3e1, 0xd3e2, 0xd3e3, 0xd3e4, 0xd3e5, 
+0xd3e6, 0xd3e7, 0xd3e8, 0xd3e9, 0xd3ea, 0xd3eb, 0xfffd, 0xfffd, 
+0xfffd, 0xd3ec, 0xd3ed, 0xd3ee, 0xd3ef, 0xd3f0, 0xd3f1, 0xd3f2, 
+0xd3f3, 0xd3f4, 0xd3f5, 0xd3f6, 0xd3f7, 0xd3f8, 0xd3f9, 0xd3fa, 
+0xd3fb, 0xd3fc, 0xfffd, 0xd3fd, 0xd3fe, 0xd3ff, 0xd400, 0xd401, 
+0xd402, 0xd403, 0xd404, 0xd405, 0xd406, 0xd407, 0xfffd, 0xfffd, 
+0xfffd, 0xd408, 0xd409, 0xd40a, 0xd40b, 0xd40c, 0xd40d, 0xd40e, 
+0xd40f, 0xd410, 0xd411, 0xd412, 0xd413, 0xd414, 0xd415, 0xd416, 
+0xd417, 0xd418, 0xfffd, 0xd419, 0xd41a, 0xd41b, 0xd41c, 0xd41d, 
+0xd41e, 0xd41f, 0xd420, 0xd421, 0xd422, 0xd423, 0xfffd, 0xfffd, 
+0xfffd, 0xd424, 0xd425, 0xd426, 0xd427, 0xd428, 0xd429, 0xd42a, 
+0xd42b, 0xd42c, 0xd42d, 0xd42e, 0xd42f, 0xd430, 0xd431, 0xd432, 
+0xd433, 0xd434, 0xfffd, 0xd435, 0xd436, 0xd437, 0xd438, 0xd439, 
+0xd43a, 0xd43b, 0xd43c, 0xd43d, 0xd43e, 0xd43f, 0xd440, 0xd441, 
+0xd442, 0xd443, 0xd444, 0xd445, 0xd446, 0xd447, 0xd448, 0xd449, 
+0xd44a, 0xd44b, 0xd44c, 0xd44d, 0xd44e, 0xd44f, 0xd450, 0xfffd, 
+0xd451, 0xd452, 0xd453, 0xd454, 0xd455, 0xd456, 0xd457, 0xd458, 
+0xd459, 0xd45a, 0xd45b, 0xfffd, 0xfffd, 0xfffd, 0xd45c, 0xd45d, 
+0xd45e, 0xd45f, 0xd460, 0xd461, 0xd462, 0xd463, 0xd464, 0xd465, 
+0xd466, 0xd467, 0xd468, 0xd469, 0xd46a, 0xd46b, 0xd46c, 0xfffd, 
+0xd46d, 0xd46e, 0xd46f, 0xd470, 0xd471, 0xd472, 0xd473, 0xd474, 
+0xd475, 0xd476, 0xd477, 0xfffd, 0xfffd, 0xfffd, 0xd478, 0xd479, 
+0xd47a, 0xd47b, 0xd47c, 0xd47d, 0xd47e, 0xd47f, 0xd480, 0xd481, 
+0xd482, 0xd483, 0xd484, 0xd485, 0xd486, 0xd487, 0xd488, 0xfffd, 
+0xd489, 0xd48a, 0xd48b, 0xd48c, 0xd48d, 0xd48e, 0xd48f, 0xd490, 
+0xd491, 0xd492, 0xd493, 0xfffd, 0xfffd, 0xfffd, 0xd494, 0xd495, 
+0xd496, 0xd497, 0xd498, 0xd499, 0xd49a, 0xd49b, 0xd49c, 0xd49d, 
+0xd49e, 0xd49f, 0xd4a0, 0xd4a1, 0xd4a2, 0xd4a3, 0xd4a4, 0xfffd, 
+0xd4a5, 0xd4a6, 0xd4a7, 0xd4a8, 0xd4a9, 0xd4aa, 0xd4ab, 0xd4ac, 
+0xd4ad, 0xd4ae, 0xd4af, 0xfffd, 0xfffd, 0xfffd, 0xd4b0, 0xd4b1, 
+0xd4b2, 0xd4b3, 0xd4b4, 0xd4b5, 0xd4b6, 0xd4b7, 0xd4b8, 0xd4b9, 
+0xd4ba, 0xd4bb, 0xd4bc, 0xd4bd, 0xd4be, 0xd4bf, 0xd4c0, 0xfffd, 
+0xd4c1, 0xd4c2, 0xd4c3, 0xd4c4, 0xd4c5, 0xd4c6, 0xd4c7, 0xd4c8, 
+0xd4c9, 0xd4ca, 0xd4cb, 0xfffd, 0xfffd, 0xfffd, 0xd4cc, 0xd4cd, 
+0xd4ce, 0xd4cf, 0xd4d0, 0xd4d1, 0xd4d2, 0xd4d3, 0xd4d4, 0xd4d5, 
+0xd4d6, 0xd4d7, 0xd4d8, 0xd4d9, 0xd4da, 0xd4db, 0xd4dc, 0xfffd, 
+0xd4dd, 0xd4de, 0xd4df, 0xd4e0, 0xd4e1, 0xd4e2, 0xd4e3, 0xd4e4, 
+0xd4e5, 0xd4e6, 0xd4e7, 0xd4e8, 0xd4e9, 0xd4ea, 0xd4eb, 0xd4ec, 
+0xd4ed, 0xd4ee, 0xd4ef, 0xd4f0, 0xd4f1, 0xd4f2, 0xd4f3, 0xd4f4, 
+0xd4f5, 0xd4f6, 0xd4f7, 0xd4f8, 0xfffd, 0xd4f9, 0xd4fa, 0xd4fb, 
+0xd4fc, 0xd4fd, 0xd4fe, 0xd4ff, 0xd500, 0xd501, 0xd502, 0xd503, 
+0xfffd, 0xfffd, 0xfffd, 0xd504, 0xd505, 0xd506, 0xd507, 0xd508, 
+0xd509, 0xd50a, 0xd50b, 0xd50c, 0xd50d, 0xd50e, 0xd50f, 0xd510, 
+0xd511, 0xd512, 0xd513, 0xd514, 0xfffd, 0xd515, 0xd516, 0xd517, 
+0xd518, 0xd519, 0xd51a, 0xd51b, 0xd51c, 0xd51d, 0xd51e, 0xd51f, 
+0xfffd, 0xfffd, 0xfffd, 0xd520, 0xd521, 0xd522, 0xd523, 0xd524, 
+0xd525, 0xd526, 0xd527, 0xd528, 0xd529, 0xd52a, 0xd52b, 0xd52c, 
+0xd52d, 0xd52e, 0xd52f, 0xd530, 0xfffd, 0xd531, 0xd532, 0xd533, 
+0xd534, 0xd535, 0xd536, 0xd537, 0xd538, 0xd539, 0xd53a, 0xd53b, 
+0xfffd, 0xfffd, 0xfffd, 0xd53c, 0xd53d, 0xd53e, 0xd53f, 0xd540, 
+0xd541, 0xd542, 0xd543, 0xd544, 0xd545, 0xd546, 0xd547, 0xd548, 
+0xd549, 0xd54a, 0xd54b, 0xd54c, 0xfffd, 0xd54d, 0xd54e, 0xd54f, 
+0xd550, 0xd551, 0xd552, 0xd553, 0xd554, 0xd555, 0xd556, 0xd557, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xd558, 0xd559, 0xd55a, 0xd55b, 0xd55c, 0xd55d, 0xd55e, 0xd55f, 
+0xd560, 0xd561, 0xd562, 0xd563, 0xd564, 0xd565, 0xd566, 0xd567, 
+0xd568, 0xfffd, 0xd569, 0xd56a, 0xd56b, 0xd56c, 0xd56d, 0xd56e, 
+0xd56f, 0xd570, 0xd571, 0xd572, 0xd573, 0xfffd, 0xfffd, 0xfffd, 
+0xd574, 0xd575, 0xd576, 0xd577, 0xd578, 0xd579, 0xd57a, 0xd57b, 
+0xd57c, 0xd57d, 0xd57e, 0xd57f, 0xd580, 0xd581, 0xd582, 0xd583, 
+0xd584, 0xfffd, 0xd585, 0xd586, 0xd587, 0xd588, 0xd589, 0xd58a, 
+0xd58b, 0xd58c, 0xd58d, 0xd58e, 0xd58f, 0xfffd, 0xfffd, 0xfffd, 
+0xd590, 0xd591, 0xd592, 0xd593, 0xd594, 0xd595, 0xd596, 0xd597, 
+0xd598, 0xd599, 0xd59a, 0xd59b, 0xd59c, 0xd59d, 0xd59e, 0xd59f, 
+0xd5a0, 0xfffd, 0xd5a1, 0xd5a2, 0xd5a3, 0xd5a4, 0xd5a5, 0xd5a6, 
+0xd5a7, 0xd5a8, 0xd5a9, 0xd5aa, 0xd5ab, 0xfffd, 0xfffd, 0xfffd, 
+0xd5ac, 0xd5ad, 0xd5ae, 0xd5af, 0xd5b0, 0xd5b1, 0xd5b2, 0xd5b3, 
+0xd5b4, 0xd5b5, 0xd5b6, 0xd5b7, 0xd5b8, 0xd5b9, 0xd5ba, 0xd5bb, 
+0xd5bc, 0xfffd, 0xd5bd, 0xd5be, 0xd5bf, 0xd5c0, 0xd5c1, 0xd5c2, 
+0xd5c3, 0xd5c4, 0xd5c5, 0xd5c6, 0xd5c7, 0xfffd, 0xfffd, 0xfffd, 
+0xd5c8, 0xd5c9, 0xd5ca, 0xd5cb, 0xd5cc, 0xd5cd, 0xd5ce, 0xd5cf, 
+0xd5d0, 0xd5d1, 0xd5d2, 0xd5d3, 0xd5d4, 0xd5d5, 0xd5d6, 0xd5d7, 
+0xd5d8, 0xfffd, 0xd5d9, 0xd5da, 0xd5db, 0xd5dc, 0xd5dd, 0xd5de, 
+0xd5df, 0xd5e0, 0xd5e1, 0xd5e2, 0xd5e3, 0xd5e4, 0xd5e5, 0xd5e6, 
+0xd5e7, 0xd5e8, 0xd5e9, 0xd5ea, 0xd5eb, 0xd5ec, 0xd5ed, 0xd5ee, 
+0xd5ef, 0xd5f0, 0xd5f1, 0xd5f2, 0xd5f3, 0xd5f4, 0xfffd, 0xd5f5, 
+0xd5f6, 0xd5f7, 0xd5f8, 0xd5f9, 0xd5fa, 0xd5fb, 0xd5fc, 0xd5fd, 
+0xd5fe, 0xd5ff, 0xfffd, 0xfffd, 0xfffd, 0xd600, 0xd601, 0xd602, 
+0xd603, 0xd604, 0xd605, 0xd606, 0xd607, 0xd608, 0xd609, 0xd60a, 
+0xd60b, 0xd60c, 0xd60d, 0xd60e, 0xd60f, 0xd610, 0xfffd, 0xd611, 
+0xd612, 0xd613, 0xd614, 0xd615, 0xd616, 0xd617, 0xd618, 0xd619, 
+0xd61a, 0xd61b, 0xfffd, 0xfffd, 0xfffd, 0xd61c, 0xd61d, 0xd61e, 
+0xd61f, 0xd620, 0xd621, 0xd622, 0xd623, 0xd624, 0xd625, 0xd626, 
+0xd627, 0xd628, 0xd629, 0xd62a, 0xd62b, 0xd62c, 0xfffd, 0xd62d, 
+0xd62e, 0xd62f, 0xd630, 0xd631, 0xd632, 0xd633, 0xd634, 0xd635, 
+0xd636, 0xd637, 0xfffd, 0xfffd, 0xfffd, 0xd638, 0xd639, 0xd63a, 
+0xd63b, 0xd63c, 0xd63d, 0xd63e, 0xd63f, 0xd640, 0xd641, 0xd642, 
+0xd643, 0xd644, 0xd645, 0xd646, 0xd647, 0xd648, 0xfffd, 0xd649, 
+0xd64a, 0xd64b, 0xd64c, 0xd64d, 0xd64e, 0xd64f, 0xd650, 0xd651, 
+0xd652, 0xd653, 0xfffd, 0xfffd, 0xfffd, 0xd654, 0xd655, 0xd656, 
+0xd657, 0xd658, 0xd659, 0xd65a, 0xd65b, 0xd65c, 0xd65d, 0xd65e, 
+0xd65f, 0xd660, 0xd661, 0xd662, 0xd663, 0xd664, 0xfffd, 0xd665, 
+0xd666, 0xd667, 0xd668, 0xd669, 0xd66a, 0xd66b, 0xd66c, 0xd66d, 
+0xd66e, 0xd66f, 0xfffd, 0xfffd, 0xfffd, 0xd670, 0xd671, 0xd672, 
+0xd673, 0xd674, 0xd675, 0xd676, 0xd677, 0xd678, 0xd679, 0xd67a, 
+0xd67b, 0xd67c, 0xd67d, 0xd67e, 0xd67f, 0xd680, 0xfffd, 0xd681, 
+0xd682, 0xd683, 0xd684, 0xd685, 0xd686, 0xd687, 0xd688, 0xd689, 
+0xd68a, 0xd68b, 0xd68c, 0xd68d, 0xd68e, 0xd68f, 0xd690, 0xd691, 
+0xd692, 0xd693, 0xd694, 0xd695, 0xd696, 0xd697, 0xd698, 0xd699, 
+0xd69a, 0xd69b, 0xd69c, 0xfffd, 0xd69d, 0xd69e, 0xd69f, 0xd6a0, 
+0xd6a1, 0xd6a2, 0xd6a3, 0xd6a4, 0xd6a5, 0xd6a6, 0xd6a7, 0xfffd, 
+0xfffd, 0xfffd, 0xd6a8, 0xd6a9, 0xd6aa, 0xd6ab, 0xd6ac, 0xd6ad, 
+0xd6ae, 0xd6af, 0xd6b0, 0xd6b1, 0xd6b2, 0xd6b3, 0xd6b4, 0xd6b5, 
+0xd6b6, 0xd6b7, 0xd6b8, 0xfffd, 0xd6b9, 0xd6ba, 0xd6bb, 0xd6bc, 
+0xd6bd, 0xd6be, 0xd6bf, 0xd6c0, 0xd6c1, 0xd6c2, 0xd6c3, 0xfffd, 
+0xfffd, 0xfffd, 0xd6c4, 0xd6c5, 0xd6c6, 0xd6c7, 0xd6c8, 0xd6c9, 
+0xd6ca, 0xd6cb, 0xd6cc, 0xd6cd, 0xd6ce, 0xd6cf, 0xd6d0, 0xd6d1, 
+0xd6d2, 0xd6d3, 0xd6d4, 0xfffd, 0xd6d5, 0xd6d6, 0xd6d7, 0xd6d8, 
+0xd6d9, 0xd6da, 0xd6db, 0xd6dc, 0xd6dd, 0xd6de, 0xd6df, 0xfffd, 
+0xfffd, 0xfffd, 0xd6e0, 0xd6e1, 0xd6e2, 0xd6e3, 0xd6e4, 0xd6e5, 
+0xd6e6, 0xd6e7, 0xd6e8, 0xd6e9, 0xd6ea, 0xd6eb, 0xd6ec, 0xd6ed, 
+0xd6ee, 0xd6ef, 0xd6f0, 0xfffd, 0xd6f1, 0xd6f2, 0xd6f3, 0xd6f4, 
+0xd6f5, 0xd6f6, 0xd6f7, 0xd6f8, 0xd6f9, 0xd6fa, 0xd6fb, 0xfffd, 
+0xfffd, 0xfffd, 0xd6fc, 0xd6fd, 0xd6fe, 0xd6ff, 0xd700, 0xd701, 
+0xd702, 0xd703, 0xd704, 0xd705, 0xd706, 0xd707, 0xd708, 0xd709, 
+0xd70a, 0xd70b, 0xd70c, 0xfffd, 0xd70d, 0xd70e, 0xd70f, 0xd710, 
+0xd711, 0xd712, 0xd713, 0xd714, 0xd715, 0xd716, 0xd717, 0xfffd, 
+0xfffd, 0xfffd, 0xd718, 0xd719, 0xd71a, 0xd71b, 0xd71c, 0xd71d, 
+0xd71e, 0xd71f, 0xd720, 0xd721, 0xd722, 0xd723, 0xd724, 0xd725, 
+0xd726, 0xd727, 0xd728, 0xfffd, 0xd729, 0xd72a, 0xd72b, 0xd72c, 
+0xd72d, 0xd72e, 0xd72f, 0xd730, 0xd731, 0xd732, 0xd733, 0xd734, 
+0xd735, 0xd736, 0xd737, 0xd738, 0xd739, 0xd73a, 0xd73b, 0xd73c, 
+0xd73d, 0xd73e, 0xd73f, 0xd740, 0xd741, 0xd742, 0xd743, 0xd744, 
+0xfffd, 0xd745, 0xd746, 0xd747, 0xd748, 0xd749, 0xd74a, 0xd74b, 
+0xd74c, 0xd74d, 0xd74e, 0xd74f, 0xfffd, 0xfffd, 0xfffd, 0xd750, 
+0xd751, 0xd752, 0xd753, 0xd754, 0xd755, 0xd756, 0xd757, 0xd758, 
+0xd759, 0xd75a, 0xd75b, 0xd75c, 0xd75d, 0xd75e, 0xd75f, 0xd760, 
+0xfffd, 0xd761, 0xd762, 0xd763, 0xd764, 0xd765, 0xd766, 0xd767, 
+0xd768, 0xd769, 0xd76a, 0xd76b, 0xfffd, 0xfffd, 0xfffd, 0xd76c, 
+0xd76d, 0xd76e, 0xd76f, 0xd770, 0xd771, 0xd772, 0xd773, 0xd774, 
+0xd775, 0xd776, 0xd777, 0xd778, 0xd779, 0xd77a, 0xd77b, 0xd77c, 
+0xfffd, 0xd77d, 0xd77e, 0xd77f, 0xd780, 0xd781, 0xd782, 0xd783, 
+0xd784, 0xd785, 0xd786, 0xd787, 0xfffd, 0xfffd, 0xfffd, 0xd788, 
+0xd789, 0xd78a, 0xd78b, 0xd78c, 0xd78d, 0xd78e, 0xd78f, 0xd790, 
+0xd791, 0xd792, 0xd793, 0xd794, 0xd795, 0xd796, 0xd797, 0xd798, 
+0xfffd, 0xd799, 0xd79a, 0xd79b, 0xd79c, 0xd79d, 0xd79e, 0xd79f, 
+0xd7a0, 0xd7a1, 0xd7a2, 0xd7a3, };
+
+static const unsigned short ksc5601_1992_user[178*8+5] = {
+0xf700, 0xf701, 0xf702, 0xf703, 0xf704, 0xf705, 0xf706, 0xf707, 
+0xf708, 0xf709, 0xf70a, 0xf70b, 0xf70c, 0xf70d, 0xf70e, 0xf70f, 
+0xf710, 0xf711, 0xf712, 0xf713, 0xf714, 0xf715, 0xf716, 0xf717, 
+0xf718, 0xf719, 0xf71a, 0xf71b, 0xf71c, 0xf71d, 0xf71e, 0xf71f, 
+0xf720, 0xf721, 0xf722, 0xf723, 0xf724, 0xf725, 0xf726, 0xf727, 
+0xf728, 0xf729, 0xf72a, 0xf72b, 0xf72c, 0xf72d, 0xf72e, 0xf72f, 
+0xf730, 0xf731, 0xf732, 0xf733, 0xf734, 0xf735, 0xf736, 0xf737, 
+0xf738, 0xf739, 0xf73a, 0xf73b, 0xf73c, 0xf73d, 0xf73e, 0xf73f, 
+0xf740, 0xf741, 0xf742, 0xf743, 0xf744, 0xf745, 0xf746, 0xf747, 
+0xf748, 0xf749, 0xf74a, 0xf74b, 0xf74c, 0xf74d, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xf74e, 0xf74f, 0xf750, 0xf751, 0xf752, 0xf753, 0xf754, 0xf755, 
+0xf756, 0xf757, 0xf758, 0xf759, 0xf75a, 0xf75b, 0xf75c, 0xf75d, 
+0xf75e, 0xf75f, 0xf760, 0xf761, 0xf762, 0xf763, 0xf764, 0xf765, 
+0xf766, 0xf767, 0xf768, 0xf769, 0xf76a, 0xf76b, 0xf76c, 0xf76d, 
+0xf76e, 0xf76f, 0xf770, 0xf771, 0xf772, 0xf773, 0xf774, 0xf775, 
+0xf776, 0xf777, 0xf778, 0xf779, 0xf77a, 0xf77b, 0xf77c, 0xf77d, 
+0xf77e, 0xf77f, 0xf780, 0xf781, 0xf782, 0xf783, 0xf784, 0xf785, 
+0xf786, 0xf787, 0xf788, 0xf789, 0xf78a, 0xf78b, 0xf78c, 0xf78d, 
+0xf78e, 0xf78f, 0xf790, 0xf791, 0xf792, 0xf793, 0xf794, 0xf795, 
+0xf796, 0xf797, 0xf798, 0xf799, 0xf79a, 0xf79b, 0xf79c, 0xf79d, 
+0xf79e, 0xf79f, 0xf7a0, 0xf7a1, 0xf7a2, 0xf7a3, 0xf7a4, 0xf7a5, 
+0xf7a6, 0xf7a7, 0xf7a8, 0xf7a9, 0xf7aa, 0xf7ab, 0xf7ac, 0xf7ad, 
+0xf7ae, 0xf7af, 0xf7b0, 0xf7b1, 0xf7b2, 0xf7b3, 0xf7b4, 0xf7b5, 
+0xf7b6, 0xf7b7, 0xf7b8, 0xf7b9, 0xf7ba, 0xf7bb, 0x3000, 0x3001, 
+0x3002, 0x30fb, 0x2025, 0x2026, 0x00a8, 0x3003, 0x2013, 0x2014, 
+0x2016, 0xff3c, 0xff5e, 0x2018, 0x2019, 0x201c, 0x201d, 0x3014, 
+0x3015, 0x3008, 0x3009, 0x300a, 0x300b, 0x300c, 0x300d, 0x300e, 
+0x300f, 0x3010, 0x3011, 0x00b1, 0x00d7, 0x00f7, 0x2260, 0x2264, 
+0x2265, 0x221e, 0x2234, 0x00b0, 0x2032, 0x2033, 0x2103, 0x212b, 
+0xffe0, 0xffe1, 0xffe5, 0x2642, 0x2640, 0x2220, 0x22a5, 0x2312, 
+0x2202, 0x2207, 0x2261, 0x2252, 0x00a7, 0x203b, 0x2606, 0x2605, 
+0x25cb, 0x25cf, 0x25ce, 0x25c7, 0x25c6, 0x25a1, 0x25a0, 0x25b3, 
+0x25b2, 0x25bd, 0x25bc, 0x2192, 0x2190, 0x2191, 0x2193, 0x2194, 
+0x3013, 0x00ab, 0x00bb, 0x221a, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x223d, 0x221d, 
+0x2235, 0x222b, 0x222c, 0x2208, 0x220b, 0x2286, 0x2287, 0x2282, 
+0x2283, 0x222a, 0x2229, 0x2227, 0x2228, 0xffe2, 0x21d2, 0x21d4, 
+0x2200, 0x2203, 0x00b4, 0x02dc, 0x02c7, 0x02d8, 0x02dd, 0x02da, 
+0x02d9, 0x00b8, 0x02db, 0x00a1, 0x00bf, 0x2236, 0x222e, 0x2211, 
+0x220f, 0x00a4, 0x2109, 0x2030, 0x25c1, 0x25c0, 0x25b7, 0x25b6, 
+0x2664, 0x2660, 0x2661, 0x2665, 0x2667, 0x2663, 0x25c9, 0x25c8, 
+0x25a3, 0x25d0, 0x25d1, 0x2592, 0x25a4, 0x25a5, 0x25a8, 0x25a7, 
+0x25a6, 0x25a9, 0x2668, 0x260f, 0x260e, 0x261c, 0x261e, 0x00b6, 
+0x2020, 0x2021, 0x2195, 0x2197, 0x2199, 0x2196, 0x2198, 0x266d, 
+0x2669, 0x266a, 0x266c, 0x327f, 0x321c, 0x2116, 0x33c7, 0x2122, 
+0x33c2, 0x33d8, 0x2121, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xff01, 0xff02, 0xff03, 0xff04, 
+0xff05, 0xff06, 0xff07, 0xff08, 0xff09, 0xff0a, 0xff0b, 0xff0c, 
+0xff0d, 0xff0e, 0xff0f, 0xff10, 0xff11, 0xff12, 0xff13, 0xff14, 
+0xff15, 0xff16, 0xff17, 0xff18, 0xff19, 0xff1a, 0xff1b, 0xff1c, 
+0xff1d, 0xff1e, 0xff1f, 0xff20, 0xff21, 0xff22, 0xff23, 0xff24, 
+0xff25, 0xff26, 0xff27, 0xff28, 0xff29, 0xff2a, 0xff2b, 0xff2c, 
+0xff2d, 0xff2e, 0xff2f, 0xff30, 0xff31, 0xff32, 0xff33, 0xff34, 
+0xff35, 0xff36, 0xff37, 0xff38, 0xff39, 0xff3a, 0xff3b, 0xffe6, 
+0xff3d, 0xff3e, 0xff3f, 0xff40, 0xff41, 0xff42, 0xff43, 0xff44, 
+0xff45, 0xff46, 0xff47, 0xff48, 0xff49, 0xff4a, 0xff4b, 0xff4c, 
+0xff4d, 0xff4e, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xff4f, 0xff50, 0xff51, 0xff52, 
+0xff53, 0xff54, 0xff55, 0xff56, 0xff57, 0xff58, 0xff59, 0xff5a, 
+0xff5b, 0xff5c, 0xff5d, 0xffe3, 0x3131, 0x3132, 0x3133, 0x3134, 
+0x3135, 0x3136, 0x3137, 0x3138, 0x3139, 0x313a, 0x313b, 0x313c, 
+0x313d, 0x313e, 0x313f, 0x3140, 0x3141, 0x3142, 0x3143, 0x3144, 
+0x3145, 0x3146, 0x3147, 0x3148, 0x3149, 0x314a, 0x314b, 0x314c, 
+0x314d, 0x314e, 0x314f, 0x3150, 0x3151, 0x3152, 0x3153, 0x3154, 
+0x3155, 0x3156, 0x3157, 0x3158, 0x3159, 0x315a, 0x315b, 0x315c, 
+0x315d, 0x315e, 0x315f, 0x3160, 0x3161, 0x3162, 0x3163, 0x3164, 
+0x3165, 0x3166, 0x3167, 0x3168, 0x3169, 0x316a, 0x316b, 0x316c, 
+0x316d, 0x316e, 0x316f, 0x3170, 0x3171, 0x3172, 0x3173, 0x3174, 
+0x3175, 0x3176, 0x3177, 0x3178, 0x3179, 0x317a, 0x317b, 0x317c, 
+0x317d, 0x317e, 0x317f, 0x3180, 0x3181, 0x3182, 0x3183, 0x3184, 
+0x3185, 0x3186, 0x3187, 0x3188, 0x3189, 0x318a, 0x318b, 0x318c, 
+0x318d, 0x318e, 0x2170, 0x2171, 0x2172, 0x2173, 0x2174, 0x2175, 
+0x2176, 0x2177, 0x2178, 0x2179, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0x2160, 0x2161, 0x2162, 0x2163, 0x2164, 0x2165, 0x2166, 
+0x2167, 0x2168, 0x2169, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0x0391, 0x0392, 0x0393, 0x0394, 0x0395, 0x0396, 
+0x0397, 0x0398, 0x0399, 0x039a, 0x039b, 0x039c, 0x039d, 0x039e, 
+0x039f, 0x03a0, 0x03a1, 0x03a3, 0x03a4, 0x03a5, 0x03a6, 0x03a7, 
+0x03a8, 0x03a9, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0x03b1, 0x03b2, 0x03b3, 0x03b4, 0x03b5, 0x03b6, 
+0x03b7, 0x03b8, 0x03b9, 0x03ba, 0x03bb, 0x03bc, 0x03bd, 0x03be, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0x03bf, 0x03c0, 0x03c1, 0x03c3, 0x03c4, 0x03c5, 
+0x03c6, 0x03c7, 0x03c8, 0x03c9, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0x2500, 0x2502, 0x250c, 0x2510, 0x2518, 0x2514, 
+0x251c, 0x252c, 0x2524, 0x2534, 0x253c, 0x2501, 0x2503, 0x250f, 
+0x2513, 0x251b, 0x2517, 0x2523, 0x2533, 0x252b, 0x253b, 0x254b, 
+0x2520, 0x252f, 0x2528, 0x2537, 0x253f, 0x251d, 0x2530, 0x2525, 
+0x2538, 0x2542, 0x2512, 0x2511, 0x251a, 0x2519, 0x2516, 0x2515, 
+0x250e, 0x250d, 0x251e, 0x251f, 0x2521, 0x2522, 0x2526, 0x2527, 
+0x2529, 0x252a, 0x252d, 0x252e, 0x2531, 0x2532, 0x2535, 0x2536, 
+0x2539, 0x253a, 0x253d, 0x253e, 0x2540, 0x2541, 0x2543, 0x2544, 
+0x2545, 0x2546, 0x2547, 0x2548, 0x2549, 0x254a, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0x3395, 0x3396, 0x3397, 0x2113, 0x3398, 0x33c4, 0x33a3, 0x33a4, 
+0x33a5, 0x33a6, 0x3399, 0x339a, 0x339b, 0x339c, 0x339d, 0x339e, 
+0x339f, 0x33a0, 0x33a1, 0x33a2, 0x33ca, 0x338d, 0x338e, 0x338f, 
+0x33cf, 0x3388, 0x3389, 0x33c8, 0x33a7, 0x33a8, 0x33b0, 0x33b1, 
+0x33b2, 0x33b3, 0x33b4, 0x33b5, 0x33b6, 0x33b7, 0x33b8, 0x33b9, 
+0x3380, 0x3381, 0x3382, 0x3383, 0x3384, 0x33ba, 0x33bb, 0x33bc, 
+0x33bd, 0x33be, 0x33bf, 0x3390, 0x3391, 0x3392, 0x3393, 0x3394, 
+0x2126, 0x33c0, 0x33c1, 0x338a, 0x338b, 0x338c, 0x33d6, 0x33c5, 
+0x33ad, 0x33ae, 0x33af, 0x33db, 0x33a9, 0x33aa, 0x33ab, 0x33ac, 
+0x33dd, 0x33d0, 0x33d3, 0x33c3, 0x33c9, 0x33dc, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0x33c6, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0x00c6, 0x00d0, 0x00aa, 0x0126, 0xfffd, 0x0132, 0xfffd, 0x013f, 
+0x0141, 0x00d8, 0x0152, 0x00ba, 0x00de, 0x0166, 0x014a, 0xfffd, 
+0x3260, 0x3261, 0x3262, 0x3263, 0x3264, 0x3265, 0x3266, 0x3267, 
+0x3268, 0x3269, 0x326a, 0x326b, 0x326c, 0x326d, 0x326e, 0x326f, 
+0x3270, 0x3271, 0x3272, 0x3273, 0x3274, 0x3275, 0x3276, 0x3277, 
+0x3278, 0x3279, 0x327a, 0x327b, 0x24d0, 0x24d1, 0x24d2, 0x24d3, 
+0x24d4, 0x24d5, 0x24d6, 0x24d7, 0x24d8, 0x24d9, 0x24da, 0x24db, 
+0x24dc, 0x24dd, 0x24de, 0x24df, 0x24e0, 0x24e1, 0x24e2, 0x24e3, 
+0x24e4, 0x24e5, 0x24e6, 0x24e7, 0x24e8, 0x24e9, 0x2460, 0x2461, 
+0x2462, 0x2463, 0x2464, 0x2465, 0x2466, 0x2467, 0x2468, 0x2469, 
+0x246a, 0x246b, 0x246c, 0x246d, 0x246e, 0x00bd, 0x2153, 0x2154, 
+0x00bc, 0x00be, 0x215b, 0x215c, 0x215d, 0x215e, 0x00e6, 0x0111, 
+0x00f0, 0x0127, 0x0131, 0x0133, 0x0138, 0x0140, 0x0142, 0x00f8, 
+0x0153, 0x00df, 0x00fe, 0x0167, 0x014b, 0x0149, 0x3200, 0x3201, 
+0x3202, 0x3203, 0x3204, 0x3205, 0x3206, 0x3207, 0x3208, 0x3209, 
+0x320a, 0x320b, 0x320c, 0x320d, 0x320e, 0x320f, 0x3210, 0x3211, 
+0x3212, 0x3213, 0x3214, 0x3215, 0x3216, 0x3217, 0x3218, 0x3219, 
+0x321a, 0x321b, 0x249c, 0x249d, 0x249e, 0x249f, 0x24a0, 0x24a1, 
+0x24a2, 0x24a3, 0x24a4, 0x24a5, 0x24a6, 0x24a7, 0x24a8, 0x24a9, 
+0x24aa, 0x24ab, 0x24ac, 0x24ad, 0x24ae, 0x24af, 0x24b0, 0x24b1, 
+0x24b2, 0x24b3, 0x24b4, 0x24b5, 0x2474, 0x2475, 0x2476, 0x2477, 
+0x2478, 0x2479, 0x247a, 0x247b, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x247c, 0x247d, 
+0x247e, 0x247f, 0x2480, 0x2481, 0x2482, 0x00b9, 0x00b2, 0x00b3, 
+0x2074, 0x207f, 0x2081, 0x2082, 0x2083, 0x2084, 0x3041, 0x3042, 
+0x3043, 0x3044, 0x3045, 0x3046, 0x3047, 0x3048, 0x3049, 0x304a, 
+0x304b, 0x304c, 0x304d, 0x304e, 0x304f, 0x3050, 0x3051, 0x3052, 
+0x3053, 0x3054, 0x3055, 0x3056, 0x3057, 0x3058, 0x3059, 0x305a, 
+0x305b, 0x305c, 0x305d, 0x305e, 0x305f, 0x3060, 0x3061, 0x3062, 
+0x3063, 0x3064, 0x3065, 0x3066, 0x3067, 0x3068, 0x3069, 0x306a, 
+0x306b, 0x306c, 0x306d, 0x306e, 0x306f, 0x3070, 0x3071, 0x3072, 
+0x3073, 0x3074, 0x3075, 0x3076, 0x3077, 0x3078, 0x3079, 0x307a, 
+0x307b, 0x307c, 0x307d, 0x307e, 0x307f, 0x3080, 0x3081, 0x3082, 
+0x3083, 0x3084, 0x3085, 0x3086, 0x3087, 0x3088, 0x3089, 0x308a, 
+0x308b, 0x308c, 0x308d, 0x308e, 0x308f, 0x3090, 0x3091, 0x3092, 
+0x3093, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x30a1, 0x30a2, 0x30a3, 0x30a4, 
+0x30a5, 0x30a6, 0x30a7, 0x30a8, 0x30a9, 0x30aa, 0x30ab, 0x30ac, 
+0x30ad, 0x30ae, 0x30af, 0x30b0, 0x30b1, 0x30b2, 0x30b3, 0x30b4, 
+0x30b5, 0x30b6, 0x30b7, 0x30b8, 0x30b9, 0x30ba, 0x30bb, 0x30bc, 
+0x30bd, 0x30be, 0x30bf, 0x30c0, 0x30c1, 0x30c2, 0x30c3, 0x30c4, 
+0x30c5, 0x30c6, 0x30c7, 0x30c8, 0x30c9, 0x30ca, 0x30cb, 0x30cc, 
+0x30cd, 0x30ce, 0x30cf, 0x30d0, 0x30d1, 0x30d2, 0x30d3, 0x30d4, 
+0x30d5, 0x30d6, 0x30d7, 0x30d8, 0x30d9, 0x30da, 0x30db, 0x30dc, 
+0x30dd, 0x30de, 0x30df, 0x30e0, 0x30e1, 0x30e2, 0x30e3, 0x30e4, 
+0x30e5, 0x30e6, 0x30e7, 0x30e8, 0x30e9, 0x30ea, 0x30eb, 0x30ec, 
+0x30ed, 0x30ee, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x30ef, 0x30f0, 0x30f1, 0x30f2, 
+0x30f3, 0x30f4, 0x30f5, 0x30f6, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x0410, 0x0411, 0x0412, 0x0413, 
+0x0414, 0x0415, 0x0401, 0x0416, 0x0417, 0x0418, 0x0419, 0x041a, 
+0x041b, 0x041c, 0x041d, 0x041e, 0x041f, 0x0420, 0x0421, 0x0422, 
+0x0423, 0x0424, 0x0425, 0x0426, 0x0427, 0x0428, 0x0429, 0x042a, 
+0x042b, 0x042c, 0x042d, 0x042e, 0x042f, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x0430, 0x0431, 0x0432, 0x0433, 
+0x0434, 0x0435, 0x0451, 0x0436, 0x0437, 0x0438, 0x0439, 0x043a, 
+0x043b, 0x043c, 0x043d, 0x043e, 0x043f, 0x0440, 0x0441, 0x0442, 
+0x0443, 0x0444, 0x0445, 0x0446, 0x0447, 0x0448, 0x0449, 0x044a, 
+0x044b, 0x044c, 0x044d, 0x044e, 0x044f, 
+};
+
+static const unsigned short ksc5601_1992_hanja[669*8+4] = {
+0x4f3d, 0x4f73, 0x5047, 0x50f9, 0x52a0, 0x53ef, 0x5475, 0x54e5, 
+0x5609, 0x5ac1, 0x5bb6, 0x6687, 0x67b6, 0x67b7, 0x67ef, 0x6b4c, 
+0x73c2, 0x75c2, 0x7a3c, 0x82db, 0x8304, 0x8857, 0x8888, 0x8a36, 
+0x8cc8, 0x8dcf, 0x8efb, 0x8fe6, 0x99d5, 0x523b, 0x5374, 0x5404, 
+0x606a, 0x6164, 0x6bbc, 0x73cf, 0x811a, 0x89ba, 0x89d2, 0x95a3, 
+0x4f83, 0x520a, 0x58be, 0x5978, 0x59e6, 0x5e72, 0x5e79, 0x61c7, 
+0x63c0, 0x6746, 0x67ec, 0x687f, 0x6f97, 0x764e, 0x770b, 0x78f5, 
+0x7a08, 0x7aff, 0x7c21, 0x809d, 0x826e, 0x8271, 0x8aeb, 0x9593, 
+0x4e6b, 0x559d, 0x66f7, 0x6e34, 0x78a3, 0x7aed, 0x845b, 0x8910, 
+0x874e, 0x97a8, 0x52d8, 0x574e, 0x582a, 0x5d4c, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0x611f, 0x61be, 0x6221, 0x6562, 0x67d1, 0x6a44, 0x6e1b, 0x7518, 
+0x75b3, 0x76e3, 0x77b0, 0x7d3a, 0x90af, 0x9451, 0x9452, 0x9f95, 
+0x5323, 0x5cac, 0x7532, 0x80db, 0x9240, 0x9598, 0x525b, 0x5808, 
+0x59dc, 0x5ca1, 0x5d17, 0x5eb7, 0x5f3a, 0x5f4a, 0x6177, 0x6c5f, 
+0x757a, 0x7586, 0x7ce0, 0x7d73, 0x7db1, 0x7f8c, 0x8154, 0x8221, 
+0x8591, 0x8941, 0x8b1b, 0x92fc, 0x964d, 0x9c47, 0x4ecb, 0x4ef7, 
+0x500b, 0x51f1, 0x584f, 0x6137, 0x613e, 0x6168, 0x6539, 0x69ea, 
+0x6f11, 0x75a5, 0x7686, 0x76d6, 0x7b87, 0x82a5, 0x84cb, 0xf900, 
+0x93a7, 0x958b, 0x5580, 0x5ba2, 0x5751, 0xf901, 0x7cb3, 0x7fb9, 
+0x91b5, 0x5028, 0x53bb, 0x5c45, 0x5de8, 0x62d2, 0x636e, 0x64da, 
+0x64e7, 0x6e20, 0x70ac, 0x795b, 0x8ddd, 0x8e1e, 0xf902, 0x907d, 
+0x9245, 0x92f8, 0x4e7e, 0x4ef6, 0x5065, 0x5dfe, 0x5efa, 0x6106, 
+0x6957, 0x8171, 0x8654, 0x8e47, 0x9375, 0x9a2b, 0x4e5e, 0x5091, 
+0x6770, 0x6840, 0x5109, 0x528d, 0x5292, 0x6aa2, 0x77bc, 0x9210, 
+0x9ed4, 0x52ab, 0x602f, 0x8ff2, 0x5048, 0x61a9, 0x63ed, 0x64ca, 
+0x683c, 0x6a84, 0x6fc0, 0x8188, 0x89a1, 0x9694, 0x5805, 0x727d, 
+0x72ac, 0x7504, 0x7d79, 0x7e6d, 0x80a9, 0x898b, 0x8b74, 0x9063, 
+0x9d51, 0x6289, 0x6c7a, 0x6f54, 0x7d50, 0x7f3a, 0x8a23, 0x517c, 
+0x614a, 0x7b9d, 0x8b19, 0x9257, 0x938c, 0x4eac, 0x4fd3, 0x501e, 
+0x50be, 0x5106, 0x52c1, 0x52cd, 0x537f, 0x5770, 0x5883, 0x5e9a, 
+0x5f91, 0x6176, 0x61ac, 0x64ce, 0x656c, 0x666f, 0x66bb, 0x66f4, 
+0x6897, 0x6d87, 0x7085, 0x70f1, 0x749f, 0x74a5, 0x74ca, 0x75d9, 
+0x786c, 0x78ec, 0x7adf, 0x7af6, 0x7d45, 0x7d93, 0x8015, 0x803f, 
+0x811b, 0x8396, 0x8b66, 0x8f15, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x9015, 0x93e1, 
+0x9803, 0x9838, 0x9a5a, 0x9be8, 0x4fc2, 0x5553, 0x583a, 0x5951, 
+0x5b63, 0x5c46, 0x60b8, 0x6212, 0x6842, 0x68b0, 0x68e8, 0x6eaa, 
+0x754c, 0x7678, 0x78ce, 0x7a3d, 0x7cfb, 0x7e6b, 0x7e7c, 0x8a08, 
+0x8aa1, 0x8c3f, 0x968e, 0x9dc4, 0x53e4, 0x53e9, 0x544a, 0x5471, 
+0x56fa, 0x59d1, 0x5b64, 0x5c3b, 0x5eab, 0x62f7, 0x6537, 0x6545, 
+0x6572, 0x66a0, 0x67af, 0x69c1, 0x6cbd, 0x75fc, 0x7690, 0x777e, 
+0x7a3f, 0x7f94, 0x8003, 0x80a1, 0x818f, 0x82e6, 0x82fd, 0x83f0, 
+0x85c1, 0x8831, 0x88b4, 0x8aa5, 0xf903, 0x8f9c, 0x932e, 0x96c7, 
+0x9867, 0x9ad8, 0x9f13, 0x54ed, 0x659b, 0x66f2, 0x688f, 0x7a40, 
+0x8c37, 0x9d60, 0x56f0, 0x5764, 0x5d11, 0x6606, 0x68b1, 0x68cd, 
+0x6efe, 0x7428, 0x889e, 0x9be4, 0x6c68, 0xf904, 0x9aa8, 0x4f9b, 
+0x516c, 0x5171, 0x529f, 0x5b54, 0x5de5, 0x6050, 0x606d, 0x62f1, 
+0x63a7, 0x653b, 0x73d9, 0x7a7a, 0x86a3, 0x8ca2, 0x978f, 0x4e32, 
+0x5be1, 0x6208, 0x679c, 0x74dc, 0x79d1, 0x83d3, 0x8a87, 0x8ab2, 
+0x8de8, 0x904e, 0x934b, 0x9846, 0x5ed3, 0x69e8, 0x85ff, 0x90ed, 
+0xf905, 0x51a0, 0x5b98, 0x5bec, 0x6163, 0x68fa, 0x6b3e, 0x704c, 
+0x742f, 0x74d8, 0x7ba1, 0x7f50, 0x83c5, 0x89c0, 0x8cab, 0x95dc, 
+0x9928, 0x522e, 0x605d, 0x62ec, 0x9002, 0x4f8a, 0x5149, 0x5321, 
+0x58d9, 0x5ee3, 0x66e0, 0x6d38, 0x709a, 0x72c2, 0x73d6, 0x7b50, 
+0x80f1, 0x945b, 0x5366, 0x639b, 0x7f6b, 0x4e56, 0x5080, 0x584a, 
+0x58de, 0x602a, 0x6127, 0x62d0, 0x69d0, 0x9b41, 0x5b8f, 0x7d18, 
+0x80b1, 0x8f5f, 0x4ea4, 0x50d1, 0x54ac, 0x55ac, 0x5b0c, 0x5da0, 
+0x5de7, 0x652a, 0x654e, 0x6821, 0x6a4b, 0x72e1, 0x768e, 0x77ef, 
+0x7d5e, 0x7ff9, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x81a0, 0x854e, 0x86df, 0x8f03, 
+0x8f4e, 0x90ca, 0x9903, 0x9a55, 0x9bab, 0x4e18, 0x4e45, 0x4e5d, 
+0x4ec7, 0x4ff1, 0x5177, 0x52fe, 0x5340, 0x53e3, 0x53e5, 0x548e, 
+0x5614, 0x5775, 0x57a2, 0x5bc7, 0x5d87, 0x5ed0, 0x61fc, 0x62d8, 
+0x6551, 0x67b8, 0x67e9, 0x69cb, 0x6b50, 0x6bc6, 0x6bec, 0x6c42, 
+0x6e9d, 0x7078, 0x72d7, 0x7396, 0x7403, 0x77bf, 0x77e9, 0x7a76, 
+0x7d7f, 0x8009, 0x81fc, 0x8205, 0x820a, 0x82df, 0x8862, 0x8b33, 
+0x8cfc, 0x8ec0, 0x9011, 0x90b1, 0x9264, 0x92b6, 0x99d2, 0x9a45, 
+0x9ce9, 0x9dd7, 0x9f9c, 0x570b, 0x5c40, 0x83ca, 0x97a0, 0x97ab, 
+0x9eb4, 0x541b, 0x7a98, 0x7fa4, 0x88d9, 0x8ecd, 0x90e1, 0x5800, 
+0x5c48, 0x6398, 0x7a9f, 0x5bae, 0x5f13, 0x7a79, 0x7aae, 0x828e, 
+0x8eac, 0x5026, 0x5238, 0x52f8, 0x5377, 0x5708, 0x62f3, 0x6372, 
+0x6b0a, 0x6dc3, 0x7737, 0x53a5, 0x7357, 0x8568, 0x8e76, 0x95d5, 
+0x673a, 0x6ac3, 0x6f70, 0x8a6d, 0x8ecc, 0x994b, 0xf906, 0x6677, 
+0x6b78, 0x8cb4, 0x9b3c, 0xf907, 0x53eb, 0x572d, 0x594e, 0x63c6, 
+0x69fb, 0x73ea, 0x7845, 0x7aba, 0x7ac5, 0x7cfe, 0x8475, 0x898f, 
+0x8d73, 0x9035, 0x95a8, 0x52fb, 0x5747, 0x7547, 0x7b60, 0x83cc, 
+0x921e, 0xf908, 0x6a58, 0x514b, 0x524b, 0x5287, 0x621f, 0x68d8, 
+0x6975, 0x9699, 0x50c5, 0x52a4, 0x52e4, 0x61c3, 0x65a4, 0x6839, 
+0x69ff, 0x747e, 0x7b4b, 0x82b9, 0x83eb, 0x89b2, 0x8b39, 0x8fd1, 
+0x9949, 0xf909, 0x4eca, 0x5997, 0x64d2, 0x6611, 0x6a8e, 0x7434, 
+0x7981, 0x79bd, 0x82a9, 0x887e, 0x887f, 0x895f, 0xf90a, 0x9326, 
+0x4f0b, 0x53ca, 0x6025, 0x6271, 0x6c72, 0x7d1a, 0x7d66, 0x4e98, 
+0x5162, 0x77dc, 0x80af, 0x4f01, 0x4f0e, 0x5176, 0x5180, 0x55dc, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0x5668, 0x573b, 0x57fa, 0x57fc, 0x5914, 0x5947, 
+0x5993, 0x5bc4, 0x5c90, 0x5d0e, 0x5df1, 0x5e7e, 0x5fcc, 0x6280, 
+0x65d7, 0x65e3, 0x671e, 0x671f, 0x675e, 0x68cb, 0x68c4, 0x6a5f, 
+0x6b3a, 0x6c23, 0x6c7d, 0x6c82, 0x6dc7, 0x7398, 0x7426, 0x742a, 
+0x7482, 0x74a3, 0x7578, 0x757f, 0x7881, 0x78ef, 0x7941, 0x7947, 
+0x7948, 0x797a, 0x7b95, 0x7d00, 0x7dba, 0x7f88, 0x8006, 0x802d, 
+0x808c, 0x8a18, 0x8b4f, 0x8c48, 0x8d77, 0x9321, 0x9324, 0x98e2, 
+0x9951, 0x9a0e, 0x9a0f, 0x9a65, 0x9e92, 0x7dca, 0x4f76, 0x5409, 
+0x62ee, 0x6854, 0x91d1, 0x55ab, 0x513a, 0xf90b, 0xf90c, 0x5a1c, 
+0x61e6, 0xf90d, 0x62cf, 0x62ff, 0xf90e, 0xf90f, 0xf910, 0xf911, 
+0xf912, 0xf913, 0x90a3, 0xf914, 0xf915, 0xf916, 0xf917, 0xf918, 
+0x8afe, 0xf919, 0xf91a, 0xf91b, 0xf91c, 0x6696, 0xf91d, 0x7156, 
+0xf91e, 0xf91f, 0x96e3, 0xf920, 0x634f, 0x637a, 0x5357, 0xf921, 
+0x678f, 0x6960, 0x6e73, 0xf922, 0x7537, 0xf923, 0xf924, 0xf925, 
+0x7d0d, 0xf926, 0xf927, 0x8872, 0x56ca, 0x5a18, 0xf928, 0xf929, 
+0xf92a, 0xf92b, 0xf92c, 0x4e43, 0xf92d, 0x5167, 0x5948, 0x67f0, 
+0x8010, 0xf92e, 0x5973, 0x5e74, 0x649a, 0x79ca, 0x5ff5, 0x606c, 
+0x62c8, 0x637b, 0x5be7, 0x5bd7, 0x52aa, 0xf92f, 0x5974, 0x5f29, 
+0x6012, 0xf930, 0xf931, 0xf932, 0x7459, 0xf933, 0xf934, 0xf935, 
+0xf936, 0xf937, 0xf938, 0x99d1, 0xf939, 0xf93a, 0xf93b, 0xf93c, 
+0xf93d, 0xf93e, 0xf93f, 0xf940, 0xf941, 0xf942, 0xf943, 0x6fc3, 
+0xf944, 0xf945, 0x81bf, 0x8fb2, 0x60f1, 0xf946, 0xf947, 0x8166, 
+0xf948, 0xf949, 0x5c3f, 0xf94a, 0xf94b, 0xf94c, 0xf94d, 0xf94e, 
+0xf94f, 0xf950, 0xf951, 0x5ae9, 0x8a25, 0x677b, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0x7d10, 0xf952, 0xf953, 0xf954, 0xf955, 0xf956, 0xf957, 0x80fd, 
+0xf958, 0xf959, 0x5c3c, 0x6ce5, 0x533f, 0x6eba, 0x591a, 0x8336, 
+0x4e39, 0x4eb6, 0x4f46, 0x55ae, 0x5718, 0x58c7, 0x5f56, 0x65b7, 
+0x65e6, 0x6a80, 0x6bb5, 0x6e4d, 0x77ed, 0x7aef, 0x7c1e, 0x7dde, 
+0x86cb, 0x8892, 0x9132, 0x935b, 0x64bb, 0x6fbe, 0x737a, 0x75b8, 
+0x9054, 0x5556, 0x574d, 0x61ba, 0x64d4, 0x66c7, 0x6de1, 0x6e5b, 
+0x6f6d, 0x6fb9, 0x75f0, 0x8043, 0x81bd, 0x8541, 0x8983, 0x8ac7, 
+0x8b5a, 0x931f, 0x6c93, 0x7553, 0x7b54, 0x8e0f, 0x905d, 0x5510, 
+0x5802, 0x5858, 0x5e62, 0x6207, 0x649e, 0x68e0, 0x7576, 0x7cd6, 
+0x87b3, 0x9ee8, 0x4ee3, 0x5788, 0x576e, 0x5927, 0x5c0d, 0x5cb1, 
+0x5e36, 0x5f85, 0x6234, 0x64e1, 0x73b3, 0x81fa, 0x888b, 0x8cb8, 
+0x968a, 0x9edb, 0x5b85, 0x5fb7, 0x60b3, 0x5012, 0x5200, 0x5230, 
+0x5716, 0x5835, 0x5857, 0x5c0e, 0x5c60, 0x5cf6, 0x5d8b, 0x5ea6, 
+0x5f92, 0x60bc, 0x6311, 0x6389, 0x6417, 0x6843, 0x68f9, 0x6ac2, 
+0x6dd8, 0x6e21, 0x6ed4, 0x6fe4, 0x71fe, 0x76dc, 0x7779, 0x79b1, 
+0x7a3b, 0x8404, 0x89a9, 0x8ced, 0x8df3, 0x8e48, 0x9003, 0x9014, 
+0x9053, 0x90fd, 0x934d, 0x9676, 0x97dc, 0x6bd2, 0x7006, 0x7258, 
+0x72a2, 0x7368, 0x7763, 0x79bf, 0x7be4, 0x7e9b, 0x8b80, 0x58a9, 
+0x60c7, 0x6566, 0x65fd, 0x66be, 0x6c8c, 0x711e, 0x71c9, 0x8c5a, 
+0x9813, 0x4e6d, 0x7a81, 0x4edd, 0x51ac, 0x51cd, 0x52d5, 0x540c, 
+0x61a7, 0x6771, 0x6850, 0x68df, 0x6d1e, 0x6f7c, 0x75bc, 0x77b3, 
+0x7ae5, 0x80f4, 0x8463, 0x9285, 0x515c, 0x6597, 0x675c, 0x6793, 
+0x75d8, 0x7ac7, 0x8373, 0xf95a, 0x8c46, 0x9017, 0x982d, 0x5c6f, 
+0x81c0, 0x829a, 0x9041, 0x906f, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x920d, 0x5f97, 
+0x5d9d, 0x6a59, 0x71c8, 0x767b, 0x7b49, 0x85e4, 0x8b04, 0x9127, 
+0x9a30, 0x5587, 0x61f6, 0xf95b, 0x7669, 0x7f85, 0x863f, 0x87ba, 
+0x88f8, 0x908f, 0xf95c, 0x6d1b, 0x70d9, 0x73de, 0x7d61, 0x843d, 
+0xf95d, 0x916a, 0x99f1, 0xf95e, 0x4e82, 0x5375, 0x6b04, 0x6b12, 
+0x703e, 0x721b, 0x862d, 0x9e1e, 0x524c, 0x8fa3, 0x5d50, 0x64e5, 
+0x652c, 0x6b16, 0x6feb, 0x7c43, 0x7e9c, 0x85cd, 0x8964, 0x89bd, 
+0x62c9, 0x81d8, 0x881f, 0x5eca, 0x6717, 0x6d6a, 0x72fc, 0x7405, 
+0x746f, 0x8782, 0x90de, 0x4f86, 0x5d0d, 0x5fa0, 0x840a, 0x51b7, 
+0x63a0, 0x7565, 0x4eae, 0x5006, 0x5169, 0x51c9, 0x6881, 0x6a11, 
+0x7cae, 0x7cb1, 0x7ce7, 0x826f, 0x8ad2, 0x8f1b, 0x91cf, 0x4fb6, 
+0x5137, 0x52f5, 0x5442, 0x5eec, 0x616e, 0x623e, 0x65c5, 0x6ada, 
+0x6ffe, 0x792a, 0x85dc, 0x8823, 0x95ad, 0x9a62, 0x9a6a, 0x9e97, 
+0x9ece, 0x529b, 0x66c6, 0x6b77, 0x701d, 0x792b, 0x8f62, 0x9742, 
+0x6190, 0x6200, 0x6523, 0x6f23, 0x7149, 0x7489, 0x7df4, 0x806f, 
+0x84ee, 0x8f26, 0x9023, 0x934a, 0x51bd, 0x5217, 0x52a3, 0x6d0c, 
+0x70c8, 0x88c2, 0x5ec9, 0x6582, 0x6bae, 0x6fc2, 0x7c3e, 0x7375, 
+0x4ee4, 0x4f36, 0x56f9, 0xf95f, 0x5cba, 0x5dba, 0x601c, 0x73b2, 
+0x7b2d, 0x7f9a, 0x7fce, 0x8046, 0x901e, 0x9234, 0x96f6, 0x9748, 
+0x9818, 0x9f61, 0x4f8b, 0x6fa7, 0x79ae, 0x91b4, 0x96b7, 0x52de, 
+0xf960, 0x6488, 0x64c4, 0x6ad3, 0x6f5e, 0x7018, 0x7210, 0x76e7, 
+0x8001, 0x8606, 0x865c, 0x8def, 0x8f05, 0x9732, 0x9b6f, 0x9dfa, 
+0x9e75, 0x788c, 0x797f, 0x7da0, 0x83c9, 0x9304, 0x9e7f, 0x9e93, 
+0x8ad6, 0x58df, 0x5f04, 0x6727, 0x7027, 0x74cf, 0x7c60, 0x807e, 
+0x5121, 0x7028, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x7262, 0x78ca, 0x8cc2, 0x8cda, 
+0x8cf4, 0x96f7, 0x4e86, 0x50da, 0x5bee, 0x5ed6, 0x6599, 0x71ce, 
+0x7642, 0x77ad, 0x804a, 0x84fc, 0x907c, 0x9b27, 0x9f8d, 0x58d8, 
+0x5a41, 0x5c62, 0x6a13, 0x6dda, 0x6f0f, 0x763b, 0x7d2f, 0x7e37, 
+0x851e, 0x8938, 0x93e4, 0x964b, 0x5289, 0x65d2, 0x67f3, 0x69b4, 
+0x6d41, 0x6e9c, 0x700f, 0x7409, 0x7460, 0x7559, 0x7624, 0x786b, 
+0x8b2c, 0x985e, 0x516d, 0x622e, 0x9678, 0x4f96, 0x502b, 0x5d19, 
+0x6dea, 0x7db8, 0x8f2a, 0x5f8b, 0x6144, 0x6817, 0xf961, 0x9686, 
+0x52d2, 0x808b, 0x51dc, 0x51cc, 0x695e, 0x7a1c, 0x7dbe, 0x83f1, 
+0x9675, 0x4fda, 0x5229, 0x5398, 0x540f, 0x550e, 0x5c65, 0x60a7, 
+0x674e, 0x68a8, 0x6d6c, 0x7281, 0x72f8, 0x7406, 0x7483, 0xf962, 
+0x75e2, 0x7c6c, 0x7f79, 0x7fb8, 0x8389, 0x88cf, 0x88e1, 0x91cc, 
+0x91d0, 0x96e2, 0x9bc9, 0x541d, 0x6f7e, 0x71d0, 0x7498, 0x85fa, 
+0x8eaa, 0x96a3, 0x9c57, 0x9e9f, 0x6797, 0x6dcb, 0x7433, 0x81e8, 
+0x9716, 0x782c, 0x7acb, 0x7b20, 0x7c92, 0x6469, 0x746a, 0x75f2, 
+0x78bc, 0x78e8, 0x99ac, 0x9b54, 0x9ebb, 0x5bde, 0x5e55, 0x6f20, 
+0x819c, 0x83ab, 0x9088, 0x4e07, 0x534d, 0x5a29, 0x5dd2, 0x5f4e, 
+0x6162, 0x633d, 0x6669, 0x66fc, 0x6eff, 0x6f2b, 0x7063, 0x779e, 
+0x842c, 0x8513, 0x883b, 0x8f13, 0x9945, 0x9c3b, 0x551c, 0x62b9, 
+0x672b, 0x6cab, 0x8309, 0x896a, 0x977a, 0x4ea1, 0x5984, 0x5fd8, 
+0x5fd9, 0x671b, 0x7db2, 0x7f54, 0x8292, 0x832b, 0x83bd, 0x8f1e, 
+0x9099, 0x57cb, 0x59b9, 0x5a92, 0x5bd0, 0x6627, 0x679a, 0x6885, 
+0x6bcf, 0x7164, 0x7f75, 0x8cb7, 0x8ce3, 0x9081, 0x9b45, 0x8108, 
+0x8c8a, 0x964c, 0x9a40, 0x9ea5, 0x5b5f, 0x6c13, 0x731b, 0x76f2, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0x76df, 0x840c, 0x51aa, 0x8993, 0x514d, 0x5195, 
+0x52c9, 0x68c9, 0x6c94, 0x7704, 0x7720, 0x7dbf, 0x7dec, 0x9762, 
+0x9eb5, 0x6ec5, 0x8511, 0x51a5, 0x540d, 0x547d, 0x660e, 0x669d, 
+0x6927, 0x6e9f, 0x76bf, 0x7791, 0x8317, 0x84c2, 0x879f, 0x9169, 
+0x9298, 0x9cf4, 0x8882, 0x4fae, 0x5192, 0x52df, 0x59c6, 0x5e3d, 
+0x6155, 0x6478, 0x6479, 0x66ae, 0x67d0, 0x6a21, 0x6bcd, 0x6bdb, 
+0x725f, 0x7261, 0x7441, 0x7738, 0x77db, 0x8017, 0x82bc, 0x8305, 
+0x8b00, 0x8b28, 0x8c8c, 0x6728, 0x6c90, 0x7267, 0x76ee, 0x7766, 
+0x7a46, 0x9da9, 0x6b7f, 0x6c92, 0x5922, 0x6726, 0x8499, 0x536f, 
+0x5893, 0x5999, 0x5edf, 0x63cf, 0x6634, 0x6773, 0x6e3a, 0x732b, 
+0x7ad7, 0x82d7, 0x9328, 0x52d9, 0x5deb, 0x61ae, 0x61cb, 0x620a, 
+0x62c7, 0x64ab, 0x65e0, 0x6959, 0x6b66, 0x6bcb, 0x7121, 0x73f7, 
+0x755d, 0x7e46, 0x821e, 0x8302, 0x856a, 0x8aa3, 0x8cbf, 0x9727, 
+0x9d61, 0x58a8, 0x9ed8, 0x5011, 0x520e, 0x543b, 0x554f, 0x6587, 
+0x6c76, 0x7d0a, 0x7d0b, 0x805e, 0x868a, 0x9580, 0x96ef, 0x52ff, 
+0x6c95, 0x7269, 0x5473, 0x5a9a, 0x5c3e, 0x5d4b, 0x5f4c, 0x5fae, 
+0x672a, 0x68b6, 0x6963, 0x6e3c, 0x6e44, 0x7709, 0x7c73, 0x7f8e, 
+0x8587, 0x8b0e, 0x8ff7, 0x9761, 0x9ef4, 0x5cb7, 0x60b6, 0x610d, 
+0x61ab, 0x654f, 0x65fb, 0x65fc, 0x6c11, 0x6cef, 0x739f, 0x73c9, 
+0x7de1, 0x9594, 0x5bc6, 0x871c, 0x8b10, 0x525d, 0x535a, 0x62cd, 
+0x640f, 0x64b2, 0x6734, 0x6a38, 0x6cca, 0x73c0, 0x749e, 0x7b94, 
+0x7c95, 0x7e1b, 0x818a, 0x8236, 0x8584, 0x8feb, 0x96f9, 0x99c1, 
+0x4f34, 0x534a, 0x53cd, 0x53db, 0x62cc, 0x642c, 0x6500, 0x6591, 
+0x69c3, 0x6cee, 0x6f58, 0x73ed, 0x7554, 0x7622, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0x76e4, 0x76fc, 0x78d0, 0x78fb, 0x792c, 0x7d46, 0x822c, 0x87e0, 
+0x8fd4, 0x9812, 0x98ef, 0x52c3, 0x62d4, 0x64a5, 0x6e24, 0x6f51, 
+0x767c, 0x8dcb, 0x91b1, 0x9262, 0x9aee, 0x9b43, 0x5023, 0x508d, 
+0x574a, 0x59a8, 0x5c28, 0x5e47, 0x5f77, 0x623f, 0x653e, 0x65b9, 
+0x65c1, 0x6609, 0x678b, 0x699c, 0x6ec2, 0x78c5, 0x7d21, 0x80aa, 
+0x8180, 0x822b, 0x82b3, 0x84a1, 0x868c, 0x8a2a, 0x8b17, 0x90a6, 
+0x9632, 0x9f90, 0x500d, 0x4ff3, 0xf963, 0x57f9, 0x5f98, 0x62dc, 
+0x6392, 0x676f, 0x6e43, 0x7119, 0x76c3, 0x80cc, 0x80da, 0x88f4, 
+0x88f5, 0x8919, 0x8ce0, 0x8f29, 0x914d, 0x966a, 0x4f2f, 0x4f70, 
+0x5e1b, 0x67cf, 0x6822, 0x767d, 0x767e, 0x9b44, 0x5e61, 0x6a0a, 
+0x7169, 0x71d4, 0x756a, 0xf964, 0x7e41, 0x8543, 0x85e9, 0x98dc, 
+0x4f10, 0x7b4f, 0x7f70, 0x95a5, 0x51e1, 0x5e06, 0x68b5, 0x6c3e, 
+0x6c4e, 0x6cdb, 0x72af, 0x7bc4, 0x8303, 0x6cd5, 0x743a, 0x50fb, 
+0x5288, 0x58c1, 0x64d8, 0x6a97, 0x74a7, 0x7656, 0x78a7, 0x8617, 
+0x95e2, 0x9739, 0xf965, 0x535e, 0x5f01, 0x8b8a, 0x8fa8, 0x8faf, 
+0x908a, 0x5225, 0x77a5, 0x9c49, 0x9f08, 0x4e19, 0x5002, 0x5175, 
+0x5c5b, 0x5e77, 0x661e, 0x663a, 0x67c4, 0x68c5, 0x70b3, 0x7501, 
+0x75c5, 0x79c9, 0x7add, 0x8f27, 0x9920, 0x9a08, 0x4fdd, 0x5821, 
+0x5831, 0x5bf6, 0x666e, 0x6b65, 0x6d11, 0x6e7a, 0x6f7d, 0x73e4, 
+0x752b, 0x83e9, 0x88dc, 0x8913, 0x8b5c, 0x8f14, 0x4f0f, 0x50d5, 
+0x5310, 0x535c, 0x5b93, 0x5fa9, 0x670d, 0x798f, 0x8179, 0x832f, 
+0x8514, 0x8907, 0x8986, 0x8f39, 0x8f3b, 0x99a5, 0x9c12, 0x672c, 
+0x4e76, 0x4ff8, 0x5949, 0x5c01, 0x5cef, 0x5cf0, 0x6367, 0x68d2, 
+0x70fd, 0x71a2, 0x742b, 0x7e2b, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x84ec, 0x8702, 
+0x9022, 0x92d2, 0x9cf3, 0x4e0d, 0x4ed8, 0x4fef, 0x5085, 0x5256, 
+0x526f, 0x5426, 0x5490, 0x57e0, 0x592b, 0x5a66, 0x5b5a, 0x5b75, 
+0x5bcc, 0x5e9c, 0xf966, 0x6276, 0x6577, 0x65a7, 0x6d6e, 0x6ea5, 
+0x7236, 0x7b26, 0x7c3f, 0x7f36, 0x8150, 0x8151, 0x819a, 0x8240, 
+0x8299, 0x83a9, 0x8a03, 0x8ca0, 0x8ce6, 0x8cfb, 0x8d74, 0x8dba, 
+0x90e8, 0x91dc, 0x961c, 0x9644, 0x99d9, 0x9ce7, 0x5317, 0x5206, 
+0x5429, 0x5674, 0x58b3, 0x5954, 0x596e, 0x5fff, 0x61a4, 0x626e, 
+0x6610, 0x6c7e, 0x711a, 0x76c6, 0x7c89, 0x7cde, 0x7d1b, 0x82ac, 
+0x8cc1, 0x96f0, 0xf967, 0x4f5b, 0x5f17, 0x5f7f, 0x62c2, 0x5d29, 
+0x670b, 0x68da, 0x787c, 0x7e43, 0x9d6c, 0x4e15, 0x5099, 0x5315, 
+0x532a, 0x5351, 0x5983, 0x5a62, 0x5e87, 0x60b2, 0x618a, 0x6249, 
+0x6279, 0x6590, 0x6787, 0x69a7, 0x6bd4, 0x6bd6, 0x6bd7, 0x6bd8, 
+0x6cb8, 0xf968, 0x7435, 0x75fa, 0x7812, 0x7891, 0x79d5, 0x79d8, 
+0x7c83, 0x7dcb, 0x7fe1, 0x80a5, 0x813e, 0x81c2, 0x83f2, 0x871a, 
+0x88e8, 0x8ab9, 0x8b6c, 0x8cbb, 0x9119, 0x975e, 0x98db, 0x9f3b, 
+0x56ac, 0x5b2a, 0x5f6c, 0x658c, 0x6ab3, 0x6baf, 0x6d5c, 0x6ff1, 
+0x7015, 0x725d, 0x73ad, 0x8ca7, 0x8cd3, 0x983b, 0x6191, 0x6c37, 
+0x8058, 0x9a01, 0x4e4d, 0x4e8b, 0x4e9b, 0x4ed5, 0x4f3a, 0x4f3c, 
+0x4f7f, 0x4fdf, 0x50ff, 0x53f2, 0x53f8, 0x5506, 0x55e3, 0x56db, 
+0x58eb, 0x5962, 0x5a11, 0x5beb, 0x5bfa, 0x5c04, 0x5df3, 0x5e2b, 
+0x5f99, 0x601d, 0x6368, 0x659c, 0x65af, 0x67f6, 0x67fb, 0x68ad, 
+0x6b7b, 0x6c99, 0x6cd7, 0x6e23, 0x7009, 0x7345, 0x7802, 0x793e, 
+0x7940, 0x7960, 0x79c1, 0x7be9, 0x7d17, 0x7d72, 0x8086, 0x820d, 
+0x838e, 0x84d1, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x86c7, 0x88df, 0x8a50, 0x8a5e, 
+0x8b1d, 0x8cdc, 0x8d66, 0x8fad, 0x90aa, 0x98fc, 0x99df, 0x9e9d, 
+0x524a, 0xf969, 0x6714, 0xf96a, 0x5098, 0x522a, 0x5c71, 0x6563, 
+0x6c55, 0x73ca, 0x7523, 0x759d, 0x7b97, 0x849c, 0x9178, 0x9730, 
+0x4e77, 0x6492, 0x6bba, 0x715e, 0x85a9, 0x4e09, 0xf96b, 0x6749, 
+0x68ee, 0x6e17, 0x829f, 0x8518, 0x886b, 0x63f7, 0x6f81, 0x9212, 
+0x98af, 0x4e0a, 0x50b7, 0x50cf, 0x511f, 0x5546, 0x55aa, 0x5617, 
+0x5b40, 0x5c19, 0x5ce0, 0x5e38, 0x5e8a, 0x5ea0, 0x5ec2, 0x60f3, 
+0x6851, 0x6a61, 0x6e58, 0x723d, 0x7240, 0x72c0, 0x76f8, 0x7965, 
+0x7bb1, 0x7fd4, 0x88f3, 0x89f4, 0x8a73, 0x8c61, 0x8cde, 0x971c, 
+0x585e, 0x74bd, 0x8cfd, 0x55c7, 0xf96c, 0x7a61, 0x7d22, 0x8272, 
+0x7272, 0x751f, 0x7525, 0xf96d, 0x7b19, 0x5885, 0x58fb, 0x5dbc, 
+0x5e8f, 0x5eb6, 0x5f90, 0x6055, 0x6292, 0x637f, 0x654d, 0x6691, 
+0x66d9, 0x66f8, 0x6816, 0x68f2, 0x7280, 0x745e, 0x7b6e, 0x7d6e, 
+0x7dd6, 0x7f72, 0x80e5, 0x8212, 0x85af, 0x897f, 0x8a93, 0x901d, 
+0x92e4, 0x9ecd, 0x9f20, 0x5915, 0x596d, 0x5e2d, 0x60dc, 0x6614, 
+0x6673, 0x6790, 0x6c50, 0x6dc5, 0x6f5f, 0x77f3, 0x78a9, 0x84c6, 
+0x91cb, 0x932b, 0x4ed9, 0x50ca, 0x5148, 0x5584, 0x5b0b, 0x5ba3, 
+0x6247, 0x657e, 0x65cb, 0x6e32, 0x717d, 0x7401, 0x7444, 0x7487, 
+0x74bf, 0x766c, 0x79aa, 0x7dda, 0x7e55, 0x7fa8, 0x817a, 0x81b3, 
+0x8239, 0x861a, 0x87ec, 0x8a75, 0x8de3, 0x9078, 0x9291, 0x9425, 
+0x994d, 0x9bae, 0x5368, 0x5c51, 0x6954, 0x6cc4, 0x6d29, 0x6e2b, 
+0x820c, 0x859b, 0x893b, 0x8a2d, 0x8aaa, 0x96ea, 0x9f67, 0x5261, 
+0x66b9, 0x6bb2, 0x7e96, 0x87fe, 0x8d0d, 0x9583, 0x965d, 0x651d, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0x6d89, 0x71ee, 0xf96e, 0x57ce, 0x59d3, 0x5bac, 
+0x6027, 0x60fa, 0x6210, 0x661f, 0x665f, 0x7329, 0x73f9, 0x76db, 
+0x7701, 0x7b6c, 0x8056, 0x8072, 0x8165, 0x8aa0, 0x9192, 0x4e16, 
+0x52e2, 0x6b72, 0x6d17, 0x7a05, 0x7b39, 0x7d30, 0xf96f, 0x8cb0, 
+0x53ec, 0x562f, 0x5851, 0x5bb5, 0x5c0f, 0x5c11, 0x5de2, 0x6240, 
+0x6383, 0x6414, 0x662d, 0x68b3, 0x6cbc, 0x6d88, 0x6eaf, 0x701f, 
+0x70a4, 0x71d2, 0x7526, 0x758f, 0x758e, 0x7619, 0x7b11, 0x7be0, 
+0x7c2b, 0x7d20, 0x7d39, 0x852c, 0x856d, 0x8607, 0x8a34, 0x900d, 
+0x9061, 0x90b5, 0x92b7, 0x97f6, 0x9a37, 0x4fd7, 0x5c6c, 0x675f, 
+0x6d91, 0x7c9f, 0x7e8c, 0x8b16, 0x8d16, 0x901f, 0x5b6b, 0x5dfd, 
+0x640d, 0x84c0, 0x905c, 0x98e1, 0x7387, 0x5b8b, 0x609a, 0x677e, 
+0x6dde, 0x8a1f, 0x8aa6, 0x9001, 0x980c, 0x5237, 0xf970, 0x7051, 
+0x788e, 0x9396, 0x8870, 0x91d7, 0x4fee, 0x53d7, 0x55fd, 0x56da, 
+0x5782, 0x58fd, 0x5ac2, 0x5b88, 0x5cab, 0x5cc0, 0x5e25, 0x6101, 
+0x620d, 0x624b, 0x6388, 0x641c, 0x6536, 0x6578, 0x6a39, 0x6b8a, 
+0x6c34, 0x6d19, 0x6f31, 0x71e7, 0x72e9, 0x7378, 0x7407, 0x74b2, 
+0x7626, 0x7761, 0x79c0, 0x7a57, 0x7aea, 0x7cb9, 0x7d8f, 0x7dac, 
+0x7e61, 0x7f9e, 0x8129, 0x8331, 0x8490, 0x84da, 0x85ea, 0x8896, 
+0x8ab0, 0x8b90, 0x8f38, 0x9042, 0x9083, 0x916c, 0x9296, 0x92b9, 
+0x968b, 0x96a7, 0x96a8, 0x96d6, 0x9700, 0x9808, 0x9996, 0x9ad3, 
+0x9b1a, 0x53d4, 0x587e, 0x5919, 0x5b70, 0x5bbf, 0x6dd1, 0x6f5a, 
+0x719f, 0x7421, 0x74b9, 0x8085, 0x83fd, 0x5de1, 0x5f87, 0x5faa, 
+0x6042, 0x65ec, 0x6812, 0x696f, 0x6a53, 0x6b89, 0x6d35, 0x6df3, 
+0x73e3, 0x76fe, 0x77ac, 0x7b4d, 0x7d14, 0x8123, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0x821c, 0x8340, 0x84f4, 0x8563, 0x8a62, 0x8ac4, 0x9187, 0x931e, 
+0x9806, 0x99b4, 0x620c, 0x8853, 0x8ff0, 0x9265, 0x5d07, 0x5d27, 
+0x5d69, 0x745f, 0x819d, 0x8768, 0x6fd5, 0x62fe, 0x7fd2, 0x8936, 
+0x8972, 0x4e1e, 0x4e58, 0x50e7, 0x52dd, 0x5347, 0x627f, 0x6607, 
+0x7e69, 0x8805, 0x965e, 0x4f8d, 0x5319, 0x5636, 0x59cb, 0x5aa4, 
+0x5c38, 0x5c4e, 0x5c4d, 0x5e02, 0x5f11, 0x6043, 0x65bd, 0x662f, 
+0x6642, 0x67be, 0x67f4, 0x731c, 0x77e2, 0x793a, 0x7fc5, 0x8494, 
+0x84cd, 0x8996, 0x8a66, 0x8a69, 0x8ae1, 0x8c55, 0x8c7a, 0x57f4, 
+0x5bd4, 0x5f0f, 0x606f, 0x62ed, 0x690d, 0x6b96, 0x6e5c, 0x7184, 
+0x7bd2, 0x8755, 0x8b58, 0x8efe, 0x98df, 0x98fe, 0x4f38, 0x4f81, 
+0x4fe1, 0x547b, 0x5a20, 0x5bb8, 0x613c, 0x65b0, 0x6668, 0x71fc, 
+0x7533, 0x795e, 0x7d33, 0x814e, 0x81e3, 0x8398, 0x85aa, 0x85ce, 
+0x8703, 0x8a0a, 0x8eab, 0x8f9b, 0xf971, 0x8fc5, 0x5931, 0x5ba4, 
+0x5be6, 0x6089, 0x5be9, 0x5c0b, 0x5fc3, 0x6c81, 0xf972, 0x6df1, 
+0x700b, 0x751a, 0x82af, 0x8af6, 0x4ec0, 0x5341, 0xf973, 0x96d9, 
+0x6c0f, 0x4e9e, 0x4fc4, 0x5152, 0x555e, 0x5a25, 0x5ce8, 0x6211, 
+0x7259, 0x82bd, 0x83aa, 0x86fe, 0x8859, 0x8a1d, 0x963f, 0x96c5, 
+0x9913, 0x9d09, 0x9d5d, 0x580a, 0x5cb3, 0x5dbd, 0x5e44, 0x60e1, 
+0x6115, 0x63e1, 0x6a02, 0x6e25, 0x9102, 0x9354, 0x984e, 0x9c10, 
+0x9f77, 0x5b89, 0x5cb8, 0x6309, 0x664f, 0x6848, 0x773c, 0x96c1, 
+0x978d, 0x9854, 0x9b9f, 0x65a1, 0x8b01, 0x8ecb, 0x95bc, 0x5535, 
+0x5ca9, 0x5dd6, 0x5eb5, 0x6697, 0x764c, 0x83f4, 0x95c7, 0x58d3, 
+0x62bc, 0x72ce, 0x9d28, 0x4ef0, 0x592e, 0x600f, 0x663b, 0x6b83, 
+0x79e7, 0x9d26, 0x5393, 0x54c0, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x57c3, 0x5d16, 
+0x611b, 0x66d6, 0x6daf, 0x788d, 0x827e, 0x9698, 0x9744, 0x5384, 
+0x627c, 0x6396, 0x6db2, 0x7e0a, 0x814b, 0x984d, 0x6afb, 0x7f4c, 
+0x9daf, 0x9e1a, 0x4e5f, 0x503b, 0x51b6, 0x591c, 0x60f9, 0x63f6, 
+0x6930, 0x723a, 0x8036, 0xf974, 0x91ce, 0x5f31, 0xf975, 0xf976, 
+0x7d04, 0x82e5, 0x846f, 0x84bb, 0x85e5, 0x8e8d, 0xf977, 0x4f6f, 
+0xf978, 0xf979, 0x58e4, 0x5b43, 0x6059, 0x63da, 0x6518, 0x656d, 
+0x6698, 0xf97a, 0x694a, 0x6a23, 0x6d0b, 0x7001, 0x716c, 0x75d2, 
+0x760d, 0x79b3, 0x7a70, 0xf97b, 0x7f8a, 0xf97c, 0x8944, 0xf97d, 
+0x8b93, 0x91c0, 0x967d, 0xf97e, 0x990a, 0x5704, 0x5fa1, 0x65bc, 
+0x6f01, 0x7600, 0x79a6, 0x8a9e, 0x99ad, 0x9b5a, 0x9f6c, 0x5104, 
+0x61b6, 0x6291, 0x6a8d, 0x81c6, 0x5043, 0x5830, 0x5f66, 0x7109, 
+0x8a00, 0x8afa, 0x5b7c, 0x8616, 0x4ffa, 0x513c, 0x56b4, 0x5944, 
+0x63a9, 0x6df9, 0x5daa, 0x696d, 0x5186, 0x4e88, 0x4f59, 0xf97f, 
+0xf980, 0xf981, 0x5982, 0xf982, 0xf983, 0x6b5f, 0x6c5d, 0xf984, 
+0x74b5, 0x7916, 0xf985, 0x8207, 0x8245, 0x8339, 0x8f3f, 0x8f5d, 
+0xf986, 0x9918, 0xf987, 0xf988, 0xf989, 0x4ea6, 0xf98a, 0x57df, 
+0x5f79, 0x6613, 0xf98b, 0xf98c, 0x75ab, 0x7e79, 0x8b6f, 0xf98d, 
+0x9006, 0x9a5b, 0x56a5, 0x5827, 0x59f8, 0x5a1f, 0x5bb4, 0xf98e, 
+0x5ef6, 0xf98f, 0xf990, 0x6350, 0x633b, 0xf991, 0x693d, 0x6c87, 
+0x6cbf, 0x6d8e, 0x6d93, 0x6df5, 0x6f14, 0xf992, 0x70df, 0x7136, 
+0x7159, 0xf993, 0x71c3, 0x71d5, 0xf994, 0x784f, 0x786f, 0xf995, 
+0x7b75, 0x7de3, 0xf996, 0x7e2f, 0xf997, 0x884d, 0x8edf, 0xf998, 
+0xf999, 0xf99a, 0x925b, 0xf99b, 0x9cf6, 0xf99c, 0xf99d, 0xf99e, 
+0x6085, 0x6d85, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xf99f, 0x71b1, 0xf9a0, 0xf9a1, 
+0x95b1, 0x53ad, 0xf9a2, 0xf9a3, 0xf9a4, 0x67d3, 0xf9a5, 0x708e, 
+0x7130, 0x7430, 0x8276, 0x82d2, 0xf9a6, 0x95bb, 0x9ae5, 0x9e7d, 
+0x66c4, 0xf9a7, 0x71c1, 0x8449, 0xf9a8, 0xf9a9, 0x584b, 0xf9aa, 
+0xf9ab, 0x5db8, 0x5f71, 0xf9ac, 0x6620, 0x668e, 0x6979, 0x69ae, 
+0x6c38, 0x6cf3, 0x6e36, 0x6f41, 0x6fda, 0x701b, 0x702f, 0x7150, 
+0x71df, 0x7370, 0xf9ad, 0x745b, 0xf9ae, 0x74d4, 0x76c8, 0x7a4e, 
+0x7e93, 0xf9af, 0xf9b0, 0x82f1, 0x8a60, 0x8fce, 0xf9b1, 0x9348, 
+0xf9b2, 0x9719, 0xf9b3, 0xf9b4, 0x4e42, 0x502a, 0xf9b5, 0x5208, 
+0x53e1, 0x66f3, 0x6c6d, 0x6fca, 0x730a, 0x777f, 0x7a62, 0x82ae, 
+0x85dd, 0x8602, 0xf9b6, 0x88d4, 0x8a63, 0x8b7d, 0x8c6b, 0xf9b7, 
+0x92b3, 0xf9b8, 0x9713, 0x9810, 0x4e94, 0x4f0d, 0x4fc9, 0x50b2, 
+0x5348, 0x543e, 0x5433, 0x55da, 0x5862, 0x58ba, 0x5967, 0x5a1b, 
+0x5be4, 0x609f, 0xf9b9, 0x61ca, 0x6556, 0x65ff, 0x6664, 0x68a7, 
+0x6c5a, 0x6fb3, 0x70cf, 0x71ac, 0x7352, 0x7b7d, 0x8708, 0x8aa4, 
+0x9c32, 0x9f07, 0x5c4b, 0x6c83, 0x7344, 0x7389, 0x923a, 0x6eab, 
+0x7465, 0x761f, 0x7a69, 0x7e15, 0x860a, 0x5140, 0x58c5, 0x64c1, 
+0x74ee, 0x7515, 0x7670, 0x7fc1, 0x9095, 0x96cd, 0x9954, 0x6e26, 
+0x74e6, 0x7aa9, 0x7aaa, 0x81e5, 0x86d9, 0x8778, 0x8a1b, 0x5a49, 
+0x5b8c, 0x5b9b, 0x68a1, 0x6900, 0x6d63, 0x73a9, 0x7413, 0x742c, 
+0x7897, 0x7de9, 0x7feb, 0x8118, 0x8155, 0x839e, 0x8c4c, 0x962e, 
+0x9811, 0x66f0, 0x5f80, 0x65fa, 0x6789, 0x6c6a, 0x738b, 0x502d, 
+0x5a03, 0x6b6a, 0x77ee, 0x5916, 0x5d6c, 0x5dcd, 0x7325, 0x754f, 
+0xf9ba, 0xf9bb, 0x50e5, 0x51f9, 0x582f, 0x592d, 0x5996, 0x59da, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0x5be5, 0xf9bc, 0xf9bd, 0x5da2, 0x62d7, 0x6416, 
+0x6493, 0x64fe, 0xf9be, 0x66dc, 0xf9bf, 0x6a48, 0xf9c0, 0x71ff, 
+0x7464, 0xf9c1, 0x7a88, 0x7aaf, 0x7e47, 0x7e5e, 0x8000, 0x8170, 
+0xf9c2, 0x87ef, 0x8981, 0x8b20, 0x9059, 0xf9c3, 0x9080, 0x9952, 
+0x617e, 0x6b32, 0x6d74, 0x7e1f, 0x8925, 0x8fb1, 0x4fd1, 0x50ad, 
+0x5197, 0x52c7, 0x57c7, 0x5889, 0x5bb9, 0x5eb8, 0x6142, 0x6995, 
+0x6d8c, 0x6e67, 0x6eb6, 0x7194, 0x7462, 0x7528, 0x752c, 0x8073, 
+0x8338, 0x84c9, 0x8e0a, 0x9394, 0x93de, 0xf9c4, 0x4e8e, 0x4f51, 
+0x5076, 0x512a, 0x53c8, 0x53cb, 0x53f3, 0x5b87, 0x5bd3, 0x5c24, 
+0x611a, 0x6182, 0x65f4, 0x725b, 0x7397, 0x7440, 0x76c2, 0x7950, 
+0x7991, 0x79b9, 0x7d06, 0x7fbd, 0x828b, 0x85d5, 0x865e, 0x8fc2, 
+0x9047, 0x90f5, 0x91ea, 0x9685, 0x96e8, 0x96e9, 0x52d6, 0x5f67, 
+0x65ed, 0x6631, 0x682f, 0x715c, 0x7a36, 0x90c1, 0x980a, 0x4e91, 
+0xf9c5, 0x6a52, 0x6b9e, 0x6f90, 0x7189, 0x8018, 0x82b8, 0x8553, 
+0x904b, 0x9695, 0x96f2, 0x97fb, 0x851a, 0x9b31, 0x4e90, 0x718a, 
+0x96c4, 0x5143, 0x539f, 0x54e1, 0x5713, 0x5712, 0x57a3, 0x5a9b, 
+0x5ac4, 0x5bc3, 0x6028, 0x613f, 0x63f4, 0x6c85, 0x6d39, 0x6e72, 
+0x6e90, 0x7230, 0x733f, 0x7457, 0x82d1, 0x8881, 0x8f45, 0x9060, 
+0xf9c6, 0x9662, 0x9858, 0x9d1b, 0x6708, 0x8d8a, 0x925e, 0x4f4d, 
+0x5049, 0x50de, 0x5371, 0x570d, 0x59d4, 0x5a01, 0x5c09, 0x6170, 
+0x6690, 0x6e2d, 0x7232, 0x744b, 0x7def, 0x80c3, 0x840e, 0x8466, 
+0x853f, 0x875f, 0x885b, 0x8918, 0x8b02, 0x9055, 0x97cb, 0x9b4f, 
+0x4e73, 0x4f91, 0x5112, 0x516a, 0xf9c7, 0x552f, 0x55a9, 0x5b7a, 
+0x5ba5, 0x5e7c, 0x5e7d, 0x5ebe, 0x60a0, 0x60df, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0x6108, 0x6109, 0x63c4, 0x6538, 0x6709, 0xf9c8, 0x67d4, 0x67da, 
+0xf9c9, 0x6961, 0x6962, 0x6cb9, 0x6d27, 0xf9ca, 0x6e38, 0xf9cb, 
+0x6fe1, 0x7336, 0x7337, 0xf9cc, 0x745c, 0x7531, 0xf9cd, 0x7652, 
+0xf9ce, 0xf9cf, 0x7dad, 0x81fe, 0x8438, 0x88d5, 0x8a98, 0x8adb, 
+0x8aed, 0x8e30, 0x8e42, 0x904a, 0x903e, 0x907a, 0x9149, 0x91c9, 
+0x936e, 0xf9d0, 0xf9d1, 0x5809, 0xf9d2, 0x6bd3, 0x8089, 0x80b2, 
+0xf9d3, 0xf9d4, 0x5141, 0x596b, 0x5c39, 0xf9d5, 0xf9d6, 0x6f64, 
+0x73a7, 0x80e4, 0x8d07, 0xf9d7, 0x9217, 0x958f, 0xf9d8, 0xf9d9, 
+0xf9da, 0xf9db, 0x807f, 0x620e, 0x701c, 0x7d68, 0x878d, 0xf9dc, 
+0x57a0, 0x6069, 0x6147, 0x6bb7, 0x8abe, 0x9280, 0x96b1, 0x4e59, 
+0x541f, 0x6deb, 0x852d, 0x9670, 0x97f3, 0x98ee, 0x63d6, 0x6ce3, 
+0x9091, 0x51dd, 0x61c9, 0x81ba, 0x9df9, 0x4f9d, 0x501a, 0x5100, 
+0x5b9c, 0x610f, 0x61ff, 0x64ec, 0x6905, 0x6bc5, 0x7591, 0x77e3, 
+0x7fa9, 0x8264, 0x858f, 0x87fb, 0x8863, 0x8abc, 0x8b70, 0x91ab, 
+0x4e8c, 0x4ee5, 0x4f0a, 0xf9dd, 0xf9de, 0x5937, 0x59e8, 0xf9df, 
+0x5df2, 0x5f1b, 0x5f5b, 0x6021, 0xf9e0, 0xf9e1, 0xf9e2, 0xf9e3, 
+0x723e, 0x73e5, 0xf9e4, 0x7570, 0x75cd, 0xf9e5, 0x79fb, 0xf9e6, 
+0x800c, 0x8033, 0x8084, 0x82e1, 0x8351, 0xf9e7, 0xf9e8, 0x8cbd, 
+0x8cb3, 0x9087, 0xf9e9, 0xf9ea, 0x98f4, 0x990c, 0xf9eb, 0xf9ec, 
+0x7037, 0x76ca, 0x7fca, 0x7fcc, 0x7ffc, 0x8b1a, 0x4eba, 0x4ec1, 
+0x5203, 0x5370, 0xf9ed, 0x54bd, 0x56e0, 0x59fb, 0x5bc5, 0x5f15, 
+0x5fcd, 0x6e6e, 0xf9ee, 0xf9ef, 0x7d6a, 0x8335, 0xf9f0, 0x8693, 
+0x8a8d, 0xf9f1, 0x976d, 0x9777, 0xf9f2, 0xf9f3, 0x4e00, 0x4f5a, 
+0x4f7e, 0x58f9, 0x65e5, 0x6ea2, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x9038, 0x93b0, 
+0x99b9, 0x4efb, 0x58ec, 0x598a, 0x59d9, 0x6041, 0xf9f4, 0xf9f5, 
+0x7a14, 0xf9f6, 0x834f, 0x8cc3, 0x5165, 0x5344, 0xf9f7, 0xf9f8, 
+0xf9f9, 0x4ecd, 0x5269, 0x5b55, 0x82bf, 0x4ed4, 0x523a, 0x54a8, 
+0x59c9, 0x59ff, 0x5b50, 0x5b57, 0x5b5c, 0x6063, 0x6148, 0x6ecb, 
+0x7099, 0x716e, 0x7386, 0x74f7, 0x75b5, 0x78c1, 0x7d2b, 0x8005, 
+0x81ea, 0x8328, 0x8517, 0x85c9, 0x8aee, 0x8cc7, 0x96cc, 0x4f5c, 
+0x52fa, 0x56bc, 0x65ab, 0x6628, 0x707c, 0x70b8, 0x7235, 0x7dbd, 
+0x828d, 0x914c, 0x96c0, 0x9d72, 0x5b71, 0x68e7, 0x6b98, 0x6f7a, 
+0x76de, 0x5c91, 0x66ab, 0x6f5b, 0x7bb4, 0x7c2a, 0x8836, 0x96dc, 
+0x4e08, 0x4ed7, 0x5320, 0x5834, 0x58bb, 0x58ef, 0x596c, 0x5c07, 
+0x5e33, 0x5e84, 0x5f35, 0x638c, 0x66b2, 0x6756, 0x6a1f, 0x6aa3, 
+0x6b0c, 0x6f3f, 0x7246, 0xf9fa, 0x7350, 0x748b, 0x7ae0, 0x7ca7, 
+0x8178, 0x81df, 0x81e7, 0x838a, 0x846c, 0x8523, 0x8594, 0x85cf, 
+0x88dd, 0x8d13, 0x91ac, 0x9577, 0x969c, 0x518d, 0x54c9, 0x5728, 
+0x5bb0, 0x624d, 0x6750, 0x683d, 0x6893, 0x6e3d, 0x6ed3, 0x707d, 
+0x7e21, 0x88c1, 0x8ca1, 0x8f09, 0x9f4b, 0x9f4e, 0x722d, 0x7b8f, 
+0x8acd, 0x931a, 0x4f47, 0x4f4e, 0x5132, 0x5480, 0x59d0, 0x5e95, 
+0x62b5, 0x6775, 0x696e, 0x6a17, 0x6cae, 0x6e1a, 0x72d9, 0x732a, 
+0x75bd, 0x7bb8, 0x7d35, 0x82e7, 0x83f9, 0x8457, 0x85f7, 0x8a5b, 
+0x8caf, 0x8e87, 0x9019, 0x90b8, 0x96ce, 0x9f5f, 0x52e3, 0x540a, 
+0x5ae1, 0x5bc2, 0x6458, 0x6575, 0x6ef4, 0x72c4, 0xf9fb, 0x7684, 
+0x7a4d, 0x7b1b, 0x7c4d, 0x7e3e, 0x7fdf, 0x837b, 0x8b2b, 0x8cca, 
+0x8d64, 0x8de1, 0x8e5f, 0x8fea, 0x8ff9, 0x9069, 0x93d1, 0x4f43, 
+0x4f7a, 0x50b3, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5168, 0x5178, 0x524d, 0x526a, 
+0x5861, 0x587c, 0x5960, 0x5c08, 0x5c55, 0x5edb, 0x609b, 0x6230, 
+0x6813, 0x6bbf, 0x6c08, 0x6fb1, 0x714e, 0x7420, 0x7530, 0x7538, 
+0x7551, 0x7672, 0x7b4c, 0x7b8b, 0x7bad, 0x7bc6, 0x7e8f, 0x8a6e, 
+0x8f3e, 0x8f49, 0x923f, 0x9293, 0x9322, 0x942b, 0x96fb, 0x985a, 
+0x986b, 0x991e, 0x5207, 0x622a, 0x6298, 0x6d59, 0x7664, 0x7aca, 
+0x7bc0, 0x7d76, 0x5360, 0x5cbe, 0x5e97, 0x6f38, 0x70b9, 0x7c98, 
+0x9711, 0x9b8e, 0x9ede, 0x63a5, 0x647a, 0x8776, 0x4e01, 0x4e95, 
+0x4ead, 0x505c, 0x5075, 0x5448, 0x59c3, 0x5b9a, 0x5e40, 0x5ead, 
+0x5ef7, 0x5f81, 0x60c5, 0x633a, 0x653f, 0x6574, 0x65cc, 0x6676, 
+0x6678, 0x67fe, 0x6968, 0x6a89, 0x6b63, 0x6c40, 0x6dc0, 0x6de8, 
+0x6e1f, 0x6e5e, 0x701e, 0x70a1, 0x738e, 0x73fd, 0x753a, 0x775b, 
+0x7887, 0x798e, 0x7a0b, 0x7a7d, 0x7cbe, 0x7d8e, 0x8247, 0x8a02, 
+0x8aea, 0x8c9e, 0x912d, 0x914a, 0x91d8, 0x9266, 0x92cc, 0x9320, 
+0x9706, 0x9756, 0x975c, 0x9802, 0x9f0e, 0x5236, 0x5291, 0x557c, 
+0x5824, 0x5e1d, 0x5f1f, 0x608c, 0x63d0, 0x68af, 0x6fdf, 0x796d, 
+0x7b2c, 0x81cd, 0x85ba, 0x88fd, 0x8af8, 0x8e44, 0x918d, 0x9664, 
+0x969b, 0x973d, 0x984c, 0x9f4a, 0x4fce, 0x5146, 0x51cb, 0x52a9, 
+0x5632, 0x5f14, 0x5f6b, 0x63aa, 0x64cd, 0x65e9, 0x6641, 0x66fa, 
+0x66f9, 0x671d, 0x689d, 0x68d7, 0x69fd, 0x6f15, 0x6f6e, 0x7167, 
+0x71e5, 0x722a, 0x74aa, 0x773a, 0x7956, 0x795a, 0x79df, 0x7a20, 
+0x7a95, 0x7c97, 0x7cdf, 0x7d44, 0x7e70, 0x8087, 0x85fb, 0x86a4, 
+0x8a54, 0x8abf, 0x8d99, 0x8e81, 0x9020, 0x906d, 0x91e3, 0x963b, 
+0x96d5, 0x9ce5, 0x65cf, 0x7c07, 0x8db3, 0x93c3, 0x5b58, 0x5c0a, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0x5352, 0x62d9, 0x731d, 0x5027, 0x5b97, 0x5f9e, 
+0x60b0, 0x616b, 0x68d5, 0x6dd9, 0x742e, 0x7a2e, 0x7d42, 0x7d9c, 
+0x7e31, 0x816b, 0x8e2a, 0x8e35, 0x937e, 0x9418, 0x4f50, 0x5750, 
+0x5de6, 0x5ea7, 0x632b, 0x7f6a, 0x4e3b, 0x4f4f, 0x4f8f, 0x505a, 
+0x59dd, 0x80c4, 0x546a, 0x5468, 0x55fe, 0x594f, 0x5b99, 0x5dde, 
+0x5eda, 0x665d, 0x6731, 0x67f1, 0x682a, 0x6ce8, 0x6d32, 0x6e4a, 
+0x6f8d, 0x70b7, 0x73e0, 0x7587, 0x7c4c, 0x7d02, 0x7d2c, 0x7da2, 
+0x821f, 0x86db, 0x8a3b, 0x8a85, 0x8d70, 0x8e8a, 0x8f33, 0x9031, 
+0x914e, 0x9152, 0x9444, 0x99d0, 0x7af9, 0x7ca5, 0x4fca, 0x5101, 
+0x51c6, 0x57c8, 0x5bef, 0x5cfb, 0x6659, 0x6a3d, 0x6d5a, 0x6e96, 
+0x6fec, 0x710c, 0x756f, 0x7ae3, 0x8822, 0x9021, 0x9075, 0x96cb, 
+0x99ff, 0x8301, 0x4e2d, 0x4ef2, 0x8846, 0x91cd, 0x537d, 0x6adb, 
+0x696b, 0x6c41, 0x847a, 0x589e, 0x618e, 0x66fe, 0x62ef, 0x70dd, 
+0x7511, 0x75c7, 0x7e52, 0x84b8, 0x8b49, 0x8d08, 0x4e4b, 0x53ea, 
+0x54ab, 0x5730, 0x5740, 0x5fd7, 0x6301, 0x6307, 0x646f, 0x652f, 
+0x65e8, 0x667a, 0x679d, 0x67b3, 0x6b62, 0x6c60, 0x6c9a, 0x6f2c, 
+0x77e5, 0x7825, 0x7949, 0x7957, 0x7d19, 0x80a2, 0x8102, 0x81f3, 
+0x829d, 0x82b7, 0x8718, 0x8a8c, 0xf9fc, 0x8d04, 0x8dbe, 0x9072, 
+0x76f4, 0x7a19, 0x7a37, 0x7e54, 0x8077, 0x5507, 0x55d4, 0x5875, 
+0x632f, 0x6422, 0x6649, 0x664b, 0x686d, 0x699b, 0x6b84, 0x6d25, 
+0x6eb1, 0x73cd, 0x7468, 0x74a1, 0x755b, 0x75b9, 0x76e1, 0x771e, 
+0x778b, 0x79e6, 0x7e09, 0x7e1d, 0x81fb, 0x852f, 0x8897, 0x8a3a, 
+0x8cd1, 0x8eeb, 0x8fb0, 0x9032, 0x93ad, 0x9663, 0x9673, 0x9707, 
+0x4f84, 0x53f1, 0x59ea, 0x5ac9, 0x5e19, 0x684e, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0x74c6, 0x75be, 0x79e9, 0x7a92, 0x81a3, 0x86ed, 0x8cea, 0x8dcc, 
+0x8fed, 0x659f, 0x6715, 0xf9fd, 0x57f7, 0x6f57, 0x7ddd, 0x8f2f, 
+0x93f6, 0x96c6, 0x5fb5, 0x61f2, 0x6f84, 0x4e14, 0x4f98, 0x501f, 
+0x53c9, 0x55df, 0x5d6f, 0x5dee, 0x6b21, 0x6b64, 0x78cb, 0x7b9a, 
+0xf9fe, 0x8e49, 0x8eca, 0x906e, 0x6349, 0x643e, 0x7740, 0x7a84, 
+0x932f, 0x947f, 0x9f6a, 0x64b0, 0x6faf, 0x71e6, 0x74a8, 0x74da, 
+0x7ac4, 0x7c12, 0x7e82, 0x7cb2, 0x7e98, 0x8b9a, 0x8d0a, 0x947d, 
+0x9910, 0x994c, 0x5239, 0x5bdf, 0x64e6, 0x672d, 0x7d2e, 0x50ed, 
+0x53c3, 0x5879, 0x6158, 0x6159, 0x61fa, 0x65ac, 0x7ad9, 0x8b92, 
+0x8b96, 0x5009, 0x5021, 0x5275, 0x5531, 0x5a3c, 0x5ee0, 0x5f70, 
+0x6134, 0x655e, 0x660c, 0x6636, 0x66a2, 0x69cd, 0x6ec4, 0x6f32, 
+0x7316, 0x7621, 0x7a93, 0x8139, 0x8259, 0x83d6, 0x84bc, 0x50b5, 
+0x57f0, 0x5bc0, 0x5be8, 0x5f69, 0x63a1, 0x7826, 0x7db5, 0x83dc, 
+0x8521, 0x91c7, 0x91f5, 0x518a, 0x67f5, 0x7b56, 0x8cac, 0x51c4, 
+0x59bb, 0x60bd, 0x8655, 0x501c, 0xf9ff, 0x5254, 0x5c3a, 0x617d, 
+0x621a, 0x62d3, 0x64f2, 0x65a5, 0x6ecc, 0x7620, 0x810a, 0x8e60, 
+0x965f, 0x96bb, 0x4edf, 0x5343, 0x5598, 0x5929, 0x5ddd, 0x64c5, 
+0x6cc9, 0x6dfa, 0x7394, 0x7a7f, 0x821b, 0x85a6, 0x8ce4, 0x8e10, 
+0x9077, 0x91e7, 0x95e1, 0x9621, 0x97c6, 0x51f8, 0x54f2, 0x5586, 
+0x5fb9, 0x64a4, 0x6f88, 0x7db4, 0x8f1f, 0x8f4d, 0x9435, 0x50c9, 
+0x5c16, 0x6cbe, 0x6dfb, 0x751b, 0x77bb, 0x7c3d, 0x7c64, 0x8a79, 
+0x8ac2, 0x581e, 0x59be, 0x5e16, 0x6377, 0x7252, 0x758a, 0x776b, 
+0x8adc, 0x8cbc, 0x8f12, 0x5ef3, 0x6674, 0x6df8, 0x807d, 0x83c1, 
+0x8acb, 0x9751, 0x9bd6, 0xfa00, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x5243, 0x66ff, 
+0x6d95, 0x6eef, 0x7de0, 0x8ae6, 0x902e, 0x905e, 0x9ad4, 0x521d, 
+0x527f, 0x54e8, 0x6194, 0x6284, 0x62db, 0x68a2, 0x6912, 0x695a, 
+0x6a35, 0x7092, 0x7126, 0x785d, 0x7901, 0x790e, 0x79d2, 0x7a0d, 
+0x8096, 0x8278, 0x82d5, 0x8349, 0x8549, 0x8c82, 0x8d85, 0x9162, 
+0x918b, 0x91ae, 0x4fc3, 0x56d1, 0x71ed, 0x77d7, 0x8700, 0x89f8, 
+0x5bf8, 0x5fd6, 0x6751, 0x90a8, 0x53e2, 0x585a, 0x5bf5, 0x60a4, 
+0x6181, 0x6460, 0x7e3d, 0x8070, 0x8525, 0x9283, 0x64ae, 0x50ac, 
+0x5d14, 0x6700, 0x589c, 0x62bd, 0x63a8, 0x690e, 0x6978, 0x6a1e, 
+0x6e6b, 0x76ba, 0x79cb, 0x82bb, 0x8429, 0x8acf, 0x8da8, 0x8ffd, 
+0x9112, 0x914b, 0x919c, 0x9310, 0x9318, 0x939a, 0x96db, 0x9a36, 
+0x9c0d, 0x4e11, 0x755c, 0x795d, 0x7afa, 0x7b51, 0x7bc9, 0x7e2e, 
+0x84c4, 0x8e59, 0x8e74, 0x8ef8, 0x9010, 0x6625, 0x693f, 0x7443, 
+0x51fa, 0x672e, 0x9edc, 0x5145, 0x5fe0, 0x6c96, 0x87f2, 0x885d, 
+0x8877, 0x60b4, 0x81b5, 0x8403, 0x8d05, 0x53d6, 0x5439, 0x5634, 
+0x5a36, 0x5c31, 0x708a, 0x7fe0, 0x805a, 0x8106, 0x81ed, 0x8da3, 
+0x9189, 0x9a5f, 0x9df2, 0x5074, 0x4ec4, 0x53a0, 0x60fb, 0x6e2c, 
+0x5c64, 0x4f88, 0x5024, 0x55e4, 0x5cd9, 0x5e5f, 0x6065, 0x6894, 
+0x6cbb, 0x6dc4, 0x71be, 0x75d4, 0x75f4, 0x7661, 0x7a1a, 0x7a49, 
+0x7dc7, 0x7dfb, 0x7f6e, 0x81f4, 0x86a9, 0x8f1c, 0x96c9, 0x99b3, 
+0x9f52, 0x5247, 0x52c5, 0x98ed, 0x89aa, 0x4e03, 0x67d2, 0x6f06, 
+0x4fb5, 0x5be2, 0x6795, 0x6c88, 0x6d78, 0x741b, 0x7827, 0x91dd, 
+0x937c, 0x87c4, 0x79e4, 0x7a31, 0x5feb, 0x4ed6, 0x54a4, 0x553e, 
+0x58ae, 0x59a5, 0x60f0, 0x6253, 0x62d6, 0x6736, 0x6955, 0x8235, 
+0x9640, 0x99b1, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x99dd, 0x502c, 0x5353, 0x5544, 
+0x577c, 0xfa01, 0x6258, 0xfa02, 0x64e2, 0x666b, 0x67dd, 0x6fc1, 
+0x6fef, 0x7422, 0x7438, 0x8a17, 0x9438, 0x5451, 0x5606, 0x5766, 
+0x5f48, 0x619a, 0x6b4e, 0x7058, 0x70ad, 0x7dbb, 0x8a95, 0x596a, 
+0x812b, 0x63a2, 0x7708, 0x803d, 0x8caa, 0x5854, 0x642d, 0x69bb, 
+0x5b95, 0x5e11, 0x6e6f, 0xfa03, 0x8569, 0x514c, 0x53f0, 0x592a, 
+0x6020, 0x614b, 0x6b86, 0x6c70, 0x6cf0, 0x7b1e, 0x80ce, 0x82d4, 
+0x8dc6, 0x90b0, 0x98b1, 0xfa04, 0x64c7, 0x6fa4, 0x6491, 0x6504, 
+0x514e, 0x5410, 0x571f, 0x8a0e, 0x615f, 0x6876, 0xfa05, 0x75db, 
+0x7b52, 0x7d71, 0x901a, 0x5806, 0x69cc, 0x817f, 0x892a, 0x9000, 
+0x9839, 0x5078, 0x5957, 0x59ac, 0x6295, 0x900f, 0x9b2a, 0x615d, 
+0x7279, 0x95d6, 0x5761, 0x5a46, 0x5df4, 0x628a, 0x64ad, 0x64fa, 
+0x6777, 0x6ce2, 0x6d3e, 0x722c, 0x7436, 0x7834, 0x7f77, 0x82ad, 
+0x8ddb, 0x9817, 0x5224, 0x5742, 0x677f, 0x7248, 0x74e3, 0x8ca9, 
+0x8fa6, 0x9211, 0x962a, 0x516b, 0x53ed, 0x634c, 0x4f69, 0x5504, 
+0x6096, 0x6557, 0x6c9b, 0x6d7f, 0x724c, 0x72fd, 0x7a17, 0x8987, 
+0x8c9d, 0x5f6d, 0x6f8e, 0x70f9, 0x81a8, 0x610e, 0x4fbf, 0x504f, 
+0x6241, 0x7247, 0x7bc7, 0x7de8, 0x7fe9, 0x904d, 0x97ad, 0x9a19, 
+0x8cb6, 0x576a, 0x5e73, 0x67b0, 0x840d, 0x8a55, 0x5420, 0x5b16, 
+0x5e63, 0x5ee2, 0x5f0a, 0x6583, 0x80ba, 0x853d, 0x9589, 0x965b, 
+0x4f48, 0x5305, 0x530d, 0x530f, 0x5486, 0x54fa, 0x5703, 0x5e03, 
+0x6016, 0x629b, 0x62b1, 0x6355, 0xfa06, 0x6ce1, 0x6d66, 0x75b1, 
+0x7832, 0x80de, 0x812f, 0x82de, 0x8461, 0x84b2, 0x888d, 0x8912, 
+0x900b, 0x92ea, 0x98fd, 0x9b91, 0x5e45, 0x66b4, 0x66dd, 0x7011, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0x7206, 0xfa07, 0x4ff5, 0x527d, 0x5f6a, 0x6153, 
+0x6753, 0x6a19, 0x6f02, 0x74e2, 0x7968, 0x8868, 0x8c79, 0x98c7, 
+0x98c4, 0x9a43, 0x54c1, 0x7a1f, 0x6953, 0x8af7, 0x8c4a, 0x98a8, 
+0x99ae, 0x5f7c, 0x62ab, 0x75b2, 0x76ae, 0x88ab, 0x907f, 0x9642, 
+0x5339, 0x5f3c, 0x5fc5, 0x6ccc, 0x73cc, 0x7562, 0x758b, 0x7b46, 
+0x82fe, 0x999d, 0x4e4f, 0x903c, 0x4e0b, 0x4f55, 0x53a6, 0x590f, 
+0x5ec8, 0x6630, 0x6cb3, 0x7455, 0x8377, 0x8766, 0x8cc0, 0x9050, 
+0x971e, 0x9c15, 0x58d1, 0x5b78, 0x8650, 0x8b14, 0x9db4, 0x5bd2, 
+0x6068, 0x608d, 0x65f1, 0x6c57, 0x6f22, 0x6fa3, 0x701a, 0x7f55, 
+0x7ff0, 0x9591, 0x9592, 0x9650, 0x97d3, 0x5272, 0x8f44, 0x51fd, 
+0x542b, 0x54b8, 0x5563, 0x558a, 0x6abb, 0x6db5, 0x7dd8, 0x8266, 
+0x929c, 0x9677, 0x9e79, 0x5408, 0x54c8, 0x76d2, 0x86e4, 0x95a4, 
+0x95d4, 0x965c, 0x4ea2, 0x4f09, 0x59ee, 0x5ae6, 0x5df7, 0x6052, 
+0x6297, 0x676d, 0x6841, 0x6c86, 0x6e2f, 0x7f38, 0x809b, 0x822a, 
+0xfa08, 0xfa09, 0x9805, 0x4ea5, 0x5055, 0x54b3, 0x5793, 0x595a, 
+0x5b69, 0x5bb3, 0x61c8, 0x6977, 0x6d77, 0x7023, 0x87f9, 0x89e3, 
+0x8a72, 0x8ae7, 0x9082, 0x99ed, 0x9ab8, 0x52be, 0x6838, 0x5016, 
+0x5e78, 0x674f, 0x8347, 0x884c, 0x4eab, 0x5411, 0x56ae, 0x73e6, 
+0x9115, 0x97ff, 0x9909, 0x9957, 0x9999, 0x5653, 0x589f, 0x865b, 
+0x8a31, 0x61b2, 0x6af6, 0x737b, 0x8ed2, 0x6b47, 0x96aa, 0x9a57, 
+0x5955, 0x7200, 0x8d6b, 0x9769, 0x4fd4, 0x5cf4, 0x5f26, 0x61f8, 
+0x665b, 0x6ceb, 0x70ab, 0x7384, 0x73b9, 0x73fe, 0x7729, 0x774d, 
+0x7d43, 0x7d62, 0x7e23, 0x8237, 0x8852, 0xfa0a, 0x8ce2, 0x9249, 
+0x986f, 0x5b51, 0x7a74, 0x8840, 0x9801, 0x5acc, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0x4fe0, 0x5354, 0x593e, 0x5cfd, 0x633e, 0x6d79, 0x72f9, 0x8105, 
+0x8107, 0x83a2, 0x92cf, 0x9830, 0x4ea8, 0x5144, 0x5211, 0x578b, 
+0x5f62, 0x6cc2, 0x6ece, 0x7005, 0x7050, 0x70af, 0x7192, 0x73e9, 
+0x7469, 0x834a, 0x87a2, 0x8861, 0x9008, 0x90a2, 0x93a3, 0x99a8, 
+0x516e, 0x5f57, 0x60e0, 0x6167, 0x66b3, 0x8559, 0x8e4a, 0x91af, 
+0x978b, 0x4e4e, 0x4e92, 0x547c, 0x58d5, 0x58fa, 0x597d, 0x5cb5, 
+0x5f27, 0x6236, 0x6248, 0x660a, 0x6667, 0x6beb, 0x6d69, 0x6dcf, 
+0x6e56, 0x6ef8, 0x6f94, 0x6fe0, 0x6fe9, 0x705d, 0x72d0, 0x7425, 
+0x745a, 0x74e0, 0x7693, 0x795c, 0x7cca, 0x7e1e, 0x80e1, 0x82a6, 
+0x846b, 0x84bf, 0x864e, 0x865f, 0x8774, 0x8b77, 0x8c6a, 0x93ac, 
+0x9800, 0x9865, 0x60d1, 0x6216, 0x9177, 0x5a5a, 0x660f, 0x6df7, 
+0x6e3e, 0x743f, 0x9b42, 0x5ffd, 0x60da, 0x7b0f, 0x54c4, 0x5f18, 
+0x6c5e, 0x6cd3, 0x6d2a, 0x70d8, 0x7d05, 0x8679, 0x8a0c, 0x9d3b, 
+0x5316, 0x548c, 0x5b05, 0x6a3a, 0x706b, 0x7575, 0x798d, 0x79be, 
+0x82b1, 0x83ef, 0x8a71, 0x8b41, 0x8ca8, 0x9774, 0xfa0b, 0x64f4, 
+0x652b, 0x78ba, 0x78bb, 0x7a6b, 0x4e38, 0x559a, 0x5950, 0x5ba6, 
+0x5e7b, 0x60a3, 0x63db, 0x6b61, 0x6665, 0x6853, 0x6e19, 0x7165, 
+0x74b0, 0x7d08, 0x9084, 0x9a69, 0x9c25, 0x6d3b, 0x6ed1, 0x733e, 
+0x8c41, 0x95ca, 0x51f0, 0x5e4c, 0x5fa8, 0x604d, 0x60f6, 0x6130, 
+0x614c, 0x6643, 0x6644, 0x69a5, 0x6cc1, 0x6e5f, 0x6ec9, 0x6f62, 
+0x714c, 0x749c, 0x7687, 0x7bc1, 0x7c27, 0x8352, 0x8757, 0x9051, 
+0x968d, 0x9ec3, 0x532f, 0x56de, 0x5efb, 0x5f8a, 0x6062, 0x6094, 
+0x61f7, 0x6666, 0x6703, 0x6a9c, 0x6dee, 0x6fae, 0x7070, 0x736a, 
+0x7e6a, 0x81be, 0x8334, 0x86d4, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 
+0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0x8aa8, 0x8cc4, 
+0x5283, 0x7372, 0x5b96, 0x6a6b, 0x9404, 0x54ee, 0x5686, 0x5b5d, 
+0x6548, 0x6585, 0x66c9, 0x689f, 0x6d8d, 0x6dc6, 0x723b, 0x80b4, 
+0x9175, 0x9a4d, 0x4faf, 0x5019, 0x539a, 0x540e, 0x543c, 0x5589, 
+0x55c5, 0x5e3f, 0x5f8c, 0x673d, 0x7166, 0x73dd, 0x9005, 0x52db, 
+0x52f3, 0x5864, 0x58ce, 0x7104, 0x718f, 0x71fb, 0x85b0, 0x8a13, 
+0x6688, 0x85a8, 0x55a7, 0x6684, 0x714a, 0x8431, 0x5349, 0x5599, 
+0x6bc1, 0x5f59, 0x5fbd, 0x63ee, 0x6689, 0x7147, 0x8af1, 0x8f1d, 
+0x9ebe, 0x4f11, 0x643a, 0x70cb, 0x7566, 0x8667, 0x6064, 0x8b4e, 
+0x9df8, 0x5147, 0x51f6, 0x5308, 0x6d36, 0x80f8, 0x9ed1, 0x6615, 
+0x6b23, 0x7098, 0x75d5, 0x5403, 0x5c79, 0x7d07, 0x8a16, 0x6b20, 
+0x6b3d, 0x6b46, 0x5438, 0x6070, 0x6d3d, 0x7fd5, 0x8208, 0x50d6, 
+0x51de, 0x559c, 0x566b, 0x56cd, 0x59ec, 0x5b09, 0x5e0c, 0x6199, 
+0x6198, 0x6231, 0x665e, 0x66e6, 0x7199, 0x71b9, 0x71ba, 0x72a7, 
+0x79a7, 0x7a00, 0x7fb2, 0x8a70, 
+};
+
+/*
+ * JohabtoUCS : ksc5601_1992_mbtowc 
+ */
+static int
+ksc5601_1992_mbtowc(conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
+{
+    unsigned char c1 = s[0];
+    if ((c1 >= 0x88 && c1 <= 0xd3) || (c1 >= 0xd8 && c1 <= 0xde) || (c1 >= 0xe0 && c1 <= 0xf9)) {
+        /* Not handling Jamo characters with starting bytes of 0x84 to 0x87. */
+        if (n >= 2) {
+            unsigned short wc; 
+            unsigned char c2 = s[1];  
+            if ( c1 >= 0x88 && c1 <= 0xd3 &&
+               ((c2 >= 0x41 && c2 <= 0x7e) || (c2 >= 0x81 && c2 <= 0xfd)) ) { 
+                /* For hangul. */    
+                wc = ksc5601_1992_hangul[ GETID(c1, c2, FIRST1) -  (0x43)*(c1-0x88)]; 
+                if (wc != UNICODE_REPLACEMENT_CHAR) {
+                    *pwc = (ucs4_t) wc;
+                    return 2;
+                }
+            } else if ( c1 >= 0xd8 && c1 <= 0xde && 
+                    ( (c2 >=0x31 && c2<=0x7e) || (c2 >=0x91 && c2<=0xfe)) ) {
+                wc = ksc5601_1992_user[GETID(c1, c2, FIRST2) - 0x32 * (c1-0xd8)];
+                if (wc != UNICODE_REPLACEMENT_CHAR) {
+                    *pwc = (ucs4_t) wc;
+                    return 2;
+                }
+            } else if ( c1 >= 0xe0 && c1 <= 0xf9 && 
+                    ( (c2 >=0x31 && c2<=0x7e) || (c2 >=0x91 && c2<=0xfe)) ) {
+                wc = ksc5601_1992_hanja[GETID(c1, c2, FIRST3) - 0x32 * (c1-0xe0)];
+                if (wc != UNICODE_REPLACEMENT_CHAR) {
+                    *pwc = (ucs4_t) wc;
+                    return 2;
+                }
+            } else
+                return RET_ILSEQ;
+        }
+        return RET_TOOFEW(0);
+    }
+    return RET_ILSEQ;
+}
+
+
+static const unsigned short ucs_hangul[HANG_NUM] = {
+0x8861, 0x8862, 0x8863, 0x8864, 0x8865, 0x8866, 0x8867, 0x8868, 
+0x8869, 0x886a, 0x886b, 0x886c, 0x886d, 0x886e, 0x886f, 0x8870, 
+0x8871, 0x8873, 0x8874, 0x8875, 0x8876, 0x8877, 0x8878, 0x8879, 
+0x887a, 0x887b, 0x887c, 0x887d, 0x8881, 0x8882, 0x8883, 0x8884, 
+0x8885, 0x8886, 0x8887, 0x8888, 0x8889, 0x888a, 0x888b, 0x888c, 
+0x888d, 0x888e, 0x888f, 0x8890, 0x8891, 0x8893, 0x8894, 0x8895, 
+0x8896, 0x8897, 0x8898, 0x8899, 0x889a, 0x889b, 0x889c, 0x889d, 
+0x88a1, 0x88a2, 0x88a3, 0x88a4, 0x88a5, 0x88a6, 0x88a7, 0x88a8, 
+0x88a9, 0x88aa, 0x88ab, 0x88ac, 0x88ad, 0x88ae, 0x88af, 0x88b0, 
+0x88b1, 0x88b3, 0x88b4, 0x88b5, 0x88b6, 0x88b7, 0x88b8, 0x88b9, 
+0x88ba, 0x88bb, 0x88bc, 0x88bd, 0x88c1, 0x88c2, 0x88c3, 0x88c4, 
+0x88c5, 0x88c6, 0x88c7, 0x88c8, 0x88c9, 0x88ca, 0x88cb, 0x88cc, 
+0x88cd, 0x88ce, 0x88cf, 0x88d0, 0x88d1, 0x88d3, 0x88d4, 0x88d5, 
+0x88d6, 0x88d7, 0x88d8, 0x88d9, 0x88da, 0x88db, 0x88dc, 0x88dd, 
+0x88e1, 0x88e2, 0x88e3, 0x88e4, 0x88e5, 0x88e6, 0x88e7, 0x88e8, 
+0x88e9, 0x88ea, 0x88eb, 0x88ec, 0x88ed, 0x88ee, 0x88ef, 0x88f0, 
+0x88f1, 0x88f3, 0x88f4, 0x88f5, 0x88f6, 0x88f7, 0x88f8, 0x88f9, 
+0x88fa, 0x88fb, 0x88fc, 0x88fd, 0x8941, 0x8942, 0x8943, 0x8944, 
+0x8945, 0x8946, 0x8947, 0x8948, 0x8949, 0x894a, 0x894b, 0x894c, 
+0x894d, 0x894e, 0x894f, 0x8950, 0x8951, 0x8953, 0x8954, 0x8955, 
+0x8956, 0x8957, 0x8958, 0x8959, 0x895a, 0x895b, 0x895c, 0x895d, 
+0x8961, 0x8962, 0x8963, 0x8964, 0x8965, 0x8966, 0x8967, 0x8968, 
+0x8969, 0x896a, 0x896b, 0x896c, 0x896d, 0x896e, 0x896f, 0x8970, 
+0x8971, 0x8973, 0x8974, 0x8975, 0x8976, 0x8977, 0x8978, 0x8979, 
+0x897a, 0x897b, 0x897c, 0x897d, 0x8981, 0x8982, 0x8983, 0x8984, 
+0x8985, 0x8986, 0x8987, 0x8988, 0x8989, 0x898a, 0x898b, 0x898c, 
+0x898d, 0x898e, 0x898f, 0x8990, 0x8991, 0x8993, 0x8994, 0x8995, 
+0x8996, 0x8997, 0x8998, 0x8999, 0x899a, 0x899b, 0x899c, 0x899d, 
+0x89a1, 0x89a2, 0x89a3, 0x89a4, 0x89a5, 0x89a6, 0x89a7, 0x89a8, 
+0x89a9, 0x89aa, 0x89ab, 0x89ac, 0x89ad, 0x89ae, 0x89af, 0x89b0, 
+0x89b1, 0x89b3, 0x89b4, 0x89b5, 0x89b6, 0x89b7, 0x89b8, 0x89b9, 
+0x89ba, 0x89bb, 0x89bc, 0x89bd, 0x89c1, 0x89c2, 0x89c3, 0x89c4, 
+0x89c5, 0x89c6, 0x89c7, 0x89c8, 0x89c9, 0x89ca, 0x89cb, 0x89cc, 
+0x89cd, 0x89ce, 0x89cf, 0x89d0, 0x89d1, 0x89d3, 0x89d4, 0x89d5, 
+0x89d6, 0x89d7, 0x89d8, 0x89d9, 0x89da, 0x89db, 0x89dc, 0x89dd, 
+0x89e1, 0x89e2, 0x89e3, 0x89e4, 0x89e5, 0x89e6, 0x89e7, 0x89e8, 
+0x89e9, 0x89ea, 0x89eb, 0x89ec, 0x89ed, 0x89ee, 0x89ef, 0x89f0, 
+0x89f1, 0x89f3, 0x89f4, 0x89f5, 0x89f6, 0x89f7, 0x89f8, 0x89f9, 
+0x89fa, 0x89fb, 0x89fc, 0x89fd, 0x8a41, 0x8a42, 0x8a43, 0x8a44, 
+0x8a45, 0x8a46, 0x8a47, 0x8a48, 0x8a49, 0x8a4a, 0x8a4b, 0x8a4c, 
+0x8a4d, 0x8a4e, 0x8a4f, 0x8a50, 0x8a51, 0x8a53, 0x8a54, 0x8a55, 
+0x8a56, 0x8a57, 0x8a58, 0x8a59, 0x8a5a, 0x8a5b, 0x8a5c, 0x8a5d, 
+0x8a61, 0x8a62, 0x8a63, 0x8a64, 0x8a65, 0x8a66, 0x8a67, 0x8a68, 
+0x8a69, 0x8a6a, 0x8a6b, 0x8a6c, 0x8a6d, 0x8a6e, 0x8a6f, 0x8a70, 
+0x8a71, 0x8a73, 0x8a74, 0x8a75, 0x8a76, 0x8a77, 0x8a78, 0x8a79, 
+0x8a7a, 0x8a7b, 0x8a7c, 0x8a7d, 0x8a81, 0x8a82, 0x8a83, 0x8a84, 
+0x8a85, 0x8a86, 0x8a87, 0x8a88, 0x8a89, 0x8a8a, 0x8a8b, 0x8a8c, 
+0x8a8d, 0x8a8e, 0x8a8f, 0x8a90, 0x8a91, 0x8a93, 0x8a94, 0x8a95, 
+0x8a96, 0x8a97, 0x8a98, 0x8a99, 0x8a9a, 0x8a9b, 0x8a9c, 0x8a9d, 
+0x8aa1, 0x8aa2, 0x8aa3, 0x8aa4, 0x8aa5, 0x8aa6, 0x8aa7, 0x8aa8, 
+0x8aa9, 0x8aaa, 0x8aab, 0x8aac, 0x8aad, 0x8aae, 0x8aaf, 0x8ab0, 
+0x8ab1, 0x8ab3, 0x8ab4, 0x8ab5, 0x8ab6, 0x8ab7, 0x8ab8, 0x8ab9, 
+0x8aba, 0x8abb, 0x8abc, 0x8abd, 0x8ac1, 0x8ac2, 0x8ac3, 0x8ac4, 
+0x8ac5, 0x8ac6, 0x8ac7, 0x8ac8, 0x8ac9, 0x8aca, 0x8acb, 0x8acc, 
+0x8acd, 0x8ace, 0x8acf, 0x8ad0, 0x8ad1, 0x8ad3, 0x8ad4, 0x8ad5, 
+0x8ad6, 0x8ad7, 0x8ad8, 0x8ad9, 0x8ada, 0x8adb, 0x8adc, 0x8add, 
+0x8ae1, 0x8ae2, 0x8ae3, 0x8ae4, 0x8ae5, 0x8ae6, 0x8ae7, 0x8ae8, 
+0x8ae9, 0x8aea, 0x8aeb, 0x8aec, 0x8aed, 0x8aee, 0x8aef, 0x8af0, 
+0x8af1, 0x8af3, 0x8af4, 0x8af5, 0x8af6, 0x8af7, 0x8af8, 0x8af9, 
+0x8afa, 0x8afb, 0x8afc, 0x8afd, 0x8b41, 0x8b42, 0x8b43, 0x8b44, 
+0x8b45, 0x8b46, 0x8b47, 0x8b48, 0x8b49, 0x8b4a, 0x8b4b, 0x8b4c, 
+0x8b4d, 0x8b4e, 0x8b4f, 0x8b50, 0x8b51, 0x8b53, 0x8b54, 0x8b55, 
+0x8b56, 0x8b57, 0x8b58, 0x8b59, 0x8b5a, 0x8b5b, 0x8b5c, 0x8b5d, 
+0x8b61, 0x8b62, 0x8b63, 0x8b64, 0x8b65, 0x8b66, 0x8b67, 0x8b68, 
+0x8b69, 0x8b6a, 0x8b6b, 0x8b6c, 0x8b6d, 0x8b6e, 0x8b6f, 0x8b70, 
+0x8b71, 0x8b73, 0x8b74, 0x8b75, 0x8b76, 0x8b77, 0x8b78, 0x8b79, 
+0x8b7a, 0x8b7b, 0x8b7c, 0x8b7d, 0x8b81, 0x8b82, 0x8b83, 0x8b84, 
+0x8b85, 0x8b86, 0x8b87, 0x8b88, 0x8b89, 0x8b8a, 0x8b8b, 0x8b8c, 
+0x8b8d, 0x8b8e, 0x8b8f, 0x8b90, 0x8b91, 0x8b93, 0x8b94, 0x8b95, 
+0x8b96, 0x8b97, 0x8b98, 0x8b99, 0x8b9a, 0x8b9b, 0x8b9c, 0x8b9d, 
+0x8ba1, 0x8ba2, 0x8ba3, 0x8ba4, 0x8ba5, 0x8ba6, 0x8ba7, 0x8ba8, 
+0x8ba9, 0x8baa, 0x8bab, 0x8bac, 0x8bad, 0x8bae, 0x8baf, 0x8bb0, 
+0x8bb1, 0x8bb3, 0x8bb4, 0x8bb5, 0x8bb6, 0x8bb7, 0x8bb8, 0x8bb9, 
+0x8bba, 0x8bbb, 0x8bbc, 0x8bbd, 0x8c61, 0x8c62, 0x8c63, 0x8c64, 
+0x8c65, 0x8c66, 0x8c67, 0x8c68, 0x8c69, 0x8c6a, 0x8c6b, 0x8c6c, 
+0x8c6d, 0x8c6e, 0x8c6f, 0x8c70, 0x8c71, 0x8c73, 0x8c74, 0x8c75, 
+0x8c76, 0x8c77, 0x8c78, 0x8c79, 0x8c7a, 0x8c7b, 0x8c7c, 0x8c7d, 
+0x8c81, 0x8c82, 0x8c83, 0x8c84, 0x8c85, 0x8c86, 0x8c87, 0x8c88, 
+0x8c89, 0x8c8a, 0x8c8b, 0x8c8c, 0x8c8d, 0x8c8e, 0x8c8f, 0x8c90, 
+0x8c91, 0x8c93, 0x8c94, 0x8c95, 0x8c96, 0x8c97, 0x8c98, 0x8c99, 
+0x8c9a, 0x8c9b, 0x8c9c, 0x8c9d, 0x8ca1, 0x8ca2, 0x8ca3, 0x8ca4, 
+0x8ca5, 0x8ca6, 0x8ca7, 0x8ca8, 0x8ca9, 0x8caa, 0x8cab, 0x8cac, 
+0x8cad, 0x8cae, 0x8caf, 0x8cb0, 0x8cb1, 0x8cb3, 0x8cb4, 0x8cb5, 
+0x8cb6, 0x8cb7, 0x8cb8, 0x8cb9, 0x8cba, 0x8cbb, 0x8cbc, 0x8cbd, 
+0x8cc1, 0x8cc2, 0x8cc3, 0x8cc4, 0x8cc5, 0x8cc6, 0x8cc7, 0x8cc8, 
+0x8cc9, 0x8cca, 0x8ccb, 0x8ccc, 0x8ccd, 0x8cce, 0x8ccf, 0x8cd0, 
+0x8cd1, 0x8cd3, 0x8cd4, 0x8cd5, 0x8cd6, 0x8cd7, 0x8cd8, 0x8cd9, 
+0x8cda, 0x8cdb, 0x8cdc, 0x8cdd, 0x8ce1, 0x8ce2, 0x8ce3, 0x8ce4, 
+0x8ce5, 0x8ce6, 0x8ce7, 0x8ce8, 0x8ce9, 0x8cea, 0x8ceb, 0x8cec, 
+0x8ced, 0x8cee, 0x8cef, 0x8cf0, 0x8cf1, 0x8cf3, 0x8cf4, 0x8cf5, 
+0x8cf6, 0x8cf7, 0x8cf8, 0x8cf9, 0x8cfa, 0x8cfb, 0x8cfc, 0x8cfd, 
+0x8d41, 0x8d42, 0x8d43, 0x8d44, 0x8d45, 0x8d46, 0x8d47, 0x8d48, 
+0x8d49, 0x8d4a, 0x8d4b, 0x8d4c, 0x8d4d, 0x8d4e, 0x8d4f, 0x8d50, 
+0x8d51, 0x8d53, 0x8d54, 0x8d55, 0x8d56, 0x8d57, 0x8d58, 0x8d59, 
+0x8d5a, 0x8d5b, 0x8d5c, 0x8d5d, 0x8d61, 0x8d62, 0x8d63, 0x8d64, 
+0x8d65, 0x8d66, 0x8d67, 0x8d68, 0x8d69, 0x8d6a, 0x8d6b, 0x8d6c, 
+0x8d6d, 0x8d6e, 0x8d6f, 0x8d70, 0x8d71, 0x8d73, 0x8d74, 0x8d75, 
+0x8d76, 0x8d77, 0x8d78, 0x8d79, 0x8d7a, 0x8d7b, 0x8d7c, 0x8d7d, 
+0x8d81, 0x8d82, 0x8d83, 0x8d84, 0x8d85, 0x8d86, 0x8d87, 0x8d88, 
+0x8d89, 0x8d8a, 0x8d8b, 0x8d8c, 0x8d8d, 0x8d8e, 0x8d8f, 0x8d90, 
+0x8d91, 0x8d93, 0x8d94, 0x8d95, 0x8d96, 0x8d97, 0x8d98, 0x8d99, 
+0x8d9a, 0x8d9b, 0x8d9c, 0x8d9d, 0x8da1, 0x8da2, 0x8da3, 0x8da4, 
+0x8da5, 0x8da6, 0x8da7, 0x8da8, 0x8da9, 0x8daa, 0x8dab, 0x8dac, 
+0x8dad, 0x8dae, 0x8daf, 0x8db0, 0x8db1, 0x8db3, 0x8db4, 0x8db5, 
+0x8db6, 0x8db7, 0x8db8, 0x8db9, 0x8dba, 0x8dbb, 0x8dbc, 0x8dbd, 
+0x8dc1, 0x8dc2, 0x8dc3, 0x8dc4, 0x8dc5, 0x8dc6, 0x8dc7, 0x8dc8, 
+0x8dc9, 0x8dca, 0x8dcb, 0x8dcc, 0x8dcd, 0x8dce, 0x8dcf, 0x8dd0, 
+0x8dd1, 0x8dd3, 0x8dd4, 0x8dd5, 0x8dd6, 0x8dd7, 0x8dd8, 0x8dd9, 
+0x8dda, 0x8ddb, 0x8ddc, 0x8ddd, 0x8de1, 0x8de2, 0x8de3, 0x8de4, 
+0x8de5, 0x8de6, 0x8de7, 0x8de8, 0x8de9, 0x8dea, 0x8deb, 0x8dec, 
+0x8ded, 0x8dee, 0x8def, 0x8df0, 0x8df1, 0x8df3, 0x8df4, 0x8df5, 
+0x8df6, 0x8df7, 0x8df8, 0x8df9, 0x8dfa, 0x8dfb, 0x8dfc, 0x8dfd, 
+0x8e41, 0x8e42, 0x8e43, 0x8e44, 0x8e45, 0x8e46, 0x8e47, 0x8e48, 
+0x8e49, 0x8e4a, 0x8e4b, 0x8e4c, 0x8e4d, 0x8e4e, 0x8e4f, 0x8e50, 
+0x8e51, 0x8e53, 0x8e54, 0x8e55, 0x8e56, 0x8e57, 0x8e58, 0x8e59, 
+0x8e5a, 0x8e5b, 0x8e5c, 0x8e5d, 0x8e61, 0x8e62, 0x8e63, 0x8e64, 
+0x8e65, 0x8e66, 0x8e67, 0x8e68, 0x8e69, 0x8e6a, 0x8e6b, 0x8e6c, 
+0x8e6d, 0x8e6e, 0x8e6f, 0x8e70, 0x8e71, 0x8e73, 0x8e74, 0x8e75, 
+0x8e76, 0x8e77, 0x8e78, 0x8e79, 0x8e7a, 0x8e7b, 0x8e7c, 0x8e7d, 
+0x8e81, 0x8e82, 0x8e83, 0x8e84, 0x8e85, 0x8e86, 0x8e87, 0x8e88, 
+0x8e89, 0x8e8a, 0x8e8b, 0x8e8c, 0x8e8d, 0x8e8e, 0x8e8f, 0x8e90, 
+0x8e91, 0x8e93, 0x8e94, 0x8e95, 0x8e96, 0x8e97, 0x8e98, 0x8e99, 
+0x8e9a, 0x8e9b, 0x8e9c, 0x8e9d, 0x8ea1, 0x8ea2, 0x8ea3, 0x8ea4, 
+0x8ea5, 0x8ea6, 0x8ea7, 0x8ea8, 0x8ea9, 0x8eaa, 0x8eab, 0x8eac, 
+0x8ead, 0x8eae, 0x8eaf, 0x8eb0, 0x8eb1, 0x8eb3, 0x8eb4, 0x8eb5, 
+0x8eb6, 0x8eb7, 0x8eb8, 0x8eb9, 0x8eba, 0x8ebb, 0x8ebc, 0x8ebd, 
+0x8ec1, 0x8ec2, 0x8ec3, 0x8ec4, 0x8ec5, 0x8ec6, 0x8ec7, 0x8ec8, 
+0x8ec9, 0x8eca, 0x8ecb, 0x8ecc, 0x8ecd, 0x8ece, 0x8ecf, 0x8ed0, 
+0x8ed1, 0x8ed3, 0x8ed4, 0x8ed5, 0x8ed6, 0x8ed7, 0x8ed8, 0x8ed9, 
+0x8eda, 0x8edb, 0x8edc, 0x8edd, 0x8ee1, 0x8ee2, 0x8ee3, 0x8ee4, 
+0x8ee5, 0x8ee6, 0x8ee7, 0x8ee8, 0x8ee9, 0x8eea, 0x8eeb, 0x8eec, 
+0x8eed, 0x8eee, 0x8eef, 0x8ef0, 0x8ef1, 0x8ef3, 0x8ef4, 0x8ef5, 
+0x8ef6, 0x8ef7, 0x8ef8, 0x8ef9, 0x8efa, 0x8efb, 0x8efc, 0x8efd, 
+0x8f41, 0x8f42, 0x8f43, 0x8f44, 0x8f45, 0x8f46, 0x8f47, 0x8f48, 
+0x8f49, 0x8f4a, 0x8f4b, 0x8f4c, 0x8f4d, 0x8f4e, 0x8f4f, 0x8f50, 
+0x8f51, 0x8f53, 0x8f54, 0x8f55, 0x8f56, 0x8f57, 0x8f58, 0x8f59, 
+0x8f5a, 0x8f5b, 0x8f5c, 0x8f5d, 0x8f61, 0x8f62, 0x8f63, 0x8f64, 
+0x8f65, 0x8f66, 0x8f67, 0x8f68, 0x8f69, 0x8f6a, 0x8f6b, 0x8f6c, 
+0x8f6d, 0x8f6e, 0x8f6f, 0x8f70, 0x8f71, 0x8f73, 0x8f74, 0x8f75, 
+0x8f76, 0x8f77, 0x8f78, 0x8f79, 0x8f7a, 0x8f7b, 0x8f7c, 0x8f7d, 
+0x8f81, 0x8f82, 0x8f83, 0x8f84, 0x8f85, 0x8f86, 0x8f87, 0x8f88, 
+0x8f89, 0x8f8a, 0x8f8b, 0x8f8c, 0x8f8d, 0x8f8e, 0x8f8f, 0x8f90, 
+0x8f91, 0x8f93, 0x8f94, 0x8f95, 0x8f96, 0x8f97, 0x8f98, 0x8f99, 
+0x8f9a, 0x8f9b, 0x8f9c, 0x8f9d, 0x8fa1, 0x8fa2, 0x8fa3, 0x8fa4, 
+0x8fa5, 0x8fa6, 0x8fa7, 0x8fa8, 0x8fa9, 0x8faa, 0x8fab, 0x8fac, 
+0x8fad, 0x8fae, 0x8faf, 0x8fb0, 0x8fb1, 0x8fb3, 0x8fb4, 0x8fb5, 
+0x8fb6, 0x8fb7, 0x8fb8, 0x8fb9, 0x8fba, 0x8fbb, 0x8fbc, 0x8fbd, 
+0x9061, 0x9062, 0x9063, 0x9064, 0x9065, 0x9066, 0x9067, 0x9068, 
+0x9069, 0x906a, 0x906b, 0x906c, 0x906d, 0x906e, 0x906f, 0x9070, 
+0x9071, 0x9073, 0x9074, 0x9075, 0x9076, 0x9077, 0x9078, 0x9079, 
+0x907a, 0x907b, 0x907c, 0x907d, 0x9081, 0x9082, 0x9083, 0x9084, 
+0x9085, 0x9086, 0x9087, 0x9088, 0x9089, 0x908a, 0x908b, 0x908c, 
+0x908d, 0x908e, 0x908f, 0x9090, 0x9091, 0x9093, 0x9094, 0x9095, 
+0x9096, 0x9097, 0x9098, 0x9099, 0x909a, 0x909b, 0x909c, 0x909d, 
+0x90a1, 0x90a2, 0x90a3, 0x90a4, 0x90a5, 0x90a6, 0x90a7, 0x90a8, 
+0x90a9, 0x90aa, 0x90ab, 0x90ac, 0x90ad, 0x90ae, 0x90af, 0x90b0, 
+0x90b1, 0x90b3, 0x90b4, 0x90b5, 0x90b6, 0x90b7, 0x90b8, 0x90b9, 
+0x90ba, 0x90bb, 0x90bc, 0x90bd, 0x90c1, 0x90c2, 0x90c3, 0x90c4, 
+0x90c5, 0x90c6, 0x90c7, 0x90c8, 0x90c9, 0x90ca, 0x90cb, 0x90cc, 
+0x90cd, 0x90ce, 0x90cf, 0x90d0, 0x90d1, 0x90d3, 0x90d4, 0x90d5, 
+0x90d6, 0x90d7, 0x90d8, 0x90d9, 0x90da, 0x90db, 0x90dc, 0x90dd, 
+0x90e1, 0x90e2, 0x90e3, 0x90e4, 0x90e5, 0x90e6, 0x90e7, 0x90e8, 
+0x90e9, 0x90ea, 0x90eb, 0x90ec, 0x90ed, 0x90ee, 0x90ef, 0x90f0, 
+0x90f1, 0x90f3, 0x90f4, 0x90f5, 0x90f6, 0x90f7, 0x90f8, 0x90f9, 
+0x90fa, 0x90fb, 0x90fc, 0x90fd, 0x9141, 0x9142, 0x9143, 0x9144, 
+0x9145, 0x9146, 0x9147, 0x9148, 0x9149, 0x914a, 0x914b, 0x914c, 
+0x914d, 0x914e, 0x914f, 0x9150, 0x9151, 0x9153, 0x9154, 0x9155, 
+0x9156, 0x9157, 0x9158, 0x9159, 0x915a, 0x915b, 0x915c, 0x915d, 
+0x9161, 0x9162, 0x9163, 0x9164, 0x9165, 0x9166, 0x9167, 0x9168, 
+0x9169, 0x916a, 0x916b, 0x916c, 0x916d, 0x916e, 0x916f, 0x9170, 
+0x9171, 0x9173, 0x9174, 0x9175, 0x9176, 0x9177, 0x9178, 0x9179, 
+0x917a, 0x917b, 0x917c, 0x917d, 0x9181, 0x9182, 0x9183, 0x9184, 
+0x9185, 0x9186, 0x9187, 0x9188, 0x9189, 0x918a, 0x918b, 0x918c, 
+0x918d, 0x918e, 0x918f, 0x9190, 0x9191, 0x9193, 0x9194, 0x9195, 
+0x9196, 0x9197, 0x9198, 0x9199, 0x919a, 0x919b, 0x919c, 0x919d, 
+0x91a1, 0x91a2, 0x91a3, 0x91a4, 0x91a5, 0x91a6, 0x91a7, 0x91a8, 
+0x91a9, 0x91aa, 0x91ab, 0x91ac, 0x91ad, 0x91ae, 0x91af, 0x91b0, 
+0x91b1, 0x91b3, 0x91b4, 0x91b5, 0x91b6, 0x91b7, 0x91b8, 0x91b9, 
+0x91ba, 0x91bb, 0x91bc, 0x91bd, 0x91c1, 0x91c2, 0x91c3, 0x91c4, 
+0x91c5, 0x91c6, 0x91c7, 0x91c8, 0x91c9, 0x91ca, 0x91cb, 0x91cc, 
+0x91cd, 0x91ce, 0x91cf, 0x91d0, 0x91d1, 0x91d3, 0x91d4, 0x91d5, 
+0x91d6, 0x91d7, 0x91d8, 0x91d9, 0x91da, 0x91db, 0x91dc, 0x91dd, 
+0x91e1, 0x91e2, 0x91e3, 0x91e4, 0x91e5, 0x91e6, 0x91e7, 0x91e8, 
+0x91e9, 0x91ea, 0x91eb, 0x91ec, 0x91ed, 0x91ee, 0x91ef, 0x91f0, 
+0x91f1, 0x91f3, 0x91f4, 0x91f5, 0x91f6, 0x91f7, 0x91f8, 0x91f9, 
+0x91fa, 0x91fb, 0x91fc, 0x91fd, 0x9241, 0x9242, 0x9243, 0x9244, 
+0x9245, 0x9246, 0x9247, 0x9248, 0x9249, 0x924a, 0x924b, 0x924c, 
+0x924d, 0x924e, 0x924f, 0x9250, 0x9251, 0x9253, 0x9254, 0x9255, 
+0x9256, 0x9257, 0x9258, 0x9259, 0x925a, 0x925b, 0x925c, 0x925d, 
+0x9261, 0x9262, 0x9263, 0x9264, 0x9265, 0x9266, 0x9267, 0x9268, 
+0x9269, 0x926a, 0x926b, 0x926c, 0x926d, 0x926e, 0x926f, 0x9270, 
+0x9271, 0x9273, 0x9274, 0x9275, 0x9276, 0x9277, 0x9278, 0x9279, 
+0x927a, 0x927b, 0x927c, 0x927d, 0x9281, 0x9282, 0x9283, 0x9284, 
+0x9285, 0x9286, 0x9287, 0x9288, 0x9289, 0x928a, 0x928b, 0x928c, 
+0x928d, 0x928e, 0x928f, 0x9290, 0x9291, 0x9293, 0x9294, 0x9295, 
+0x9296, 0x9297, 0x9298, 0x9299, 0x929a, 0x929b, 0x929c, 0x929d, 
+0x92a1, 0x92a2, 0x92a3, 0x92a4, 0x92a5, 0x92a6, 0x92a7, 0x92a8, 
+0x92a9, 0x92aa, 0x92ab, 0x92ac, 0x92ad, 0x92ae, 0x92af, 0x92b0, 
+0x92b1, 0x92b3, 0x92b4, 0x92b5, 0x92b6, 0x92b7, 0x92b8, 0x92b9, 
+0x92ba, 0x92bb, 0x92bc, 0x92bd, 0x92c1, 0x92c2, 0x92c3, 0x92c4, 
+0x92c5, 0x92c6, 0x92c7, 0x92c8, 0x92c9, 0x92ca, 0x92cb, 0x92cc, 
+0x92cd, 0x92ce, 0x92cf, 0x92d0, 0x92d1, 0x92d3, 0x92d4, 0x92d5, 
+0x92d6, 0x92d7, 0x92d8, 0x92d9, 0x92da, 0x92db, 0x92dc, 0x92dd, 
+0x92e1, 0x92e2, 0x92e3, 0x92e4, 0x92e5, 0x92e6, 0x92e7, 0x92e8, 
+0x92e9, 0x92ea, 0x92eb, 0x92ec, 0x92ed, 0x92ee, 0x92ef, 0x92f0, 
+0x92f1, 0x92f3, 0x92f4, 0x92f5, 0x92f6, 0x92f7, 0x92f8, 0x92f9, 
+0x92fa, 0x92fb, 0x92fc, 0x92fd, 0x9341, 0x9342, 0x9343, 0x9344, 
+0x9345, 0x9346, 0x9347, 0x9348, 0x9349, 0x934a, 0x934b, 0x934c, 
+0x934d, 0x934e, 0x934f, 0x9350, 0x9351, 0x9353, 0x9354, 0x9355, 
+0x9356, 0x9357, 0x9358, 0x9359, 0x935a, 0x935b, 0x935c, 0x935d, 
+0x9361, 0x9362, 0x9363, 0x9364, 0x9365, 0x9366, 0x9367, 0x9368, 
+0x9369, 0x936a, 0x936b, 0x936c, 0x936d, 0x936e, 0x936f, 0x9370, 
+0x9371, 0x9373, 0x9374, 0x9375, 0x9376, 0x9377, 0x9378, 0x9379, 
+0x937a, 0x937b, 0x937c, 0x937d, 0x9381, 0x9382, 0x9383, 0x9384, 
+0x9385, 0x9386, 0x9387, 0x9388, 0x9389, 0x938a, 0x938b, 0x938c, 
+0x938d, 0x938e, 0x938f, 0x9390, 0x9391, 0x9393, 0x9394, 0x9395, 
+0x9396, 0x9397, 0x9398, 0x9399, 0x939a, 0x939b, 0x939c, 0x939d, 
+0x93a1, 0x93a2, 0x93a3, 0x93a4, 0x93a5, 0x93a6, 0x93a7, 0x93a8, 
+0x93a9, 0x93aa, 0x93ab, 0x93ac, 0x93ad, 0x93ae, 0x93af, 0x93b0, 
+0x93b1, 0x93b3, 0x93b4, 0x93b5, 0x93b6, 0x93b7, 0x93b8, 0x93b9, 
+0x93ba, 0x93bb, 0x93bc, 0x93bd, 0x9461, 0x9462, 0x9463, 0x9464, 
+0x9465, 0x9466, 0x9467, 0x9468, 0x9469, 0x946a, 0x946b, 0x946c, 
+0x946d, 0x946e, 0x946f, 0x9470, 0x9471, 0x9473, 0x9474, 0x9475, 
+0x9476, 0x9477, 0x9478, 0x9479, 0x947a, 0x947b, 0x947c, 0x947d, 
+0x9481, 0x9482, 0x9483, 0x9484, 0x9485, 0x9486, 0x9487, 0x9488, 
+0x9489, 0x948a, 0x948b, 0x948c, 0x948d, 0x948e, 0x948f, 0x9490, 
+0x9491, 0x9493, 0x9494, 0x9495, 0x9496, 0x9497, 0x9498, 0x9499, 
+0x949a, 0x949b, 0x949c, 0x949d, 0x94a1, 0x94a2, 0x94a3, 0x94a4, 
+0x94a5, 0x94a6, 0x94a7, 0x94a8, 0x94a9, 0x94aa, 0x94ab, 0x94ac, 
+0x94ad, 0x94ae, 0x94af, 0x94b0, 0x94b1, 0x94b3, 0x94b4, 0x94b5, 
+0x94b6, 0x94b7, 0x94b8, 0x94b9, 0x94ba, 0x94bb, 0x94bc, 0x94bd, 
+0x94c1, 0x94c2, 0x94c3, 0x94c4, 0x94c5, 0x94c6, 0x94c7, 0x94c8, 
+0x94c9, 0x94ca, 0x94cb, 0x94cc, 0x94cd, 0x94ce, 0x94cf, 0x94d0, 
+0x94d1, 0x94d3, 0x94d4, 0x94d5, 0x94d6, 0x94d7, 0x94d8, 0x94d9, 
+0x94da, 0x94db, 0x94dc, 0x94dd, 0x94e1, 0x94e2, 0x94e3, 0x94e4, 
+0x94e5, 0x94e6, 0x94e7, 0x94e8, 0x94e9, 0x94ea, 0x94eb, 0x94ec, 
+0x94ed, 0x94ee, 0x94ef, 0x94f0, 0x94f1, 0x94f3, 0x94f4, 0x94f5, 
+0x94f6, 0x94f7, 0x94f8, 0x94f9, 0x94fa, 0x94fb, 0x94fc, 0x94fd, 
+0x9541, 0x9542, 0x9543, 0x9544, 0x9545, 0x9546, 0x9547, 0x9548, 
+0x9549, 0x954a, 0x954b, 0x954c, 0x954d, 0x954e, 0x954f, 0x9550, 
+0x9551, 0x9553, 0x9554, 0x9555, 0x9556, 0x9557, 0x9558, 0x9559, 
+0x955a, 0x955b, 0x955c, 0x955d, 0x9561, 0x9562, 0x9563, 0x9564, 
+0x9565, 0x9566, 0x9567, 0x9568, 0x9569, 0x956a, 0x956b, 0x956c, 
+0x956d, 0x956e, 0x956f, 0x9570, 0x9571, 0x9573, 0x9574, 0x9575, 
+0x9576, 0x9577, 0x9578, 0x9579, 0x957a, 0x957b, 0x957c, 0x957d, 
+0x9581, 0x9582, 0x9583, 0x9584, 0x9585, 0x9586, 0x9587, 0x9588, 
+0x9589, 0x958a, 0x958b, 0x958c, 0x958d, 0x958e, 0x958f, 0x9590, 
+0x9591, 0x9593, 0x9594, 0x9595, 0x9596, 0x9597, 0x9598, 0x9599, 
+0x959a, 0x959b, 0x959c, 0x959d, 0x95a1, 0x95a2, 0x95a3, 0x95a4, 
+0x95a5, 0x95a6, 0x95a7, 0x95a8, 0x95a9, 0x95aa, 0x95ab, 0x95ac, 
+0x95ad, 0x95ae, 0x95af, 0x95b0, 0x95b1, 0x95b3, 0x95b4, 0x95b5, 
+0x95b6, 0x95b7, 0x95b8, 0x95b9, 0x95ba, 0x95bb, 0x95bc, 0x95bd, 
+0x95c1, 0x95c2, 0x95c3, 0x95c4, 0x95c5, 0x95c6, 0x95c7, 0x95c8, 
+0x95c9, 0x95ca, 0x95cb, 0x95cc, 0x95cd, 0x95ce, 0x95cf, 0x95d0, 
+0x95d1, 0x95d3, 0x95d4, 0x95d5, 0x95d6, 0x95d7, 0x95d8, 0x95d9, 
+0x95da, 0x95db, 0x95dc, 0x95dd, 0x95e1, 0x95e2, 0x95e3, 0x95e4, 
+0x95e5, 0x95e6, 0x95e7, 0x95e8, 0x95e9, 0x95ea, 0x95eb, 0x95ec, 
+0x95ed, 0x95ee, 0x95ef, 0x95f0, 0x95f1, 0x95f3, 0x95f4, 0x95f5, 
+0x95f6, 0x95f7, 0x95f8, 0x95f9, 0x95fa, 0x95fb, 0x95fc, 0x95fd, 
+0x9641, 0x9642, 0x9643, 0x9644, 0x9645, 0x9646, 0x9647, 0x9648, 
+0x9649, 0x964a, 0x964b, 0x964c, 0x964d, 0x964e, 0x964f, 0x9650, 
+0x9651, 0x9653, 0x9654, 0x9655, 0x9656, 0x9657, 0x9658, 0x9659, 
+0x965a, 0x965b, 0x965c, 0x965d, 0x9661, 0x9662, 0x9663, 0x9664, 
+0x9665, 0x9666, 0x9667, 0x9668, 0x9669, 0x966a, 0x966b, 0x966c, 
+0x966d, 0x966e, 0x966f, 0x9670, 0x9671, 0x9673, 0x9674, 0x9675, 
+0x9676, 0x9677, 0x9678, 0x9679, 0x967a, 0x967b, 0x967c, 0x967d, 
+0x9681, 0x9682, 0x9683, 0x9684, 0x9685, 0x9686, 0x9687, 0x9688, 
+0x9689, 0x968a, 0x968b, 0x968c, 0x968d, 0x968e, 0x968f, 0x9690, 
+0x9691, 0x9693, 0x9694, 0x9695, 0x9696, 0x9697, 0x9698, 0x9699, 
+0x969a, 0x969b, 0x969c, 0x969d, 0x96a1, 0x96a2, 0x96a3, 0x96a4, 
+0x96a5, 0x96a6, 0x96a7, 0x96a8, 0x96a9, 0x96aa, 0x96ab, 0x96ac, 
+0x96ad, 0x96ae, 0x96af, 0x96b0, 0x96b1, 0x96b3, 0x96b4, 0x96b5, 
+0x96b6, 0x96b7, 0x96b8, 0x96b9, 0x96ba, 0x96bb, 0x96bc, 0x96bd, 
+0x96c1, 0x96c2, 0x96c3, 0x96c4, 0x96c5, 0x96c6, 0x96c7, 0x96c8, 
+0x96c9, 0x96ca, 0x96cb, 0x96cc, 0x96cd, 0x96ce, 0x96cf, 0x96d0, 
+0x96d1, 0x96d3, 0x96d4, 0x96d5, 0x96d6, 0x96d7, 0x96d8, 0x96d9, 
+0x96da, 0x96db, 0x96dc, 0x96dd, 0x96e1, 0x96e2, 0x96e3, 0x96e4, 
+0x96e5, 0x96e6, 0x96e7, 0x96e8, 0x96e9, 0x96ea, 0x96eb, 0x96ec, 
+0x96ed, 0x96ee, 0x96ef, 0x96f0, 0x96f1, 0x96f3, 0x96f4, 0x96f5, 
+0x96f6, 0x96f7, 0x96f8, 0x96f9, 0x96fa, 0x96fb, 0x96fc, 0x96fd, 
+0x9741, 0x9742, 0x9743, 0x9744, 0x9745, 0x9746, 0x9747, 0x9748, 
+0x9749, 0x974a, 0x974b, 0x974c, 0x974d, 0x974e, 0x974f, 0x9750, 
+0x9751, 0x9753, 0x9754, 0x9755, 0x9756, 0x9757, 0x9758, 0x9759, 
+0x975a, 0x975b, 0x975c, 0x975d, 0x9761, 0x9762, 0x9763, 0x9764, 
+0x9765, 0x9766, 0x9767, 0x9768, 0x9769, 0x976a, 0x976b, 0x976c, 
+0x976d, 0x976e, 0x976f, 0x9770, 0x9771, 0x9773, 0x9774, 0x9775, 
+0x9776, 0x9777, 0x9778, 0x9779, 0x977a, 0x977b, 0x977c, 0x977d, 
+0x9781, 0x9782, 0x9783, 0x9784, 0x9785, 0x9786, 0x9787, 0x9788, 
+0x9789, 0x978a, 0x978b, 0x978c, 0x978d, 0x978e, 0x978f, 0x9790, 
+0x9791, 0x9793, 0x9794, 0x9795, 0x9796, 0x9797, 0x9798, 0x9799, 
+0x979a, 0x979b, 0x979c, 0x979d, 0x97a1, 0x97a2, 0x97a3, 0x97a4, 
+0x97a5, 0x97a6, 0x97a7, 0x97a8, 0x97a9, 0x97aa, 0x97ab, 0x97ac, 
+0x97ad, 0x97ae, 0x97af, 0x97b0, 0x97b1, 0x97b3, 0x97b4, 0x97b5, 
+0x97b6, 0x97b7, 0x97b8, 0x97b9, 0x97ba, 0x97bb, 0x97bc, 0x97bd, 
+0x9861, 0x9862, 0x9863, 0x9864, 0x9865, 0x9866, 0x9867, 0x9868, 
+0x9869, 0x986a, 0x986b, 0x986c, 0x986d, 0x986e, 0x986f, 0x9870, 
+0x9871, 0x9873, 0x9874, 0x9875, 0x9876, 0x9877, 0x9878, 0x9879, 
+0x987a, 0x987b, 0x987c, 0x987d, 0x9881, 0x9882, 0x9883, 0x9884, 
+0x9885, 0x9886, 0x9887, 0x9888, 0x9889, 0x988a, 0x988b, 0x988c, 
+0x988d, 0x988e, 0x988f, 0x9890, 0x9891, 0x9893, 0x9894, 0x9895, 
+0x9896, 0x9897, 0x9898, 0x9899, 0x989a, 0x989b, 0x989c, 0x989d, 
+0x98a1, 0x98a2, 0x98a3, 0x98a4, 0x98a5, 0x98a6, 0x98a7, 0x98a8, 
+0x98a9, 0x98aa, 0x98ab, 0x98ac, 0x98ad, 0x98ae, 0x98af, 0x98b0, 
+0x98b1, 0x98b3, 0x98b4, 0x98b5, 0x98b6, 0x98b7, 0x98b8, 0x98b9, 
+0x98ba, 0x98bb, 0x98bc, 0x98bd, 0x98c1, 0x98c2, 0x98c3, 0x98c4, 
+0x98c5, 0x98c6, 0x98c7, 0x98c8, 0x98c9, 0x98ca, 0x98cb, 0x98cc, 
+0x98cd, 0x98ce, 0x98cf, 0x98d0, 0x98d1, 0x98d3, 0x98d4, 0x98d5, 
+0x98d6, 0x98d7, 0x98d8, 0x98d9, 0x98da, 0x98db, 0x98dc, 0x98dd, 
+0x98e1, 0x98e2, 0x98e3, 0x98e4, 0x98e5, 0x98e6, 0x98e7, 0x98e8, 
+0x98e9, 0x98ea, 0x98eb, 0x98ec, 0x98ed, 0x98ee, 0x98ef, 0x98f0, 
+0x98f1, 0x98f3, 0x98f4, 0x98f5, 0x98f6, 0x98f7, 0x98f8, 0x98f9, 
+0x98fa, 0x98fb, 0x98fc, 0x98fd, 0x9941, 0x9942, 0x9943, 0x9944, 
+0x9945, 0x9946, 0x9947, 0x9948, 0x9949, 0x994a, 0x994b, 0x994c, 
+0x994d, 0x994e, 0x994f, 0x9950, 0x9951, 0x9953, 0x9954, 0x9955, 
+0x9956, 0x9957, 0x9958, 0x9959, 0x995a, 0x995b, 0x995c, 0x995d, 
+0x9961, 0x9962, 0x9963, 0x9964, 0x9965, 0x9966, 0x9967, 0x9968, 
+0x9969, 0x996a, 0x996b, 0x996c, 0x996d, 0x996e, 0x996f, 0x9970, 
+0x9971, 0x9973, 0x9974, 0x9975, 0x9976, 0x9977, 0x9978, 0x9979, 
+0x997a, 0x997b, 0x997c, 0x997d, 0x9981, 0x9982, 0x9983, 0x9984, 
+0x9985, 0x9986, 0x9987, 0x9988, 0x9989, 0x998a, 0x998b, 0x998c, 
+0x998d, 0x998e, 0x998f, 0x9990, 0x9991, 0x9993, 0x9994, 0x9995, 
+0x9996, 0x9997, 0x9998, 0x9999, 0x999a, 0x999b, 0x999c, 0x999d, 
+0x99a1, 0x99a2, 0x99a3, 0x99a4, 0x99a5, 0x99a6, 0x99a7, 0x99a8, 
+0x99a9, 0x99aa, 0x99ab, 0x99ac, 0x99ad, 0x99ae, 0x99af, 0x99b0, 
+0x99b1, 0x99b3, 0x99b4, 0x99b5, 0x99b6, 0x99b7, 0x99b8, 0x99b9, 
+0x99ba, 0x99bb, 0x99bc, 0x99bd, 0x99c1, 0x99c2, 0x99c3, 0x99c4, 
+0x99c5, 0x99c6, 0x99c7, 0x99c8, 0x99c9, 0x99ca, 0x99cb, 0x99cc, 
+0x99cd, 0x99ce, 0x99cf, 0x99d0, 0x99d1, 0x99d3, 0x99d4, 0x99d5, 
+0x99d6, 0x99d7, 0x99d8, 0x99d9, 0x99da, 0x99db, 0x99dc, 0x99dd, 
+0x99e1, 0x99e2, 0x99e3, 0x99e4, 0x99e5, 0x99e6, 0x99e7, 0x99e8, 
+0x99e9, 0x99ea, 0x99eb, 0x99ec, 0x99ed, 0x99ee, 0x99ef, 0x99f0, 
+0x99f1, 0x99f3, 0x99f4, 0x99f5, 0x99f6, 0x99f7, 0x99f8, 0x99f9, 
+0x99fa, 0x99fb, 0x99fc, 0x99fd, 0x9a41, 0x9a42, 0x9a43, 0x9a44, 
+0x9a45, 0x9a46, 0x9a47, 0x9a48, 0x9a49, 0x9a4a, 0x9a4b, 0x9a4c, 
+0x9a4d, 0x9a4e, 0x9a4f, 0x9a50, 0x9a51, 0x9a53, 0x9a54, 0x9a55, 
+0x9a56, 0x9a57, 0x9a58, 0x9a59, 0x9a5a, 0x9a5b, 0x9a5c, 0x9a5d, 
+0x9a61, 0x9a62, 0x9a63, 0x9a64, 0x9a65, 0x9a66, 0x9a67, 0x9a68, 
+0x9a69, 0x9a6a, 0x9a6b, 0x9a6c, 0x9a6d, 0x9a6e, 0x9a6f, 0x9a70, 
+0x9a71, 0x9a73, 0x9a74, 0x9a75, 0x9a76, 0x9a77, 0x9a78, 0x9a79, 
+0x9a7a, 0x9a7b, 0x9a7c, 0x9a7d, 0x9a81, 0x9a82, 0x9a83, 0x9a84, 
+0x9a85, 0x9a86, 0x9a87, 0x9a88, 0x9a89, 0x9a8a, 0x9a8b, 0x9a8c, 
+0x9a8d, 0x9a8e, 0x9a8f, 0x9a90, 0x9a91, 0x9a93, 0x9a94, 0x9a95, 
+0x9a96, 0x9a97, 0x9a98, 0x9a99, 0x9a9a, 0x9a9b, 0x9a9c, 0x9a9d, 
+0x9aa1, 0x9aa2, 0x9aa3, 0x9aa4, 0x9aa5, 0x9aa6, 0x9aa7, 0x9aa8, 
+0x9aa9, 0x9aaa, 0x9aab, 0x9aac, 0x9aad, 0x9aae, 0x9aaf, 0x9ab0, 
+0x9ab1, 0x9ab3, 0x9ab4, 0x9ab5, 0x9ab6, 0x9ab7, 0x9ab8, 0x9ab9, 
+0x9aba, 0x9abb, 0x9abc, 0x9abd, 0x9ac1, 0x9ac2, 0x9ac3, 0x9ac4, 
+0x9ac5, 0x9ac6, 0x9ac7, 0x9ac8, 0x9ac9, 0x9aca, 0x9acb, 0x9acc, 
+0x9acd, 0x9ace, 0x9acf, 0x9ad0, 0x9ad1, 0x9ad3, 0x9ad4, 0x9ad5, 
+0x9ad6, 0x9ad7, 0x9ad8, 0x9ad9, 0x9ada, 0x9adb, 0x9adc, 0x9add, 
+0x9ae1, 0x9ae2, 0x9ae3, 0x9ae4, 0x9ae5, 0x9ae6, 0x9ae7, 0x9ae8, 
+0x9ae9, 0x9aea, 0x9aeb, 0x9aec, 0x9aed, 0x9aee, 0x9aef, 0x9af0, 
+0x9af1, 0x9af3, 0x9af4, 0x9af5, 0x9af6, 0x9af7, 0x9af8, 0x9af9, 
+0x9afa, 0x9afb, 0x9afc, 0x9afd, 0x9b41, 0x9b42, 0x9b43, 0x9b44, 
+0x9b45, 0x9b46, 0x9b47, 0x9b48, 0x9b49, 0x9b4a, 0x9b4b, 0x9b4c, 
+0x9b4d, 0x9b4e, 0x9b4f, 0x9b50, 0x9b51, 0x9b53, 0x9b54, 0x9b55, 
+0x9b56, 0x9b57, 0x9b58, 0x9b59, 0x9b5a, 0x9b5b, 0x9b5c, 0x9b5d, 
+0x9b61, 0x9b62, 0x9b63, 0x9b64, 0x9b65, 0x9b66, 0x9b67, 0x9b68, 
+0x9b69, 0x9b6a, 0x9b6b, 0x9b6c, 0x9b6d, 0x9b6e, 0x9b6f, 0x9b70, 
+0x9b71, 0x9b73, 0x9b74, 0x9b75, 0x9b76, 0x9b77, 0x9b78, 0x9b79, 
+0x9b7a, 0x9b7b, 0x9b7c, 0x9b7d, 0x9b81, 0x9b82, 0x9b83, 0x9b84, 
+0x9b85, 0x9b86, 0x9b87, 0x9b88, 0x9b89, 0x9b8a, 0x9b8b, 0x9b8c, 
+0x9b8d, 0x9b8e, 0x9b8f, 0x9b90, 0x9b91, 0x9b93, 0x9b94, 0x9b95, 
+0x9b96, 0x9b97, 0x9b98, 0x9b99, 0x9b9a, 0x9b9b, 0x9b9c, 0x9b9d, 
+0x9ba1, 0x9ba2, 0x9ba3, 0x9ba4, 0x9ba5, 0x9ba6, 0x9ba7, 0x9ba8, 
+0x9ba9, 0x9baa, 0x9bab, 0x9bac, 0x9bad, 0x9bae, 0x9baf, 0x9bb0, 
+0x9bb1, 0x9bb3, 0x9bb4, 0x9bb5, 0x9bb6, 0x9bb7, 0x9bb8, 0x9bb9, 
+0x9bba, 0x9bbb, 0x9bbc, 0x9bbd, 0x9c61, 0x9c62, 0x9c63, 0x9c64, 
+0x9c65, 0x9c66, 0x9c67, 0x9c68, 0x9c69, 0x9c6a, 0x9c6b, 0x9c6c, 
+0x9c6d, 0x9c6e, 0x9c6f, 0x9c70, 0x9c71, 0x9c73, 0x9c74, 0x9c75, 
+0x9c76, 0x9c77, 0x9c78, 0x9c79, 0x9c7a, 0x9c7b, 0x9c7c, 0x9c7d, 
+0x9c81, 0x9c82, 0x9c83, 0x9c84, 0x9c85, 0x9c86, 0x9c87, 0x9c88, 
+0x9c89, 0x9c8a, 0x9c8b, 0x9c8c, 0x9c8d, 0x9c8e, 0x9c8f, 0x9c90, 
+0x9c91, 0x9c93, 0x9c94, 0x9c95, 0x9c96, 0x9c97, 0x9c98, 0x9c99, 
+0x9c9a, 0x9c9b, 0x9c9c, 0x9c9d, 0x9ca1, 0x9ca2, 0x9ca3, 0x9ca4, 
+0x9ca5, 0x9ca6, 0x9ca7, 0x9ca8, 0x9ca9, 0x9caa, 0x9cab, 0x9cac, 
+0x9cad, 0x9cae, 0x9caf, 0x9cb0, 0x9cb1, 0x9cb3, 0x9cb4, 0x9cb5, 
+0x9cb6, 0x9cb7, 0x9cb8, 0x9cb9, 0x9cba, 0x9cbb, 0x9cbc, 0x9cbd, 
+0x9cc1, 0x9cc2, 0x9cc3, 0x9cc4, 0x9cc5, 0x9cc6, 0x9cc7, 0x9cc8, 
+0x9cc9, 0x9cca, 0x9ccb, 0x9ccc, 0x9ccd, 0x9cce, 0x9ccf, 0x9cd0, 
+0x9cd1, 0x9cd3, 0x9cd4, 0x9cd5, 0x9cd6, 0x9cd7, 0x9cd8, 0x9cd9, 
+0x9cda, 0x9cdb, 0x9cdc, 0x9cdd, 0x9ce1, 0x9ce2, 0x9ce3, 0x9ce4, 
+0x9ce5, 0x9ce6, 0x9ce7, 0x9ce8, 0x9ce9, 0x9cea, 0x9ceb, 0x9cec, 
+0x9ced, 0x9cee, 0x9cef, 0x9cf0, 0x9cf1, 0x9cf3, 0x9cf4, 0x9cf5, 
+0x9cf6, 0x9cf7, 0x9cf8, 0x9cf9, 0x9cfa, 0x9cfb, 0x9cfc, 0x9cfd, 
+0x9d41, 0x9d42, 0x9d43, 0x9d44, 0x9d45, 0x9d46, 0x9d47, 0x9d48, 
+0x9d49, 0x9d4a, 0x9d4b, 0x9d4c, 0x9d4d, 0x9d4e, 0x9d4f, 0x9d50, 
+0x9d51, 0x9d53, 0x9d54, 0x9d55, 0x9d56, 0x9d57, 0x9d58, 0x9d59, 
+0x9d5a, 0x9d5b, 0x9d5c, 0x9d5d, 0x9d61, 0x9d62, 0x9d63, 0x9d64, 
+0x9d65, 0x9d66, 0x9d67, 0x9d68, 0x9d69, 0x9d6a, 0x9d6b, 0x9d6c, 
+0x9d6d, 0x9d6e, 0x9d6f, 0x9d70, 0x9d71, 0x9d73, 0x9d74, 0x9d75, 
+0x9d76, 0x9d77, 0x9d78, 0x9d79, 0x9d7a, 0x9d7b, 0x9d7c, 0x9d7d, 
+0x9d81, 0x9d82, 0x9d83, 0x9d84, 0x9d85, 0x9d86, 0x9d87, 0x9d88, 
+0x9d89, 0x9d8a, 0x9d8b, 0x9d8c, 0x9d8d, 0x9d8e, 0x9d8f, 0x9d90, 
+0x9d91, 0x9d93, 0x9d94, 0x9d95, 0x9d96, 0x9d97, 0x9d98, 0x9d99, 
+0x9d9a, 0x9d9b, 0x9d9c, 0x9d9d, 0x9da1, 0x9da2, 0x9da3, 0x9da4, 
+0x9da5, 0x9da6, 0x9da7, 0x9da8, 0x9da9, 0x9daa, 0x9dab, 0x9dac, 
+0x9dad, 0x9dae, 0x9daf, 0x9db0, 0x9db1, 0x9db3, 0x9db4, 0x9db5, 
+0x9db6, 0x9db7, 0x9db8, 0x9db9, 0x9dba, 0x9dbb, 0x9dbc, 0x9dbd, 
+0x9dc1, 0x9dc2, 0x9dc3, 0x9dc4, 0x9dc5, 0x9dc6, 0x9dc7, 0x9dc8, 
+0x9dc9, 0x9dca, 0x9dcb, 0x9dcc, 0x9dcd, 0x9dce, 0x9dcf, 0x9dd0, 
+0x9dd1, 0x9dd3, 0x9dd4, 0x9dd5, 0x9dd6, 0x9dd7, 0x9dd8, 0x9dd9, 
+0x9dda, 0x9ddb, 0x9ddc, 0x9ddd, 0x9de1, 0x9de2, 0x9de3, 0x9de4, 
+0x9de5, 0x9de6, 0x9de7, 0x9de8, 0x9de9, 0x9dea, 0x9deb, 0x9dec, 
+0x9ded, 0x9dee, 0x9def, 0x9df0, 0x9df1, 0x9df3, 0x9df4, 0x9df5, 
+0x9df6, 0x9df7, 0x9df8, 0x9df9, 0x9dfa, 0x9dfb, 0x9dfc, 0x9dfd, 
+0x9e41, 0x9e42, 0x9e43, 0x9e44, 0x9e45, 0x9e46, 0x9e47, 0x9e48, 
+0x9e49, 0x9e4a, 0x9e4b, 0x9e4c, 0x9e4d, 0x9e4e, 0x9e4f, 0x9e50, 
+0x9e51, 0x9e53, 0x9e54, 0x9e55, 0x9e56, 0x9e57, 0x9e58, 0x9e59, 
+0x9e5a, 0x9e5b, 0x9e5c, 0x9e5d, 0x9e61, 0x9e62, 0x9e63, 0x9e64, 
+0x9e65, 0x9e66, 0x9e67, 0x9e68, 0x9e69, 0x9e6a, 0x9e6b, 0x9e6c, 
+0x9e6d, 0x9e6e, 0x9e6f, 0x9e70, 0x9e71, 0x9e73, 0x9e74, 0x9e75, 
+0x9e76, 0x9e77, 0x9e78, 0x9e79, 0x9e7a, 0x9e7b, 0x9e7c, 0x9e7d, 
+0x9e81, 0x9e82, 0x9e83, 0x9e84, 0x9e85, 0x9e86, 0x9e87, 0x9e88, 
+0x9e89, 0x9e8a, 0x9e8b, 0x9e8c, 0x9e8d, 0x9e8e, 0x9e8f, 0x9e90, 
+0x9e91, 0x9e93, 0x9e94, 0x9e95, 0x9e96, 0x9e97, 0x9e98, 0x9e99, 
+0x9e9a, 0x9e9b, 0x9e9c, 0x9e9d, 0x9ea1, 0x9ea2, 0x9ea3, 0x9ea4, 
+0x9ea5, 0x9ea6, 0x9ea7, 0x9ea8, 0x9ea9, 0x9eaa, 0x9eab, 0x9eac, 
+0x9ead, 0x9eae, 0x9eaf, 0x9eb0, 0x9eb1, 0x9eb3, 0x9eb4, 0x9eb5, 
+0x9eb6, 0x9eb7, 0x9eb8, 0x9eb9, 0x9eba, 0x9ebb, 0x9ebc, 0x9ebd, 
+0x9ec1, 0x9ec2, 0x9ec3, 0x9ec4, 0x9ec5, 0x9ec6, 0x9ec7, 0x9ec8, 
+0x9ec9, 0x9eca, 0x9ecb, 0x9ecc, 0x9ecd, 0x9ece, 0x9ecf, 0x9ed0, 
+0x9ed1, 0x9ed3, 0x9ed4, 0x9ed5, 0x9ed6, 0x9ed7, 0x9ed8, 0x9ed9, 
+0x9eda, 0x9edb, 0x9edc, 0x9edd, 0x9ee1, 0x9ee2, 0x9ee3, 0x9ee4, 
+0x9ee5, 0x9ee6, 0x9ee7, 0x9ee8, 0x9ee9, 0x9eea, 0x9eeb, 0x9eec, 
+0x9eed, 0x9eee, 0x9eef, 0x9ef0, 0x9ef1, 0x9ef3, 0x9ef4, 0x9ef5, 
+0x9ef6, 0x9ef7, 0x9ef8, 0x9ef9, 0x9efa, 0x9efb, 0x9efc, 0x9efd, 
+0x9f41, 0x9f42, 0x9f43, 0x9f44, 0x9f45, 0x9f46, 0x9f47, 0x9f48, 
+0x9f49, 0x9f4a, 0x9f4b, 0x9f4c, 0x9f4d, 0x9f4e, 0x9f4f, 0x9f50, 
+0x9f51, 0x9f53, 0x9f54, 0x9f55, 0x9f56, 0x9f57, 0x9f58, 0x9f59, 
+0x9f5a, 0x9f5b, 0x9f5c, 0x9f5d, 0x9f61, 0x9f62, 0x9f63, 0x9f64, 
+0x9f65, 0x9f66, 0x9f67, 0x9f68, 0x9f69, 0x9f6a, 0x9f6b, 0x9f6c, 
+0x9f6d, 0x9f6e, 0x9f6f, 0x9f70, 0x9f71, 0x9f73, 0x9f74, 0x9f75, 
+0x9f76, 0x9f77, 0x9f78, 0x9f79, 0x9f7a, 0x9f7b, 0x9f7c, 0x9f7d, 
+0x9f81, 0x9f82, 0x9f83, 0x9f84, 0x9f85, 0x9f86, 0x9f87, 0x9f88, 
+0x9f89, 0x9f8a, 0x9f8b, 0x9f8c, 0x9f8d, 0x9f8e, 0x9f8f, 0x9f90, 
+0x9f91, 0x9f93, 0x9f94, 0x9f95, 0x9f96, 0x9f97, 0x9f98, 0x9f99, 
+0x9f9a, 0x9f9b, 0x9f9c, 0x9f9d, 0x9fa1, 0x9fa2, 0x9fa3, 0x9fa4, 
+0x9fa5, 0x9fa6, 0x9fa7, 0x9fa8, 0x9fa9, 0x9faa, 0x9fab, 0x9fac, 
+0x9fad, 0x9fae, 0x9faf, 0x9fb0, 0x9fb1, 0x9fb3, 0x9fb4, 0x9fb5, 
+0x9fb6, 0x9fb7, 0x9fb8, 0x9fb9, 0x9fba, 0x9fbb, 0x9fbc, 0x9fbd, 
+0xa061, 0xa062, 0xa063, 0xa064, 0xa065, 0xa066, 0xa067, 0xa068, 
+0xa069, 0xa06a, 0xa06b, 0xa06c, 0xa06d, 0xa06e, 0xa06f, 0xa070, 
+0xa071, 0xa073, 0xa074, 0xa075, 0xa076, 0xa077, 0xa078, 0xa079, 
+0xa07a, 0xa07b, 0xa07c, 0xa07d, 0xa081, 0xa082, 0xa083, 0xa084, 
+0xa085, 0xa086, 0xa087, 0xa088, 0xa089, 0xa08a, 0xa08b, 0xa08c, 
+0xa08d, 0xa08e, 0xa08f, 0xa090, 0xa091, 0xa093, 0xa094, 0xa095, 
+0xa096, 0xa097, 0xa098, 0xa099, 0xa09a, 0xa09b, 0xa09c, 0xa09d, 
+0xa0a1, 0xa0a2, 0xa0a3, 0xa0a4, 0xa0a5, 0xa0a6, 0xa0a7, 0xa0a8, 
+0xa0a9, 0xa0aa, 0xa0ab, 0xa0ac, 0xa0ad, 0xa0ae, 0xa0af, 0xa0b0, 
+0xa0b1, 0xa0b3, 0xa0b4, 0xa0b5, 0xa0b6, 0xa0b7, 0xa0b8, 0xa0b9, 
+0xa0ba, 0xa0bb, 0xa0bc, 0xa0bd, 0xa0c1, 0xa0c2, 0xa0c3, 0xa0c4, 
+0xa0c5, 0xa0c6, 0xa0c7, 0xa0c8, 0xa0c9, 0xa0ca, 0xa0cb, 0xa0cc, 
+0xa0cd, 0xa0ce, 0xa0cf, 0xa0d0, 0xa0d1, 0xa0d3, 0xa0d4, 0xa0d5, 
+0xa0d6, 0xa0d7, 0xa0d8, 0xa0d9, 0xa0da, 0xa0db, 0xa0dc, 0xa0dd, 
+0xa0e1, 0xa0e2, 0xa0e3, 0xa0e4, 0xa0e5, 0xa0e6, 0xa0e7, 0xa0e8, 
+0xa0e9, 0xa0ea, 0xa0eb, 0xa0ec, 0xa0ed, 0xa0ee, 0xa0ef, 0xa0f0, 
+0xa0f1, 0xa0f3, 0xa0f4, 0xa0f5, 0xa0f6, 0xa0f7, 0xa0f8, 0xa0f9, 
+0xa0fa, 0xa0fb, 0xa0fc, 0xa0fd, 0xa141, 0xa142, 0xa143, 0xa144, 
+0xa145, 0xa146, 0xa147, 0xa148, 0xa149, 0xa14a, 0xa14b, 0xa14c, 
+0xa14d, 0xa14e, 0xa14f, 0xa150, 0xa151, 0xa153, 0xa154, 0xa155, 
+0xa156, 0xa157, 0xa158, 0xa159, 0xa15a, 0xa15b, 0xa15c, 0xa15d, 
+0xa161, 0xa162, 0xa163, 0xa164, 0xa165, 0xa166, 0xa167, 0xa168, 
+0xa169, 0xa16a, 0xa16b, 0xa16c, 0xa16d, 0xa16e, 0xa16f, 0xa170, 
+0xa171, 0xa173, 0xa174, 0xa175, 0xa176, 0xa177, 0xa178, 0xa179, 
+0xa17a, 0xa17b, 0xa17c, 0xa17d, 0xa181, 0xa182, 0xa183, 0xa184, 
+0xa185, 0xa186, 0xa187, 0xa188, 0xa189, 0xa18a, 0xa18b, 0xa18c, 
+0xa18d, 0xa18e, 0xa18f, 0xa190, 0xa191, 0xa193, 0xa194, 0xa195, 
+0xa196, 0xa197, 0xa198, 0xa199, 0xa19a, 0xa19b, 0xa19c, 0xa19d, 
+0xa1a1, 0xa1a2, 0xa1a3, 0xa1a4, 0xa1a5, 0xa1a6, 0xa1a7, 0xa1a8, 
+0xa1a9, 0xa1aa, 0xa1ab, 0xa1ac, 0xa1ad, 0xa1ae, 0xa1af, 0xa1b0, 
+0xa1b1, 0xa1b3, 0xa1b4, 0xa1b5, 0xa1b6, 0xa1b7, 0xa1b8, 0xa1b9, 
+0xa1ba, 0xa1bb, 0xa1bc, 0xa1bd, 0xa1c1, 0xa1c2, 0xa1c3, 0xa1c4, 
+0xa1c5, 0xa1c6, 0xa1c7, 0xa1c8, 0xa1c9, 0xa1ca, 0xa1cb, 0xa1cc, 
+0xa1cd, 0xa1ce, 0xa1cf, 0xa1d0, 0xa1d1, 0xa1d3, 0xa1d4, 0xa1d5, 
+0xa1d6, 0xa1d7, 0xa1d8, 0xa1d9, 0xa1da, 0xa1db, 0xa1dc, 0xa1dd, 
+0xa1e1, 0xa1e2, 0xa1e3, 0xa1e4, 0xa1e5, 0xa1e6, 0xa1e7, 0xa1e8, 
+0xa1e9, 0xa1ea, 0xa1eb, 0xa1ec, 0xa1ed, 0xa1ee, 0xa1ef, 0xa1f0, 
+0xa1f1, 0xa1f3, 0xa1f4, 0xa1f5, 0xa1f6, 0xa1f7, 0xa1f8, 0xa1f9, 
+0xa1fa, 0xa1fb, 0xa1fc, 0xa1fd, 0xa241, 0xa242, 0xa243, 0xa244, 
+0xa245, 0xa246, 0xa247, 0xa248, 0xa249, 0xa24a, 0xa24b, 0xa24c, 
+0xa24d, 0xa24e, 0xa24f, 0xa250, 0xa251, 0xa253, 0xa254, 0xa255, 
+0xa256, 0xa257, 0xa258, 0xa259, 0xa25a, 0xa25b, 0xa25c, 0xa25d, 
+0xa261, 0xa262, 0xa263, 0xa264, 0xa265, 0xa266, 0xa267, 0xa268, 
+0xa269, 0xa26a, 0xa26b, 0xa26c, 0xa26d, 0xa26e, 0xa26f, 0xa270, 
+0xa271, 0xa273, 0xa274, 0xa275, 0xa276, 0xa277, 0xa278, 0xa279, 
+0xa27a, 0xa27b, 0xa27c, 0xa27d, 0xa281, 0xa282, 0xa283, 0xa284, 
+0xa285, 0xa286, 0xa287, 0xa288, 0xa289, 0xa28a, 0xa28b, 0xa28c, 
+0xa28d, 0xa28e, 0xa28f, 0xa290, 0xa291, 0xa293, 0xa294, 0xa295, 
+0xa296, 0xa297, 0xa298, 0xa299, 0xa29a, 0xa29b, 0xa29c, 0xa29d, 
+0xa2a1, 0xa2a2, 0xa2a3, 0xa2a4, 0xa2a5, 0xa2a6, 0xa2a7, 0xa2a8, 
+0xa2a9, 0xa2aa, 0xa2ab, 0xa2ac, 0xa2ad, 0xa2ae, 0xa2af, 0xa2b0, 
+0xa2b1, 0xa2b3, 0xa2b4, 0xa2b5, 0xa2b6, 0xa2b7, 0xa2b8, 0xa2b9, 
+0xa2ba, 0xa2bb, 0xa2bc, 0xa2bd, 0xa2c1, 0xa2c2, 0xa2c3, 0xa2c4, 
+0xa2c5, 0xa2c6, 0xa2c7, 0xa2c8, 0xa2c9, 0xa2ca, 0xa2cb, 0xa2cc, 
+0xa2cd, 0xa2ce, 0xa2cf, 0xa2d0, 0xa2d1, 0xa2d3, 0xa2d4, 0xa2d5, 
+0xa2d6, 0xa2d7, 0xa2d8, 0xa2d9, 0xa2da, 0xa2db, 0xa2dc, 0xa2dd, 
+0xa2e1, 0xa2e2, 0xa2e3, 0xa2e4, 0xa2e5, 0xa2e6, 0xa2e7, 0xa2e8, 
+0xa2e9, 0xa2ea, 0xa2eb, 0xa2ec, 0xa2ed, 0xa2ee, 0xa2ef, 0xa2f0, 
+0xa2f1, 0xa2f3, 0xa2f4, 0xa2f5, 0xa2f6, 0xa2f7, 0xa2f8, 0xa2f9, 
+0xa2fa, 0xa2fb, 0xa2fc, 0xa2fd, 0xa341, 0xa342, 0xa343, 0xa344, 
+0xa345, 0xa346, 0xa347, 0xa348, 0xa349, 0xa34a, 0xa34b, 0xa34c, 
+0xa34d, 0xa34e, 0xa34f, 0xa350, 0xa351, 0xa353, 0xa354, 0xa355, 
+0xa356, 0xa357, 0xa358, 0xa359, 0xa35a, 0xa35b, 0xa35c, 0xa35d, 
+0xa361, 0xa362, 0xa363, 0xa364, 0xa365, 0xa366, 0xa367, 0xa368, 
+0xa369, 0xa36a, 0xa36b, 0xa36c, 0xa36d, 0xa36e, 0xa36f, 0xa370, 
+0xa371, 0xa373, 0xa374, 0xa375, 0xa376, 0xa377, 0xa378, 0xa379, 
+0xa37a, 0xa37b, 0xa37c, 0xa37d, 0xa381, 0xa382, 0xa383, 0xa384, 
+0xa385, 0xa386, 0xa387, 0xa388, 0xa389, 0xa38a, 0xa38b, 0xa38c, 
+0xa38d, 0xa38e, 0xa38f, 0xa390, 0xa391, 0xa393, 0xa394, 0xa395, 
+0xa396, 0xa397, 0xa398, 0xa399, 0xa39a, 0xa39b, 0xa39c, 0xa39d, 
+0xa3a1, 0xa3a2, 0xa3a3, 0xa3a4, 0xa3a5, 0xa3a6, 0xa3a7, 0xa3a8, 
+0xa3a9, 0xa3aa, 0xa3ab, 0xa3ac, 0xa3ad, 0xa3ae, 0xa3af, 0xa3b0, 
+0xa3b1, 0xa3b3, 0xa3b4, 0xa3b5, 0xa3b6, 0xa3b7, 0xa3b8, 0xa3b9, 
+0xa3ba, 0xa3bb, 0xa3bc, 0xa3bd, 0xa461, 0xa462, 0xa463, 0xa464, 
+0xa465, 0xa466, 0xa467, 0xa468, 0xa469, 0xa46a, 0xa46b, 0xa46c, 
+0xa46d, 0xa46e, 0xa46f, 0xa470, 0xa471, 0xa473, 0xa474, 0xa475, 
+0xa476, 0xa477, 0xa478, 0xa479, 0xa47a, 0xa47b, 0xa47c, 0xa47d, 
+0xa481, 0xa482, 0xa483, 0xa484, 0xa485, 0xa486, 0xa487, 0xa488, 
+0xa489, 0xa48a, 0xa48b, 0xa48c, 0xa48d, 0xa48e, 0xa48f, 0xa490, 
+0xa491, 0xa493, 0xa494, 0xa495, 0xa496, 0xa497, 0xa498, 0xa499, 
+0xa49a, 0xa49b, 0xa49c, 0xa49d, 0xa4a1, 0xa4a2, 0xa4a3, 0xa4a4, 
+0xa4a5, 0xa4a6, 0xa4a7, 0xa4a8, 0xa4a9, 0xa4aa, 0xa4ab, 0xa4ac, 
+0xa4ad, 0xa4ae, 0xa4af, 0xa4b0, 0xa4b1, 0xa4b3, 0xa4b4, 0xa4b5, 
+0xa4b6, 0xa4b7, 0xa4b8, 0xa4b9, 0xa4ba, 0xa4bb, 0xa4bc, 0xa4bd, 
+0xa4c1, 0xa4c2, 0xa4c3, 0xa4c4, 0xa4c5, 0xa4c6, 0xa4c7, 0xa4c8, 
+0xa4c9, 0xa4ca, 0xa4cb, 0xa4cc, 0xa4cd, 0xa4ce, 0xa4cf, 0xa4d0, 
+0xa4d1, 0xa4d3, 0xa4d4, 0xa4d5, 0xa4d6, 0xa4d7, 0xa4d8, 0xa4d9, 
+0xa4da, 0xa4db, 0xa4dc, 0xa4dd, 0xa4e1, 0xa4e2, 0xa4e3, 0xa4e4, 
+0xa4e5, 0xa4e6, 0xa4e7, 0xa4e8, 0xa4e9, 0xa4ea, 0xa4eb, 0xa4ec, 
+0xa4ed, 0xa4ee, 0xa4ef, 0xa4f0, 0xa4f1, 0xa4f3, 0xa4f4, 0xa4f5, 
+0xa4f6, 0xa4f7, 0xa4f8, 0xa4f9, 0xa4fa, 0xa4fb, 0xa4fc, 0xa4fd, 
+0xa541, 0xa542, 0xa543, 0xa544, 0xa545, 0xa546, 0xa547, 0xa548, 
+0xa549, 0xa54a, 0xa54b, 0xa54c, 0xa54d, 0xa54e, 0xa54f, 0xa550, 
+0xa551, 0xa553, 0xa554, 0xa555, 0xa556, 0xa557, 0xa558, 0xa559, 
+0xa55a, 0xa55b, 0xa55c, 0xa55d, 0xa561, 0xa562, 0xa563, 0xa564, 
+0xa565, 0xa566, 0xa567, 0xa568, 0xa569, 0xa56a, 0xa56b, 0xa56c, 
+0xa56d, 0xa56e, 0xa56f, 0xa570, 0xa571, 0xa573, 0xa574, 0xa575, 
+0xa576, 0xa577, 0xa578, 0xa579, 0xa57a, 0xa57b, 0xa57c, 0xa57d, 
+0xa581, 0xa582, 0xa583, 0xa584, 0xa585, 0xa586, 0xa587, 0xa588, 
+0xa589, 0xa58a, 0xa58b, 0xa58c, 0xa58d, 0xa58e, 0xa58f, 0xa590, 
+0xa591, 0xa593, 0xa594, 0xa595, 0xa596, 0xa597, 0xa598, 0xa599, 
+0xa59a, 0xa59b, 0xa59c, 0xa59d, 0xa5a1, 0xa5a2, 0xa5a3, 0xa5a4, 
+0xa5a5, 0xa5a6, 0xa5a7, 0xa5a8, 0xa5a9, 0xa5aa, 0xa5ab, 0xa5ac, 
+0xa5ad, 0xa5ae, 0xa5af, 0xa5b0, 0xa5b1, 0xa5b3, 0xa5b4, 0xa5b5, 
+0xa5b6, 0xa5b7, 0xa5b8, 0xa5b9, 0xa5ba, 0xa5bb, 0xa5bc, 0xa5bd, 
+0xa5c1, 0xa5c2, 0xa5c3, 0xa5c4, 0xa5c5, 0xa5c6, 0xa5c7, 0xa5c8, 
+0xa5c9, 0xa5ca, 0xa5cb, 0xa5cc, 0xa5cd, 0xa5ce, 0xa5cf, 0xa5d0, 
+0xa5d1, 0xa5d3, 0xa5d4, 0xa5d5, 0xa5d6, 0xa5d7, 0xa5d8, 0xa5d9, 
+0xa5da, 0xa5db, 0xa5dc, 0xa5dd, 0xa5e1, 0xa5e2, 0xa5e3, 0xa5e4, 
+0xa5e5, 0xa5e6, 0xa5e7, 0xa5e8, 0xa5e9, 0xa5ea, 0xa5eb, 0xa5ec, 
+0xa5ed, 0xa5ee, 0xa5ef, 0xa5f0, 0xa5f1, 0xa5f3, 0xa5f4, 0xa5f5, 
+0xa5f6, 0xa5f7, 0xa5f8, 0xa5f9, 0xa5fa, 0xa5fb, 0xa5fc, 0xa5fd, 
+0xa641, 0xa642, 0xa643, 0xa644, 0xa645, 0xa646, 0xa647, 0xa648, 
+0xa649, 0xa64a, 0xa64b, 0xa64c, 0xa64d, 0xa64e, 0xa64f, 0xa650, 
+0xa651, 0xa653, 0xa654, 0xa655, 0xa656, 0xa657, 0xa658, 0xa659, 
+0xa65a, 0xa65b, 0xa65c, 0xa65d, 0xa661, 0xa662, 0xa663, 0xa664, 
+0xa665, 0xa666, 0xa667, 0xa668, 0xa669, 0xa66a, 0xa66b, 0xa66c, 
+0xa66d, 0xa66e, 0xa66f, 0xa670, 0xa671, 0xa673, 0xa674, 0xa675, 
+0xa676, 0xa677, 0xa678, 0xa679, 0xa67a, 0xa67b, 0xa67c, 0xa67d, 
+0xa681, 0xa682, 0xa683, 0xa684, 0xa685, 0xa686, 0xa687, 0xa688, 
+0xa689, 0xa68a, 0xa68b, 0xa68c, 0xa68d, 0xa68e, 0xa68f, 0xa690, 
+0xa691, 0xa693, 0xa694, 0xa695, 0xa696, 0xa697, 0xa698, 0xa699, 
+0xa69a, 0xa69b, 0xa69c, 0xa69d, 0xa6a1, 0xa6a2, 0xa6a3, 0xa6a4, 
+0xa6a5, 0xa6a6, 0xa6a7, 0xa6a8, 0xa6a9, 0xa6aa, 0xa6ab, 0xa6ac, 
+0xa6ad, 0xa6ae, 0xa6af, 0xa6b0, 0xa6b1, 0xa6b3, 0xa6b4, 0xa6b5, 
+0xa6b6, 0xa6b7, 0xa6b8, 0xa6b9, 0xa6ba, 0xa6bb, 0xa6bc, 0xa6bd, 
+0xa6c1, 0xa6c2, 0xa6c3, 0xa6c4, 0xa6c5, 0xa6c6, 0xa6c7, 0xa6c8, 
+0xa6c9, 0xa6ca, 0xa6cb, 0xa6cc, 0xa6cd, 0xa6ce, 0xa6cf, 0xa6d0, 
+0xa6d1, 0xa6d3, 0xa6d4, 0xa6d5, 0xa6d6, 0xa6d7, 0xa6d8, 0xa6d9, 
+0xa6da, 0xa6db, 0xa6dc, 0xa6dd, 0xa6e1, 0xa6e2, 0xa6e3, 0xa6e4, 
+0xa6e5, 0xa6e6, 0xa6e7, 0xa6e8, 0xa6e9, 0xa6ea, 0xa6eb, 0xa6ec, 
+0xa6ed, 0xa6ee, 0xa6ef, 0xa6f0, 0xa6f1, 0xa6f3, 0xa6f4, 0xa6f5, 
+0xa6f6, 0xa6f7, 0xa6f8, 0xa6f9, 0xa6fa, 0xa6fb, 0xa6fc, 0xa6fd, 
+0xa741, 0xa742, 0xa743, 0xa744, 0xa745, 0xa746, 0xa747, 0xa748, 
+0xa749, 0xa74a, 0xa74b, 0xa74c, 0xa74d, 0xa74e, 0xa74f, 0xa750, 
+0xa751, 0xa753, 0xa754, 0xa755, 0xa756, 0xa757, 0xa758, 0xa759, 
+0xa75a, 0xa75b, 0xa75c, 0xa75d, 0xa761, 0xa762, 0xa763, 0xa764, 
+0xa765, 0xa766, 0xa767, 0xa768, 0xa769, 0xa76a, 0xa76b, 0xa76c, 
+0xa76d, 0xa76e, 0xa76f, 0xa770, 0xa771, 0xa773, 0xa774, 0xa775, 
+0xa776, 0xa777, 0xa778, 0xa779, 0xa77a, 0xa77b, 0xa77c, 0xa77d, 
+0xa781, 0xa782, 0xa783, 0xa784, 0xa785, 0xa786, 0xa787, 0xa788, 
+0xa789, 0xa78a, 0xa78b, 0xa78c, 0xa78d, 0xa78e, 0xa78f, 0xa790, 
+0xa791, 0xa793, 0xa794, 0xa795, 0xa796, 0xa797, 0xa798, 0xa799, 
+0xa79a, 0xa79b, 0xa79c, 0xa79d, 0xa7a1, 0xa7a2, 0xa7a3, 0xa7a4, 
+0xa7a5, 0xa7a6, 0xa7a7, 0xa7a8, 0xa7a9, 0xa7aa, 0xa7ab, 0xa7ac, 
+0xa7ad, 0xa7ae, 0xa7af, 0xa7b0, 0xa7b1, 0xa7b3, 0xa7b4, 0xa7b5, 
+0xa7b6, 0xa7b7, 0xa7b8, 0xa7b9, 0xa7ba, 0xa7bb, 0xa7bc, 0xa7bd, 
+0xa861, 0xa862, 0xa863, 0xa864, 0xa865, 0xa866, 0xa867, 0xa868, 
+0xa869, 0xa86a, 0xa86b, 0xa86c, 0xa86d, 0xa86e, 0xa86f, 0xa870, 
+0xa871, 0xa873, 0xa874, 0xa875, 0xa876, 0xa877, 0xa878, 0xa879, 
+0xa87a, 0xa87b, 0xa87c, 0xa87d, 0xa881, 0xa882, 0xa883, 0xa884, 
+0xa885, 0xa886, 0xa887, 0xa888, 0xa889, 0xa88a, 0xa88b, 0xa88c, 
+0xa88d, 0xa88e, 0xa88f, 0xa890, 0xa891, 0xa893, 0xa894, 0xa895, 
+0xa896, 0xa897, 0xa898, 0xa899, 0xa89a, 0xa89b, 0xa89c, 0xa89d, 
+0xa8a1, 0xa8a2, 0xa8a3, 0xa8a4, 0xa8a5, 0xa8a6, 0xa8a7, 0xa8a8, 
+0xa8a9, 0xa8aa, 0xa8ab, 0xa8ac, 0xa8ad, 0xa8ae, 0xa8af, 0xa8b0, 
+0xa8b1, 0xa8b3, 0xa8b4, 0xa8b5, 0xa8b6, 0xa8b7, 0xa8b8, 0xa8b9, 
+0xa8ba, 0xa8bb, 0xa8bc, 0xa8bd, 0xa8c1, 0xa8c2, 0xa8c3, 0xa8c4, 
+0xa8c5, 0xa8c6, 0xa8c7, 0xa8c8, 0xa8c9, 0xa8ca, 0xa8cb, 0xa8cc, 
+0xa8cd, 0xa8ce, 0xa8cf, 0xa8d0, 0xa8d1, 0xa8d3, 0xa8d4, 0xa8d5, 
+0xa8d6, 0xa8d7, 0xa8d8, 0xa8d9, 0xa8da, 0xa8db, 0xa8dc, 0xa8dd, 
+0xa8e1, 0xa8e2, 0xa8e3, 0xa8e4, 0xa8e5, 0xa8e6, 0xa8e7, 0xa8e8, 
+0xa8e9, 0xa8ea, 0xa8eb, 0xa8ec, 0xa8ed, 0xa8ee, 0xa8ef, 0xa8f0, 
+0xa8f1, 0xa8f3, 0xa8f4, 0xa8f5, 0xa8f6, 0xa8f7, 0xa8f8, 0xa8f9, 
+0xa8fa, 0xa8fb, 0xa8fc, 0xa8fd, 0xa941, 0xa942, 0xa943, 0xa944, 
+0xa945, 0xa946, 0xa947, 0xa948, 0xa949, 0xa94a, 0xa94b, 0xa94c, 
+0xa94d, 0xa94e, 0xa94f, 0xa950, 0xa951, 0xa953, 0xa954, 0xa955, 
+0xa956, 0xa957, 0xa958, 0xa959, 0xa95a, 0xa95b, 0xa95c, 0xa95d, 
+0xa961, 0xa962, 0xa963, 0xa964, 0xa965, 0xa966, 0xa967, 0xa968, 
+0xa969, 0xa96a, 0xa96b, 0xa96c, 0xa96d, 0xa96e, 0xa96f, 0xa970, 
+0xa971, 0xa973, 0xa974, 0xa975, 0xa976, 0xa977, 0xa978, 0xa979, 
+0xa97a, 0xa97b, 0xa97c, 0xa97d, 0xa981, 0xa982, 0xa983, 0xa984, 
+0xa985, 0xa986, 0xa987, 0xa988, 0xa989, 0xa98a, 0xa98b, 0xa98c, 
+0xa98d, 0xa98e, 0xa98f, 0xa990, 0xa991, 0xa993, 0xa994, 0xa995, 
+0xa996, 0xa997, 0xa998, 0xa999, 0xa99a, 0xa99b, 0xa99c, 0xa99d, 
+0xa9a1, 0xa9a2, 0xa9a3, 0xa9a4, 0xa9a5, 0xa9a6, 0xa9a7, 0xa9a8, 
+0xa9a9, 0xa9aa, 0xa9ab, 0xa9ac, 0xa9ad, 0xa9ae, 0xa9af, 0xa9b0, 
+0xa9b1, 0xa9b3, 0xa9b4, 0xa9b5, 0xa9b6, 0xa9b7, 0xa9b8, 0xa9b9, 
+0xa9ba, 0xa9bb, 0xa9bc, 0xa9bd, 0xa9c1, 0xa9c2, 0xa9c3, 0xa9c4, 
+0xa9c5, 0xa9c6, 0xa9c7, 0xa9c8, 0xa9c9, 0xa9ca, 0xa9cb, 0xa9cc, 
+0xa9cd, 0xa9ce, 0xa9cf, 0xa9d0, 0xa9d1, 0xa9d3, 0xa9d4, 0xa9d5, 
+0xa9d6, 0xa9d7, 0xa9d8, 0xa9d9, 0xa9da, 0xa9db, 0xa9dc, 0xa9dd, 
+0xa9e1, 0xa9e2, 0xa9e3, 0xa9e4, 0xa9e5, 0xa9e6, 0xa9e7, 0xa9e8, 
+0xa9e9, 0xa9ea, 0xa9eb, 0xa9ec, 0xa9ed, 0xa9ee, 0xa9ef, 0xa9f0, 
+0xa9f1, 0xa9f3, 0xa9f4, 0xa9f5, 0xa9f6, 0xa9f7, 0xa9f8, 0xa9f9, 
+0xa9fa, 0xa9fb, 0xa9fc, 0xa9fd, 0xaa41, 0xaa42, 0xaa43, 0xaa44, 
+0xaa45, 0xaa46, 0xaa47, 0xaa48, 0xaa49, 0xaa4a, 0xaa4b, 0xaa4c, 
+0xaa4d, 0xaa4e, 0xaa4f, 0xaa50, 0xaa51, 0xaa53, 0xaa54, 0xaa55, 
+0xaa56, 0xaa57, 0xaa58, 0xaa59, 0xaa5a, 0xaa5b, 0xaa5c, 0xaa5d, 
+0xaa61, 0xaa62, 0xaa63, 0xaa64, 0xaa65, 0xaa66, 0xaa67, 0xaa68, 
+0xaa69, 0xaa6a, 0xaa6b, 0xaa6c, 0xaa6d, 0xaa6e, 0xaa6f, 0xaa70, 
+0xaa71, 0xaa73, 0xaa74, 0xaa75, 0xaa76, 0xaa77, 0xaa78, 0xaa79, 
+0xaa7a, 0xaa7b, 0xaa7c, 0xaa7d, 0xaa81, 0xaa82, 0xaa83, 0xaa84, 
+0xaa85, 0xaa86, 0xaa87, 0xaa88, 0xaa89, 0xaa8a, 0xaa8b, 0xaa8c, 
+0xaa8d, 0xaa8e, 0xaa8f, 0xaa90, 0xaa91, 0xaa93, 0xaa94, 0xaa95, 
+0xaa96, 0xaa97, 0xaa98, 0xaa99, 0xaa9a, 0xaa9b, 0xaa9c, 0xaa9d, 
+0xaaa1, 0xaaa2, 0xaaa3, 0xaaa4, 0xaaa5, 0xaaa6, 0xaaa7, 0xaaa8, 
+0xaaa9, 0xaaaa, 0xaaab, 0xaaac, 0xaaad, 0xaaae, 0xaaaf, 0xaab0, 
+0xaab1, 0xaab3, 0xaab4, 0xaab5, 0xaab6, 0xaab7, 0xaab8, 0xaab9, 
+0xaaba, 0xaabb, 0xaabc, 0xaabd, 0xaac1, 0xaac2, 0xaac3, 0xaac4, 
+0xaac5, 0xaac6, 0xaac7, 0xaac8, 0xaac9, 0xaaca, 0xaacb, 0xaacc, 
+0xaacd, 0xaace, 0xaacf, 0xaad0, 0xaad1, 0xaad3, 0xaad4, 0xaad5, 
+0xaad6, 0xaad7, 0xaad8, 0xaad9, 0xaada, 0xaadb, 0xaadc, 0xaadd, 
+0xaae1, 0xaae2, 0xaae3, 0xaae4, 0xaae5, 0xaae6, 0xaae7, 0xaae8, 
+0xaae9, 0xaaea, 0xaaeb, 0xaaec, 0xaaed, 0xaaee, 0xaaef, 0xaaf0, 
+0xaaf1, 0xaaf3, 0xaaf4, 0xaaf5, 0xaaf6, 0xaaf7, 0xaaf8, 0xaaf9, 
+0xaafa, 0xaafb, 0xaafc, 0xaafd, 0xab41, 0xab42, 0xab43, 0xab44, 
+0xab45, 0xab46, 0xab47, 0xab48, 0xab49, 0xab4a, 0xab4b, 0xab4c, 
+0xab4d, 0xab4e, 0xab4f, 0xab50, 0xab51, 0xab53, 0xab54, 0xab55, 
+0xab56, 0xab57, 0xab58, 0xab59, 0xab5a, 0xab5b, 0xab5c, 0xab5d, 
+0xab61, 0xab62, 0xab63, 0xab64, 0xab65, 0xab66, 0xab67, 0xab68, 
+0xab69, 0xab6a, 0xab6b, 0xab6c, 0xab6d, 0xab6e, 0xab6f, 0xab70, 
+0xab71, 0xab73, 0xab74, 0xab75, 0xab76, 0xab77, 0xab78, 0xab79, 
+0xab7a, 0xab7b, 0xab7c, 0xab7d, 0xab81, 0xab82, 0xab83, 0xab84, 
+0xab85, 0xab86, 0xab87, 0xab88, 0xab89, 0xab8a, 0xab8b, 0xab8c, 
+0xab8d, 0xab8e, 0xab8f, 0xab90, 0xab91, 0xab93, 0xab94, 0xab95, 
+0xab96, 0xab97, 0xab98, 0xab99, 0xab9a, 0xab9b, 0xab9c, 0xab9d, 
+0xaba1, 0xaba2, 0xaba3, 0xaba4, 0xaba5, 0xaba6, 0xaba7, 0xaba8, 
+0xaba9, 0xabaa, 0xabab, 0xabac, 0xabad, 0xabae, 0xabaf, 0xabb0, 
+0xabb1, 0xabb3, 0xabb4, 0xabb5, 0xabb6, 0xabb7, 0xabb8, 0xabb9, 
+0xabba, 0xabbb, 0xabbc, 0xabbd, 0xac61, 0xac62, 0xac63, 0xac64, 
+0xac65, 0xac66, 0xac67, 0xac68, 0xac69, 0xac6a, 0xac6b, 0xac6c, 
+0xac6d, 0xac6e, 0xac6f, 0xac70, 0xac71, 0xac73, 0xac74, 0xac75, 
+0xac76, 0xac77, 0xac78, 0xac79, 0xac7a, 0xac7b, 0xac7c, 0xac7d, 
+0xac81, 0xac82, 0xac83, 0xac84, 0xac85, 0xac86, 0xac87, 0xac88, 
+0xac89, 0xac8a, 0xac8b, 0xac8c, 0xac8d, 0xac8e, 0xac8f, 0xac90, 
+0xac91, 0xac93, 0xac94, 0xac95, 0xac96, 0xac97, 0xac98, 0xac99, 
+0xac9a, 0xac9b, 0xac9c, 0xac9d, 0xaca1, 0xaca2, 0xaca3, 0xaca4, 
+0xaca5, 0xaca6, 0xaca7, 0xaca8, 0xaca9, 0xacaa, 0xacab, 0xacac, 
+0xacad, 0xacae, 0xacaf, 0xacb0, 0xacb1, 0xacb3, 0xacb4, 0xacb5, 
+0xacb6, 0xacb7, 0xacb8, 0xacb9, 0xacba, 0xacbb, 0xacbc, 0xacbd, 
+0xacc1, 0xacc2, 0xacc3, 0xacc4, 0xacc5, 0xacc6, 0xacc7, 0xacc8, 
+0xacc9, 0xacca, 0xaccb, 0xaccc, 0xaccd, 0xacce, 0xaccf, 0xacd0, 
+0xacd1, 0xacd3, 0xacd4, 0xacd5, 0xacd6, 0xacd7, 0xacd8, 0xacd9, 
+0xacda, 0xacdb, 0xacdc, 0xacdd, 0xace1, 0xace2, 0xace3, 0xace4, 
+0xace5, 0xace6, 0xace7, 0xace8, 0xace9, 0xacea, 0xaceb, 0xacec, 
+0xaced, 0xacee, 0xacef, 0xacf0, 0xacf1, 0xacf3, 0xacf4, 0xacf5, 
+0xacf6, 0xacf7, 0xacf8, 0xacf9, 0xacfa, 0xacfb, 0xacfc, 0xacfd, 
+0xad41, 0xad42, 0xad43, 0xad44, 0xad45, 0xad46, 0xad47, 0xad48, 
+0xad49, 0xad4a, 0xad4b, 0xad4c, 0xad4d, 0xad4e, 0xad4f, 0xad50, 
+0xad51, 0xad53, 0xad54, 0xad55, 0xad56, 0xad57, 0xad58, 0xad59, 
+0xad5a, 0xad5b, 0xad5c, 0xad5d, 0xad61, 0xad62, 0xad63, 0xad64, 
+0xad65, 0xad66, 0xad67, 0xad68, 0xad69, 0xad6a, 0xad6b, 0xad6c, 
+0xad6d, 0xad6e, 0xad6f, 0xad70, 0xad71, 0xad73, 0xad74, 0xad75, 
+0xad76, 0xad77, 0xad78, 0xad79, 0xad7a, 0xad7b, 0xad7c, 0xad7d, 
+0xad81, 0xad82, 0xad83, 0xad84, 0xad85, 0xad86, 0xad87, 0xad88, 
+0xad89, 0xad8a, 0xad8b, 0xad8c, 0xad8d, 0xad8e, 0xad8f, 0xad90, 
+0xad91, 0xad93, 0xad94, 0xad95, 0xad96, 0xad97, 0xad98, 0xad99, 
+0xad9a, 0xad9b, 0xad9c, 0xad9d, 0xada1, 0xada2, 0xada3, 0xada4, 
+0xada5, 0xada6, 0xada7, 0xada8, 0xada9, 0xadaa, 0xadab, 0xadac, 
+0xadad, 0xadae, 0xadaf, 0xadb0, 0xadb1, 0xadb3, 0xadb4, 0xadb5, 
+0xadb6, 0xadb7, 0xadb8, 0xadb9, 0xadba, 0xadbb, 0xadbc, 0xadbd, 
+0xadc1, 0xadc2, 0xadc3, 0xadc4, 0xadc5, 0xadc6, 0xadc7, 0xadc8, 
+0xadc9, 0xadca, 0xadcb, 0xadcc, 0xadcd, 0xadce, 0xadcf, 0xadd0, 
+0xadd1, 0xadd3, 0xadd4, 0xadd5, 0xadd6, 0xadd7, 0xadd8, 0xadd9, 
+0xadda, 0xaddb, 0xaddc, 0xaddd, 0xade1, 0xade2, 0xade3, 0xade4, 
+0xade5, 0xade6, 0xade7, 0xade8, 0xade9, 0xadea, 0xadeb, 0xadec, 
+0xaded, 0xadee, 0xadef, 0xadf0, 0xadf1, 0xadf3, 0xadf4, 0xadf5, 
+0xadf6, 0xadf7, 0xadf8, 0xadf9, 0xadfa, 0xadfb, 0xadfc, 0xadfd, 
+0xae41, 0xae42, 0xae43, 0xae44, 0xae45, 0xae46, 0xae47, 0xae48, 
+0xae49, 0xae4a, 0xae4b, 0xae4c, 0xae4d, 0xae4e, 0xae4f, 0xae50, 
+0xae51, 0xae53, 0xae54, 0xae55, 0xae56, 0xae57, 0xae58, 0xae59, 
+0xae5a, 0xae5b, 0xae5c, 0xae5d, 0xae61, 0xae62, 0xae63, 0xae64, 
+0xae65, 0xae66, 0xae67, 0xae68, 0xae69, 0xae6a, 0xae6b, 0xae6c, 
+0xae6d, 0xae6e, 0xae6f, 0xae70, 0xae71, 0xae73, 0xae74, 0xae75, 
+0xae76, 0xae77, 0xae78, 0xae79, 0xae7a, 0xae7b, 0xae7c, 0xae7d, 
+0xae81, 0xae82, 0xae83, 0xae84, 0xae85, 0xae86, 0xae87, 0xae88, 
+0xae89, 0xae8a, 0xae8b, 0xae8c, 0xae8d, 0xae8e, 0xae8f, 0xae90, 
+0xae91, 0xae93, 0xae94, 0xae95, 0xae96, 0xae97, 0xae98, 0xae99, 
+0xae9a, 0xae9b, 0xae9c, 0xae9d, 0xaea1, 0xaea2, 0xaea3, 0xaea4, 
+0xaea5, 0xaea6, 0xaea7, 0xaea8, 0xaea9, 0xaeaa, 0xaeab, 0xaeac, 
+0xaead, 0xaeae, 0xaeaf, 0xaeb0, 0xaeb1, 0xaeb3, 0xaeb4, 0xaeb5, 
+0xaeb6, 0xaeb7, 0xaeb8, 0xaeb9, 0xaeba, 0xaebb, 0xaebc, 0xaebd, 
+0xaec1, 0xaec2, 0xaec3, 0xaec4, 0xaec5, 0xaec6, 0xaec7, 0xaec8, 
+0xaec9, 0xaeca, 0xaecb, 0xaecc, 0xaecd, 0xaece, 0xaecf, 0xaed0, 
+0xaed1, 0xaed3, 0xaed4, 0xaed5, 0xaed6, 0xaed7, 0xaed8, 0xaed9, 
+0xaeda, 0xaedb, 0xaedc, 0xaedd, 0xaee1, 0xaee2, 0xaee3, 0xaee4, 
+0xaee5, 0xaee6, 0xaee7, 0xaee8, 0xaee9, 0xaeea, 0xaeeb, 0xaeec, 
+0xaeed, 0xaeee, 0xaeef, 0xaef0, 0xaef1, 0xaef3, 0xaef4, 0xaef5, 
+0xaef6, 0xaef7, 0xaef8, 0xaef9, 0xaefa, 0xaefb, 0xaefc, 0xaefd, 
+0xaf41, 0xaf42, 0xaf43, 0xaf44, 0xaf45, 0xaf46, 0xaf47, 0xaf48, 
+0xaf49, 0xaf4a, 0xaf4b, 0xaf4c, 0xaf4d, 0xaf4e, 0xaf4f, 0xaf50, 
+0xaf51, 0xaf53, 0xaf54, 0xaf55, 0xaf56, 0xaf57, 0xaf58, 0xaf59, 
+0xaf5a, 0xaf5b, 0xaf5c, 0xaf5d, 0xaf61, 0xaf62, 0xaf63, 0xaf64, 
+0xaf65, 0xaf66, 0xaf67, 0xaf68, 0xaf69, 0xaf6a, 0xaf6b, 0xaf6c, 
+0xaf6d, 0xaf6e, 0xaf6f, 0xaf70, 0xaf71, 0xaf73, 0xaf74, 0xaf75, 
+0xaf76, 0xaf77, 0xaf78, 0xaf79, 0xaf7a, 0xaf7b, 0xaf7c, 0xaf7d, 
+0xaf81, 0xaf82, 0xaf83, 0xaf84, 0xaf85, 0xaf86, 0xaf87, 0xaf88, 
+0xaf89, 0xaf8a, 0xaf8b, 0xaf8c, 0xaf8d, 0xaf8e, 0xaf8f, 0xaf90, 
+0xaf91, 0xaf93, 0xaf94, 0xaf95, 0xaf96, 0xaf97, 0xaf98, 0xaf99, 
+0xaf9a, 0xaf9b, 0xaf9c, 0xaf9d, 0xafa1, 0xafa2, 0xafa3, 0xafa4, 
+0xafa5, 0xafa6, 0xafa7, 0xafa8, 0xafa9, 0xafaa, 0xafab, 0xafac, 
+0xafad, 0xafae, 0xafaf, 0xafb0, 0xafb1, 0xafb3, 0xafb4, 0xafb5, 
+0xafb6, 0xafb7, 0xafb8, 0xafb9, 0xafba, 0xafbb, 0xafbc, 0xafbd, 
+0xb061, 0xb062, 0xb063, 0xb064, 0xb065, 0xb066, 0xb067, 0xb068, 
+0xb069, 0xb06a, 0xb06b, 0xb06c, 0xb06d, 0xb06e, 0xb06f, 0xb070, 
+0xb071, 0xb073, 0xb074, 0xb075, 0xb076, 0xb077, 0xb078, 0xb079, 
+0xb07a, 0xb07b, 0xb07c, 0xb07d, 0xb081, 0xb082, 0xb083, 0xb084, 
+0xb085, 0xb086, 0xb087, 0xb088, 0xb089, 0xb08a, 0xb08b, 0xb08c, 
+0xb08d, 0xb08e, 0xb08f, 0xb090, 0xb091, 0xb093, 0xb094, 0xb095, 
+0xb096, 0xb097, 0xb098, 0xb099, 0xb09a, 0xb09b, 0xb09c, 0xb09d, 
+0xb0a1, 0xb0a2, 0xb0a3, 0xb0a4, 0xb0a5, 0xb0a6, 0xb0a7, 0xb0a8, 
+0xb0a9, 0xb0aa, 0xb0ab, 0xb0ac, 0xb0ad, 0xb0ae, 0xb0af, 0xb0b0, 
+0xb0b1, 0xb0b3, 0xb0b4, 0xb0b5, 0xb0b6, 0xb0b7, 0xb0b8, 0xb0b9, 
+0xb0ba, 0xb0bb, 0xb0bc, 0xb0bd, 0xb0c1, 0xb0c2, 0xb0c3, 0xb0c4, 
+0xb0c5, 0xb0c6, 0xb0c7, 0xb0c8, 0xb0c9, 0xb0ca, 0xb0cb, 0xb0cc, 
+0xb0cd, 0xb0ce, 0xb0cf, 0xb0d0, 0xb0d1, 0xb0d3, 0xb0d4, 0xb0d5, 
+0xb0d6, 0xb0d7, 0xb0d8, 0xb0d9, 0xb0da, 0xb0db, 0xb0dc, 0xb0dd, 
+0xb0e1, 0xb0e2, 0xb0e3, 0xb0e4, 0xb0e5, 0xb0e6, 0xb0e7, 0xb0e8, 
+0xb0e9, 0xb0ea, 0xb0eb, 0xb0ec, 0xb0ed, 0xb0ee, 0xb0ef, 0xb0f0, 
+0xb0f1, 0xb0f3, 0xb0f4, 0xb0f5, 0xb0f6, 0xb0f7, 0xb0f8, 0xb0f9, 
+0xb0fa, 0xb0fb, 0xb0fc, 0xb0fd, 0xb141, 0xb142, 0xb143, 0xb144, 
+0xb145, 0xb146, 0xb147, 0xb148, 0xb149, 0xb14a, 0xb14b, 0xb14c, 
+0xb14d, 0xb14e, 0xb14f, 0xb150, 0xb151, 0xb153, 0xb154, 0xb155, 
+0xb156, 0xb157, 0xb158, 0xb159, 0xb15a, 0xb15b, 0xb15c, 0xb15d, 
+0xb161, 0xb162, 0xb163, 0xb164, 0xb165, 0xb166, 0xb167, 0xb168, 
+0xb169, 0xb16a, 0xb16b, 0xb16c, 0xb16d, 0xb16e, 0xb16f, 0xb170, 
+0xb171, 0xb173, 0xb174, 0xb175, 0xb176, 0xb177, 0xb178, 0xb179, 
+0xb17a, 0xb17b, 0xb17c, 0xb17d, 0xb181, 0xb182, 0xb183, 0xb184, 
+0xb185, 0xb186, 0xb187, 0xb188, 0xb189, 0xb18a, 0xb18b, 0xb18c, 
+0xb18d, 0xb18e, 0xb18f, 0xb190, 0xb191, 0xb193, 0xb194, 0xb195, 
+0xb196, 0xb197, 0xb198, 0xb199, 0xb19a, 0xb19b, 0xb19c, 0xb19d, 
+0xb1a1, 0xb1a2, 0xb1a3, 0xb1a4, 0xb1a5, 0xb1a6, 0xb1a7, 0xb1a8, 
+0xb1a9, 0xb1aa, 0xb1ab, 0xb1ac, 0xb1ad, 0xb1ae, 0xb1af, 0xb1b0, 
+0xb1b1, 0xb1b3, 0xb1b4, 0xb1b5, 0xb1b6, 0xb1b7, 0xb1b8, 0xb1b9, 
+0xb1ba, 0xb1bb, 0xb1bc, 0xb1bd, 0xb1c1, 0xb1c2, 0xb1c3, 0xb1c4, 
+0xb1c5, 0xb1c6, 0xb1c7, 0xb1c8, 0xb1c9, 0xb1ca, 0xb1cb, 0xb1cc, 
+0xb1cd, 0xb1ce, 0xb1cf, 0xb1d0, 0xb1d1, 0xb1d3, 0xb1d4, 0xb1d5, 
+0xb1d6, 0xb1d7, 0xb1d8, 0xb1d9, 0xb1da, 0xb1db, 0xb1dc, 0xb1dd, 
+0xb1e1, 0xb1e2, 0xb1e3, 0xb1e4, 0xb1e5, 0xb1e6, 0xb1e7, 0xb1e8, 
+0xb1e9, 0xb1ea, 0xb1eb, 0xb1ec, 0xb1ed, 0xb1ee, 0xb1ef, 0xb1f0, 
+0xb1f1, 0xb1f3, 0xb1f4, 0xb1f5, 0xb1f6, 0xb1f7, 0xb1f8, 0xb1f9, 
+0xb1fa, 0xb1fb, 0xb1fc, 0xb1fd, 0xb241, 0xb242, 0xb243, 0xb244, 
+0xb245, 0xb246, 0xb247, 0xb248, 0xb249, 0xb24a, 0xb24b, 0xb24c, 
+0xb24d, 0xb24e, 0xb24f, 0xb250, 0xb251, 0xb253, 0xb254, 0xb255, 
+0xb256, 0xb257, 0xb258, 0xb259, 0xb25a, 0xb25b, 0xb25c, 0xb25d, 
+0xb261, 0xb262, 0xb263, 0xb264, 0xb265, 0xb266, 0xb267, 0xb268, 
+0xb269, 0xb26a, 0xb26b, 0xb26c, 0xb26d, 0xb26e, 0xb26f, 0xb270, 
+0xb271, 0xb273, 0xb274, 0xb275, 0xb276, 0xb277, 0xb278, 0xb279, 
+0xb27a, 0xb27b, 0xb27c, 0xb27d, 0xb281, 0xb282, 0xb283, 0xb284, 
+0xb285, 0xb286, 0xb287, 0xb288, 0xb289, 0xb28a, 0xb28b, 0xb28c, 
+0xb28d, 0xb28e, 0xb28f, 0xb290, 0xb291, 0xb293, 0xb294, 0xb295, 
+0xb296, 0xb297, 0xb298, 0xb299, 0xb29a, 0xb29b, 0xb29c, 0xb29d, 
+0xb2a1, 0xb2a2, 0xb2a3, 0xb2a4, 0xb2a5, 0xb2a6, 0xb2a7, 0xb2a8, 
+0xb2a9, 0xb2aa, 0xb2ab, 0xb2ac, 0xb2ad, 0xb2ae, 0xb2af, 0xb2b0, 
+0xb2b1, 0xb2b3, 0xb2b4, 0xb2b5, 0xb2b6, 0xb2b7, 0xb2b8, 0xb2b9, 
+0xb2ba, 0xb2bb, 0xb2bc, 0xb2bd, 0xb2c1, 0xb2c2, 0xb2c3, 0xb2c4, 
+0xb2c5, 0xb2c6, 0xb2c7, 0xb2c8, 0xb2c9, 0xb2ca, 0xb2cb, 0xb2cc, 
+0xb2cd, 0xb2ce, 0xb2cf, 0xb2d0, 0xb2d1, 0xb2d3, 0xb2d4, 0xb2d5, 
+0xb2d6, 0xb2d7, 0xb2d8, 0xb2d9, 0xb2da, 0xb2db, 0xb2dc, 0xb2dd, 
+0xb2e1, 0xb2e2, 0xb2e3, 0xb2e4, 0xb2e5, 0xb2e6, 0xb2e7, 0xb2e8, 
+0xb2e9, 0xb2ea, 0xb2eb, 0xb2ec, 0xb2ed, 0xb2ee, 0xb2ef, 0xb2f0, 
+0xb2f1, 0xb2f3, 0xb2f4, 0xb2f5, 0xb2f6, 0xb2f7, 0xb2f8, 0xb2f9, 
+0xb2fa, 0xb2fb, 0xb2fc, 0xb2fd, 0xb341, 0xb342, 0xb343, 0xb344, 
+0xb345, 0xb346, 0xb347, 0xb348, 0xb349, 0xb34a, 0xb34b, 0xb34c, 
+0xb34d, 0xb34e, 0xb34f, 0xb350, 0xb351, 0xb353, 0xb354, 0xb355, 
+0xb356, 0xb357, 0xb358, 0xb359, 0xb35a, 0xb35b, 0xb35c, 0xb35d, 
+0xb361, 0xb362, 0xb363, 0xb364, 0xb365, 0xb366, 0xb367, 0xb368, 
+0xb369, 0xb36a, 0xb36b, 0xb36c, 0xb36d, 0xb36e, 0xb36f, 0xb370, 
+0xb371, 0xb373, 0xb374, 0xb375, 0xb376, 0xb377, 0xb378, 0xb379, 
+0xb37a, 0xb37b, 0xb37c, 0xb37d, 0xb381, 0xb382, 0xb383, 0xb384, 
+0xb385, 0xb386, 0xb387, 0xb388, 0xb389, 0xb38a, 0xb38b, 0xb38c, 
+0xb38d, 0xb38e, 0xb38f, 0xb390, 0xb391, 0xb393, 0xb394, 0xb395, 
+0xb396, 0xb397, 0xb398, 0xb399, 0xb39a, 0xb39b, 0xb39c, 0xb39d, 
+0xb3a1, 0xb3a2, 0xb3a3, 0xb3a4, 0xb3a5, 0xb3a6, 0xb3a7, 0xb3a8, 
+0xb3a9, 0xb3aa, 0xb3ab, 0xb3ac, 0xb3ad, 0xb3ae, 0xb3af, 0xb3b0, 
+0xb3b1, 0xb3b3, 0xb3b4, 0xb3b5, 0xb3b6, 0xb3b7, 0xb3b8, 0xb3b9, 
+0xb3ba, 0xb3bb, 0xb3bc, 0xb3bd, 0xb461, 0xb462, 0xb463, 0xb464, 
+0xb465, 0xb466, 0xb467, 0xb468, 0xb469, 0xb46a, 0xb46b, 0xb46c, 
+0xb46d, 0xb46e, 0xb46f, 0xb470, 0xb471, 0xb473, 0xb474, 0xb475, 
+0xb476, 0xb477, 0xb478, 0xb479, 0xb47a, 0xb47b, 0xb47c, 0xb47d, 
+0xb481, 0xb482, 0xb483, 0xb484, 0xb485, 0xb486, 0xb487, 0xb488, 
+0xb489, 0xb48a, 0xb48b, 0xb48c, 0xb48d, 0xb48e, 0xb48f, 0xb490, 
+0xb491, 0xb493, 0xb494, 0xb495, 0xb496, 0xb497, 0xb498, 0xb499, 
+0xb49a, 0xb49b, 0xb49c, 0xb49d, 0xb4a1, 0xb4a2, 0xb4a3, 0xb4a4, 
+0xb4a5, 0xb4a6, 0xb4a7, 0xb4a8, 0xb4a9, 0xb4aa, 0xb4ab, 0xb4ac, 
+0xb4ad, 0xb4ae, 0xb4af, 0xb4b0, 0xb4b1, 0xb4b3, 0xb4b4, 0xb4b5, 
+0xb4b6, 0xb4b7, 0xb4b8, 0xb4b9, 0xb4ba, 0xb4bb, 0xb4bc, 0xb4bd, 
+0xb4c1, 0xb4c2, 0xb4c3, 0xb4c4, 0xb4c5, 0xb4c6, 0xb4c7, 0xb4c8, 
+0xb4c9, 0xb4ca, 0xb4cb, 0xb4cc, 0xb4cd, 0xb4ce, 0xb4cf, 0xb4d0, 
+0xb4d1, 0xb4d3, 0xb4d4, 0xb4d5, 0xb4d6, 0xb4d7, 0xb4d8, 0xb4d9, 
+0xb4da, 0xb4db, 0xb4dc, 0xb4dd, 0xb4e1, 0xb4e2, 0xb4e3, 0xb4e4, 
+0xb4e5, 0xb4e6, 0xb4e7, 0xb4e8, 0xb4e9, 0xb4ea, 0xb4eb, 0xb4ec, 
+0xb4ed, 0xb4ee, 0xb4ef, 0xb4f0, 0xb4f1, 0xb4f3, 0xb4f4, 0xb4f5, 
+0xb4f6, 0xb4f7, 0xb4f8, 0xb4f9, 0xb4fa, 0xb4fb, 0xb4fc, 0xb4fd, 
+0xb541, 0xb542, 0xb543, 0xb544, 0xb545, 0xb546, 0xb547, 0xb548, 
+0xb549, 0xb54a, 0xb54b, 0xb54c, 0xb54d, 0xb54e, 0xb54f, 0xb550, 
+0xb551, 0xb553, 0xb554, 0xb555, 0xb556, 0xb557, 0xb558, 0xb559, 
+0xb55a, 0xb55b, 0xb55c, 0xb55d, 0xb561, 0xb562, 0xb563, 0xb564, 
+0xb565, 0xb566, 0xb567, 0xb568, 0xb569, 0xb56a, 0xb56b, 0xb56c, 
+0xb56d, 0xb56e, 0xb56f, 0xb570, 0xb571, 0xb573, 0xb574, 0xb575, 
+0xb576, 0xb577, 0xb578, 0xb579, 0xb57a, 0xb57b, 0xb57c, 0xb57d, 
+0xb581, 0xb582, 0xb583, 0xb584, 0xb585, 0xb586, 0xb587, 0xb588, 
+0xb589, 0xb58a, 0xb58b, 0xb58c, 0xb58d, 0xb58e, 0xb58f, 0xb590, 
+0xb591, 0xb593, 0xb594, 0xb595, 0xb596, 0xb597, 0xb598, 0xb599, 
+0xb59a, 0xb59b, 0xb59c, 0xb59d, 0xb5a1, 0xb5a2, 0xb5a3, 0xb5a4, 
+0xb5a5, 0xb5a6, 0xb5a7, 0xb5a8, 0xb5a9, 0xb5aa, 0xb5ab, 0xb5ac, 
+0xb5ad, 0xb5ae, 0xb5af, 0xb5b0, 0xb5b1, 0xb5b3, 0xb5b4, 0xb5b5, 
+0xb5b6, 0xb5b7, 0xb5b8, 0xb5b9, 0xb5ba, 0xb5bb, 0xb5bc, 0xb5bd, 
+0xb5c1, 0xb5c2, 0xb5c3, 0xb5c4, 0xb5c5, 0xb5c6, 0xb5c7, 0xb5c8, 
+0xb5c9, 0xb5ca, 0xb5cb, 0xb5cc, 0xb5cd, 0xb5ce, 0xb5cf, 0xb5d0, 
+0xb5d1, 0xb5d3, 0xb5d4, 0xb5d5, 0xb5d6, 0xb5d7, 0xb5d8, 0xb5d9, 
+0xb5da, 0xb5db, 0xb5dc, 0xb5dd, 0xb5e1, 0xb5e2, 0xb5e3, 0xb5e4, 
+0xb5e5, 0xb5e6, 0xb5e7, 0xb5e8, 0xb5e9, 0xb5ea, 0xb5eb, 0xb5ec, 
+0xb5ed, 0xb5ee, 0xb5ef, 0xb5f0, 0xb5f1, 0xb5f3, 0xb5f4, 0xb5f5, 
+0xb5f6, 0xb5f7, 0xb5f8, 0xb5f9, 0xb5fa, 0xb5fb, 0xb5fc, 0xb5fd, 
+0xb641, 0xb642, 0xb643, 0xb644, 0xb645, 0xb646, 0xb647, 0xb648, 
+0xb649, 0xb64a, 0xb64b, 0xb64c, 0xb64d, 0xb64e, 0xb64f, 0xb650, 
+0xb651, 0xb653, 0xb654, 0xb655, 0xb656, 0xb657, 0xb658, 0xb659, 
+0xb65a, 0xb65b, 0xb65c, 0xb65d, 0xb661, 0xb662, 0xb663, 0xb664, 
+0xb665, 0xb666, 0xb667, 0xb668, 0xb669, 0xb66a, 0xb66b, 0xb66c, 
+0xb66d, 0xb66e, 0xb66f, 0xb670, 0xb671, 0xb673, 0xb674, 0xb675, 
+0xb676, 0xb677, 0xb678, 0xb679, 0xb67a, 0xb67b, 0xb67c, 0xb67d, 
+0xb681, 0xb682, 0xb683, 0xb684, 0xb685, 0xb686, 0xb687, 0xb688, 
+0xb689, 0xb68a, 0xb68b, 0xb68c, 0xb68d, 0xb68e, 0xb68f, 0xb690, 
+0xb691, 0xb693, 0xb694, 0xb695, 0xb696, 0xb697, 0xb698, 0xb699, 
+0xb69a, 0xb69b, 0xb69c, 0xb69d, 0xb6a1, 0xb6a2, 0xb6a3, 0xb6a4, 
+0xb6a5, 0xb6a6, 0xb6a7, 0xb6a8, 0xb6a9, 0xb6aa, 0xb6ab, 0xb6ac, 
+0xb6ad, 0xb6ae, 0xb6af, 0xb6b0, 0xb6b1, 0xb6b3, 0xb6b4, 0xb6b5, 
+0xb6b6, 0xb6b7, 0xb6b8, 0xb6b9, 0xb6ba, 0xb6bb, 0xb6bc, 0xb6bd, 
+0xb6c1, 0xb6c2, 0xb6c3, 0xb6c4, 0xb6c5, 0xb6c6, 0xb6c7, 0xb6c8, 
+0xb6c9, 0xb6ca, 0xb6cb, 0xb6cc, 0xb6cd, 0xb6ce, 0xb6cf, 0xb6d0, 
+0xb6d1, 0xb6d3, 0xb6d4, 0xb6d5, 0xb6d6, 0xb6d7, 0xb6d8, 0xb6d9, 
+0xb6da, 0xb6db, 0xb6dc, 0xb6dd, 0xb6e1, 0xb6e2, 0xb6e3, 0xb6e4, 
+0xb6e5, 0xb6e6, 0xb6e7, 0xb6e8, 0xb6e9, 0xb6ea, 0xb6eb, 0xb6ec, 
+0xb6ed, 0xb6ee, 0xb6ef, 0xb6f0, 0xb6f1, 0xb6f3, 0xb6f4, 0xb6f5, 
+0xb6f6, 0xb6f7, 0xb6f8, 0xb6f9, 0xb6fa, 0xb6fb, 0xb6fc, 0xb6fd, 
+0xb741, 0xb742, 0xb743, 0xb744, 0xb745, 0xb746, 0xb747, 0xb748, 
+0xb749, 0xb74a, 0xb74b, 0xb74c, 0xb74d, 0xb74e, 0xb74f, 0xb750, 
+0xb751, 0xb753, 0xb754, 0xb755, 0xb756, 0xb757, 0xb758, 0xb759, 
+0xb75a, 0xb75b, 0xb75c, 0xb75d, 0xb761, 0xb762, 0xb763, 0xb764, 
+0xb765, 0xb766, 0xb767, 0xb768, 0xb769, 0xb76a, 0xb76b, 0xb76c, 
+0xb76d, 0xb76e, 0xb76f, 0xb770, 0xb771, 0xb773, 0xb774, 0xb775, 
+0xb776, 0xb777, 0xb778, 0xb779, 0xb77a, 0xb77b, 0xb77c, 0xb77d, 
+0xb781, 0xb782, 0xb783, 0xb784, 0xb785, 0xb786, 0xb787, 0xb788, 
+0xb789, 0xb78a, 0xb78b, 0xb78c, 0xb78d, 0xb78e, 0xb78f, 0xb790, 
+0xb791, 0xb793, 0xb794, 0xb795, 0xb796, 0xb797, 0xb798, 0xb799, 
+0xb79a, 0xb79b, 0xb79c, 0xb79d, 0xb7a1, 0xb7a2, 0xb7a3, 0xb7a4, 
+0xb7a5, 0xb7a6, 0xb7a7, 0xb7a8, 0xb7a9, 0xb7aa, 0xb7ab, 0xb7ac, 
+0xb7ad, 0xb7ae, 0xb7af, 0xb7b0, 0xb7b1, 0xb7b3, 0xb7b4, 0xb7b5, 
+0xb7b6, 0xb7b7, 0xb7b8, 0xb7b9, 0xb7ba, 0xb7bb, 0xb7bc, 0xb7bd, 
+0xb861, 0xb862, 0xb863, 0xb864, 0xb865, 0xb866, 0xb867, 0xb868, 
+0xb869, 0xb86a, 0xb86b, 0xb86c, 0xb86d, 0xb86e, 0xb86f, 0xb870, 
+0xb871, 0xb873, 0xb874, 0xb875, 0xb876, 0xb877, 0xb878, 0xb879, 
+0xb87a, 0xb87b, 0xb87c, 0xb87d, 0xb881, 0xb882, 0xb883, 0xb884, 
+0xb885, 0xb886, 0xb887, 0xb888, 0xb889, 0xb88a, 0xb88b, 0xb88c, 
+0xb88d, 0xb88e, 0xb88f, 0xb890, 0xb891, 0xb893, 0xb894, 0xb895, 
+0xb896, 0xb897, 0xb898, 0xb899, 0xb89a, 0xb89b, 0xb89c, 0xb89d, 
+0xb8a1, 0xb8a2, 0xb8a3, 0xb8a4, 0xb8a5, 0xb8a6, 0xb8a7, 0xb8a8, 
+0xb8a9, 0xb8aa, 0xb8ab, 0xb8ac, 0xb8ad, 0xb8ae, 0xb8af, 0xb8b0, 
+0xb8b1, 0xb8b3, 0xb8b4, 0xb8b5, 0xb8b6, 0xb8b7, 0xb8b8, 0xb8b9, 
+0xb8ba, 0xb8bb, 0xb8bc, 0xb8bd, 0xb8c1, 0xb8c2, 0xb8c3, 0xb8c4, 
+0xb8c5, 0xb8c6, 0xb8c7, 0xb8c8, 0xb8c9, 0xb8ca, 0xb8cb, 0xb8cc, 
+0xb8cd, 0xb8ce, 0xb8cf, 0xb8d0, 0xb8d1, 0xb8d3, 0xb8d4, 0xb8d5, 
+0xb8d6, 0xb8d7, 0xb8d8, 0xb8d9, 0xb8da, 0xb8db, 0xb8dc, 0xb8dd, 
+0xb8e1, 0xb8e2, 0xb8e3, 0xb8e4, 0xb8e5, 0xb8e6, 0xb8e7, 0xb8e8, 
+0xb8e9, 0xb8ea, 0xb8eb, 0xb8ec, 0xb8ed, 0xb8ee, 0xb8ef, 0xb8f0, 
+0xb8f1, 0xb8f3, 0xb8f4, 0xb8f5, 0xb8f6, 0xb8f7, 0xb8f8, 0xb8f9, 
+0xb8fa, 0xb8fb, 0xb8fc, 0xb8fd, 0xb941, 0xb942, 0xb943, 0xb944, 
+0xb945, 0xb946, 0xb947, 0xb948, 0xb949, 0xb94a, 0xb94b, 0xb94c, 
+0xb94d, 0xb94e, 0xb94f, 0xb950, 0xb951, 0xb953, 0xb954, 0xb955, 
+0xb956, 0xb957, 0xb958, 0xb959, 0xb95a, 0xb95b, 0xb95c, 0xb95d, 
+0xb961, 0xb962, 0xb963, 0xb964, 0xb965, 0xb966, 0xb967, 0xb968, 
+0xb969, 0xb96a, 0xb96b, 0xb96c, 0xb96d, 0xb96e, 0xb96f, 0xb970, 
+0xb971, 0xb973, 0xb974, 0xb975, 0xb976, 0xb977, 0xb978, 0xb979, 
+0xb97a, 0xb97b, 0xb97c, 0xb97d, 0xb981, 0xb982, 0xb983, 0xb984, 
+0xb985, 0xb986, 0xb987, 0xb988, 0xb989, 0xb98a, 0xb98b, 0xb98c, 
+0xb98d, 0xb98e, 0xb98f, 0xb990, 0xb991, 0xb993, 0xb994, 0xb995, 
+0xb996, 0xb997, 0xb998, 0xb999, 0xb99a, 0xb99b, 0xb99c, 0xb99d, 
+0xb9a1, 0xb9a2, 0xb9a3, 0xb9a4, 0xb9a5, 0xb9a6, 0xb9a7, 0xb9a8, 
+0xb9a9, 0xb9aa, 0xb9ab, 0xb9ac, 0xb9ad, 0xb9ae, 0xb9af, 0xb9b0, 
+0xb9b1, 0xb9b3, 0xb9b4, 0xb9b5, 0xb9b6, 0xb9b7, 0xb9b8, 0xb9b9, 
+0xb9ba, 0xb9bb, 0xb9bc, 0xb9bd, 0xb9c1, 0xb9c2, 0xb9c3, 0xb9c4, 
+0xb9c5, 0xb9c6, 0xb9c7, 0xb9c8, 0xb9c9, 0xb9ca, 0xb9cb, 0xb9cc, 
+0xb9cd, 0xb9ce, 0xb9cf, 0xb9d0, 0xb9d1, 0xb9d3, 0xb9d4, 0xb9d5, 
+0xb9d6, 0xb9d7, 0xb9d8, 0xb9d9, 0xb9da, 0xb9db, 0xb9dc, 0xb9dd, 
+0xb9e1, 0xb9e2, 0xb9e3, 0xb9e4, 0xb9e5, 0xb9e6, 0xb9e7, 0xb9e8, 
+0xb9e9, 0xb9ea, 0xb9eb, 0xb9ec, 0xb9ed, 0xb9ee, 0xb9ef, 0xb9f0, 
+0xb9f1, 0xb9f3, 0xb9f4, 0xb9f5, 0xb9f6, 0xb9f7, 0xb9f8, 0xb9f9, 
+0xb9fa, 0xb9fb, 0xb9fc, 0xb9fd, 0xba41, 0xba42, 0xba43, 0xba44, 
+0xba45, 0xba46, 0xba47, 0xba48, 0xba49, 0xba4a, 0xba4b, 0xba4c, 
+0xba4d, 0xba4e, 0xba4f, 0xba50, 0xba51, 0xba53, 0xba54, 0xba55, 
+0xba56, 0xba57, 0xba58, 0xba59, 0xba5a, 0xba5b, 0xba5c, 0xba5d, 
+0xba61, 0xba62, 0xba63, 0xba64, 0xba65, 0xba66, 0xba67, 0xba68, 
+0xba69, 0xba6a, 0xba6b, 0xba6c, 0xba6d, 0xba6e, 0xba6f, 0xba70, 
+0xba71, 0xba73, 0xba74, 0xba75, 0xba76, 0xba77, 0xba78, 0xba79, 
+0xba7a, 0xba7b, 0xba7c, 0xba7d, 0xba81, 0xba82, 0xba83, 0xba84, 
+0xba85, 0xba86, 0xba87, 0xba88, 0xba89, 0xba8a, 0xba8b, 0xba8c, 
+0xba8d, 0xba8e, 0xba8f, 0xba90, 0xba91, 0xba93, 0xba94, 0xba95, 
+0xba96, 0xba97, 0xba98, 0xba99, 0xba9a, 0xba9b, 0xba9c, 0xba9d, 
+0xbaa1, 0xbaa2, 0xbaa3, 0xbaa4, 0xbaa5, 0xbaa6, 0xbaa7, 0xbaa8, 
+0xbaa9, 0xbaaa, 0xbaab, 0xbaac, 0xbaad, 0xbaae, 0xbaaf, 0xbab0, 
+0xbab1, 0xbab3, 0xbab4, 0xbab5, 0xbab6, 0xbab7, 0xbab8, 0xbab9, 
+0xbaba, 0xbabb, 0xbabc, 0xbabd, 0xbac1, 0xbac2, 0xbac3, 0xbac4, 
+0xbac5, 0xbac6, 0xbac7, 0xbac8, 0xbac9, 0xbaca, 0xbacb, 0xbacc, 
+0xbacd, 0xbace, 0xbacf, 0xbad0, 0xbad1, 0xbad3, 0xbad4, 0xbad5, 
+0xbad6, 0xbad7, 0xbad8, 0xbad9, 0xbada, 0xbadb, 0xbadc, 0xbadd, 
+0xbae1, 0xbae2, 0xbae3, 0xbae4, 0xbae5, 0xbae6, 0xbae7, 0xbae8, 
+0xbae9, 0xbaea, 0xbaeb, 0xbaec, 0xbaed, 0xbaee, 0xbaef, 0xbaf0, 
+0xbaf1, 0xbaf3, 0xbaf4, 0xbaf5, 0xbaf6, 0xbaf7, 0xbaf8, 0xbaf9, 
+0xbafa, 0xbafb, 0xbafc, 0xbafd, 0xbb41, 0xbb42, 0xbb43, 0xbb44, 
+0xbb45, 0xbb46, 0xbb47, 0xbb48, 0xbb49, 0xbb4a, 0xbb4b, 0xbb4c, 
+0xbb4d, 0xbb4e, 0xbb4f, 0xbb50, 0xbb51, 0xbb53, 0xbb54, 0xbb55, 
+0xbb56, 0xbb57, 0xbb58, 0xbb59, 0xbb5a, 0xbb5b, 0xbb5c, 0xbb5d, 
+0xbb61, 0xbb62, 0xbb63, 0xbb64, 0xbb65, 0xbb66, 0xbb67, 0xbb68, 
+0xbb69, 0xbb6a, 0xbb6b, 0xbb6c, 0xbb6d, 0xbb6e, 0xbb6f, 0xbb70, 
+0xbb71, 0xbb73, 0xbb74, 0xbb75, 0xbb76, 0xbb77, 0xbb78, 0xbb79, 
+0xbb7a, 0xbb7b, 0xbb7c, 0xbb7d, 0xbb81, 0xbb82, 0xbb83, 0xbb84, 
+0xbb85, 0xbb86, 0xbb87, 0xbb88, 0xbb89, 0xbb8a, 0xbb8b, 0xbb8c, 
+0xbb8d, 0xbb8e, 0xbb8f, 0xbb90, 0xbb91, 0xbb93, 0xbb94, 0xbb95, 
+0xbb96, 0xbb97, 0xbb98, 0xbb99, 0xbb9a, 0xbb9b, 0xbb9c, 0xbb9d, 
+0xbba1, 0xbba2, 0xbba3, 0xbba4, 0xbba5, 0xbba6, 0xbba7, 0xbba8, 
+0xbba9, 0xbbaa, 0xbbab, 0xbbac, 0xbbad, 0xbbae, 0xbbaf, 0xbbb0, 
+0xbbb1, 0xbbb3, 0xbbb4, 0xbbb5, 0xbbb6, 0xbbb7, 0xbbb8, 0xbbb9, 
+0xbbba, 0xbbbb, 0xbbbc, 0xbbbd, 0xbc61, 0xbc62, 0xbc63, 0xbc64, 
+0xbc65, 0xbc66, 0xbc67, 0xbc68, 0xbc69, 0xbc6a, 0xbc6b, 0xbc6c, 
+0xbc6d, 0xbc6e, 0xbc6f, 0xbc70, 0xbc71, 0xbc73, 0xbc74, 0xbc75, 
+0xbc76, 0xbc77, 0xbc78, 0xbc79, 0xbc7a, 0xbc7b, 0xbc7c, 0xbc7d, 
+0xbc81, 0xbc82, 0xbc83, 0xbc84, 0xbc85, 0xbc86, 0xbc87, 0xbc88, 
+0xbc89, 0xbc8a, 0xbc8b, 0xbc8c, 0xbc8d, 0xbc8e, 0xbc8f, 0xbc90, 
+0xbc91, 0xbc93, 0xbc94, 0xbc95, 0xbc96, 0xbc97, 0xbc98, 0xbc99, 
+0xbc9a, 0xbc9b, 0xbc9c, 0xbc9d, 0xbca1, 0xbca2, 0xbca3, 0xbca4, 
+0xbca5, 0xbca6, 0xbca7, 0xbca8, 0xbca9, 0xbcaa, 0xbcab, 0xbcac, 
+0xbcad, 0xbcae, 0xbcaf, 0xbcb0, 0xbcb1, 0xbcb3, 0xbcb4, 0xbcb5, 
+0xbcb6, 0xbcb7, 0xbcb8, 0xbcb9, 0xbcba, 0xbcbb, 0xbcbc, 0xbcbd, 
+0xbcc1, 0xbcc2, 0xbcc3, 0xbcc4, 0xbcc5, 0xbcc6, 0xbcc7, 0xbcc8, 
+0xbcc9, 0xbcca, 0xbccb, 0xbccc, 0xbccd, 0xbcce, 0xbccf, 0xbcd0, 
+0xbcd1, 0xbcd3, 0xbcd4, 0xbcd5, 0xbcd6, 0xbcd7, 0xbcd8, 0xbcd9, 
+0xbcda, 0xbcdb, 0xbcdc, 0xbcdd, 0xbce1, 0xbce2, 0xbce3, 0xbce4, 
+0xbce5, 0xbce6, 0xbce7, 0xbce8, 0xbce9, 0xbcea, 0xbceb, 0xbcec, 
+0xbced, 0xbcee, 0xbcef, 0xbcf0, 0xbcf1, 0xbcf3, 0xbcf4, 0xbcf5, 
+0xbcf6, 0xbcf7, 0xbcf8, 0xbcf9, 0xbcfa, 0xbcfb, 0xbcfc, 0xbcfd, 
+0xbd41, 0xbd42, 0xbd43, 0xbd44, 0xbd45, 0xbd46, 0xbd47, 0xbd48, 
+0xbd49, 0xbd4a, 0xbd4b, 0xbd4c, 0xbd4d, 0xbd4e, 0xbd4f, 0xbd50, 
+0xbd51, 0xbd53, 0xbd54, 0xbd55, 0xbd56, 0xbd57, 0xbd58, 0xbd59, 
+0xbd5a, 0xbd5b, 0xbd5c, 0xbd5d, 0xbd61, 0xbd62, 0xbd63, 0xbd64, 
+0xbd65, 0xbd66, 0xbd67, 0xbd68, 0xbd69, 0xbd6a, 0xbd6b, 0xbd6c, 
+0xbd6d, 0xbd6e, 0xbd6f, 0xbd70, 0xbd71, 0xbd73, 0xbd74, 0xbd75, 
+0xbd76, 0xbd77, 0xbd78, 0xbd79, 0xbd7a, 0xbd7b, 0xbd7c, 0xbd7d, 
+0xbd81, 0xbd82, 0xbd83, 0xbd84, 0xbd85, 0xbd86, 0xbd87, 0xbd88, 
+0xbd89, 0xbd8a, 0xbd8b, 0xbd8c, 0xbd8d, 0xbd8e, 0xbd8f, 0xbd90, 
+0xbd91, 0xbd93, 0xbd94, 0xbd95, 0xbd96, 0xbd97, 0xbd98, 0xbd99, 
+0xbd9a, 0xbd9b, 0xbd9c, 0xbd9d, 0xbda1, 0xbda2, 0xbda3, 0xbda4, 
+0xbda5, 0xbda6, 0xbda7, 0xbda8, 0xbda9, 0xbdaa, 0xbdab, 0xbdac, 
+0xbdad, 0xbdae, 0xbdaf, 0xbdb0, 0xbdb1, 0xbdb3, 0xbdb4, 0xbdb5, 
+0xbdb6, 0xbdb7, 0xbdb8, 0xbdb9, 0xbdba, 0xbdbb, 0xbdbc, 0xbdbd, 
+0xbdc1, 0xbdc2, 0xbdc3, 0xbdc4, 0xbdc5, 0xbdc6, 0xbdc7, 0xbdc8, 
+0xbdc9, 0xbdca, 0xbdcb, 0xbdcc, 0xbdcd, 0xbdce, 0xbdcf, 0xbdd0, 
+0xbdd1, 0xbdd3, 0xbdd4, 0xbdd5, 0xbdd6, 0xbdd7, 0xbdd8, 0xbdd9, 
+0xbdda, 0xbddb, 0xbddc, 0xbddd, 0xbde1, 0xbde2, 0xbde3, 0xbde4, 
+0xbde5, 0xbde6, 0xbde7, 0xbde8, 0xbde9, 0xbdea, 0xbdeb, 0xbdec, 
+0xbded, 0xbdee, 0xbdef, 0xbdf0, 0xbdf1, 0xbdf3, 0xbdf4, 0xbdf5, 
+0xbdf6, 0xbdf7, 0xbdf8, 0xbdf9, 0xbdfa, 0xbdfb, 0xbdfc, 0xbdfd, 
+0xbe41, 0xbe42, 0xbe43, 0xbe44, 0xbe45, 0xbe46, 0xbe47, 0xbe48, 
+0xbe49, 0xbe4a, 0xbe4b, 0xbe4c, 0xbe4d, 0xbe4e, 0xbe4f, 0xbe50, 
+0xbe51, 0xbe53, 0xbe54, 0xbe55, 0xbe56, 0xbe57, 0xbe58, 0xbe59, 
+0xbe5a, 0xbe5b, 0xbe5c, 0xbe5d, 0xbe61, 0xbe62, 0xbe63, 0xbe64, 
+0xbe65, 0xbe66, 0xbe67, 0xbe68, 0xbe69, 0xbe6a, 0xbe6b, 0xbe6c, 
+0xbe6d, 0xbe6e, 0xbe6f, 0xbe70, 0xbe71, 0xbe73, 0xbe74, 0xbe75, 
+0xbe76, 0xbe77, 0xbe78, 0xbe79, 0xbe7a, 0xbe7b, 0xbe7c, 0xbe7d, 
+0xbe81, 0xbe82, 0xbe83, 0xbe84, 0xbe85, 0xbe86, 0xbe87, 0xbe88, 
+0xbe89, 0xbe8a, 0xbe8b, 0xbe8c, 0xbe8d, 0xbe8e, 0xbe8f, 0xbe90, 
+0xbe91, 0xbe93, 0xbe94, 0xbe95, 0xbe96, 0xbe97, 0xbe98, 0xbe99, 
+0xbe9a, 0xbe9b, 0xbe9c, 0xbe9d, 0xbea1, 0xbea2, 0xbea3, 0xbea4, 
+0xbea5, 0xbea6, 0xbea7, 0xbea8, 0xbea9, 0xbeaa, 0xbeab, 0xbeac, 
+0xbead, 0xbeae, 0xbeaf, 0xbeb0, 0xbeb1, 0xbeb3, 0xbeb4, 0xbeb5, 
+0xbeb6, 0xbeb7, 0xbeb8, 0xbeb9, 0xbeba, 0xbebb, 0xbebc, 0xbebd, 
+0xbec1, 0xbec2, 0xbec3, 0xbec4, 0xbec5, 0xbec6, 0xbec7, 0xbec8, 
+0xbec9, 0xbeca, 0xbecb, 0xbecc, 0xbecd, 0xbece, 0xbecf, 0xbed0, 
+0xbed1, 0xbed3, 0xbed4, 0xbed5, 0xbed6, 0xbed7, 0xbed8, 0xbed9, 
+0xbeda, 0xbedb, 0xbedc, 0xbedd, 0xbee1, 0xbee2, 0xbee3, 0xbee4, 
+0xbee5, 0xbee6, 0xbee7, 0xbee8, 0xbee9, 0xbeea, 0xbeeb, 0xbeec, 
+0xbeed, 0xbeee, 0xbeef, 0xbef0, 0xbef1, 0xbef3, 0xbef4, 0xbef5, 
+0xbef6, 0xbef7, 0xbef8, 0xbef9, 0xbefa, 0xbefb, 0xbefc, 0xbefd, 
+0xbf41, 0xbf42, 0xbf43, 0xbf44, 0xbf45, 0xbf46, 0xbf47, 0xbf48, 
+0xbf49, 0xbf4a, 0xbf4b, 0xbf4c, 0xbf4d, 0xbf4e, 0xbf4f, 0xbf50, 
+0xbf51, 0xbf53, 0xbf54, 0xbf55, 0xbf56, 0xbf57, 0xbf58, 0xbf59, 
+0xbf5a, 0xbf5b, 0xbf5c, 0xbf5d, 0xbf61, 0xbf62, 0xbf63, 0xbf64, 
+0xbf65, 0xbf66, 0xbf67, 0xbf68, 0xbf69, 0xbf6a, 0xbf6b, 0xbf6c, 
+0xbf6d, 0xbf6e, 0xbf6f, 0xbf70, 0xbf71, 0xbf73, 0xbf74, 0xbf75, 
+0xbf76, 0xbf77, 0xbf78, 0xbf79, 0xbf7a, 0xbf7b, 0xbf7c, 0xbf7d, 
+0xbf81, 0xbf82, 0xbf83, 0xbf84, 0xbf85, 0xbf86, 0xbf87, 0xbf88, 
+0xbf89, 0xbf8a, 0xbf8b, 0xbf8c, 0xbf8d, 0xbf8e, 0xbf8f, 0xbf90, 
+0xbf91, 0xbf93, 0xbf94, 0xbf95, 0xbf96, 0xbf97, 0xbf98, 0xbf99, 
+0xbf9a, 0xbf9b, 0xbf9c, 0xbf9d, 0xbfa1, 0xbfa2, 0xbfa3, 0xbfa4, 
+0xbfa5, 0xbfa6, 0xbfa7, 0xbfa8, 0xbfa9, 0xbfaa, 0xbfab, 0xbfac, 
+0xbfad, 0xbfae, 0xbfaf, 0xbfb0, 0xbfb1, 0xbfb3, 0xbfb4, 0xbfb5, 
+0xbfb6, 0xbfb7, 0xbfb8, 0xbfb9, 0xbfba, 0xbfbb, 0xbfbc, 0xbfbd, 
+0xc061, 0xc062, 0xc063, 0xc064, 0xc065, 0xc066, 0xc067, 0xc068, 
+0xc069, 0xc06a, 0xc06b, 0xc06c, 0xc06d, 0xc06e, 0xc06f, 0xc070, 
+0xc071, 0xc073, 0xc074, 0xc075, 0xc076, 0xc077, 0xc078, 0xc079, 
+0xc07a, 0xc07b, 0xc07c, 0xc07d, 0xc081, 0xc082, 0xc083, 0xc084, 
+0xc085, 0xc086, 0xc087, 0xc088, 0xc089, 0xc08a, 0xc08b, 0xc08c, 
+0xc08d, 0xc08e, 0xc08f, 0xc090, 0xc091, 0xc093, 0xc094, 0xc095, 
+0xc096, 0xc097, 0xc098, 0xc099, 0xc09a, 0xc09b, 0xc09c, 0xc09d, 
+0xc0a1, 0xc0a2, 0xc0a3, 0xc0a4, 0xc0a5, 0xc0a6, 0xc0a7, 0xc0a8, 
+0xc0a9, 0xc0aa, 0xc0ab, 0xc0ac, 0xc0ad, 0xc0ae, 0xc0af, 0xc0b0, 
+0xc0b1, 0xc0b3, 0xc0b4, 0xc0b5, 0xc0b6, 0xc0b7, 0xc0b8, 0xc0b9, 
+0xc0ba, 0xc0bb, 0xc0bc, 0xc0bd, 0xc0c1, 0xc0c2, 0xc0c3, 0xc0c4, 
+0xc0c5, 0xc0c6, 0xc0c7, 0xc0c8, 0xc0c9, 0xc0ca, 0xc0cb, 0xc0cc, 
+0xc0cd, 0xc0ce, 0xc0cf, 0xc0d0, 0xc0d1, 0xc0d3, 0xc0d4, 0xc0d5, 
+0xc0d6, 0xc0d7, 0xc0d8, 0xc0d9, 0xc0da, 0xc0db, 0xc0dc, 0xc0dd, 
+0xc0e1, 0xc0e2, 0xc0e3, 0xc0e4, 0xc0e5, 0xc0e6, 0xc0e7, 0xc0e8, 
+0xc0e9, 0xc0ea, 0xc0eb, 0xc0ec, 0xc0ed, 0xc0ee, 0xc0ef, 0xc0f0, 
+0xc0f1, 0xc0f3, 0xc0f4, 0xc0f5, 0xc0f6, 0xc0f7, 0xc0f8, 0xc0f9, 
+0xc0fa, 0xc0fb, 0xc0fc, 0xc0fd, 0xc141, 0xc142, 0xc143, 0xc144, 
+0xc145, 0xc146, 0xc147, 0xc148, 0xc149, 0xc14a, 0xc14b, 0xc14c, 
+0xc14d, 0xc14e, 0xc14f, 0xc150, 0xc151, 0xc153, 0xc154, 0xc155, 
+0xc156, 0xc157, 0xc158, 0xc159, 0xc15a, 0xc15b, 0xc15c, 0xc15d, 
+0xc161, 0xc162, 0xc163, 0xc164, 0xc165, 0xc166, 0xc167, 0xc168, 
+0xc169, 0xc16a, 0xc16b, 0xc16c, 0xc16d, 0xc16e, 0xc16f, 0xc170, 
+0xc171, 0xc173, 0xc174, 0xc175, 0xc176, 0xc177, 0xc178, 0xc179, 
+0xc17a, 0xc17b, 0xc17c, 0xc17d, 0xc181, 0xc182, 0xc183, 0xc184, 
+0xc185, 0xc186, 0xc187, 0xc188, 0xc189, 0xc18a, 0xc18b, 0xc18c, 
+0xc18d, 0xc18e, 0xc18f, 0xc190, 0xc191, 0xc193, 0xc194, 0xc195, 
+0xc196, 0xc197, 0xc198, 0xc199, 0xc19a, 0xc19b, 0xc19c, 0xc19d, 
+0xc1a1, 0xc1a2, 0xc1a3, 0xc1a4, 0xc1a5, 0xc1a6, 0xc1a7, 0xc1a8, 
+0xc1a9, 0xc1aa, 0xc1ab, 0xc1ac, 0xc1ad, 0xc1ae, 0xc1af, 0xc1b0, 
+0xc1b1, 0xc1b3, 0xc1b4, 0xc1b5, 0xc1b6, 0xc1b7, 0xc1b8, 0xc1b9, 
+0xc1ba, 0xc1bb, 0xc1bc, 0xc1bd, 0xc1c1, 0xc1c2, 0xc1c3, 0xc1c4, 
+0xc1c5, 0xc1c6, 0xc1c7, 0xc1c8, 0xc1c9, 0xc1ca, 0xc1cb, 0xc1cc, 
+0xc1cd, 0xc1ce, 0xc1cf, 0xc1d0, 0xc1d1, 0xc1d3, 0xc1d4, 0xc1d5, 
+0xc1d6, 0xc1d7, 0xc1d8, 0xc1d9, 0xc1da, 0xc1db, 0xc1dc, 0xc1dd, 
+0xc1e1, 0xc1e2, 0xc1e3, 0xc1e4, 0xc1e5, 0xc1e6, 0xc1e7, 0xc1e8, 
+0xc1e9, 0xc1ea, 0xc1eb, 0xc1ec, 0xc1ed, 0xc1ee, 0xc1ef, 0xc1f0, 
+0xc1f1, 0xc1f3, 0xc1f4, 0xc1f5, 0xc1f6, 0xc1f7, 0xc1f8, 0xc1f9, 
+0xc1fa, 0xc1fb, 0xc1fc, 0xc1fd, 0xc241, 0xc242, 0xc243, 0xc244, 
+0xc245, 0xc246, 0xc247, 0xc248, 0xc249, 0xc24a, 0xc24b, 0xc24c, 
+0xc24d, 0xc24e, 0xc24f, 0xc250, 0xc251, 0xc253, 0xc254, 0xc255, 
+0xc256, 0xc257, 0xc258, 0xc259, 0xc25a, 0xc25b, 0xc25c, 0xc25d, 
+0xc261, 0xc262, 0xc263, 0xc264, 0xc265, 0xc266, 0xc267, 0xc268, 
+0xc269, 0xc26a, 0xc26b, 0xc26c, 0xc26d, 0xc26e, 0xc26f, 0xc270, 
+0xc271, 0xc273, 0xc274, 0xc275, 0xc276, 0xc277, 0xc278, 0xc279, 
+0xc27a, 0xc27b, 0xc27c, 0xc27d, 0xc281, 0xc282, 0xc283, 0xc284, 
+0xc285, 0xc286, 0xc287, 0xc288, 0xc289, 0xc28a, 0xc28b, 0xc28c, 
+0xc28d, 0xc28e, 0xc28f, 0xc290, 0xc291, 0xc293, 0xc294, 0xc295, 
+0xc296, 0xc297, 0xc298, 0xc299, 0xc29a, 0xc29b, 0xc29c, 0xc29d, 
+0xc2a1, 0xc2a2, 0xc2a3, 0xc2a4, 0xc2a5, 0xc2a6, 0xc2a7, 0xc2a8, 
+0xc2a9, 0xc2aa, 0xc2ab, 0xc2ac, 0xc2ad, 0xc2ae, 0xc2af, 0xc2b0, 
+0xc2b1, 0xc2b3, 0xc2b4, 0xc2b5, 0xc2b6, 0xc2b7, 0xc2b8, 0xc2b9, 
+0xc2ba, 0xc2bb, 0xc2bc, 0xc2bd, 0xc2c1, 0xc2c2, 0xc2c3, 0xc2c4, 
+0xc2c5, 0xc2c6, 0xc2c7, 0xc2c8, 0xc2c9, 0xc2ca, 0xc2cb, 0xc2cc, 
+0xc2cd, 0xc2ce, 0xc2cf, 0xc2d0, 0xc2d1, 0xc2d3, 0xc2d4, 0xc2d5, 
+0xc2d6, 0xc2d7, 0xc2d8, 0xc2d9, 0xc2da, 0xc2db, 0xc2dc, 0xc2dd, 
+0xc2e1, 0xc2e2, 0xc2e3, 0xc2e4, 0xc2e5, 0xc2e6, 0xc2e7, 0xc2e8, 
+0xc2e9, 0xc2ea, 0xc2eb, 0xc2ec, 0xc2ed, 0xc2ee, 0xc2ef, 0xc2f0, 
+0xc2f1, 0xc2f3, 0xc2f4, 0xc2f5, 0xc2f6, 0xc2f7, 0xc2f8, 0xc2f9, 
+0xc2fa, 0xc2fb, 0xc2fc, 0xc2fd, 0xc341, 0xc342, 0xc343, 0xc344, 
+0xc345, 0xc346, 0xc347, 0xc348, 0xc349, 0xc34a, 0xc34b, 0xc34c, 
+0xc34d, 0xc34e, 0xc34f, 0xc350, 0xc351, 0xc353, 0xc354, 0xc355, 
+0xc356, 0xc357, 0xc358, 0xc359, 0xc35a, 0xc35b, 0xc35c, 0xc35d, 
+0xc361, 0xc362, 0xc363, 0xc364, 0xc365, 0xc366, 0xc367, 0xc368, 
+0xc369, 0xc36a, 0xc36b, 0xc36c, 0xc36d, 0xc36e, 0xc36f, 0xc370, 
+0xc371, 0xc373, 0xc374, 0xc375, 0xc376, 0xc377, 0xc378, 0xc379, 
+0xc37a, 0xc37b, 0xc37c, 0xc37d, 0xc381, 0xc382, 0xc383, 0xc384, 
+0xc385, 0xc386, 0xc387, 0xc388, 0xc389, 0xc38a, 0xc38b, 0xc38c, 
+0xc38d, 0xc38e, 0xc38f, 0xc390, 0xc391, 0xc393, 0xc394, 0xc395, 
+0xc396, 0xc397, 0xc398, 0xc399, 0xc39a, 0xc39b, 0xc39c, 0xc39d, 
+0xc3a1, 0xc3a2, 0xc3a3, 0xc3a4, 0xc3a5, 0xc3a6, 0xc3a7, 0xc3a8, 
+0xc3a9, 0xc3aa, 0xc3ab, 0xc3ac, 0xc3ad, 0xc3ae, 0xc3af, 0xc3b0, 
+0xc3b1, 0xc3b3, 0xc3b4, 0xc3b5, 0xc3b6, 0xc3b7, 0xc3b8, 0xc3b9, 
+0xc3ba, 0xc3bb, 0xc3bc, 0xc3bd, 0xc461, 0xc462, 0xc463, 0xc464, 
+0xc465, 0xc466, 0xc467, 0xc468, 0xc469, 0xc46a, 0xc46b, 0xc46c, 
+0xc46d, 0xc46e, 0xc46f, 0xc470, 0xc471, 0xc473, 0xc474, 0xc475, 
+0xc476, 0xc477, 0xc478, 0xc479, 0xc47a, 0xc47b, 0xc47c, 0xc47d, 
+0xc481, 0xc482, 0xc483, 0xc484, 0xc485, 0xc486, 0xc487, 0xc488, 
+0xc489, 0xc48a, 0xc48b, 0xc48c, 0xc48d, 0xc48e, 0xc48f, 0xc490, 
+0xc491, 0xc493, 0xc494, 0xc495, 0xc496, 0xc497, 0xc498, 0xc499, 
+0xc49a, 0xc49b, 0xc49c, 0xc49d, 0xc4a1, 0xc4a2, 0xc4a3, 0xc4a4, 
+0xc4a5, 0xc4a6, 0xc4a7, 0xc4a8, 0xc4a9, 0xc4aa, 0xc4ab, 0xc4ac, 
+0xc4ad, 0xc4ae, 0xc4af, 0xc4b0, 0xc4b1, 0xc4b3, 0xc4b4, 0xc4b5, 
+0xc4b6, 0xc4b7, 0xc4b8, 0xc4b9, 0xc4ba, 0xc4bb, 0xc4bc, 0xc4bd, 
+0xc4c1, 0xc4c2, 0xc4c3, 0xc4c4, 0xc4c5, 0xc4c6, 0xc4c7, 0xc4c8, 
+0xc4c9, 0xc4ca, 0xc4cb, 0xc4cc, 0xc4cd, 0xc4ce, 0xc4cf, 0xc4d0, 
+0xc4d1, 0xc4d3, 0xc4d4, 0xc4d5, 0xc4d6, 0xc4d7, 0xc4d8, 0xc4d9, 
+0xc4da, 0xc4db, 0xc4dc, 0xc4dd, 0xc4e1, 0xc4e2, 0xc4e3, 0xc4e4, 
+0xc4e5, 0xc4e6, 0xc4e7, 0xc4e8, 0xc4e9, 0xc4ea, 0xc4eb, 0xc4ec, 
+0xc4ed, 0xc4ee, 0xc4ef, 0xc4f0, 0xc4f1, 0xc4f3, 0xc4f4, 0xc4f5, 
+0xc4f6, 0xc4f7, 0xc4f8, 0xc4f9, 0xc4fa, 0xc4fb, 0xc4fc, 0xc4fd, 
+0xc541, 0xc542, 0xc543, 0xc544, 0xc545, 0xc546, 0xc547, 0xc548, 
+0xc549, 0xc54a, 0xc54b, 0xc54c, 0xc54d, 0xc54e, 0xc54f, 0xc550, 
+0xc551, 0xc553, 0xc554, 0xc555, 0xc556, 0xc557, 0xc558, 0xc559, 
+0xc55a, 0xc55b, 0xc55c, 0xc55d, 0xc561, 0xc562, 0xc563, 0xc564, 
+0xc565, 0xc566, 0xc567, 0xc568, 0xc569, 0xc56a, 0xc56b, 0xc56c, 
+0xc56d, 0xc56e, 0xc56f, 0xc570, 0xc571, 0xc573, 0xc574, 0xc575, 
+0xc576, 0xc577, 0xc578, 0xc579, 0xc57a, 0xc57b, 0xc57c, 0xc57d, 
+0xc581, 0xc582, 0xc583, 0xc584, 0xc585, 0xc586, 0xc587, 0xc588, 
+0xc589, 0xc58a, 0xc58b, 0xc58c, 0xc58d, 0xc58e, 0xc58f, 0xc590, 
+0xc591, 0xc593, 0xc594, 0xc595, 0xc596, 0xc597, 0xc598, 0xc599, 
+0xc59a, 0xc59b, 0xc59c, 0xc59d, 0xc5a1, 0xc5a2, 0xc5a3, 0xc5a4, 
+0xc5a5, 0xc5a6, 0xc5a7, 0xc5a8, 0xc5a9, 0xc5aa, 0xc5ab, 0xc5ac, 
+0xc5ad, 0xc5ae, 0xc5af, 0xc5b0, 0xc5b1, 0xc5b3, 0xc5b4, 0xc5b5, 
+0xc5b6, 0xc5b7, 0xc5b8, 0xc5b9, 0xc5ba, 0xc5bb, 0xc5bc, 0xc5bd, 
+0xc5c1, 0xc5c2, 0xc5c3, 0xc5c4, 0xc5c5, 0xc5c6, 0xc5c7, 0xc5c8, 
+0xc5c9, 0xc5ca, 0xc5cb, 0xc5cc, 0xc5cd, 0xc5ce, 0xc5cf, 0xc5d0, 
+0xc5d1, 0xc5d3, 0xc5d4, 0xc5d5, 0xc5d6, 0xc5d7, 0xc5d8, 0xc5d9, 
+0xc5da, 0xc5db, 0xc5dc, 0xc5dd, 0xc5e1, 0xc5e2, 0xc5e3, 0xc5e4, 
+0xc5e5, 0xc5e6, 0xc5e7, 0xc5e8, 0xc5e9, 0xc5ea, 0xc5eb, 0xc5ec, 
+0xc5ed, 0xc5ee, 0xc5ef, 0xc5f0, 0xc5f1, 0xc5f3, 0xc5f4, 0xc5f5, 
+0xc5f6, 0xc5f7, 0xc5f8, 0xc5f9, 0xc5fa, 0xc5fb, 0xc5fc, 0xc5fd, 
+0xc641, 0xc642, 0xc643, 0xc644, 0xc645, 0xc646, 0xc647, 0xc648, 
+0xc649, 0xc64a, 0xc64b, 0xc64c, 0xc64d, 0xc64e, 0xc64f, 0xc650, 
+0xc651, 0xc653, 0xc654, 0xc655, 0xc656, 0xc657, 0xc658, 0xc659, 
+0xc65a, 0xc65b, 0xc65c, 0xc65d, 0xc661, 0xc662, 0xc663, 0xc664, 
+0xc665, 0xc666, 0xc667, 0xc668, 0xc669, 0xc66a, 0xc66b, 0xc66c, 
+0xc66d, 0xc66e, 0xc66f, 0xc670, 0xc671, 0xc673, 0xc674, 0xc675, 
+0xc676, 0xc677, 0xc678, 0xc679, 0xc67a, 0xc67b, 0xc67c, 0xc67d, 
+0xc681, 0xc682, 0xc683, 0xc684, 0xc685, 0xc686, 0xc687, 0xc688, 
+0xc689, 0xc68a, 0xc68b, 0xc68c, 0xc68d, 0xc68e, 0xc68f, 0xc690, 
+0xc691, 0xc693, 0xc694, 0xc695, 0xc696, 0xc697, 0xc698, 0xc699, 
+0xc69a, 0xc69b, 0xc69c, 0xc69d, 0xc6a1, 0xc6a2, 0xc6a3, 0xc6a4, 
+0xc6a5, 0xc6a6, 0xc6a7, 0xc6a8, 0xc6a9, 0xc6aa, 0xc6ab, 0xc6ac, 
+0xc6ad, 0xc6ae, 0xc6af, 0xc6b0, 0xc6b1, 0xc6b3, 0xc6b4, 0xc6b5, 
+0xc6b6, 0xc6b7, 0xc6b8, 0xc6b9, 0xc6ba, 0xc6bb, 0xc6bc, 0xc6bd, 
+0xc6c1, 0xc6c2, 0xc6c3, 0xc6c4, 0xc6c5, 0xc6c6, 0xc6c7, 0xc6c8, 
+0xc6c9, 0xc6ca, 0xc6cb, 0xc6cc, 0xc6cd, 0xc6ce, 0xc6cf, 0xc6d0, 
+0xc6d1, 0xc6d3, 0xc6d4, 0xc6d5, 0xc6d6, 0xc6d7, 0xc6d8, 0xc6d9, 
+0xc6da, 0xc6db, 0xc6dc, 0xc6dd, 0xc6e1, 0xc6e2, 0xc6e3, 0xc6e4, 
+0xc6e5, 0xc6e6, 0xc6e7, 0xc6e8, 0xc6e9, 0xc6ea, 0xc6eb, 0xc6ec, 
+0xc6ed, 0xc6ee, 0xc6ef, 0xc6f0, 0xc6f1, 0xc6f3, 0xc6f4, 0xc6f5, 
+0xc6f6, 0xc6f7, 0xc6f8, 0xc6f9, 0xc6fa, 0xc6fb, 0xc6fc, 0xc6fd, 
+0xc741, 0xc742, 0xc743, 0xc744, 0xc745, 0xc746, 0xc747, 0xc748, 
+0xc749, 0xc74a, 0xc74b, 0xc74c, 0xc74d, 0xc74e, 0xc74f, 0xc750, 
+0xc751, 0xc753, 0xc754, 0xc755, 0xc756, 0xc757, 0xc758, 0xc759, 
+0xc75a, 0xc75b, 0xc75c, 0xc75d, 0xc761, 0xc762, 0xc763, 0xc764, 
+0xc765, 0xc766, 0xc767, 0xc768, 0xc769, 0xc76a, 0xc76b, 0xc76c, 
+0xc76d, 0xc76e, 0xc76f, 0xc770, 0xc771, 0xc773, 0xc774, 0xc775, 
+0xc776, 0xc777, 0xc778, 0xc779, 0xc77a, 0xc77b, 0xc77c, 0xc77d, 
+0xc781, 0xc782, 0xc783, 0xc784, 0xc785, 0xc786, 0xc787, 0xc788, 
+0xc789, 0xc78a, 0xc78b, 0xc78c, 0xc78d, 0xc78e, 0xc78f, 0xc790, 
+0xc791, 0xc793, 0xc794, 0xc795, 0xc796, 0xc797, 0xc798, 0xc799, 
+0xc79a, 0xc79b, 0xc79c, 0xc79d, 0xc7a1, 0xc7a2, 0xc7a3, 0xc7a4, 
+0xc7a5, 0xc7a6, 0xc7a7, 0xc7a8, 0xc7a9, 0xc7aa, 0xc7ab, 0xc7ac, 
+0xc7ad, 0xc7ae, 0xc7af, 0xc7b0, 0xc7b1, 0xc7b3, 0xc7b4, 0xc7b5, 
+0xc7b6, 0xc7b7, 0xc7b8, 0xc7b9, 0xc7ba, 0xc7bb, 0xc7bc, 0xc7bd, 
+0xc861, 0xc862, 0xc863, 0xc864, 0xc865, 0xc866, 0xc867, 0xc868, 
+0xc869, 0xc86a, 0xc86b, 0xc86c, 0xc86d, 0xc86e, 0xc86f, 0xc870, 
+0xc871, 0xc873, 0xc874, 0xc875, 0xc876, 0xc877, 0xc878, 0xc879, 
+0xc87a, 0xc87b, 0xc87c, 0xc87d, 0xc881, 0xc882, 0xc883, 0xc884, 
+0xc885, 0xc886, 0xc887, 0xc888, 0xc889, 0xc88a, 0xc88b, 0xc88c, 
+0xc88d, 0xc88e, 0xc88f, 0xc890, 0xc891, 0xc893, 0xc894, 0xc895, 
+0xc896, 0xc897, 0xc898, 0xc899, 0xc89a, 0xc89b, 0xc89c, 0xc89d, 
+0xc8a1, 0xc8a2, 0xc8a3, 0xc8a4, 0xc8a5, 0xc8a6, 0xc8a7, 0xc8a8, 
+0xc8a9, 0xc8aa, 0xc8ab, 0xc8ac, 0xc8ad, 0xc8ae, 0xc8af, 0xc8b0, 
+0xc8b1, 0xc8b3, 0xc8b4, 0xc8b5, 0xc8b6, 0xc8b7, 0xc8b8, 0xc8b9, 
+0xc8ba, 0xc8bb, 0xc8bc, 0xc8bd, 0xc8c1, 0xc8c2, 0xc8c3, 0xc8c4, 
+0xc8c5, 0xc8c6, 0xc8c7, 0xc8c8, 0xc8c9, 0xc8ca, 0xc8cb, 0xc8cc, 
+0xc8cd, 0xc8ce, 0xc8cf, 0xc8d0, 0xc8d1, 0xc8d3, 0xc8d4, 0xc8d5, 
+0xc8d6, 0xc8d7, 0xc8d8, 0xc8d9, 0xc8da, 0xc8db, 0xc8dc, 0xc8dd, 
+0xc8e1, 0xc8e2, 0xc8e3, 0xc8e4, 0xc8e5, 0xc8e6, 0xc8e7, 0xc8e8, 
+0xc8e9, 0xc8ea, 0xc8eb, 0xc8ec, 0xc8ed, 0xc8ee, 0xc8ef, 0xc8f0, 
+0xc8f1, 0xc8f3, 0xc8f4, 0xc8f5, 0xc8f6, 0xc8f7, 0xc8f8, 0xc8f9, 
+0xc8fa, 0xc8fb, 0xc8fc, 0xc8fd, 0xc941, 0xc942, 0xc943, 0xc944, 
+0xc945, 0xc946, 0xc947, 0xc948, 0xc949, 0xc94a, 0xc94b, 0xc94c, 
+0xc94d, 0xc94e, 0xc94f, 0xc950, 0xc951, 0xc953, 0xc954, 0xc955, 
+0xc956, 0xc957, 0xc958, 0xc959, 0xc95a, 0xc95b, 0xc95c, 0xc95d, 
+0xc961, 0xc962, 0xc963, 0xc964, 0xc965, 0xc966, 0xc967, 0xc968, 
+0xc969, 0xc96a, 0xc96b, 0xc96c, 0xc96d, 0xc96e, 0xc96f, 0xc970, 
+0xc971, 0xc973, 0xc974, 0xc975, 0xc976, 0xc977, 0xc978, 0xc979, 
+0xc97a, 0xc97b, 0xc97c, 0xc97d, 0xc981, 0xc982, 0xc983, 0xc984, 
+0xc985, 0xc986, 0xc987, 0xc988, 0xc989, 0xc98a, 0xc98b, 0xc98c, 
+0xc98d, 0xc98e, 0xc98f, 0xc990, 0xc991, 0xc993, 0xc994, 0xc995, 
+0xc996, 0xc997, 0xc998, 0xc999, 0xc99a, 0xc99b, 0xc99c, 0xc99d, 
+0xc9a1, 0xc9a2, 0xc9a3, 0xc9a4, 0xc9a5, 0xc9a6, 0xc9a7, 0xc9a8, 
+0xc9a9, 0xc9aa, 0xc9ab, 0xc9ac, 0xc9ad, 0xc9ae, 0xc9af, 0xc9b0, 
+0xc9b1, 0xc9b3, 0xc9b4, 0xc9b5, 0xc9b6, 0xc9b7, 0xc9b8, 0xc9b9, 
+0xc9ba, 0xc9bb, 0xc9bc, 0xc9bd, 0xc9c1, 0xc9c2, 0xc9c3, 0xc9c4, 
+0xc9c5, 0xc9c6, 0xc9c7, 0xc9c8, 0xc9c9, 0xc9ca, 0xc9cb, 0xc9cc, 
+0xc9cd, 0xc9ce, 0xc9cf, 0xc9d0, 0xc9d1, 0xc9d3, 0xc9d4, 0xc9d5, 
+0xc9d6, 0xc9d7, 0xc9d8, 0xc9d9, 0xc9da, 0xc9db, 0xc9dc, 0xc9dd, 
+0xc9e1, 0xc9e2, 0xc9e3, 0xc9e4, 0xc9e5, 0xc9e6, 0xc9e7, 0xc9e8, 
+0xc9e9, 0xc9ea, 0xc9eb, 0xc9ec, 0xc9ed, 0xc9ee, 0xc9ef, 0xc9f0, 
+0xc9f1, 0xc9f3, 0xc9f4, 0xc9f5, 0xc9f6, 0xc9f7, 0xc9f8, 0xc9f9, 
+0xc9fa, 0xc9fb, 0xc9fc, 0xc9fd, 0xca41, 0xca42, 0xca43, 0xca44, 
+0xca45, 0xca46, 0xca47, 0xca48, 0xca49, 0xca4a, 0xca4b, 0xca4c, 
+0xca4d, 0xca4e, 0xca4f, 0xca50, 0xca51, 0xca53, 0xca54, 0xca55, 
+0xca56, 0xca57, 0xca58, 0xca59, 0xca5a, 0xca5b, 0xca5c, 0xca5d, 
+0xca61, 0xca62, 0xca63, 0xca64, 0xca65, 0xca66, 0xca67, 0xca68, 
+0xca69, 0xca6a, 0xca6b, 0xca6c, 0xca6d, 0xca6e, 0xca6f, 0xca70, 
+0xca71, 0xca73, 0xca74, 0xca75, 0xca76, 0xca77, 0xca78, 0xca79, 
+0xca7a, 0xca7b, 0xca7c, 0xca7d, 0xca81, 0xca82, 0xca83, 0xca84, 
+0xca85, 0xca86, 0xca87, 0xca88, 0xca89, 0xca8a, 0xca8b, 0xca8c, 
+0xca8d, 0xca8e, 0xca8f, 0xca90, 0xca91, 0xca93, 0xca94, 0xca95, 
+0xca96, 0xca97, 0xca98, 0xca99, 0xca9a, 0xca9b, 0xca9c, 0xca9d, 
+0xcaa1, 0xcaa2, 0xcaa3, 0xcaa4, 0xcaa5, 0xcaa6, 0xcaa7, 0xcaa8, 
+0xcaa9, 0xcaaa, 0xcaab, 0xcaac, 0xcaad, 0xcaae, 0xcaaf, 0xcab0, 
+0xcab1, 0xcab3, 0xcab4, 0xcab5, 0xcab6, 0xcab7, 0xcab8, 0xcab9, 
+0xcaba, 0xcabb, 0xcabc, 0xcabd, 0xcac1, 0xcac2, 0xcac3, 0xcac4, 
+0xcac5, 0xcac6, 0xcac7, 0xcac8, 0xcac9, 0xcaca, 0xcacb, 0xcacc, 
+0xcacd, 0xcace, 0xcacf, 0xcad0, 0xcad1, 0xcad3, 0xcad4, 0xcad5, 
+0xcad6, 0xcad7, 0xcad8, 0xcad9, 0xcada, 0xcadb, 0xcadc, 0xcadd, 
+0xcae1, 0xcae2, 0xcae3, 0xcae4, 0xcae5, 0xcae6, 0xcae7, 0xcae8, 
+0xcae9, 0xcaea, 0xcaeb, 0xcaec, 0xcaed, 0xcaee, 0xcaef, 0xcaf0, 
+0xcaf1, 0xcaf3, 0xcaf4, 0xcaf5, 0xcaf6, 0xcaf7, 0xcaf8, 0xcaf9, 
+0xcafa, 0xcafb, 0xcafc, 0xcafd, 0xcb41, 0xcb42, 0xcb43, 0xcb44, 
+0xcb45, 0xcb46, 0xcb47, 0xcb48, 0xcb49, 0xcb4a, 0xcb4b, 0xcb4c, 
+0xcb4d, 0xcb4e, 0xcb4f, 0xcb50, 0xcb51, 0xcb53, 0xcb54, 0xcb55, 
+0xcb56, 0xcb57, 0xcb58, 0xcb59, 0xcb5a, 0xcb5b, 0xcb5c, 0xcb5d, 
+0xcb61, 0xcb62, 0xcb63, 0xcb64, 0xcb65, 0xcb66, 0xcb67, 0xcb68, 
+0xcb69, 0xcb6a, 0xcb6b, 0xcb6c, 0xcb6d, 0xcb6e, 0xcb6f, 0xcb70, 
+0xcb71, 0xcb73, 0xcb74, 0xcb75, 0xcb76, 0xcb77, 0xcb78, 0xcb79, 
+0xcb7a, 0xcb7b, 0xcb7c, 0xcb7d, 0xcb81, 0xcb82, 0xcb83, 0xcb84, 
+0xcb85, 0xcb86, 0xcb87, 0xcb88, 0xcb89, 0xcb8a, 0xcb8b, 0xcb8c, 
+0xcb8d, 0xcb8e, 0xcb8f, 0xcb90, 0xcb91, 0xcb93, 0xcb94, 0xcb95, 
+0xcb96, 0xcb97, 0xcb98, 0xcb99, 0xcb9a, 0xcb9b, 0xcb9c, 0xcb9d, 
+0xcba1, 0xcba2, 0xcba3, 0xcba4, 0xcba5, 0xcba6, 0xcba7, 0xcba8, 
+0xcba9, 0xcbaa, 0xcbab, 0xcbac, 0xcbad, 0xcbae, 0xcbaf, 0xcbb0, 
+0xcbb1, 0xcbb3, 0xcbb4, 0xcbb5, 0xcbb6, 0xcbb7, 0xcbb8, 0xcbb9, 
+0xcbba, 0xcbbb, 0xcbbc, 0xcbbd, 0xcc61, 0xcc62, 0xcc63, 0xcc64, 
+0xcc65, 0xcc66, 0xcc67, 0xcc68, 0xcc69, 0xcc6a, 0xcc6b, 0xcc6c, 
+0xcc6d, 0xcc6e, 0xcc6f, 0xcc70, 0xcc71, 0xcc73, 0xcc74, 0xcc75, 
+0xcc76, 0xcc77, 0xcc78, 0xcc79, 0xcc7a, 0xcc7b, 0xcc7c, 0xcc7d, 
+0xcc81, 0xcc82, 0xcc83, 0xcc84, 0xcc85, 0xcc86, 0xcc87, 0xcc88, 
+0xcc89, 0xcc8a, 0xcc8b, 0xcc8c, 0xcc8d, 0xcc8e, 0xcc8f, 0xcc90, 
+0xcc91, 0xcc93, 0xcc94, 0xcc95, 0xcc96, 0xcc97, 0xcc98, 0xcc99, 
+0xcc9a, 0xcc9b, 0xcc9c, 0xcc9d, 0xcca1, 0xcca2, 0xcca3, 0xcca4, 
+0xcca5, 0xcca6, 0xcca7, 0xcca8, 0xcca9, 0xccaa, 0xccab, 0xccac, 
+0xccad, 0xccae, 0xccaf, 0xccb0, 0xccb1, 0xccb3, 0xccb4, 0xccb5, 
+0xccb6, 0xccb7, 0xccb8, 0xccb9, 0xccba, 0xccbb, 0xccbc, 0xccbd, 
+0xccc1, 0xccc2, 0xccc3, 0xccc4, 0xccc5, 0xccc6, 0xccc7, 0xccc8, 
+0xccc9, 0xccca, 0xcccb, 0xcccc, 0xcccd, 0xccce, 0xcccf, 0xccd0, 
+0xccd1, 0xccd3, 0xccd4, 0xccd5, 0xccd6, 0xccd7, 0xccd8, 0xccd9, 
+0xccda, 0xccdb, 0xccdc, 0xccdd, 0xcce1, 0xcce2, 0xcce3, 0xcce4, 
+0xcce5, 0xcce6, 0xcce7, 0xcce8, 0xcce9, 0xccea, 0xcceb, 0xccec, 
+0xcced, 0xccee, 0xccef, 0xccf0, 0xccf1, 0xccf3, 0xccf4, 0xccf5, 
+0xccf6, 0xccf7, 0xccf8, 0xccf9, 0xccfa, 0xccfb, 0xccfc, 0xccfd, 
+0xcd41, 0xcd42, 0xcd43, 0xcd44, 0xcd45, 0xcd46, 0xcd47, 0xcd48, 
+0xcd49, 0xcd4a, 0xcd4b, 0xcd4c, 0xcd4d, 0xcd4e, 0xcd4f, 0xcd50, 
+0xcd51, 0xcd53, 0xcd54, 0xcd55, 0xcd56, 0xcd57, 0xcd58, 0xcd59, 
+0xcd5a, 0xcd5b, 0xcd5c, 0xcd5d, 0xcd61, 0xcd62, 0xcd63, 0xcd64, 
+0xcd65, 0xcd66, 0xcd67, 0xcd68, 0xcd69, 0xcd6a, 0xcd6b, 0xcd6c, 
+0xcd6d, 0xcd6e, 0xcd6f, 0xcd70, 0xcd71, 0xcd73, 0xcd74, 0xcd75, 
+0xcd76, 0xcd77, 0xcd78, 0xcd79, 0xcd7a, 0xcd7b, 0xcd7c, 0xcd7d, 
+0xcd81, 0xcd82, 0xcd83, 0xcd84, 0xcd85, 0xcd86, 0xcd87, 0xcd88, 
+0xcd89, 0xcd8a, 0xcd8b, 0xcd8c, 0xcd8d, 0xcd8e, 0xcd8f, 0xcd90, 
+0xcd91, 0xcd93, 0xcd94, 0xcd95, 0xcd96, 0xcd97, 0xcd98, 0xcd99, 
+0xcd9a, 0xcd9b, 0xcd9c, 0xcd9d, 0xcda1, 0xcda2, 0xcda3, 0xcda4, 
+0xcda5, 0xcda6, 0xcda7, 0xcda8, 0xcda9, 0xcdaa, 0xcdab, 0xcdac, 
+0xcdad, 0xcdae, 0xcdaf, 0xcdb0, 0xcdb1, 0xcdb3, 0xcdb4, 0xcdb5, 
+0xcdb6, 0xcdb7, 0xcdb8, 0xcdb9, 0xcdba, 0xcdbb, 0xcdbc, 0xcdbd, 
+0xcdc1, 0xcdc2, 0xcdc3, 0xcdc4, 0xcdc5, 0xcdc6, 0xcdc7, 0xcdc8, 
+0xcdc9, 0xcdca, 0xcdcb, 0xcdcc, 0xcdcd, 0xcdce, 0xcdcf, 0xcdd0, 
+0xcdd1, 0xcdd3, 0xcdd4, 0xcdd5, 0xcdd6, 0xcdd7, 0xcdd8, 0xcdd9, 
+0xcdda, 0xcddb, 0xcddc, 0xcddd, 0xcde1, 0xcde2, 0xcde3, 0xcde4, 
+0xcde5, 0xcde6, 0xcde7, 0xcde8, 0xcde9, 0xcdea, 0xcdeb, 0xcdec, 
+0xcded, 0xcdee, 0xcdef, 0xcdf0, 0xcdf1, 0xcdf3, 0xcdf4, 0xcdf5, 
+0xcdf6, 0xcdf7, 0xcdf8, 0xcdf9, 0xcdfa, 0xcdfb, 0xcdfc, 0xcdfd, 
+0xce41, 0xce42, 0xce43, 0xce44, 0xce45, 0xce46, 0xce47, 0xce48, 
+0xce49, 0xce4a, 0xce4b, 0xce4c, 0xce4d, 0xce4e, 0xce4f, 0xce50, 
+0xce51, 0xce53, 0xce54, 0xce55, 0xce56, 0xce57, 0xce58, 0xce59, 
+0xce5a, 0xce5b, 0xce5c, 0xce5d, 0xce61, 0xce62, 0xce63, 0xce64, 
+0xce65, 0xce66, 0xce67, 0xce68, 0xce69, 0xce6a, 0xce6b, 0xce6c, 
+0xce6d, 0xce6e, 0xce6f, 0xce70, 0xce71, 0xce73, 0xce74, 0xce75, 
+0xce76, 0xce77, 0xce78, 0xce79, 0xce7a, 0xce7b, 0xce7c, 0xce7d, 
+0xce81, 0xce82, 0xce83, 0xce84, 0xce85, 0xce86, 0xce87, 0xce88, 
+0xce89, 0xce8a, 0xce8b, 0xce8c, 0xce8d, 0xce8e, 0xce8f, 0xce90, 
+0xce91, 0xce93, 0xce94, 0xce95, 0xce96, 0xce97, 0xce98, 0xce99, 
+0xce9a, 0xce9b, 0xce9c, 0xce9d, 0xcea1, 0xcea2, 0xcea3, 0xcea4, 
+0xcea5, 0xcea6, 0xcea7, 0xcea8, 0xcea9, 0xceaa, 0xceab, 0xceac, 
+0xcead, 0xceae, 0xceaf, 0xceb0, 0xceb1, 0xceb3, 0xceb4, 0xceb5, 
+0xceb6, 0xceb7, 0xceb8, 0xceb9, 0xceba, 0xcebb, 0xcebc, 0xcebd, 
+0xcec1, 0xcec2, 0xcec3, 0xcec4, 0xcec5, 0xcec6, 0xcec7, 0xcec8, 
+0xcec9, 0xceca, 0xcecb, 0xcecc, 0xcecd, 0xcece, 0xcecf, 0xced0, 
+0xced1, 0xced3, 0xced4, 0xced5, 0xced6, 0xced7, 0xced8, 0xced9, 
+0xceda, 0xcedb, 0xcedc, 0xcedd, 0xcee1, 0xcee2, 0xcee3, 0xcee4, 
+0xcee5, 0xcee6, 0xcee7, 0xcee8, 0xcee9, 0xceea, 0xceeb, 0xceec, 
+0xceed, 0xceee, 0xceef, 0xcef0, 0xcef1, 0xcef3, 0xcef4, 0xcef5, 
+0xcef6, 0xcef7, 0xcef8, 0xcef9, 0xcefa, 0xcefb, 0xcefc, 0xcefd, 
+0xcf41, 0xcf42, 0xcf43, 0xcf44, 0xcf45, 0xcf46, 0xcf47, 0xcf48, 
+0xcf49, 0xcf4a, 0xcf4b, 0xcf4c, 0xcf4d, 0xcf4e, 0xcf4f, 0xcf50, 
+0xcf51, 0xcf53, 0xcf54, 0xcf55, 0xcf56, 0xcf57, 0xcf58, 0xcf59, 
+0xcf5a, 0xcf5b, 0xcf5c, 0xcf5d, 0xcf61, 0xcf62, 0xcf63, 0xcf64, 
+0xcf65, 0xcf66, 0xcf67, 0xcf68, 0xcf69, 0xcf6a, 0xcf6b, 0xcf6c, 
+0xcf6d, 0xcf6e, 0xcf6f, 0xcf70, 0xcf71, 0xcf73, 0xcf74, 0xcf75, 
+0xcf76, 0xcf77, 0xcf78, 0xcf79, 0xcf7a, 0xcf7b, 0xcf7c, 0xcf7d, 
+0xcf81, 0xcf82, 0xcf83, 0xcf84, 0xcf85, 0xcf86, 0xcf87, 0xcf88, 
+0xcf89, 0xcf8a, 0xcf8b, 0xcf8c, 0xcf8d, 0xcf8e, 0xcf8f, 0xcf90, 
+0xcf91, 0xcf93, 0xcf94, 0xcf95, 0xcf96, 0xcf97, 0xcf98, 0xcf99, 
+0xcf9a, 0xcf9b, 0xcf9c, 0xcf9d, 0xcfa1, 0xcfa2, 0xcfa3, 0xcfa4, 
+0xcfa5, 0xcfa6, 0xcfa7, 0xcfa8, 0xcfa9, 0xcfaa, 0xcfab, 0xcfac, 
+0xcfad, 0xcfae, 0xcfaf, 0xcfb0, 0xcfb1, 0xcfb3, 0xcfb4, 0xcfb5, 
+0xcfb6, 0xcfb7, 0xcfb8, 0xcfb9, 0xcfba, 0xcfbb, 0xcfbc, 0xcfbd, 
+0xd061, 0xd062, 0xd063, 0xd064, 0xd065, 0xd066, 0xd067, 0xd068, 
+0xd069, 0xd06a, 0xd06b, 0xd06c, 0xd06d, 0xd06e, 0xd06f, 0xd070, 
+0xd071, 0xd073, 0xd074, 0xd075, 0xd076, 0xd077, 0xd078, 0xd079, 
+0xd07a, 0xd07b, 0xd07c, 0xd07d, 0xd081, 0xd082, 0xd083, 0xd084, 
+0xd085, 0xd086, 0xd087, 0xd088, 0xd089, 0xd08a, 0xd08b, 0xd08c, 
+0xd08d, 0xd08e, 0xd08f, 0xd090, 0xd091, 0xd093, 0xd094, 0xd095, 
+0xd096, 0xd097, 0xd098, 0xd099, 0xd09a, 0xd09b, 0xd09c, 0xd09d, 
+0xd0a1, 0xd0a2, 0xd0a3, 0xd0a4, 0xd0a5, 0xd0a6, 0xd0a7, 0xd0a8, 
+0xd0a9, 0xd0aa, 0xd0ab, 0xd0ac, 0xd0ad, 0xd0ae, 0xd0af, 0xd0b0, 
+0xd0b1, 0xd0b3, 0xd0b4, 0xd0b5, 0xd0b6, 0xd0b7, 0xd0b8, 0xd0b9, 
+0xd0ba, 0xd0bb, 0xd0bc, 0xd0bd, 0xd0c1, 0xd0c2, 0xd0c3, 0xd0c4, 
+0xd0c5, 0xd0c6, 0xd0c7, 0xd0c8, 0xd0c9, 0xd0ca, 0xd0cb, 0xd0cc, 
+0xd0cd, 0xd0ce, 0xd0cf, 0xd0d0, 0xd0d1, 0xd0d3, 0xd0d4, 0xd0d5, 
+0xd0d6, 0xd0d7, 0xd0d8, 0xd0d9, 0xd0da, 0xd0db, 0xd0dc, 0xd0dd, 
+0xd0e1, 0xd0e2, 0xd0e3, 0xd0e4, 0xd0e5, 0xd0e6, 0xd0e7, 0xd0e8, 
+0xd0e9, 0xd0ea, 0xd0eb, 0xd0ec, 0xd0ed, 0xd0ee, 0xd0ef, 0xd0f0, 
+0xd0f1, 0xd0f3, 0xd0f4, 0xd0f5, 0xd0f6, 0xd0f7, 0xd0f8, 0xd0f9, 
+0xd0fa, 0xd0fb, 0xd0fc, 0xd0fd, 0xd141, 0xd142, 0xd143, 0xd144, 
+0xd145, 0xd146, 0xd147, 0xd148, 0xd149, 0xd14a, 0xd14b, 0xd14c, 
+0xd14d, 0xd14e, 0xd14f, 0xd150, 0xd151, 0xd153, 0xd154, 0xd155, 
+0xd156, 0xd157, 0xd158, 0xd159, 0xd15a, 0xd15b, 0xd15c, 0xd15d, 
+0xd161, 0xd162, 0xd163, 0xd164, 0xd165, 0xd166, 0xd167, 0xd168, 
+0xd169, 0xd16a, 0xd16b, 0xd16c, 0xd16d, 0xd16e, 0xd16f, 0xd170, 
+0xd171, 0xd173, 0xd174, 0xd175, 0xd176, 0xd177, 0xd178, 0xd179, 
+0xd17a, 0xd17b, 0xd17c, 0xd17d, 0xd181, 0xd182, 0xd183, 0xd184, 
+0xd185, 0xd186, 0xd187, 0xd188, 0xd189, 0xd18a, 0xd18b, 0xd18c, 
+0xd18d, 0xd18e, 0xd18f, 0xd190, 0xd191, 0xd193, 0xd194, 0xd195, 
+0xd196, 0xd197, 0xd198, 0xd199, 0xd19a, 0xd19b, 0xd19c, 0xd19d, 
+0xd1a1, 0xd1a2, 0xd1a3, 0xd1a4, 0xd1a5, 0xd1a6, 0xd1a7, 0xd1a8, 
+0xd1a9, 0xd1aa, 0xd1ab, 0xd1ac, 0xd1ad, 0xd1ae, 0xd1af, 0xd1b0, 
+0xd1b1, 0xd1b3, 0xd1b4, 0xd1b5, 0xd1b6, 0xd1b7, 0xd1b8, 0xd1b9, 
+0xd1ba, 0xd1bb, 0xd1bc, 0xd1bd, 0xd1c1, 0xd1c2, 0xd1c3, 0xd1c4, 
+0xd1c5, 0xd1c6, 0xd1c7, 0xd1c8, 0xd1c9, 0xd1ca, 0xd1cb, 0xd1cc, 
+0xd1cd, 0xd1ce, 0xd1cf, 0xd1d0, 0xd1d1, 0xd1d3, 0xd1d4, 0xd1d5, 
+0xd1d6, 0xd1d7, 0xd1d8, 0xd1d9, 0xd1da, 0xd1db, 0xd1dc, 0xd1dd, 
+0xd1e1, 0xd1e2, 0xd1e3, 0xd1e4, 0xd1e5, 0xd1e6, 0xd1e7, 0xd1e8, 
+0xd1e9, 0xd1ea, 0xd1eb, 0xd1ec, 0xd1ed, 0xd1ee, 0xd1ef, 0xd1f0, 
+0xd1f1, 0xd1f3, 0xd1f4, 0xd1f5, 0xd1f6, 0xd1f7, 0xd1f8, 0xd1f9, 
+0xd1fa, 0xd1fb, 0xd1fc, 0xd1fd, 0xd241, 0xd242, 0xd243, 0xd244, 
+0xd245, 0xd246, 0xd247, 0xd248, 0xd249, 0xd24a, 0xd24b, 0xd24c, 
+0xd24d, 0xd24e, 0xd24f, 0xd250, 0xd251, 0xd253, 0xd254, 0xd255, 
+0xd256, 0xd257, 0xd258, 0xd259, 0xd25a, 0xd25b, 0xd25c, 0xd25d, 
+0xd261, 0xd262, 0xd263, 0xd264, 0xd265, 0xd266, 0xd267, 0xd268, 
+0xd269, 0xd26a, 0xd26b, 0xd26c, 0xd26d, 0xd26e, 0xd26f, 0xd270, 
+0xd271, 0xd273, 0xd274, 0xd275, 0xd276, 0xd277, 0xd278, 0xd279, 
+0xd27a, 0xd27b, 0xd27c, 0xd27d, 0xd281, 0xd282, 0xd283, 0xd284, 
+0xd285, 0xd286, 0xd287, 0xd288, 0xd289, 0xd28a, 0xd28b, 0xd28c, 
+0xd28d, 0xd28e, 0xd28f, 0xd290, 0xd291, 0xd293, 0xd294, 0xd295, 
+0xd296, 0xd297, 0xd298, 0xd299, 0xd29a, 0xd29b, 0xd29c, 0xd29d, 
+0xd2a1, 0xd2a2, 0xd2a3, 0xd2a4, 0xd2a5, 0xd2a6, 0xd2a7, 0xd2a8, 
+0xd2a9, 0xd2aa, 0xd2ab, 0xd2ac, 0xd2ad, 0xd2ae, 0xd2af, 0xd2b0, 
+0xd2b1, 0xd2b3, 0xd2b4, 0xd2b5, 0xd2b6, 0xd2b7, 0xd2b8, 0xd2b9, 
+0xd2ba, 0xd2bb, 0xd2bc, 0xd2bd, 0xd2c1, 0xd2c2, 0xd2c3, 0xd2c4, 
+0xd2c5, 0xd2c6, 0xd2c7, 0xd2c8, 0xd2c9, 0xd2ca, 0xd2cb, 0xd2cc, 
+0xd2cd, 0xd2ce, 0xd2cf, 0xd2d0, 0xd2d1, 0xd2d3, 0xd2d4, 0xd2d5, 
+0xd2d6, 0xd2d7, 0xd2d8, 0xd2d9, 0xd2da, 0xd2db, 0xd2dc, 0xd2dd, 
+0xd2e1, 0xd2e2, 0xd2e3, 0xd2e4, 0xd2e5, 0xd2e6, 0xd2e7, 0xd2e8, 
+0xd2e9, 0xd2ea, 0xd2eb, 0xd2ec, 0xd2ed, 0xd2ee, 0xd2ef, 0xd2f0, 
+0xd2f1, 0xd2f3, 0xd2f4, 0xd2f5, 0xd2f6, 0xd2f7, 0xd2f8, 0xd2f9, 
+0xd2fa, 0xd2fb, 0xd2fc, 0xd2fd, 0xd341, 0xd342, 0xd343, 0xd344, 
+0xd345, 0xd346, 0xd347, 0xd348, 0xd349, 0xd34a, 0xd34b, 0xd34c, 
+0xd34d, 0xd34e, 0xd34f, 0xd350, 0xd351, 0xd353, 0xd354, 0xd355, 
+0xd356, 0xd357, 0xd358, 0xd359, 0xd35a, 0xd35b, 0xd35c, 0xd35d, 
+0xd361, 0xd362, 0xd363, 0xd364, 0xd365, 0xd366, 0xd367, 0xd368, 
+0xd369, 0xd36a, 0xd36b, 0xd36c, 0xd36d, 0xd36e, 0xd36f, 0xd370, 
+0xd371, 0xd373, 0xd374, 0xd375, 0xd376, 0xd377, 0xd378, 0xd379, 
+0xd37a, 0xd37b, 0xd37c, 0xd37d, 0xd381, 0xd382, 0xd383, 0xd384, 
+0xd385, 0xd386, 0xd387, 0xd388, 0xd389, 0xd38a, 0xd38b, 0xd38c, 
+0xd38d, 0xd38e, 0xd38f, 0xd390, 0xd391, 0xd393, 0xd394, 0xd395, 
+0xd396, 0xd397, 0xd398, 0xd399, 0xd39a, 0xd39b, 0xd39c, 0xd39d, 
+0xd3a1, 0xd3a2, 0xd3a3, 0xd3a4, 0xd3a5, 0xd3a6, 0xd3a7, 0xd3a8, 
+0xd3a9, 0xd3aa, 0xd3ab, 0xd3ac, 0xd3ad, 0xd3ae, 0xd3af, 0xd3b0, 
+0xd3b1, 0xd3b3, 0xd3b4, 0xd3b5, 0xd3b6, 0xd3b7, 0xd3b8, 0xd3b9, 
+0xd3ba, 0xd3bb, 0xd3bc, 0xd3bd,     
+};
+/*
+ *Private Use Zone for Korean.
+ */
+static const unsigned short usc_tab_f7[188] = {
+0xd831, 0xd832, 0xd833, 0xd834, 0xd835, 0xd836, 0xd837, 0xd838, 
+0xd839, 0xd83a, 0xd83b, 0xd83c, 0xd83d, 0xd83e, 0xd83f, 0xd840, 
+0xd841, 0xd842, 0xd843, 0xd844, 0xd845, 0xd846, 0xd847, 0xd848, 
+0xd849, 0xd84a, 0xd84b, 0xd84c, 0xd84d, 0xd84e, 0xd84f, 0xd850, 
+0xd851, 0xd852, 0xd853, 0xd854, 0xd855, 0xd856, 0xd857, 0xd858, 
+0xd859, 0xd85a, 0xd85b, 0xd85c, 0xd85d, 0xd85e, 0xd85f, 0xd860, 
+0xd861, 0xd862, 0xd863, 0xd864, 0xd865, 0xd866, 0xd867, 0xd868, 
+0xd869, 0xd86a, 0xd86b, 0xd86c, 0xd86d, 0xd86e, 0xd86f, 0xd870, 
+0xd871, 0xd872, 0xd873, 0xd874, 0xd875, 0xd876, 0xd877, 0xd878, 
+0xd879, 0xd87a, 0xd87b, 0xd87c, 0xd87d, 0xd87e, 0xd891, 0xd892, 
+0xd893, 0xd894, 0xd895, 0xd896, 0xd897, 0xd898, 0xd899, 0xd89a, 
+0xd89b, 0xd89c, 0xd89d, 0xd89e, 0xd89f, 0xd8a0, 0xd8a1, 0xd8a2, 
+0xd8a3, 0xd8a4, 0xd8a5, 0xd8a6, 0xd8a7, 0xd8a8, 0xd8a9, 0xd8aa, 
+0xd8ab, 0xd8ac, 0xd8ad, 0xd8ae, 0xd8af, 0xd8b0, 0xd8b1, 0xd8b2, 
+0xd8b3, 0xd8b4, 0xd8b5, 0xd8b6, 0xd8b7, 0xd8b8, 0xd8b9, 0xd8ba, 
+0xd8bb, 0xd8bc, 0xd8bd, 0xd8be, 0xd8bf, 0xd8c0, 0xd8c1, 0xd8c2, 
+0xd8c3, 0xd8c4, 0xd8c5, 0xd8c6, 0xd8c7, 0xd8c8, 0xd8c9, 0xd8ca, 
+0xd8cb, 0xd8cc, 0xd8cd, 0xd8ce, 0xd8cf, 0xd8d0, 0xd8d1, 0xd8d2, 
+0xd8d3, 0xd8d4, 0xd8d5, 0xd8d6, 0xd8d7, 0xd8d8, 0xd8d9, 0xd8da, 
+0xd8db, 0xd8dc, 0xd8dd, 0xd8de, 0xd8df, 0xd8e0, 0xd8e1, 0xd8e2, 
+0xd8e3, 0xd8e4, 0xd8e5, 0xd8e6, 0xd8e7, 0xd8e8, 0xd8e9, 0xd8ea, 
+0xd8eb, 0xd8ec, 0xd8ed, 0xd8ee, 0xd8ef, 0xd8f0, 0xd8f1, 0xd8f2, 
+0xd8f3, 0xd8f4, 0xd8f5, 0xd8f6, 0xd8f7, 0xd8f8, 0xd8f9, 0xd8fa, 
+0xd8fb, 0xd8fc, 0xd8fd, 0xd8fe,  
+};
+
+/*
+ * UCStoJohap : ksc5601_1992_wctomb 
+ */
+static int 
+ksc5601_1992_wctomb(conv_t conv, unsigned char *r, ucs4_t wc, int n)
+{
+    unsigned char buf[2];
+    unsigned short h;
+    int ret = RET_ILSEQ;
+  
+    if (n < 2) {
+        return RET_TOOSMALL;
+    }
+ 
+    if (wc >= 0xac00 && wc < 0xd7a4) {
+        /* JOHAB Hangul. */
+        unsigned short c = ucs_hangul[wc-0xAC00];
+        r[0] = (c >> 8); r[1] = (c & 0xff);
+        return 2;
+    }
+    if (wc>=0xf700 && wc<=0xf7bb) {
+        unsigned short c = usc_tab_f7[wc-0xf700];
+        r[0] = (c >> 8); r[1] = (c & 0xff);
+        return 2;
+    }
+    
+    if (wc == 0x30FB) {
+        h = 0xd934;
+    } else if (wc == 0x2013) {
+        h = 0xD939;
+    } else if (wc == 0x2014) {
+        h = 0xD93A;
+    } else if (wc == 0x2016) {
+        h = 0xD93B;
+    } else if (wc == 0xFF5E){
+        h = 0xD93D;
+    } else if (wc == 0x00AB) {
+        h = 0xD97C;
+    } else if (wc == 0x00BB) {
+        h = 0xD97D;
+    } else if (wc == 0x02DC) {
+        h = 0xD9A6;
+    } else if (wc==0x2236) {
+        h = 0xD9B0;
+    } else if (wc==0x25C9) {
+        h = 0xD9C1;
+    } else {
+        /* Try KSC5601, now KS X 1001. */
+        ret = ksc5601_wctomb(conv, buf, wc, 2);
+        if (ret != RET_ILSEQ) {
+            if (ret != 2) abort();
+            if (n < 2)
+                return RET_TOOSMALL;
+            if (((buf[0] >= 0x21 && buf[0] <= 0x2c) || (buf[0] >= 0x4a && buf[0] <= 0x7d))
+                && (buf[1] >= 0x21 && buf[1] <= 0x7e)) {
+                /*Pre-calculations: 0x192=0x1b2-0x21; 0x176=0x197-0x21 */
+                unsigned int t = buf[0] < 0x4A ? (buf[0]+0x192) : (buf[0]+0x176);
+                unsigned char t2 = ((t & 1) ? 0x5e : 0) + (buf[1] - 0x21);
+                r[0] = t >> 1;
+                r[1] = (t2 < 0x4e ? t2+0x31 : t2+0x43);
+                return 2;
+            }
+        } 
+        return ret;
+    }
+    r[0] = (h >> 8); r[1] = (h & 0xff);
+    return 2;  
+}
+
+#endif	/* _KSC5601_1992_H */
+
--- a/packages/SUNWxwinc/prototype	Wed Feb 27 19:55:52 2008 -0800
+++ b/packages/SUNWxwinc/prototype	Thu Feb 28 17:02:09 2008 -0800
@@ -27,7 +27,7 @@
 # of the copyright holder.
 # 
 #
-# ident	"@(#)prototype	35.78	08/02/26 SMI"
+# ident	"@(#)prototype	35.79	08/02/27 SMI"
 #
 #  X Window System include files
 
@@ -109,6 +109,37 @@
 s none openwin/share/include/X11/xpm.h=../../../../X11/include/X11/xpm.h
 f none X11/include/X11/xpm.h		0444 root bin
 
+# open-src/lib/libX11
+# XlibConf.h & Xregion.h were never delivered in /usr/openwin
+s none openwin/share/include/X11/XKBlib.h=../../../../X11/include/X11/XKBlib.h
+s none openwin/share/include/X11/Xcms.h=../../../../X11/include/X11/Xcms.h
+s none openwin/share/include/X11/XlcGeneric.h=../../../../X11/include/X11/XlcGeneric.h
+s none openwin/share/include/X11/XlcPubI.h=../../../../X11/include/X11/XlcPubI.h
+s none openwin/share/include/X11/XlcPublic.h=../../../../X11/include/X11/XlcPublic.h
+s none openwin/share/include/X11/Xlcint.h=../../../../X11/include/X11/Xlcint.h
+s none openwin/share/include/X11/Xlib.h=../../../../X11/include/X11/Xlib.h
+s none openwin/share/include/X11/Xlibint.h=../../../../X11/include/X11/Xlibint.h
+s none openwin/share/include/X11/Xlocale.h=../../../../X11/include/X11/Xlocale.h
+s none openwin/share/include/X11/Xresource.h=../../../../X11/include/X11/Xresource.h
+s none openwin/share/include/X11/Xutil.h=../../../../X11/include/X11/Xutil.h
+s none openwin/share/include/X11/cursorfont.h=../../../../X11/include/X11/cursorfont.h
+f none X11/include/X11/ImUtil.h			0444 root bin
+f none X11/include/X11/XKBlib.h			0444 root bin
+f none X11/include/X11/Xcms.h			0444 root bin
+f none X11/include/X11/XlcGeneric.h		0444 root bin
+f none X11/include/X11/XlcPubI.h		0444 root bin
+f none X11/include/X11/XlcPublic.h		0444 root bin
+f none X11/include/X11/Xlcint.h			0444 root bin
+f none X11/include/X11/Xlib.h			0444 root bin
+f none X11/include/X11/XlibConf.h		0444 root bin
+f none X11/include/X11/Xlibint.h		0444 root bin
+f none X11/include/X11/Xlocale.h		0444 root bin
+f none X11/include/X11/Xregion.h		0444 root bin
+f none X11/include/X11/Xresource.h		0444 root bin
+f none X11/include/X11/Xutil.h			0444 root bin
+f none X11/include/X11/cursorfont.h		0444 root bin
+
+
 !search                $HOME/openwin/include/X11
 f none openwin/share/include/X11/Composite.h 0644 root bin
 f none openwin/share/include/X11/CompositeP.h 0644 root bin
@@ -125,27 +156,12 @@
 f none openwin/share/include/X11/Shell.h 0644 root bin
 f none openwin/share/include/X11/ShellP.h 0644 root bin
 f none openwin/share/include/X11/StringDefs.h 0644 root bin
-f none openwin/share/include/X11/Suncompose.h 0644 root bin
 #f none openwin/share/include/X11/SunExtToken.h 0664 root bin
 f none openwin/share/include/X11/Vendor.h 0644 root bin
 f none openwin/share/include/X11/VendorP.h 0644 root bin
-f none openwin/share/include/X11/XKBlib.h 0644 root bin
 f none openwin/share/include/X11/XSunExt.h 0644 root bin
-f none openwin/share/include/X11/Xcms.h 0644 root bin
-f none openwin/share/include/X11/Xlib.h 0644 root bin
-f none openwin/share/include/X11/Xlibint.h 0644 root bin
-f none openwin/share/include/X11/Xlocale.h 0644 root bin
-f none openwin/share/include/X11/Xresource.h 0644 root bin
 f none openwin/share/include/X11/Xstreams.h 0644 root bin
-f none openwin/share/include/X11/Xutil.h 0644 root bin
-f none openwin/share/include/X11/cursorfont.h 0644 root bin
 f none openwin/share/include/X11/Sunowconfig.h 0644 root bin
-f none openwin/share/include/X11/XlcGeneric.h 0644 root bin
-f none openwin/share/include/X11/XlcPubI.h 0644 root bin
-f none openwin/share/include/X11/XlcPublic.h 0644 root bin
-f none openwin/share/include/X11/Xlcint.h 0644 root bin
-f none openwin/share/include/X11/Xvarargs.h 0644 root bin
-
 
 d none openwin/share/include/X11/DPS 0755 root bin
 !search                $HOME/openwin/include/X11/DPS
@@ -632,6 +648,7 @@
 
 f none lib/pkgconfig/ice.pc			0444 root bin
 f none lib/pkgconfig/sm.pc			0444 root bin
+f none lib/pkgconfig/x11.pc			0444 root bin
 f none lib/pkgconfig/xau.pc			0444 root bin
 f none lib/pkgconfig/xcomposite.pc		0444 root bin
 f none lib/pkgconfig/xcursor.pc			0444 root bin
@@ -682,6 +699,7 @@
 !search $HOME/lib/$plat_64/pkgconfig
 f none lib/$plat_64/pkgconfig/ice.pc			0444 root bin
 f none lib/$plat_64/pkgconfig/sm.pc			0444 root bin
+f none lib/$plat_64/pkgconfig/x11.pc			0444 root bin
 f none lib/$plat_64/pkgconfig/xau.pc			0444 root bin
 f none lib/$plat_64/pkgconfig/xcomposite.pc		0444 root bin
 f none lib/$plat_64/pkgconfig/xcursor.pc		0444 root bin
--- a/packages/SUNWxwplt/prototype_com	Wed Feb 27 19:55:52 2008 -0800
+++ b/packages/SUNWxwplt/prototype_com	Thu Feb 28 17:02:09 2008 -0800
@@ -26,7 +26,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 # 
-#      "@(#)prototype_com	35.158    08/02/26   Sun Microsystems"
+#      "@(#)prototype_com	35.162    08/02/29   Sun Microsystems"
 #
 # X Window System required core package
 
@@ -187,17 +187,10 @@
 #
 # symlinks for backward compatability
 #
-s none openwin/lib/XErrorDB=X11/XErrorDB
-s none openwin/lib/XKeysymDB=X11/XKeysymDB
-s none openwin/lib/Xcms.txt=X11/Xcms.txt
 s none openwin/lib/rgb.pag=X11/rgb.pag
 s none openwin/lib/rgb.dir=X11/rgb.dir
 s none openwin/lib/rgb.txt=X11/rgb.txt
 
-s none openwin/lib/libX.so.4=./libX11.so.4
-s none openwin/lib/libX.so=./libX11.so.4
-s none openwin/lib/libX11.so=./libX11.so.4
-f none openwin/lib/libX11.so.4 		0755 root bin
 f none openwin/lib/libXext.so.0 	0755 root bin
 s none openwin/lib/libXext.so=./libXext.so.0
 s none openwin/lib/libXaw.so=./libXaw.so.5
@@ -235,6 +228,16 @@
 !search $HOME/X11/lib
 d none X11/lib					0755 root bin
 
+# open-src/lib/libX11
+s none openwin/lib/libX.so.4=./libX11.so.4
+s none openwin/lib/libX.so=./libX11.so.4
+s none openwin/lib/libX11.so=./libX11.so.4
+s none openwin/lib/libX11.so.4=../../X11/lib/libX11.so.4
+s none X11/lib/libX.so=./libX11.so.4
+s none X11/lib/libX.so.4=./libX11.so.4
+s none X11/lib/libX11.so=./libX11.so.4
+f none X11/lib/libX11.so.4			0555 root bin
+
 # open-src/lib/libXau
 s none openwin/lib/libXau.so=./libXau.so.6
 s none openwin/lib/libXau.so.6=../../X11/lib/libXau.so.6
@@ -320,6 +323,17 @@
 d none X11/lib/$plat_64 			0755 root bin
 s none X11/lib/64=$plat_64
 
+# open-src/lib/libX11
+s none openwin/lib/$plat_64/libX.so.4=./libX11.so.4
+s none openwin/lib/$plat_64/libX.so=./libX11.so.4
+s none openwin/lib/$plat_64/libX11.so=./libX11.so.4
+s none openwin/lib/$plat_64/libX11.so.4=../../../X11/lib/64/libX11.so.4
+s none X11/lib/$plat_64/libX.so=./libX11.so.4
+s none X11/lib/$plat_64/libX.so.4=./libX11.so.4
+s none X11/lib/$plat_64/libX11.so=./libX11.so.4
+f none X11/lib/$plat_64/libX11.so.4		0555 root bin
+
+
 # open-src/lib/libXau - never delivered into openwin in 64-bit version
 s none X11/lib/$plat_64/libXau.so=./libXau.so.6
 f none X11/lib/$plat_64/libXau.so.6		0555 root bin
@@ -422,9 +436,6 @@
 
 !search  $HOME/openwin/lib/X11
 d none openwin/lib/X11 				0755 root bin
-f none openwin/lib/X11/XErrorDB 		0644 root bin
-f none openwin/lib/X11/XKeysymDB 		0644 root bin
-f none openwin/lib/X11/Xcms.txt			0644 root bin
 f none openwin/lib/X11/rgb.pag 			0644 root bin
 f none openwin/lib/X11/rgb.dir 			0644 root bin
 f none openwin/lib/X11/rgb.txt 			0644 root bin
@@ -459,6 +470,371 @@
 f none openwin/lib/app-defaults/XTerm		0644 root bin
 f none openwin/lib/app-defaults/Xmh		0644 root bin
 
+!search  $HOME/X11/share/X11
+# open-src/lib/libX11
+d none X11/share				0755 root bin
+d none X11/share/X11				0755 root bin
+f none X11/share/X11/XErrorDB 			0444 root bin
+f none X11/share/X11/XKeysymDB 			0444 root bin
+s none openwin/lib/XErrorDB=X11/XErrorDB
+s none openwin/lib/XKeysymDB=X11/XKeysymDB
+s none openwin/lib/X11/XErrorDB=../../../X11/share/X11/XErrorDB
+s none openwin/lib/X11/XKeysymDB=../../../X11/share/X11/XKeysymDB
+
+# open-src/lib/libX11
+!search  $HOME/X11/share/X11/locale
+d none X11/share/X11/locale					0755 root bin
+f none X11/share/X11/locale/compose.dir				0444 root bin
+f none X11/share/X11/locale/locale.alias			0444 root bin
+f none X11/share/X11/locale/locale.dir				0444 root bin
+
+!search  $HOME/X11/share/X11/locale/C
+d none X11/share/X11/locale/C					0755 root bin
+f none X11/share/X11/locale/C/Compose				0444 root bin
+f none X11/share/X11/locale/C/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/C/XLC_LOCALE			0444 root bin
+
+!search  $HOME/X11/share/X11/locale/armscii-8
+d none X11/share/X11/locale/armscii-8				0755 root bin
+f none X11/share/X11/locale/armscii-8/Compose			0444 root bin
+f none X11/share/X11/locale/armscii-8/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/armscii-8/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/el_GR.UTF-8	
+d none X11/share/X11/locale/el_GR.UTF-8				0755 root bin
+f none X11/share/X11/locale/el_GR.UTF-8/Compose			0444 root bin
+f none X11/share/X11/locale/el_GR.UTF-8/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/el_GR.UTF-8/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/en_US.UTF-8	
+d none X11/share/X11/locale/en_US.UTF-8				0755 root bin
+f none X11/share/X11/locale/en_US.UTF-8/Compose			0444 root bin
+f none X11/share/X11/locale/en_US.UTF-8/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/en_US.UTF-8/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/georgian-academy
+d none X11/share/X11/locale/georgian-academy			0755 root bin
+f none X11/share/X11/locale/georgian-academy/Compose		0444 root bin
+f none X11/share/X11/locale/georgian-academy/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/georgian-academy/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/georgian-ps
+d none X11/share/X11/locale/georgian-ps				0755 root bin
+f none X11/share/X11/locale/georgian-ps/Compose			0444 root bin
+f none X11/share/X11/locale/georgian-ps/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/georgian-ps/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/ibm-cp1133
+d none X11/share/X11/locale/ibm-cp1133				0755 root bin
+f none X11/share/X11/locale/ibm-cp1133/Compose			0444 root bin
+f none X11/share/X11/locale/ibm-cp1133/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/ibm-cp1133/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iscii-dev
+d none X11/share/X11/locale/iscii-dev				0755 root bin
+f none X11/share/X11/locale/iscii-dev/Compose			0444 root bin
+f none X11/share/X11/locale/iscii-dev/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iscii-dev/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/isiri-3342
+d none X11/share/X11/locale/isiri-3342				0755 root bin
+f none X11/share/X11/locale/isiri-3342/Compose			0444 root bin
+f none X11/share/X11/locale/isiri-3342/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/isiri-3342/XLC_LOCALE		0444 root bin
+
+
+!search  $HOME/X11/share/X11/locale/iso8859-1
+d none X11/share/X11/locale/iso8859-1				0755 root bin
+f none X11/share/X11/locale/iso8859-1/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-1/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-1/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-10
+d none X11/share/X11/locale/iso8859-10				0755 root bin
+f none X11/share/X11/locale/iso8859-10/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-10/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-10/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-11
+d none X11/share/X11/locale/iso8859-11				0755 root bin
+f none X11/share/X11/locale/iso8859-11/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-11/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-11/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-13
+d none X11/share/X11/locale/iso8859-13				0755 root bin
+f none X11/share/X11/locale/iso8859-13/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-13/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-13/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-14
+d none X11/share/X11/locale/iso8859-14				0755 root bin
+f none X11/share/X11/locale/iso8859-14/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-14/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-14/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-15
+d none X11/share/X11/locale/iso8859-15				0755 root bin
+f none X11/share/X11/locale/iso8859-15/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-15/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-15/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-2
+d none X11/share/X11/locale/iso8859-2				0755 root bin
+f none X11/share/X11/locale/iso8859-2/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-2/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-2/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-3
+d none X11/share/X11/locale/iso8859-3				0755 root bin
+f none X11/share/X11/locale/iso8859-3/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-3/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-3/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-4
+d none X11/share/X11/locale/iso8859-4				0755 root bin
+f none X11/share/X11/locale/iso8859-4/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-4/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-4/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-5
+d none X11/share/X11/locale/iso8859-5				0755 root bin
+f none X11/share/X11/locale/iso8859-5/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-5/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-5/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-6
+d none X11/share/X11/locale/iso8859-6				0755 root bin
+f none X11/share/X11/locale/iso8859-6/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-6/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-6/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-7
+d none X11/share/X11/locale/iso8859-7				0755 root bin
+f none X11/share/X11/locale/iso8859-7/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-7/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-7/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-8
+d none X11/share/X11/locale/iso8859-8				0755 root bin
+f none X11/share/X11/locale/iso8859-8/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-8/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-8/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-9
+d none X11/share/X11/locale/iso8859-9				0755 root bin
+f none X11/share/X11/locale/iso8859-9/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-9/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-9/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/iso8859-9e
+d none X11/share/X11/locale/iso8859-9e				0755 root bin
+f none X11/share/X11/locale/iso8859-9e/Compose			0444 root bin
+f none X11/share/X11/locale/iso8859-9e/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/iso8859-9e/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/ja
+d none X11/share/X11/locale/ja					0755 root bin
+f none X11/share/X11/locale/ja/Compose				0444 root bin
+f none X11/share/X11/locale/ja/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/ja/XLC_LOCALE			0444 root bin
+
+!search  $HOME/X11/share/X11/locale/ja.JIS
+d none X11/share/X11/locale/ja.JIS				0755 root bin
+f none X11/share/X11/locale/ja.JIS/Compose			0444 root bin
+f none X11/share/X11/locale/ja.JIS/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/ja.JIS/XLC_LOCALE			0444 root bin
+
+!search  $HOME/X11/share/X11/locale/ja.S90
+d none X11/share/X11/locale/ja.S90				0755 root bin
+f none X11/share/X11/locale/ja.S90/Compose			0444 root bin
+f none X11/share/X11/locale/ja.S90/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/ja.S90/XLC_LOCALE			0444 root bin
+
+!search  $HOME/X11/share/X11/locale/ja.SJIS
+d none X11/share/X11/locale/ja.SJIS				0755 root bin
+f none X11/share/X11/locale/ja.SJIS/Compose			0444 root bin
+f none X11/share/X11/locale/ja.SJIS/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/ja.SJIS/XLC_LOCALE			0444 root bin
+
+
+!search  $HOME/X11/share/X11/locale/ja.U90
+d none X11/share/X11/locale/ja.U90				0755 root bin
+f none X11/share/X11/locale/ja.U90/Compose			0444 root bin
+f none X11/share/X11/locale/ja.U90/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/ja.U90/XLC_LOCALE			0444 root bin
+
+!search  $HOME/X11/share/X11/locale/ja_JP.UTF-8
+d none X11/share/X11/locale/ja_JP.UTF-8				0755 root bin
+f none X11/share/X11/locale/ja_JP.UTF-8/Compose			0444 root bin
+f none X11/share/X11/locale/ja_JP.UTF-8/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/ja_JP.UTF-8/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/ko
+d none X11/share/X11/locale/ko					0755 root bin
+f none X11/share/X11/locale/ko/Compose				0444 root bin
+f none X11/share/X11/locale/ko/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/ko/XLC_LOCALE			0444 root bin
+
+
+!search  $HOME/X11/share/X11/locale/ko_KR.UTF-8
+d none X11/share/X11/locale/ko_KR.UTF-8				0755 root bin
+f none X11/share/X11/locale/ko_KR.UTF-8/Compose			0444 root bin
+f none X11/share/X11/locale/ko_KR.UTF-8/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/ko_KR.UTF-8/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/koi8-c
+d none X11/share/X11/locale/koi8-c				0755 root bin
+f none X11/share/X11/locale/koi8-c/Compose			0444 root bin
+f none X11/share/X11/locale/koi8-c/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/koi8-c/XLC_LOCALE			0444 root bin
+
+!search  $HOME/X11/share/X11/locale/koi8-r
+d none X11/share/X11/locale/koi8-r				0755 root bin
+f none X11/share/X11/locale/koi8-r/Compose			0444 root bin
+f none X11/share/X11/locale/koi8-r/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/koi8-r/XLC_LOCALE			0444 root bin
+
+!search  $HOME/X11/share/X11/locale/koi8-u
+d none X11/share/X11/locale/koi8-u				0755 root bin
+f none X11/share/X11/locale/koi8-u/Compose			0444 root bin
+f none X11/share/X11/locale/koi8-u/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/koi8-u/XLC_LOCALE			0444 root bin
+
+!search  $HOME/X11/share/X11/locale/microsoft-cp1251
+d none X11/share/X11/locale/microsoft-cp1251			0755 root bin
+f none X11/share/X11/locale/microsoft-cp1251/Compose		0444 root bin
+f none X11/share/X11/locale/microsoft-cp1251/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/microsoft-cp1251/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/microsoft-cp1255
+d none X11/share/X11/locale/microsoft-cp1255			0755 root bin
+f none X11/share/X11/locale/microsoft-cp1255/Compose		0444 root bin
+f none X11/share/X11/locale/microsoft-cp1255/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/microsoft-cp1255/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/microsoft-cp1256
+d none X11/share/X11/locale/microsoft-cp1256			0755 root bin
+f none X11/share/X11/locale/microsoft-cp1256/Compose		0444 root bin
+f none X11/share/X11/locale/microsoft-cp1256/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/microsoft-cp1256/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/mulelao-1
+d none X11/share/X11/locale/mulelao-1				0755 root bin
+f none X11/share/X11/locale/mulelao-1/Compose			0444 root bin
+f none X11/share/X11/locale/mulelao-1/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/mulelao-1/XLC_LOCALE		0444 root bin
+
+
+!search  $HOME/X11/share/X11/locale/nokhchi-1
+d none X11/share/X11/locale/nokhchi-1				0755 root bin
+f none X11/share/X11/locale/nokhchi-1/Compose			0444 root bin
+f none X11/share/X11/locale/nokhchi-1/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/nokhchi-1/XLC_LOCALE		0444 root bin
+
+
+!search  $HOME/X11/share/X11/locale/pt_BR.UTF-8
+d none X11/share/X11/locale/pt_BR.UTF-8				0755 root bin
+f none X11/share/X11/locale/pt_BR.UTF-8/Compose			0444 root bin
+f none X11/share/X11/locale/pt_BR.UTF-8/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/pt_BR.UTF-8/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/tatar-cyr
+d none X11/share/X11/locale/tatar-cyr				0755 root bin
+f none X11/share/X11/locale/tatar-cyr/Compose			0444 root bin
+f none X11/share/X11/locale/tatar-cyr/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/tatar-cyr/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/th_TH
+d none X11/share/X11/locale/th_TH				0755 root bin
+f none X11/share/X11/locale/th_TH/Compose			0444 root bin
+f none X11/share/X11/locale/th_TH/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/th_TH/XLC_LOCALE			0444 root bin
+
+!search  $HOME/X11/share/X11/locale/th_TH.UTF-8
+d none X11/share/X11/locale/th_TH.UTF-8				0755 root bin
+f none X11/share/X11/locale/th_TH.UTF-8/Compose			0444 root bin
+f none X11/share/X11/locale/th_TH.UTF-8/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/th_TH.UTF-8/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/tscii-0
+d none X11/share/X11/locale/tscii-0				0755 root bin
+f none X11/share/X11/locale/tscii-0/Compose			0444 root bin
+f none X11/share/X11/locale/tscii-0/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/tscii-0/XLC_LOCALE			0444 root bin
+
+!search  $HOME/X11/share/X11/locale/vi_VN.tcvn
+d none X11/share/X11/locale/vi_VN.tcvn				0755 root bin
+f none X11/share/X11/locale/vi_VN.tcvn/Compose			0444 root bin
+f none X11/share/X11/locale/vi_VN.tcvn/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/vi_VN.tcvn/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/vi_VN.viscii
+d none X11/share/X11/locale/vi_VN.viscii			0755 root bin
+f none X11/share/X11/locale/vi_VN.viscii/Compose		0444 root bin
+f none X11/share/X11/locale/vi_VN.viscii/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/vi_VN.viscii/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/zh_CN
+d none X11/share/X11/locale/zh_CN				0755 root bin
+f none X11/share/X11/locale/zh_CN/Compose			0444 root bin
+f none X11/share/X11/locale/zh_CN/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/zh_CN/XLC_LOCALE			0444 root bin
+
+!search  $HOME/X11/share/X11/locale/zh_CN.UTF-8
+d none X11/share/X11/locale/zh_CN.UTF-8				0755 root bin
+f none X11/share/X11/locale/zh_CN.UTF-8/Compose			0444 root bin
+f none X11/share/X11/locale/zh_CN.UTF-8/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/zh_CN.UTF-8/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/zh_CN.gb18030
+d none X11/share/X11/locale/zh_CN.gb18030			0755 root bin
+f none X11/share/X11/locale/zh_CN.gb18030/Compose		0444 root bin
+f none X11/share/X11/locale/zh_CN.gb18030/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/zh_CN.gb18030/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/zh_CN.gbk
+d none X11/share/X11/locale/zh_CN.gbk				0755 root bin
+f none X11/share/X11/locale/zh_CN.gbk/Compose			0444 root bin
+f none X11/share/X11/locale/zh_CN.gbk/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/zh_CN.gbk/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/zh_HK.UTF-8
+d none X11/share/X11/locale/zh_HK.UTF-8				0755 root bin
+f none X11/share/X11/locale/zh_HK.UTF-8/Compose			0444 root bin
+f none X11/share/X11/locale/zh_HK.UTF-8/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/zh_HK.UTF-8/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/zh_HK.big5
+d none X11/share/X11/locale/zh_HK.big5				0755 root bin
+f none X11/share/X11/locale/zh_HK.big5/Compose			0444 root bin
+f none X11/share/X11/locale/zh_HK.big5/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/zh_HK.big5/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/zh_HK.big5hkscs
+d none X11/share/X11/locale/zh_HK.big5hkscs			0755 root bin
+f none X11/share/X11/locale/zh_HK.big5hkscs/Compose		0444 root bin
+f none X11/share/X11/locale/zh_HK.big5hkscs/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/zh_HK.big5hkscs/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/zh_TW
+d none X11/share/X11/locale/zh_TW				0755 root bin
+f none X11/share/X11/locale/zh_TW/Compose			0444 root bin
+f none X11/share/X11/locale/zh_TW/XI18N_OBJS			0444 root bin
+f none X11/share/X11/locale/zh_TW/XLC_LOCALE			0444 root bin
+
+!search  $HOME/X11/share/X11/locale/zh_TW.UTF-8
+d none X11/share/X11/locale/zh_TW.UTF-8				0755 root bin
+f none X11/share/X11/locale/zh_TW.UTF-8/Compose			0444 root bin
+f none X11/share/X11/locale/zh_TW.UTF-8/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/zh_TW.UTF-8/XLC_LOCALE		0444 root bin
+
+!search  $HOME/X11/share/X11/locale/zh_TW.big5
+d none X11/share/X11/locale/zh_TW.big5				0755 root bin
+f none X11/share/X11/locale/zh_TW.big5/Compose			0444 root bin
+f none X11/share/X11/locale/zh_TW.big5/XI18N_OBJS		0444 root bin
+f none X11/share/X11/locale/zh_TW.big5/XLC_LOCALE		0444 root bin
+
 !search  $HOME/openwin/share
 d none openwin/share 				0755 root bin
 
@@ -681,10 +1057,6 @@
 !search  $HOME/openwin/lib/$plat_64
 d none openwin/lib/$plat_64 			0755 root bin
 s none openwin/lib/64=$plat_64
-s none openwin/lib/$plat_64/libX.so.4=./libX11.so.4
-s none openwin/lib/$plat_64/libX.so=./libX11.so.4
-s none openwin/lib/$plat_64/libX11.so=./libX11.so.4
-f none openwin/lib/$plat_64/libX11.so.4 		0755 root bin
 f none openwin/lib/$plat_64/libXext.so.0 	0755 root bin
 s none openwin/lib/$plat_64/libXext.so=./libXext.so.0
 s none openwin/lib/$plat_64/libXaw.so=./libXaw.so.5
@@ -718,8 +1090,37 @@
 !search ../usr/lib/help/profiles/locale/C
 f none lib/help/profiles/locale/C/RtDesktopConfiguration.html 444 root bin
 
+d none X11/lib/X11                              0755 root bin
+
+# open-src/lib/libX11
+!search      $HOME/X11/lib/X11
+f none X11/lib/X11/Xcms.txt			0444 root bin
+s none openwin/lib/Xcms.txt=X11/Xcms.txt
+s none openwin/lib/X11/Xcms.txt=../../../X11/lib/X11/Xcms.txt
+
+!search      $HOME/X11/lib/X11/locale/common
+d none X11/lib/X11/locale                 		0755 root bin
+d none X11/lib/X11/locale/common			0755 root bin
+f none X11/lib/X11/locale/common/ximcp.so.2		0444 root bin
+f none X11/lib/X11/locale/common/xlcDef.so.2		0444 root bin
+f none X11/lib/X11/locale/common/xlcGB18030.so.2	0444 root bin
+f none X11/lib/X11/locale/common/xlcUTF8Load.so.2	0444 root bin
+f none X11/lib/X11/locale/common/xlibi18n.so.2		0444 root bin
+f none X11/lib/X11/locale/common/xlocale.so.2		0444 root bin
+f none X11/lib/X11/locale/common/xomGeneric.so.2	0444 root bin
+
+!search      $HOME/X11/lib/X11/locale/$plat_64/common
+d none X11/lib/X11/locale/$plat_64/				0755 root bin
+d none X11/lib/X11/locale/$plat_64/common			0755 root bin
+f none X11/lib/X11/locale/$plat_64/common/ximcp.so.2		0444 root bin
+f none X11/lib/X11/locale/$plat_64/common/xlcDef.so.2		0444 root bin
+f none X11/lib/X11/locale/$plat_64/common/xlcGB18030.so.2	0444 root bin
+f none X11/lib/X11/locale/$plat_64/common/xlcUTF8Load.so.2	0444 root bin
+f none X11/lib/X11/locale/$plat_64/common/xlibi18n.so.2		0444 root bin
+f none X11/lib/X11/locale/$plat_64/common/xlocale.so.2		0444 root bin
+f none X11/lib/X11/locale/$plat_64/common/xomGeneric.so.2	0444 root bin
+
 !search      $HOME/X11/lib/X11/app-defaults
-d none X11/lib/X11                              0755 root bin
 d none X11/lib/X11/app-defaults                 0755 root bin
 f none X11/lib/X11/app-defaults/Bitmap		0644 root bin
 f none X11/lib/X11/app-defaults/Bitmap-color	0644 root bin
--- a/packages/SUNWxwpmn/prototype	Wed Feb 27 19:55:52 2008 -0800
+++ b/packages/SUNWxwpmn/prototype	Thu Feb 28 17:02:09 2008 -0800
@@ -26,7 +26,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 # 
-#	"@(#)prototype	35.39	08/02/15   Sun Microsystems" 
+#	"@(#)prototype	35.40	08/02/27   Sun Microsystems" 
 #
 #  X Window System programmers man pages
 
@@ -45,966 +45,822 @@
 d none X11/share/man 0755 root bin
 s none X11/man=share/man
 
-!search            $HOME/openwin/share/man/man3X11
-d none openwin/share/man/man3X11  0755 root bin
-f none openwin/share/man/man3X11/AllPlanes.3X11  0444 root bin
-f none openwin/share/man/man3X11/BitmapBitOrder.3X11  0444 root bin
-f none openwin/share/man/man3X11/BitmapPad.3X11  0444 root bin
-f none openwin/share/man/man3X11/BitmapUnit.3X11  0444 root bin
-f none openwin/share/man/man3X11/BlackPixel.3X11  0444 root bin
-f none openwin/share/man/man3X11/BlackPixelOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/BlkPScrn.3X11  0444 root bin
-f none openwin/share/man/man3X11/CellsOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/ClientWhitePointOfCCC.3X11  0444 root bin
-f none openwin/share/man/man3X11/ConnectionNumber.3X11  0444 root bin
-f none openwin/share/man/man3X11/DefaultColormap.3X11  0444 root bin
-f none openwin/share/man/man3X11/DefaultColormapOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/DefaultDepth.3X11  0444 root bin
-f none openwin/share/man/man3X11/DefaultDepthOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/DefaultGC.3X11  0444 root bin
-f none openwin/share/man/man3X11/DefaultGCOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/DefaultRootWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/DefaultScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/DefaultScreenOfDisplay.3X11  0444 root bin
-f none openwin/share/man/man3X11/DefaultVisual.3X11  0444 root bin
-f none openwin/share/man/man3X11/DefaultVisualOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/Dis3C.3X11  0444 root bin
-f none openwin/share/man/man3X11/DisplayCells.3X11  0444 root bin
-f none openwin/share/man/man3X11/DisplayHeight.3X11  0444 root bin
-f none openwin/share/man/man3X11/DisplayHeightMM.3X11  0444 root bin
-f none openwin/share/man/man3X11/DisplayOfCCC.3X11  0444 root bin
-f none openwin/share/man/man3X11/DisplayOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/DisplayPlanes.3X11  0444 root bin
-f none openwin/share/man/man3X11/DisplayString.3X11  0444 root bin
-f none openwin/share/man/man3X11/DisplayWidth.3X11  0444 root bin
-f none openwin/share/man/man3X11/DisplayWidthMM.3X11  0444 root bin
-f none openwin/share/man/man3X11/DoesBackingStore.3X11  0444 root bin
-f none openwin/share/man/man3X11/DoesSaveUnders.3X11  0444 root bin
-f none openwin/share/man/man3X11/EventMaskOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/HeightMMOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/HeightOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/ImageByteOrder.3X11  0444 root bin
-f none openwin/share/man/man3X11/ImageOrd.3X11  0444 root bin
-f none openwin/share/man/man3X11/IsCKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/IsCursorKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/IsFunctionKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/IsKeypadKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/IsMiscFunctionKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/IsModifierKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/IsPFKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/IsPrivateKeypadKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/LastKnownRequestProcessed.3X11  0444 root bin
-f none openwin/share/man/man3X11/MaxCmapsOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/MinCmapsOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/NextRequest.3X11  0444 root bin
-f none openwin/share/man/man3X11/PlanesOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/ProtocolRevision.3X11  0444 root bin
-f none openwin/share/man/man3X11/ProtocolVersion.3X11  0444 root bin
-f none openwin/share/man/man3X11/QLength.3X11  0444 root bin
-f none openwin/share/man/man3X11/RootWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/RootWindowOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/ScreenCount.3X11  0444 root bin
-f none openwin/share/man/man3X11/ScreenNumberOfCCC.3X11  0444 root bin
-f none openwin/share/man/man3X11/ScreenOfDisplay.3X11  0444 root bin
-f none openwin/share/man/man3X11/ScreenWhitePointOfCCC.3X11  0444 root bin
-f none openwin/share/man/man3X11/ServerVendor.3X11  0444 root bin
-f none openwin/share/man/man3X11/VendorRelease.3X11  0444 root bin
-f none openwin/share/man/man3X11/VisualOfCCC.3X11  0444 root bin
-f none openwin/share/man/man3X11/WhitePixel.3X11  0444 root bin
-f none openwin/share/man/man3X11/WhitePixelOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/WidthMMOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/WidthOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/XACHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAIcSize.3X11  0444 root bin
-f none openwin/share/man/man3X11/XASCmap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XASHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAWMHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XActivateScreenSaver.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAddConnectionWatch.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAddHost.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAddHosts.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAddPixel.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAddToSaveSet.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAllColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAllEvnt.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAllocClassHint.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAllocColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAllocColorCells.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAllocColorPlanes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAllocIconSize.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAllocNamedColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAllocSizeHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAllocStandardColormap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAllocWMHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAllowEvents.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAnyEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XArc.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAutoRepeatOff.3X11  0444 root bin
-f none openwin/share/man/man3X11/XAutoRepeatOn.3X11  0444 root bin
-f none openwin/share/man/man3X11/XBaseFontNameListOfFontSet.3X11  0444 root bin
-f none openwin/share/man/man3X11/XBell.3X11  0444 root bin
-f none openwin/share/man/man3X11/XButEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XButtonEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCKCntrl.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCKMping.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCMEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XChangeActivePointerGrab.3X11  0444 root bin
-f none openwin/share/man/man3X11/XChangeGC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XChangeKeyboardControl.3X11  0444 root bin
-f none openwin/share/man/man3X11/XChangeKeyboardMapping.3X11  0444 root bin
-f none openwin/share/man/man3X11/XChangePointerControl.3X11  0444 root bin
-f none openwin/share/man/man3X11/XChangeProperty.3X11  0444 root bin
-f none openwin/share/man/man3X11/XChangeSaveSet.3X11  0444 root bin
-f none openwin/share/man/man3X11/XChangeWindowAttributes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XChar2b.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCharStruct.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCheckIfEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCheckMaskEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCheckTypedEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCheckTypedWindowEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCheckWindowEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCirREven.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCirculateEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCirculateRequestEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCirculateSubwindows.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCirculateSubwindowsDown.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCirculateSubwindowsUp.3X11  0444 root bin
-f none openwin/share/man/man3X11/XClassHint.3X11  0444 root bin
-f none openwin/share/man/man3X11/XClearArea.3X11  0444 root bin
-f none openwin/share/man/man3X11/XClearWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XClientMessageEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XClipBox.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCloseDisplay.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCloseIM.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCloseOM.3X11  0444 root bin
-f none openwin/share/man/man3X11/XClrArea.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCmpEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XColormapEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XConEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XConREven.3X11  0444 root bin
-f none openwin/share/man/man3X11/XConfigureEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XConfigureRequestEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XConfigureWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XContextDependentDrawing.3X11  0444 root bin
-f none openwin/share/man/man3X11/XContextualDrawing.3X11  0444 root bin
-f none openwin/share/man/man3X11/XConvertCase.3X11  0444 root bin
-f none openwin/share/man/man3X11/XConvertSelection.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCopyArea.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCopyColormapAndFree.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCopyGC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCopyPlane.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreFCur.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreFSet.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreGC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreIC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreImage.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreOC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCrePmap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreReg.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreWin.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateBitmapFromData.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateColormap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateFontCursor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateFontSet.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateGC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateGlyphCursor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateIC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateImage.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateOC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreatePixmap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreatePixmapCursor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreatePixmapFromBitmapData.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateSimpleWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCreateWindowEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCroEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XCrossingEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDWEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDefCur.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDefaultString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDefineCursor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDeleteContext.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDeleteModifiermapEntry.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDeleteProperty.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDesWin.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDestroyIC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDestroyImage.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDestroyOC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDestroyRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDestroySubwindows.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDestroyWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDestroyWindowEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDirectionalDependentDrawing.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDisableAccessControl.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDisplayKeycodes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDisplayMotionBufferSize.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDisplayName.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDisplayOfIM.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDisplayOfOM.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrArc.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrIStr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrLine.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrPoint.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrRect.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrText.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawArc.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawArcs.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawImageString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawImageString16.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawLine.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawLines.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawPoint.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawPoints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawRectangle.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawRectangles.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawSegments.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawString16.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawText.3X11  0444 root bin
-f none openwin/share/man/man3X11/XDrawText16.3X11  0444 root bin
-f none openwin/share/man/man3X11/XERegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XEmptyRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XEnableAccessControl.3X11  0444 root bin
-f none openwin/share/man/man3X11/XEnumDB.3X11  0444 root bin
-f none openwin/share/man/man3X11/XEofFSet.3X11  0444 root bin
-f none openwin/share/man/man3X11/XEqualRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XErrEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XErrorEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XEventsQueued.3X11  0444 root bin
-f none openwin/share/man/man3X11/XExpEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XExposeEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XExtendedMaxRequestSize.3X11  0444 root bin
-f none openwin/share/man/man3X11/XExtentsOfFontSet.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFCEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFSExt.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFetchBuffer.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFetchBytes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFetchName.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFillArc.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFillArcs.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFillPolygon.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFillRect.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFillRectangle.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFillRectangles.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFilterEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFindContext.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFlush.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFocusChangeEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFofFSet.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFontProp.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFontSetExtents.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFontStruct.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFontsOfFontSet.3X11  0444 root bin
-f none openwin/share/man/man3X11/XForceScreenSaver.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFree.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFreeColormap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFreeColors.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFreeCursor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFreeFont.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFreeFontInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFreeFontNames.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFreeFontPath.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFreeFontSet.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFreeGC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFreeModifierMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFreePixmap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XFreeStringList.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGCValues.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGContextFromGC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGEEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGFDBase.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetAtomName.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetAtomNames.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetClassHint.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetCommand.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetDefault.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetErrorDatabaseText.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetErrorText.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetFontPath.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetFontProperty.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetGCValues.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetGeometry.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetICValues.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetIMValues.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetIconName.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetIconSizes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetImage.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetInputFocus.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetKeyboardControl.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetKeyboardMapping.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetModifierMapping.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetMotionEvents.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetOCValues.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetOMValues.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetPixel.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetPointerControl.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetPointerMapping.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetRGBColormaps.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetRes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetScreenSaver.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetSelectionOwner.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetSubImage.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetTextProperty.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetTransientForHint.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetVInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetVisualInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetWAttr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetWMClientMachine.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetWMColormapWindows.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetWMHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetWMIconName.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetWMName.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetWMNormalHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetWMProtocols.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetWMSizeHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetWProp.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetWindowAttributes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGetWindowProperty.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGrButton.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGrKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGrKeybrd.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGrPntr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGrServer.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGrabButton.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGrabKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGrabKeyboard.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGrabPointer.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGrabServer.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGraphicsExposeEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XGravityEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XHostAddress.3X11  0444 root bin
-f none openwin/share/man/man3X11/XIMOfIC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XIcWin.3X11  0444 root bin
-f none openwin/share/man/man3X11/XIconSize.3X11  0444 root bin
-f none openwin/share/man/man3X11/XIconifyWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XIfEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XInitImage.3X11  0444 root bin
-f none openwin/share/man/man3X11/XInitThreads.3X11  0444 root bin
-f none openwin/share/man/man3X11/XInitial.3X11  0444 root bin
-f none openwin/share/man/man3X11/XInsertModifiermapEntry.3X11  0444 root bin
-f none openwin/share/man/man3X11/XInstCmap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XInstallColormap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XIntConn.3X11  0444 root bin
-f none openwin/share/man/man3X11/XInterReg.3X11  0444 root bin
-f none openwin/share/man/man3X11/XInternA.3X11  0444 root bin
-f none openwin/share/man/man3X11/XInternAtom.3X11  0444 root bin
-f none openwin/share/man/man3X11/XInternAtoms.3X11  0444 root bin
-f none openwin/share/man/man3X11/XInternalConnectionNumbers.3X11  0444 root bin
-f none openwin/share/man/man3X11/XIntersectRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XKMapEven.3X11  0444 root bin
-f none openwin/share/man/man3X11/XKeyEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XKeyboardControl.3X11  0444 root bin
-f none openwin/share/man/man3X11/XKeycodeToKeysym.3X11  0444 root bin
-f none openwin/share/man/man3X11/XKeymapEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XKeysymToKeycode.3X11  0444 root bin
-f none openwin/share/man/man3X11/XKeysymToString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XKillClient.3X11  0444 root bin
-f none openwin/share/man/man3X11/XListDepths.3X11  0444 root bin
-f none openwin/share/man/man3X11/XListFont.3X11  0444 root bin
-f none openwin/share/man/man3X11/XListFonts.3X11  0444 root bin
-f none openwin/share/man/man3X11/XListFontsWithInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XListHosts.3X11  0444 root bin
-f none openwin/share/man/man3X11/XListInstalledColormaps.3X11  0444 root bin
-f none openwin/share/man/man3X11/XListPixmapFormats.3X11  0444 root bin
-f none openwin/share/man/man3X11/XListProperties.3X11  0444 root bin
-f none openwin/share/man/man3X11/XLoadFont.3X11  0444 root bin
-f none openwin/share/man/man3X11/XLoadQueryFont.3X11  0444 root bin
-f none openwin/share/man/man3X11/XLocaleOfFontSet.3X11  0444 root bin
-f none openwin/share/man/man3X11/XLocaleOfIM.3X11  0444 root bin
-f none openwin/share/man/man3X11/XLocaleOfOM.3X11  0444 root bin
-f none openwin/share/man/man3X11/XLockDisplay.3X11  0444 root bin
-f none openwin/share/man/man3X11/XLookKsym.3X11  0444 root bin
-f none openwin/share/man/man3X11/XLookupColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XLookupKeysym.3X11  0444 root bin
-f none openwin/share/man/man3X11/XLookupString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XLowerWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMDBases.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMREvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMapEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMapRaised.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMapRequestEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMapSubwindows.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMapWin.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMapWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMappingEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMaskEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMatchVisualInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMaxRequestSize.3X11  0444 root bin
-f none openwin/share/man/man3X11/XModifierKeymap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMotionEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMoveResizeWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XMoveWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XNEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XNewModifiermap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XNextEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XNoExposeEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XNoOp.3X11  0444 root bin
-f none openwin/share/man/man3X11/XOMOfOC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XOffsetRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XOpDsply.3X11  0444 root bin
-f none openwin/share/man/man3X11/XOpenDisplay.3X11  0444 root bin
-f none openwin/share/man/man3X11/XOpenIM.3X11  0444 root bin
-f none openwin/share/man/man3X11/XOpenOM.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XParGeom.3X11  0444 root bin
-f none openwin/share/man/man3X11/XParseColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XParseGeometry.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPeekEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPeekIfEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPending.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPixmapFormatValues.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPoint.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPointInRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPolyReg.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPolygonRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XProcessInternalConnection.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPropertyEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPutBEvnt.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPutBackEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPutImage.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPutPixel.3X11  0444 root bin
-f none openwin/share/man/man3X11/XPutRes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQBSize.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQPointer.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQTree.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQueryBestCursor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQueryBestSize.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQueryBestStipple.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQueryBestTile.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQueryColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQueryColors.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQueryFont.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQueryKeymap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQueryPointer.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQueryTextExtents.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQueryTextExtents16.3X11  0444 root bin
-f none openwin/share/man/man3X11/XQueryTree.3X11  0444 root bin
-f none openwin/share/man/man3X11/XREvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRMStr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRREvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRaiseWin.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRaiseWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XReadBF.3X11  0444 root bin
-f none openwin/share/man/man3X11/XReadBitmapFile.3X11  0444 root bin
-f none openwin/share/man/man3X11/XReadBitmapFileData.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRebindKeysym.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRecCur.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRecolorCursor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XReconfigureWMWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRectInRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRectangle.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRefreshKeyboardMapping.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRegisterIMInstantiateCallback.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRemoveConnectionWatch.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRemoveFromSaveSet.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRemoveHost.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRemoveHosts.3X11  0444 root bin
-f none openwin/share/man/man3X11/XReparWin.3X11  0444 root bin
-f none openwin/share/man/man3X11/XReparentEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XReparentWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XResetScreenSaver.3X11  0444 root bin
-f none openwin/share/man/man3X11/XResizeRequestEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XResizeWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XResourceManagerString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRestackWindows.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRotateBuffers.3X11  0444 root bin
-f none openwin/share/man/man3X11/XRotateWindowProperties.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSCEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSContext.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSICFoc.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSICVals.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSInput.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSLTTProp.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSREvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSaveContext.3X11  0444 root bin
-f none openwin/share/man/man3X11/XScreenNumberOfScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/XScreenResourceString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeArcMod.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeClipO.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeClosDM.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeCmd.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeErrHan.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeFillS.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeFont.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeFontP.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeInFoc.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeLAttr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSePMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeScSav.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeSelOwn.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeState.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeTFHint.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeTProp.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeTile.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeWMCMac.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeWMCWin.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeWMName.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeWMProp.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSeWMProt.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSegment.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSelectInput.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSelectionClearEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSelectionEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSelectionRequestEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSendEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetAccessControl.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetAfterFunction.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetArcMode.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetBackground.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetClassHint.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetClipMask.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetClipOrigin.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetClipRectangles.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetCloseDownMode.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetCommand.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetDashes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetErrorHandler.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetFillRule.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetFillStyle.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetFont.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetFontPath.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetForeground.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetFunction.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetGraphicsExposure.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetICFocus.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetICValues.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetIMValues.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetIOErrorHandler.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetIconName.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetIconSizes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetInputFocus.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetLineAttributes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetLocaleModifiers.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetModifierMapping.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetOCValues.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetOMValues.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetPlanemask.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetPointerMapping.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetRGBColormaps.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetScreenSaver.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetSelectionOwner.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetState.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetStipple.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetSubwindowMode.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetTSOrigin.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetTextProperty.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetTile.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetTransientForHint.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWMClientMachine.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWMColormapWindows.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWMHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWMIconName.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWMName.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWMNormalHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWMProperties.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWMProtocols.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWMSizeHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWindowAttributes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWindowBackground.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWindowBackgroundPixmap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWindowBorder.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWindowBorderPixmap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWindowBorderWidth.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSetWindowColormap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XShrinkRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSizeHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XStBytes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XStColors.3X11  0444 root bin
-f none openwin/share/man/man3X11/XStTKsym.3X11  0444 root bin
-f none openwin/share/man/man3X11/XStandardColormap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XStoreBuffer.3X11  0444 root bin
-f none openwin/share/man/man3X11/XStoreBytes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XStoreColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XStoreColors.3X11  0444 root bin
-f none openwin/share/man/man3X11/XStoreName.3X11  0444 root bin
-f none openwin/share/man/man3X11/XStoreNamedColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XStringListToTextProperty.3X11  0444 root bin
-f none openwin/share/man/man3X11/XStringToKeysym.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSubImage.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSubtractRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSupLoc.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSupportsLocale.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSync.3X11  0444 root bin
-f none openwin/share/man/man3X11/XSynchronize.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTLTTProp.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTextExt.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTextExtents.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTextExtents16.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTextItem.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTextItem16.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTextProperty.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTextPropertyToStringList.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTextWid.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTextWidth.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTextWidth16.3X11  0444 root bin
-f none openwin/share/man/man3X11/XThreads.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTimeCoord.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTranWCo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XTranslateCoordinates.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUQuark.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUmapEven.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUndefineCursor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUngrabButton.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUngrabKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUngrabKeyboard.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUngrabPointer.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUngrabServer.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUninstallColormap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUnionRectWithRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUnionRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUniqueContext.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUnloadFont.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUnlockDisplay.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUnmapEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUnmapSubwindows.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUnmapWin.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUnmapWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUnregisterIMInstantiateCallback.3X11  0444 root bin
-f none openwin/share/man/man3X11/XUnsetICFocus.3X11  0444 root bin
-f none openwin/share/man/man3X11/XVCNList.3X11  0444 root bin
-f none openwin/share/man/man3X11/XVEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XVaCreateNestedList.3X11  0444 root bin
-f none openwin/share/man/man3X11/XVisibilityNotifyEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XVisualIDFromVisual.3X11  0444 root bin
-f none openwin/share/man/man3X11/XVisualInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XWMGeometry.3X11  0444 root bin
-f none openwin/share/man/man3X11/XWMHints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XWarpPntr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XWarpPointer.3X11  0444 root bin
-f none openwin/share/man/man3X11/XWindowAttributes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XWindowChanges.3X11  0444 root bin
-f none openwin/share/man/man3X11/XWindowEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XWithdrawWindow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XWriteBitmapFile.3X11  0444 root bin
-f none openwin/share/man/man3X11/XXorRegion.3X11  0444 root bin
-f none openwin/share/man/man3X11/Xcms3CoC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsAClr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsAllocColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsAllocNamedColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCCCOfColormap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCClrs.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIELab.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIELabQueryMaxC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIELabQueryMaxL.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIELabQueryMaxLC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIELabQueryMinL.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIELuv.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIELuvQueryMaxC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIELuvQueryMaxL.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIELuvQueryMaxLC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIELuvQueryMinL.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIEXYZ.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIEuvY.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCIExyY.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsClr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsConvertColors.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCre3C.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsCreateCCC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsD3C.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsDefaultCCC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsFreeCCC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsLaQMC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsLookupColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsLuQMC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsPad.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsQBlk.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsQClr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsQueryBlack.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsQueryBlue.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsQueryColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsQueryColors.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsQueryGreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsQueryRed.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsQueryWhite.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsRGB.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsRGBi.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsSClr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsSWP.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsSetCCCOfColormap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsSetWhiteAdjustProc.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsSetWhitePoint.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsStoreColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsStoreColors.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsTQMC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsTekHVC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsTekHVCQueryMaxC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsTekHVCQueryMaxV.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsTekHVCQueryMaxVC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsTekHVCQueryMaxVSamples.3X11  0444 root bin
-f none openwin/share/man/man3X11/XcmsTekHVCQueryMinV.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbActionCtrls.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddDeviceLedInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddGeomColor.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddGeomDoodad.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddGeomKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddGeomKeyAlias.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddGeomOutline.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddGeomOverlay.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddGeomOverlayKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddGeomOverlayRow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddGeomProperty.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddGeomRow.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddGeomSection.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddGeomShape.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAddSymInterpret.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocClientMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocCompatMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocControls.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocDeviceInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocDeviceLedInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomColors.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomDoodads.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomKeyAliases.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomKeys.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomOutlines.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomOverlayKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomOverlayRows.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomOverlays.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomPoints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomProps.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomRows.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomSectionDoodads.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomSections.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeomShapes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocGeometry.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocIndicatorMaps.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocKeyboard.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocNames.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbAllocServerMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbApplyCompatMapToKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbBell.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbBellEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbChangeControls.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbChangeDeviceInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbChangeEnabledControls.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbChangeIndicators.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbChangeMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbChangeNames.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbChangeTypesOfKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbComputeRowBounds.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbComputeSectionBounds.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbComputeShapeBounds.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbComputeShapeTop.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbCopyKeyType.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbCopyKeyTypes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbDeviceBell.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbDeviceBellEvent.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFindOverlayForKey.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbForceBell.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbForceDeviceBell.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeClientMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeCompatMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeComponentList.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeControls.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeDeviceInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomColors.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomDoodads.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomKeyAliases.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomKeys.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomOutlines.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomOverlayKeys.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomOverlayRows.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomOverlays.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomPoints.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomProperties.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomRows.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomSections.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeomShapes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeGeometry.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeIndicatorMaps.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeKeyboard.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeNames.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbFreeServerMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetAccessXTimeout.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetAutoRepeatRate.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetAutoResetControls.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetBounceKeysDelay.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetCompatMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetControls.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetControlsChanges.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetDetectableAutorepeat.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetDeviceButtonActions.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetDeviceInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetDeviceInfoChanges.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetDeviceLedInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetGeometry.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetIndicatorChanges.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetIndicatorMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetIndicatorState.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetKeyActions.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetKeyBehaviors.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetKeyExplicitComponents.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetKeyModifierMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetKeySyms.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetKeyTypes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetKeyVirtualModMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetKeyboard.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetKeyboardByName.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetNameChanges.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetNamedGeometry.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetNamedIndicator.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetNames.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetSlowKeysDelay.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetState.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetStickyKeysOptions.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetUpdatedMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetVirtualMods.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbGetXlibControls.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbIgnoreExtension.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbInitCanonicalKeyTypes.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyAction.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyActionEntry.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyActionsPtr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyGroupInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyGroupWidth.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyGroupsWidth.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyHasActions.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyNumActions.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyNumGroups.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyNumSyms.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeySymEntry.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeySymsOffset.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeySymsPtr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyType.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyTypeIndex.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeyTypesForCoreSymbols.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeycodeToKeysym.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbKeysymToModifiers.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbLatchGroup.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbLatchModifiers.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbLibraryVersion.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbListComponents.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbLockGroup.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbLockModifiers.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbLookupKeyBinding.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbLookupKeySym.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbModActionVMods.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbNoteControlsChanges.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbNoteDeviceChanges.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbNoteIndicatorChanges.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbNoteNameChanges.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbOpenDisplay.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbOutOfRangeGroupInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbOutOfRangeGroupNumber.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbPtrActionX.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbPtrActionY.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbQueryExtension.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbRefreshKeyboardMapping.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbResizeDeviceButtonActions.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbResizeKeyActions.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbResizeKeySyms.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbResizeKeyType.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSAActionSetCtrls.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSAGroup.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSAPtrDfltValue.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSARedirectSetVMods.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSARedirectSetVModsMask.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSARedirectVMods.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSARedirectVModsMask.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSAScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSASetGroup.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSASetPtrDfltValue.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSASetScreen.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSelectEventDetails.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSelectEvents.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetAccessXTimeout.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetAutoRepeatRate.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetAutoResetControls.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetBounceKeysDelay.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetCompatMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetControls.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetDebuggingFlags.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetDetectableAutorepeat.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetDeviceButtonActions.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetDeviceInfo.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetIgnoreLockMods.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetIndicatorMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetMap.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetModActionVMods.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetNamedIndicator.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetNames.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetPtrActionX.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetPtrActionY.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetServerInternalMods.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbSetXlibControls.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbTranslateKeyCode.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbTranslateKeySym.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbUpdateMapFromCore.3X11  0444 root bin
-f none openwin/share/man/man3X11/XkbVirtualModsToReal.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbDIStr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbDStr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbDTxt.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbDrawImageString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbDrawString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbDrawText.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbLStr.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbLookupString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbRIC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbResetIC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbSetWMProperties.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbTEsc.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbTExt.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbTPCEx.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbTextEscapement.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbTextExtents.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbTextListToTextProperty.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbTextPerCharExtents.3X11  0444 root bin
-f none openwin/share/man/man3X11/XmbTextPropertyToTextList.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmCombineDatabase.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmCombineFileDatabase.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmDestroyDatabase.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmEnumerateDatabase.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmGetDatabase.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmGetFileDatabase.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmGetResource.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmGetStringDatabase.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmInitialize.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmLocaleOfDatabase.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmMergeDatabases.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmOptionDescRec.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmOptionKind.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmParseCommand.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmPermStringToQuark.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmPutFileDatabase.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmPutLineResource.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmPutResource.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmPutStringResource.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmQGetResource.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmQGetSearchList.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmQGetSearchResource.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmQPutResource.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmQPutStringResource.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmQuarkToString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmSetDatabase.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmStringToBindingQuarkList.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmStringToQuark.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmStringToQuarkList.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmUniqueQuark.3X11  0444 root bin
-f none openwin/share/man/man3X11/XrmValue.3X11  0444 root bin
-f none openwin/share/man/man3X11/XwcDrawImageString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XwcDrawString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XwcDrawText.3X11  0444 root bin
-f none openwin/share/man/man3X11/XwcFreeStringList.3X11  0444 root bin
-f none openwin/share/man/man3X11/XwcLookupString.3X11  0444 root bin
-f none openwin/share/man/man3X11/XwcResetIC.3X11  0444 root bin
-f none openwin/share/man/man3X11/XwcTextEscapement.3X11  0444 root bin
-f none openwin/share/man/man3X11/XwcTextExtents.3X11  0444 root bin
-f none openwin/share/man/man3X11/XwcTextListToTextProperty.3X11  0444 root bin
-f none openwin/share/man/man3X11/XwcTextPerCharExtents.3X11  0444 root bin
-f none openwin/share/man/man3X11/XwcTextPropertyToTextList.3X11  0444 root bin
+# open-src/lib/libX11
+!search            $HOME/X11/share/man/man3X11
+d none X11/share/man/man3X11  0755 root bin
+f none X11/share/man/man3X11/AllPlanes.3X11			0444 root bin
+f none X11/share/man/man3X11/BitmapBitOrder.3X11		0444 root bin
+f none X11/share/man/man3X11/BitmapPad.3X11			0444 root bin
+f none X11/share/man/man3X11/BitmapUnit.3X11			0444 root bin
+f none X11/share/man/man3X11/BlackPixel.3X11			0444 root bin
+f none X11/share/man/man3X11/BlackPixelOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/CellsOfScreen.3X11			0444 root bin
+f none X11/share/man/man3X11/ClientWhitePointOfCCC.3X11		0444 root bin
+f none X11/share/man/man3X11/ConnectionNumber.3X11		0444 root bin
+f none X11/share/man/man3X11/DefaultColormap.3X11		0444 root bin
+f none X11/share/man/man3X11/DefaultColormapOfScreen.3X11	0444 root bin
+f none X11/share/man/man3X11/DefaultDepth.3X11			0444 root bin
+f none X11/share/man/man3X11/DefaultDepthOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/DefaultGC.3X11			0444 root bin
+f none X11/share/man/man3X11/DefaultGCOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/DefaultRootWindow.3X11		0444 root bin
+f none X11/share/man/man3X11/DefaultScreen.3X11			0444 root bin
+f none X11/share/man/man3X11/DefaultScreenOfDisplay.3X11	0444 root bin
+f none X11/share/man/man3X11/DefaultVisual.3X11			0444 root bin
+f none X11/share/man/man3X11/DefaultVisualOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/DisplayCells.3X11			0444 root bin
+f none X11/share/man/man3X11/DisplayHeight.3X11			0444 root bin
+f none X11/share/man/man3X11/DisplayHeightMM.3X11		0444 root bin
+f none X11/share/man/man3X11/DisplayOfCCC.3X11			0444 root bin
+f none X11/share/man/man3X11/DisplayOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/DisplayPlanes.3X11			0444 root bin
+f none X11/share/man/man3X11/DisplayString.3X11			0444 root bin
+f none X11/share/man/man3X11/DisplayWidth.3X11			0444 root bin
+f none X11/share/man/man3X11/DisplayWidthMM.3X11		0444 root bin
+f none X11/share/man/man3X11/DoesBackingStore.3X11		0444 root bin
+f none X11/share/man/man3X11/DoesSaveUnders.3X11		0444 root bin
+f none X11/share/man/man3X11/EventMaskOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/HeightMMOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/HeightOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/ImageByteOrder.3X11		0444 root bin
+f none X11/share/man/man3X11/IsCursorKey.3X11			0444 root bin
+f none X11/share/man/man3X11/IsFunctionKey.3X11			0444 root bin
+f none X11/share/man/man3X11/IsKeypadKey.3X11			0444 root bin
+f none X11/share/man/man3X11/IsMiscFunctionKey.3X11		0444 root bin
+f none X11/share/man/man3X11/IsModifierKey.3X11			0444 root bin
+f none X11/share/man/man3X11/IsPFKey.3X11			0444 root bin
+f none X11/share/man/man3X11/IsPrivateKeypadKey.3X11		0444 root bin
+f none X11/share/man/man3X11/LastKnownRequestProcessed.3X11	0444 root bin
+f none X11/share/man/man3X11/MaxCmapsOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/MinCmapsOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/NextRequest.3X11			0444 root bin
+f none X11/share/man/man3X11/PlanesOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/ProtocolRevision.3X11		0444 root bin
+f none X11/share/man/man3X11/ProtocolVersion.3X11		0444 root bin
+f none X11/share/man/man3X11/QLength.3X11			0444 root bin
+f none X11/share/man/man3X11/RootWindow.3X11			0444 root bin
+f none X11/share/man/man3X11/RootWindowOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/ScreenCount.3X11			0444 root bin
+f none X11/share/man/man3X11/ScreenNumberOfCCC.3X11		0444 root bin
+f none X11/share/man/man3X11/ScreenOfDisplay.3X11		0444 root bin
+f none X11/share/man/man3X11/ScreenWhitePointOfCCC.3X11		0444 root bin
+f none X11/share/man/man3X11/ServerVendor.3X11			0444 root bin
+f none X11/share/man/man3X11/VendorRelease.3X11			0444 root bin
+f none X11/share/man/man3X11/VisualOfCCC.3X11			0444 root bin
+f none X11/share/man/man3X11/WhitePixel.3X11			0444 root bin
+f none X11/share/man/man3X11/WhitePixelOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/WidthMMOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/WidthOfScreen.3X11			0444 root bin
+f none X11/share/man/man3X11/XActivateScreenSaver.3X11		0444 root bin
+f none X11/share/man/man3X11/XAddConnectionWatch.3X11		0444 root bin
+f none X11/share/man/man3X11/XAddHost.3X11			0444 root bin
+f none X11/share/man/man3X11/XAddHosts.3X11			0444 root bin
+f none X11/share/man/man3X11/XAddPixel.3X11			0444 root bin
+f none X11/share/man/man3X11/XAddToSaveSet.3X11			0444 root bin
+f none X11/share/man/man3X11/XAllocClassHint.3X11		0444 root bin
+f none X11/share/man/man3X11/XAllocColor.3X11			0444 root bin
+f none X11/share/man/man3X11/XAllocColorCells.3X11		0444 root bin
+f none X11/share/man/man3X11/XAllocColorPlanes.3X11		0444 root bin
+f none X11/share/man/man3X11/XAllocIconSize.3X11		0444 root bin
+f none X11/share/man/man3X11/XAllocNamedColor.3X11		0444 root bin
+f none X11/share/man/man3X11/XAllocSizeHints.3X11		0444 root bin
+f none X11/share/man/man3X11/XAllocStandardColormap.3X11	0444 root bin
+f none X11/share/man/man3X11/XAllocWMHints.3X11			0444 root bin
+f none X11/share/man/man3X11/XAllowEvents.3X11			0444 root bin
+f none X11/share/man/man3X11/XAnyEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XArc.3X11				0444 root bin
+f none X11/share/man/man3X11/XAutoRepeatOff.3X11		0444 root bin
+f none X11/share/man/man3X11/XAutoRepeatOn.3X11			0444 root bin
+f none X11/share/man/man3X11/XBaseFontNameListOfFontSet.3X11	0444 root bin
+f none X11/share/man/man3X11/XBell.3X11				0444 root bin
+f none X11/share/man/man3X11/XButtonEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XChangeActivePointerGrab.3X11	0444 root bin
+f none X11/share/man/man3X11/XChangeGC.3X11			0444 root bin
+f none X11/share/man/man3X11/XChangeKeyboardControl.3X11	0444 root bin
+f none X11/share/man/man3X11/XChangeKeyboardMapping.3X11	0444 root bin
+f none X11/share/man/man3X11/XChangePointerControl.3X11		0444 root bin
+f none X11/share/man/man3X11/XChangeProperty.3X11		0444 root bin
+f none X11/share/man/man3X11/XChangeSaveSet.3X11		0444 root bin
+f none X11/share/man/man3X11/XChangeWindowAttributes.3X11	0444 root bin
+f none X11/share/man/man3X11/XChar2b.3X11			0444 root bin
+f none X11/share/man/man3X11/XCharStruct.3X11			0444 root bin
+f none X11/share/man/man3X11/XCheckIfEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XCheckMaskEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XCheckTypedEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XCheckTypedWindowEvent.3X11	0444 root bin
+f none X11/share/man/man3X11/XCheckWindowEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XCirculateEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XCirculateRequestEvent.3X11	0444 root bin
+f none X11/share/man/man3X11/XCirculateSubwindows.3X11		0444 root bin
+f none X11/share/man/man3X11/XCirculateSubwindowsDown.3X11	0444 root bin
+f none X11/share/man/man3X11/XCirculateSubwindowsUp.3X11	0444 root bin
+f none X11/share/man/man3X11/XClassHint.3X11			0444 root bin
+f none X11/share/man/man3X11/XClearArea.3X11			0444 root bin
+f none X11/share/man/man3X11/XClearWindow.3X11			0444 root bin
+f none X11/share/man/man3X11/XClientMessageEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XClipBox.3X11			0444 root bin
+f none X11/share/man/man3X11/XCloseDisplay.3X11			0444 root bin
+f none X11/share/man/man3X11/XCloseIM.3X11			0444 root bin
+f none X11/share/man/man3X11/XCloseOM.3X11			0444 root bin
+f none X11/share/man/man3X11/XColor.3X11			0444 root bin
+f none X11/share/man/man3X11/XColormapEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XConfigureEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XConfigureRequestEvent.3X11	0444 root bin
+f none X11/share/man/man3X11/XConfigureWindow.3X11		0444 root bin
+f none X11/share/man/man3X11/XContextDependentDrawing.3X11	0444 root bin
+f none X11/share/man/man3X11/XContextualDrawing.3X11		0444 root bin
+f none X11/share/man/man3X11/XConvertCase.3X11			0444 root bin
+f none X11/share/man/man3X11/XConvertSelection.3X11		0444 root bin
+f none X11/share/man/man3X11/XCopyArea.3X11			0444 root bin
+f none X11/share/man/man3X11/XCopyColormapAndFree.3X11		0444 root bin
+f none X11/share/man/man3X11/XCopyGC.3X11			0444 root bin
+f none X11/share/man/man3X11/XCopyPlane.3X11			0444 root bin
+f none X11/share/man/man3X11/XCreateBitmapFromData.3X11		0444 root bin
+f none X11/share/man/man3X11/XCreateColormap.3X11		0444 root bin
+f none X11/share/man/man3X11/XCreateFontCursor.3X11		0444 root bin
+f none X11/share/man/man3X11/XCreateFontSet.3X11		0444 root bin
+f none X11/share/man/man3X11/XCreateGC.3X11			0444 root bin
+f none X11/share/man/man3X11/XCreateGlyphCursor.3X11		0444 root bin
+f none X11/share/man/man3X11/XCreateIC.3X11			0444 root bin
+f none X11/share/man/man3X11/XCreateImage.3X11			0444 root bin
+f none X11/share/man/man3X11/XCreateOC.3X11			0444 root bin
+f none X11/share/man/man3X11/XCreatePixmap.3X11			0444 root bin
+f none X11/share/man/man3X11/XCreatePixmapCursor.3X11		0444 root bin
+f none X11/share/man/man3X11/XCreatePixmapFromBitmapData.3X11	0444 root bin
+f none X11/share/man/man3X11/XCreateRegion.3X11			0444 root bin
+f none X11/share/man/man3X11/XCreateSimpleWindow.3X11		0444 root bin
+f none X11/share/man/man3X11/XCreateWindow.3X11			0444 root bin
+f none X11/share/man/man3X11/XCreateWindowEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XCrossingEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XDefaultString.3X11		0444 root bin
+f none X11/share/man/man3X11/XDefineCursor.3X11			0444 root bin
+f none X11/share/man/man3X11/XDeleteContext.3X11		0444 root bin
+f none X11/share/man/man3X11/XDeleteModifiermapEntry.3X11	0444 root bin
+f none X11/share/man/man3X11/XDeleteProperty.3X11		0444 root bin
+f none X11/share/man/man3X11/XDestroyIC.3X11			0444 root bin
+f none X11/share/man/man3X11/XDestroyImage.3X11			0444 root bin
+f none X11/share/man/man3X11/XDestroyOC.3X11			0444 root bin
+f none X11/share/man/man3X11/XDestroyRegion.3X11		0444 root bin
+f none X11/share/man/man3X11/XDestroySubwindows.3X11		0444 root bin
+f none X11/share/man/man3X11/XDestroyWindow.3X11		0444 root bin
+f none X11/share/man/man3X11/XDestroyWindowEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XDirectionalDependentDrawing.3X11	0444 root bin
+f none X11/share/man/man3X11/XDisableAccessControl.3X11		0444 root bin
+f none X11/share/man/man3X11/XDisplayKeycodes.3X11		0444 root bin
+f none X11/share/man/man3X11/XDisplayMotionBufferSize.3X11	0444 root bin
+f none X11/share/man/man3X11/XDisplayName.3X11			0444 root bin
+f none X11/share/man/man3X11/XDisplayOfIM.3X11			0444 root bin
+f none X11/share/man/man3X11/XDisplayOfOM.3X11			0444 root bin
+f none X11/share/man/man3X11/XDrawArc.3X11			0444 root bin
+f none X11/share/man/man3X11/XDrawArcs.3X11			0444 root bin
+f none X11/share/man/man3X11/XDrawImageString.3X11		0444 root bin
+f none X11/share/man/man3X11/XDrawImageString16.3X11		0444 root bin
+f none X11/share/man/man3X11/XDrawLine.3X11			0444 root bin
+f none X11/share/man/man3X11/XDrawLines.3X11			0444 root bin
+f none X11/share/man/man3X11/XDrawPoint.3X11			0444 root bin
+f none X11/share/man/man3X11/XDrawPoints.3X11			0444 root bin
+f none X11/share/man/man3X11/XDrawRectangle.3X11		0444 root bin
+f none X11/share/man/man3X11/XDrawRectangles.3X11		0444 root bin
+f none X11/share/man/man3X11/XDrawSegments.3X11			0444 root bin
+f none X11/share/man/man3X11/XDrawString.3X11			0444 root bin
+f none X11/share/man/man3X11/XDrawString16.3X11			0444 root bin
+f none X11/share/man/man3X11/XDrawText.3X11			0444 root bin
+f none X11/share/man/man3X11/XDrawText16.3X11			0444 root bin
+f none X11/share/man/man3X11/XEmptyRegion.3X11			0444 root bin
+f none X11/share/man/man3X11/XEnableAccessControl.3X11		0444 root bin
+f none X11/share/man/man3X11/XEqualRegion.3X11			0444 root bin
+f none X11/share/man/man3X11/XErrorEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XEventsQueued.3X11			0444 root bin
+f none X11/share/man/man3X11/XExposeEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XExtendedMaxRequestSize.3X11	0444 root bin
+f none X11/share/man/man3X11/XExtentsOfFontSet.3X11		0444 root bin
+f none X11/share/man/man3X11/XFetchBuffer.3X11			0444 root bin
+f none X11/share/man/man3X11/XFetchBytes.3X11			0444 root bin
+f none X11/share/man/man3X11/XFetchName.3X11			0444 root bin
+f none X11/share/man/man3X11/XFillArc.3X11			0444 root bin
+f none X11/share/man/man3X11/XFillArcs.3X11			0444 root bin
+f none X11/share/man/man3X11/XFillPolygon.3X11			0444 root bin
+f none X11/share/man/man3X11/XFillRectangle.3X11		0444 root bin
+f none X11/share/man/man3X11/XFillRectangles.3X11		0444 root bin
+f none X11/share/man/man3X11/XFilterEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XFindContext.3X11			0444 root bin
+f none X11/share/man/man3X11/XFlush.3X11			0444 root bin
+f none X11/share/man/man3X11/XFocusChangeEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XFontProp.3X11			0444 root bin
+f none X11/share/man/man3X11/XFontSetExtents.3X11		0444 root bin
+f none X11/share/man/man3X11/XFontStruct.3X11			0444 root bin
+f none X11/share/man/man3X11/XFontsOfFontSet.3X11		0444 root bin
+f none X11/share/man/man3X11/XForceScreenSaver.3X11		0444 root bin
+f none X11/share/man/man3X11/XFree.3X11				0444 root bin
+f none X11/share/man/man3X11/XFreeColormap.3X11			0444 root bin
+f none X11/share/man/man3X11/XFreeColors.3X11			0444 root bin
+f none X11/share/man/man3X11/XFreeCursor.3X11			0444 root bin
+f none X11/share/man/man3X11/XFreeExtensionList.3X11		0444 root bin
+f none X11/share/man/man3X11/XFreeFont.3X11			0444 root bin
+f none X11/share/man/man3X11/XFreeFontInfo.3X11			0444 root bin
+f none X11/share/man/man3X11/XFreeFontNames.3X11		0444 root bin
+f none X11/share/man/man3X11/XFreeFontPath.3X11			0444 root bin
+f none X11/share/man/man3X11/XFreeFontSet.3X11			0444 root bin
+f none X11/share/man/man3X11/XFreeGC.3X11			0444 root bin
+f none X11/share/man/man3X11/XFreeModifierMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XFreePixmap.3X11			0444 root bin
+f none X11/share/man/man3X11/XFreeStringList.3X11		0444 root bin
+f none X11/share/man/man3X11/XGCValues.3X11			0444 root bin
+f none X11/share/man/man3X11/XGContextFromGC.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetAtomName.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetAtomNames.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetClassHint.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetCommand.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetErrorDatabaseText.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetErrorText.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetFontPath.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetFontProperty.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetGCValues.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetGeometry.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetICValues.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetIMValues.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetIconName.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetIconSizes.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetImage.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetInputFocus.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetKeyboardControl.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetKeyboardMapping.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetModifierMapping.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetMotionEvents.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetOCValues.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetOMValues.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetPixel.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetPointerControl.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetPointerMapping.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetRGBColormaps.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetScreenSaver.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetSelectionOwner.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetSubImage.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetTextProperty.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetTransientForHint.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetVisualInfo.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetWMClientMachine.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetWMColormapWindows.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetWMHints.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetWMIconName.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetWMName.3X11			0444 root bin
+f none X11/share/man/man3X11/XGetWMNormalHints.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetWMProtocols.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetWMSizeHints.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetWindowAttributes.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetWindowProperty.3X11		0444 root bin
+f none X11/share/man/man3X11/XGetXCBConnection.3X11		0444 root bin
+f none X11/share/man/man3X11/XGrabButton.3X11			0444 root bin
+f none X11/share/man/man3X11/XGrabKey.3X11			0444 root bin
+f none X11/share/man/man3X11/XGrabKeyboard.3X11			0444 root bin
+f none X11/share/man/man3X11/XGrabPointer.3X11			0444 root bin
+f none X11/share/man/man3X11/XGrabServer.3X11			0444 root bin
+f none X11/share/man/man3X11/XGraphicsExposeEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XGravityEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XHostAddress.3X11			0444 root bin
+f none X11/share/man/man3X11/XIMOfIC.3X11			0444 root bin
+f none X11/share/man/man3X11/XIconSize.3X11			0444 root bin
+f none X11/share/man/man3X11/XIconifyWindow.3X11		0444 root bin
+f none X11/share/man/man3X11/XIfEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XInitImage.3X11			0444 root bin
+f none X11/share/man/man3X11/XInitThreads.3X11			0444 root bin
+f none X11/share/man/man3X11/XInsertModifiermapEntry.3X11	0444 root bin
+f none X11/share/man/man3X11/XInstallColormap.3X11		0444 root bin
+f none X11/share/man/man3X11/XInternAtom.3X11			0444 root bin
+f none X11/share/man/man3X11/XInternAtoms.3X11			0444 root bin
+f none X11/share/man/man3X11/XInternalConnectionNumbers.3X11	0444 root bin
+f none X11/share/man/man3X11/XIntersectRegion.3X11		0444 root bin
+f none X11/share/man/man3X11/XKeyEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XKeyboardControl.3X11		0444 root bin
+f none X11/share/man/man3X11/XKeycodeToKeysym.3X11		0444 root bin
+f none X11/share/man/man3X11/XKeymapEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XKeysymToKeycode.3X11		0444 root bin
+f none X11/share/man/man3X11/XKeysymToString.3X11		0444 root bin
+f none X11/share/man/man3X11/XKillClient.3X11			0444 root bin
+f none X11/share/man/man3X11/XListDepths.3X11			0444 root bin
+f none X11/share/man/man3X11/XListExtensions.3X11		0444 root bin
+f none X11/share/man/man3X11/XListFonts.3X11			0444 root bin
+f none X11/share/man/man3X11/XListFontsWithInfo.3X11		0444 root bin
+f none X11/share/man/man3X11/XListHosts.3X11			0444 root bin
+f none X11/share/man/man3X11/XListInstalledColormaps.3X11	0444 root bin
+f none X11/share/man/man3X11/XListPixmapFormats.3X11		0444 root bin
+f none X11/share/man/man3X11/XListProperties.3X11		0444 root bin
+f none X11/share/man/man3X11/XLoadFont.3X11			0444 root bin
+f none X11/share/man/man3X11/XLoadQueryFont.3X11		0444 root bin
+f none X11/share/man/man3X11/XLocaleOfFontSet.3X11		0444 root bin
+f none X11/share/man/man3X11/XLocaleOfIM.3X11			0444 root bin
+f none X11/share/man/man3X11/XLocaleOfOM.3X11			0444 root bin
+f none X11/share/man/man3X11/XLockDisplay.3X11			0444 root bin
+f none X11/share/man/man3X11/XLookupColor.3X11			0444 root bin
+f none X11/share/man/man3X11/XLookupKeysym.3X11			0444 root bin
+f none X11/share/man/man3X11/XLookupString.3X11			0444 root bin
+f none X11/share/man/man3X11/XLowerWindow.3X11			0444 root bin
+f none X11/share/man/man3X11/XMapEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XMapRaised.3X11			0444 root bin
+f none X11/share/man/man3X11/XMapRequestEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XMapSubwindows.3X11		0444 root bin
+f none X11/share/man/man3X11/XMapWindow.3X11			0444 root bin
+f none X11/share/man/man3X11/XMappingEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XMaskEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XMatchVisualInfo.3X11		0444 root bin
+f none X11/share/man/man3X11/XMaxRequestSize.3X11		0444 root bin
+f none X11/share/man/man3X11/XModifierKeymap.3X11		0444 root bin
+f none X11/share/man/man3X11/XMotionEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XMoveResizeWindow.3X11		0444 root bin
+f none X11/share/man/man3X11/XMoveWindow.3X11			0444 root bin
+f none X11/share/man/man3X11/XNewModifiermap.3X11		0444 root bin
+f none X11/share/man/man3X11/XNextEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XNoExposeEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XNoOp.3X11				0444 root bin
+f none X11/share/man/man3X11/XOMOfOC.3X11			0444 root bin
+f none X11/share/man/man3X11/XOffsetRegion.3X11			0444 root bin
+f none X11/share/man/man3X11/XOpenDisplay.3X11			0444 root bin
+f none X11/share/man/man3X11/XOpenIM.3X11			0444 root bin
+f none X11/share/man/man3X11/XOpenOM.3X11			0444 root bin
+f none X11/share/man/man3X11/XParseColor.3X11			0444 root bin
+f none X11/share/man/man3X11/XParseGeometry.3X11		0444 root bin
+f none X11/share/man/man3X11/XPeekEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XPeekIfEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XPending.3X11			0444 root bin
+f none X11/share/man/man3X11/XPixmapFormatValues.3X11		0444 root bin
+f none X11/share/man/man3X11/XPoint.3X11			0444 root bin
+f none X11/share/man/man3X11/XPointInRegion.3X11		0444 root bin
+f none X11/share/man/man3X11/XPolygonRegion.3X11		0444 root bin
+f none X11/share/man/man3X11/XProcessInternalConnection.3X11	0444 root bin
+f none X11/share/man/man3X11/XPropertyEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XPutBackEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XPutImage.3X11			0444 root bin
+f none X11/share/man/man3X11/XPutPixel.3X11			0444 root bin
+f none X11/share/man/man3X11/XQueryBestCursor.3X11		0444 root bin
+f none X11/share/man/man3X11/XQueryBestSize.3X11		0444 root bin
+f none X11/share/man/man3X11/XQueryBestStipple.3X11		0444 root bin
+f none X11/share/man/man3X11/XQueryBestTile.3X11		0444 root bin
+f none X11/share/man/man3X11/XQueryColor.3X11			0444 root bin
+f none X11/share/man/man3X11/XQueryColors.3X11			0444 root bin
+f none X11/share/man/man3X11/XQueryExtension.3X11		0444 root bin
+f none X11/share/man/man3X11/XQueryFont.3X11			0444 root bin
+f none X11/share/man/man3X11/XQueryKeymap.3X11			0444 root bin
+f none X11/share/man/man3X11/XQueryPointer.3X11			0444 root bin
+f none X11/share/man/man3X11/XQueryTextExtents.3X11		0444 root bin
+f none X11/share/man/man3X11/XQueryTextExtents16.3X11		0444 root bin
+f none X11/share/man/man3X11/XQueryTree.3X11			0444 root bin
+f none X11/share/man/man3X11/XRaiseWindow.3X11			0444 root bin
+f none X11/share/man/man3X11/XReadBitmapFile.3X11		0444 root bin
+f none X11/share/man/man3X11/XReadBitmapFileData.3X11		0444 root bin
+f none X11/share/man/man3X11/XRebindKeysym.3X11			0444 root bin
+f none X11/share/man/man3X11/XRecolorCursor.3X11		0444 root bin
+f none X11/share/man/man3X11/XReconfigureWMWindow.3X11		0444 root bin
+f none X11/share/man/man3X11/XRectInRegion.3X11			0444 root bin
+f none X11/share/man/man3X11/XRectangle.3X11			0444 root bin
+f none X11/share/man/man3X11/XRefreshKeyboardMapping.3X11	0444 root bin
+f none X11/share/man/man3X11/XRegisterIMInstantiateCallback.3X11	0444 root bin
+f none X11/share/man/man3X11/XRemoveConnectionWatch.3X11	0444 root bin
+f none X11/share/man/man3X11/XRemoveFromSaveSet.3X11		0444 root bin
+f none X11/share/man/man3X11/XRemoveHost.3X11			0444 root bin
+f none X11/share/man/man3X11/XRemoveHosts.3X11			0444 root bin
+f none X11/share/man/man3X11/XReparentEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XReparentWindow.3X11		0444 root bin
+f none X11/share/man/man3X11/XResetScreenSaver.3X11		0444 root bin
+f none X11/share/man/man3X11/XResizeRequestEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XResizeWindow.3X11			0444 root bin
+f none X11/share/man/man3X11/XResourceManagerString.3X11	0444 root bin
+f none X11/share/man/man3X11/XRestackWindows.3X11		0444 root bin
+f none X11/share/man/man3X11/XRotateBuffers.3X11		0444 root bin
+f none X11/share/man/man3X11/XRotateWindowProperties.3X11	0444 root bin
+f none X11/share/man/man3X11/XSaveContext.3X11			0444 root bin
+f none X11/share/man/man3X11/XScreenNumberOfScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/XScreenResourceString.3X11		0444 root bin
+f none X11/share/man/man3X11/XSegment.3X11			0444 root bin
+f none X11/share/man/man3X11/XSelectInput.3X11			0444 root bin
+f none X11/share/man/man3X11/XSelectionClearEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XSelectionEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XSelectionRequestEvent.3X11	0444 root bin
+f none X11/share/man/man3X11/XSendEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetAccessControl.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetAfterFunction.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetArcMode.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetBackground.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetClassHint.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetClipMask.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetClipOrigin.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetClipRectangles.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetCloseDownMode.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetCommand.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetDashes.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetErrorHandler.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetEventQueueOwner.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetFillRule.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetFillStyle.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetFont.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetFontPath.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetForeground.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetFunction.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetGraphicsExposure.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetICFocus.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetICValues.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetIMValues.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetIOErrorHandler.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetIconName.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetIconSizes.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetInputFocus.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetLineAttributes.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetLocaleModifiers.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetModifierMapping.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetOCValues.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetOMValues.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetPlaneMask.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetPointerMapping.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetRGBColormaps.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetRegion.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetScreenSaver.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetSelectionOwner.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetState.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetStipple.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetSubwindowMode.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetTSOrigin.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetTextProperty.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetTile.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetTransientForHint.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetWMClientMachine.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetWMColormapWindows.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetWMHints.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetWMIconName.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetWMName.3X11			0444 root bin
+f none X11/share/man/man3X11/XSetWMNormalHints.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetWMProperties.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetWMProtocols.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetWMSizeHints.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetWindowAttributes.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetWindowBackground.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetWindowBackgroundPixmap.3X11	0444 root bin
+f none X11/share/man/man3X11/XSetWindowBorder.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetWindowBorderPixmap.3X11	0444 root bin
+f none X11/share/man/man3X11/XSetWindowBorderWidth.3X11		0444 root bin
+f none X11/share/man/man3X11/XSetWindowColormap.3X11		0444 root bin
+f none X11/share/man/man3X11/XShrinkRegion.3X11			0444 root bin
+f none X11/share/man/man3X11/XSizeHints.3X11			0444 root bin
+f none X11/share/man/man3X11/XStandardColormap.3X11		0444 root bin
+f none X11/share/man/man3X11/XStoreBuffer.3X11			0444 root bin
+f none X11/share/man/man3X11/XStoreBytes.3X11			0444 root bin
+f none X11/share/man/man3X11/XStoreColor.3X11			0444 root bin
+f none X11/share/man/man3X11/XStoreColors.3X11			0444 root bin
+f none X11/share/man/man3X11/XStoreName.3X11			0444 root bin
+f none X11/share/man/man3X11/XStoreNamedColor.3X11		0444 root bin
+f none X11/share/man/man3X11/XStringListToTextProperty.3X11	0444 root bin
+f none X11/share/man/man3X11/XStringToKeysym.3X11		0444 root bin
+f none X11/share/man/man3X11/XSubImage.3X11			0444 root bin
+f none X11/share/man/man3X11/XSubtractRegion.3X11		0444 root bin
+f none X11/share/man/man3X11/XSupportsLocale.3X11		0444 root bin
+f none X11/share/man/man3X11/XSync.3X11				0444 root bin
+f none X11/share/man/man3X11/XSynchronize.3X11			0444 root bin
+f none X11/share/man/man3X11/XTextExtents.3X11			0444 root bin
+f none X11/share/man/man3X11/XTextExtents16.3X11		0444 root bin
+f none X11/share/man/man3X11/XTextItem.3X11			0444 root bin
+f none X11/share/man/man3X11/XTextItem16.3X11			0444 root bin
+f none X11/share/man/man3X11/XTextProperty.3X11			0444 root bin
+f none X11/share/man/man3X11/XTextPropertyToStringList.3X11	0444 root bin
+f none X11/share/man/man3X11/XTextWidth.3X11			0444 root bin
+f none X11/share/man/man3X11/XTextWidth16.3X11			0444 root bin
+f none X11/share/man/man3X11/XTimeCoord.3X11			0444 root bin
+f none X11/share/man/man3X11/XTranslateCoordinates.3X11		0444 root bin
+f none X11/share/man/man3X11/XUndefineCursor.3X11		0444 root bin
+f none X11/share/man/man3X11/XUngrabButton.3X11			0444 root bin
+f none X11/share/man/man3X11/XUngrabKey.3X11			0444 root bin
+f none X11/share/man/man3X11/XUngrabKeyboard.3X11		0444 root bin
+f none X11/share/man/man3X11/XUngrabPointer.3X11		0444 root bin
+f none X11/share/man/man3X11/XUngrabServer.3X11			0444 root bin
+f none X11/share/man/man3X11/XUninstallColormap.3X11		0444 root bin
+f none X11/share/man/man3X11/XUnionRectWithRegion.3X11		0444 root bin
+f none X11/share/man/man3X11/XUnionRegion.3X11			0444 root bin
+f none X11/share/man/man3X11/XUniqueContext.3X11		0444 root bin
+f none X11/share/man/man3X11/XUnloadFont.3X11			0444 root bin
+f none X11/share/man/man3X11/XUnlockDisplay.3X11		0444 root bin
+f none X11/share/man/man3X11/XUnmapEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XUnmapSubwindows.3X11		0444 root bin
+f none X11/share/man/man3X11/XUnmapWindow.3X11			0444 root bin
+f none X11/share/man/man3X11/XUnregisterIMInstantiateCallback.3X11	0444 root bin
+f none X11/share/man/man3X11/XUnsetICFocus.3X11			0444 root bin
+f none X11/share/man/man3X11/XVaCreateNestedList.3X11		0444 root bin
+f none X11/share/man/man3X11/XVisibilityEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XVisualIDFromVisual.3X11		0444 root bin
+f none X11/share/man/man3X11/XVisualInfo.3X11			0444 root bin
+f none X11/share/man/man3X11/XWMGeometry.3X11			0444 root bin
+f none X11/share/man/man3X11/XWMHints.3X11			0444 root bin
+f none X11/share/man/man3X11/XWarpPointer.3X11			0444 root bin
+f none X11/share/man/man3X11/XWindowAttributes.3X11		0444 root bin
+f none X11/share/man/man3X11/XWindowChanges.3X11		0444 root bin
+f none X11/share/man/man3X11/XWindowEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XWithdrawWindow.3X11		0444 root bin
+f none X11/share/man/man3X11/XWriteBitmapFile.3X11		0444 root bin
+f none X11/share/man/man3X11/XXorRegion.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsAllocColor.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsAllocNamedColor.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsCCCOfColormap.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsCIELab.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsCIELabQueryMaxC.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsCIELabQueryMaxL.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsCIELabQueryMaxLC.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsCIELabQueryMinL.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsCIELuv.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsCIELuvQueryMaxC.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsCIELuvQueryMaxL.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsCIELuvQueryMaxLC.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsCIELuvQueryMinL.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsCIEXYZ.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsCIEuvY.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsCIExyY.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsColor.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsConvertColors.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsCreateCCC.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsDefaultCCC.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsFreeCCC.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsLookupColor.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsPad.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsQueryBlack.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsQueryBlue.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsQueryColor.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsQueryColors.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsQueryGreen.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsQueryRed.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsQueryWhite.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsRGB.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsRGBi.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsSetCCCOfColormap.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsSetWhiteAdjustProc.3X11	0444 root bin
+f none X11/share/man/man3X11/XcmsSetWhitePoint.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsStoreColor.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsStoreColors.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsTekHVC.3X11			0444 root bin
+f none X11/share/man/man3X11/XcmsTekHVCQueryMaxC.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsTekHVCQueryMaxV.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsTekHVCQueryMaxVC.3X11		0444 root bin
+f none X11/share/man/man3X11/XcmsTekHVCQueryMaxVSamples.3X11	0444 root bin
+f none X11/share/man/man3X11/XcmsTekHVCQueryMinV.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbActionCtrls.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAddDeviceLedInfo.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAddGeomColor.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAddGeomDoodad.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAddGeomKey.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbAddGeomKeyAlias.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAddGeomOutline.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAddGeomOverlay.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAddGeomOverlayKey.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAddGeomOverlayRow.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAddGeomProperty.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAddGeomRow.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbAddGeomSection.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAddGeomShape.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAddSymInterpret.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocClientMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocCompatMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocControls.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocDeviceInfo.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocDeviceLedInfo.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomColors.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomDoodads.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomKeyAliases.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomKeys.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomOutlines.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomOverlayKey.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomOverlayRows.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomOverlays.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomPoints.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomProps.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomRows.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomSectionDoodads.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomSections.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeomShapes.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocGeometry.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocIndicatorMaps.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocKeyboard.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbAllocNames.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbAllocServerMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbApplyCompatMapToKey.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbBell.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbBellEvent.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbChangeControls.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbChangeDeviceInfo.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbChangeEnabledControls.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbChangeIndicators.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbChangeMap.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbChangeNames.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbChangeTypesOfKey.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbComputeRowBounds.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbComputeSectionBounds.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbComputeShapeBounds.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbComputeShapeTop.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbCopyKeyType.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbCopyKeyTypes.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbDeviceBell.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbDeviceBellEvent.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFindOverlayForKey.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbForceBell.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbForceDeviceBell.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeClientMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeCompatMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeComponentList.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeControls.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeDeviceInfo.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomColors.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomDoodads.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomKeyAliases.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomKeys.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomOutlines.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomOverlayKeys.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomOverlayRows.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomOverlays.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomPoints.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomProperties.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomRows.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomSections.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeomShapes.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeGeometry.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeIndicatorMaps.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeKeyboard.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbFreeNames.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbFreeServerMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetAccessXTimeout.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetAutoRepeatRate.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetAutoResetControls.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbGetBounceKeysDelay.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetCompatMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetControls.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetControlsChanges.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetDetectableAutorepeat.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbGetDeviceButtonActions.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbGetDeviceInfo.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetDeviceInfoChanges.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbGetDeviceLedInfo.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetGeometry.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetIndicatorChanges.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbGetIndicatorMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetIndicatorState.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetKeyActions.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetKeyBehaviors.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetKeyExplicitComponents.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbGetKeyModifierMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetKeySyms.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbGetKeyTypes.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetKeyVirtualModMap.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbGetKeyboard.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetKeyboardByName.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetMap.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbGetNameChanges.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetNamedGeometry.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetNamedIndicator.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetNames.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbGetSlowKeysDelay.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetState.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbGetStickyKeysOptions.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbGetUpdatedMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetVirtualMods.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbGetXlibControls.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbIgnoreExtension.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbInitCanonicalKeyTypes.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbKeyAction.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbKeyActionEntry.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbKeyActionsPtr.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbKeyGroupInfo.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbKeyGroupWidth.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbKeyGroupsWidth.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbKeyHasActions.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbKeyNumActions.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbKeyNumGroups.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbKeyNumSyms.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbKeySymEntry.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbKeySymsOffset.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbKeySymsPtr.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbKeyType.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbKeyTypeIndex.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbKeyTypesForCoreSymbols.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbKeycodeToKeysym.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbKeysymToModifiers.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbLatchGroup.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbLatchModifiers.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbLibraryVersion.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbListComponents.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbLockGroup.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbLockModifiers.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbLookupKeyBinding.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbLookupKeySym.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbModActionVMods.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbNoteControlsChanges.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbNoteDeviceChanges.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbNoteIndicatorChanges.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbNoteNameChanges.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbOpenDisplay.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbOutOfRangeGroupInfo.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbOutOfRangeGroupNumber.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbPtrActionX.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbPtrActionY.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbQueryExtension.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbRefreshKeyboardMapping.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbResizeDeviceButtonActions.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbResizeKeyActions.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbResizeKeySyms.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbResizeKeyType.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSAActionSetCtrls.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSAGroup.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbSAPtrDfltValue.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSARedirectSetVMods.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSARedirectSetVModsMask.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbSARedirectVMods.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSARedirectVModsMask.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbSAScreen.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbSASetGroup.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbSASetPtrDfltValue.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSASetScreen.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSelectEventDetails.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSelectEvents.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetAccessXTimeout.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetAutoRepeatRate.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetAutoResetControls.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbSetBounceKeysDelay.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetCompatMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetControls.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetDebuggingFlags.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetDetectableAutorepeat.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbSetDeviceButtonActions.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbSetDeviceInfo.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetIgnoreLockMods.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetIndicatorMap.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetMap.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbSetModActionVMods.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetNamedIndicator.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetNames.3X11			0444 root bin
+f none X11/share/man/man3X11/XkbSetPtrActionX.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetPtrActionY.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbSetServerInternalMods.3X11	0444 root bin
+f none X11/share/man/man3X11/XkbSetXlibControls.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbTranslateKeyCode.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbTranslateKeySym.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbUpdateMapFromCore.3X11		0444 root bin
+f none X11/share/man/man3X11/XkbVirtualModsToReal.3X11		0444 root bin
+f none X11/share/man/man3X11/XmbDrawImageString.3X11		0444 root bin
+f none X11/share/man/man3X11/XmbDrawString.3X11			0444 root bin
+f none X11/share/man/man3X11/XmbDrawText.3X11			0444 root bin
+f none X11/share/man/man3X11/XmbLookupString.3X11		0444 root bin
+f none X11/share/man/man3X11/XmbResetIC.3X11			0444 root bin
+f none X11/share/man/man3X11/XmbSetWMProperties.3X11		0444 root bin
+f none X11/share/man/man3X11/XmbTextEscapement.3X11		0444 root bin
+f none X11/share/man/man3X11/XmbTextExtents.3X11		0444 root bin
+f none X11/share/man/man3X11/XmbTextListToTextProperty.3X11	0444 root bin
+f none X11/share/man/man3X11/XmbTextPerCharExtents.3X11		0444 root bin
+f none X11/share/man/man3X11/XmbTextPropertyToTextList.3X11	0444 root bin
+f none X11/share/man/man3X11/XrmCombineDatabase.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmCombineFileDatabase.3X11	0444 root bin
+f none X11/share/man/man3X11/XrmDestroyDatabase.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmEnumerateDatabase.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmGetDatabase.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmGetFileDatabase.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmGetResource.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmGetStringDatabase.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmInitialize.3X11			0444 root bin
+f none X11/share/man/man3X11/XrmLocaleOfDatabase.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmMergeDatabases.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmOptionDescRec.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmOptionKind.3X11			0444 root bin
+f none X11/share/man/man3X11/XrmParseCommand.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmPermStringToQuark.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmPutFileDatabase.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmPutLineResource.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmPutResource.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmPutStringResource.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmQGetResource.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmQGetSearchList.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmQGetSearchResource.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmQPutResource.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmQPutStringResource.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmQuarkToString.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmSetDatabase.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmStringToBindingQuarkList.3X11	0444 root bin
+f none X11/share/man/man3X11/XrmStringToQuark.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmStringToQuarkList.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmUniqueQuark.3X11		0444 root bin
+f none X11/share/man/man3X11/XrmValue.3X11			0444 root bin
+f none X11/share/man/man3X11/Xutf8DrawImageString.3X11		0444 root bin
+f none X11/share/man/man3X11/Xutf8DrawString.3X11		0444 root bin
+f none X11/share/man/man3X11/Xutf8DrawText.3X11			0444 root bin
+f none X11/share/man/man3X11/Xutf8LookupString.3X11		0444 root bin
+f none X11/share/man/man3X11/Xutf8ResetIC.3X11			0444 root bin
+f none X11/share/man/man3X11/Xutf8SetWMProperties.3X11		0444 root bin
+f none X11/share/man/man3X11/Xutf8TextEscapement.3X11		0444 root bin
+f none X11/share/man/man3X11/Xutf8TextExtents.3X11		0444 root bin
+f none X11/share/man/man3X11/Xutf8TextListToTextProperty.3X11	0444 root bin
+f none X11/share/man/man3X11/Xutf8TextPerCharExtents.3X11	0444 root bin
+f none X11/share/man/man3X11/Xutf8TextPropertyToTextList.3X11	0444 root bin
+f none X11/share/man/man3X11/XwcDrawImageString.3X11		0444 root bin
+f none X11/share/man/man3X11/XwcDrawString.3X11			0444 root bin
+f none X11/share/man/man3X11/XwcDrawText.3X11			0444 root bin
+f none X11/share/man/man3X11/XwcFreeStringList.3X11		0444 root bin
+f none X11/share/man/man3X11/XwcLookupString.3X11		0444 root bin
+f none X11/share/man/man3X11/XwcResetIC.3X11			0444 root bin
+f none X11/share/man/man3X11/XwcTextEscapement.3X11		0444 root bin
+f none X11/share/man/man3X11/XwcTextExtents.3X11		0444 root bin
+f none X11/share/man/man3X11/XwcTextListToTextProperty.3X11	0444 root bin
+f none X11/share/man/man3X11/XwcTextPerCharExtents.3X11		0444 root bin
+f none X11/share/man/man3X11/XwcTextPropertyToTextList.3X11	0444 root bin
 
 !search            $HOME/openwin/share/man/man3Xext
 d none openwin/share/man/man3Xext 0755 root bin
--- a/packages/SUNWxwrtl/prototype_com	Wed Feb 27 19:55:52 2008 -0800
+++ b/packages/SUNWxwrtl/prototype_com	Thu Feb 28 17:02:09 2008 -0800
@@ -26,7 +26,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# ident "@(#)prototype_com 1.43     08/01/16 SMI"
+# ident "@(#)prototype_com 1.44     08/02/27 SMI"
 #
 #  X Window System Runtime Compatability Package
 #
@@ -44,8 +44,8 @@
 d none sfw/lib 0755 root bin
 
 s none lib/libX11.so=./libX11.so.4
-s none lib/libX11.so.4=../openwin/lib/libX11.so.4
-s none lib/libX11.so.5=../openwin/lib/libX11.so.4
+s none lib/libX11.so.4=../X11/lib/libX11.so.4
+s none lib/libX11.so.5=../X11/lib/libX11.so.4
 
 #The directories /usr/X, /usr/X/lib, /usr/X/lib/locale, and
 #/usr/X/lib/app-defaults are missing.  
@@ -183,8 +183,8 @@
 #
 
 s none lib/$plat_64/libX11.so=./libX11.so.4
-s none lib/$plat_64/libX11.so.4=../../openwin/lib/64/libX11.so.4
-s none lib/$plat_64/libX11.so.5=../../openwin/lib/64/libX11.so.4
+s none lib/$plat_64/libX11.so.4=../../X11/lib/64/libX11.so.4
+s none lib/$plat_64/libX11.so.5=../../X11/lib/64/libX11.so.4
 
 s none lib/$plat_64/libXau.so=libXau.so.6
 s none lib/$plat_64/libXau.so.6=../../X11/lib/64/libXau.so.6
--- a/packages/SUNWxwslb/prototype_com	Wed Feb 27 19:55:52 2008 -0800
+++ b/packages/SUNWxwslb/prototype_com	Thu Feb 28 17:02:09 2008 -0800
@@ -27,7 +27,7 @@
 # of the copyright holder.
 # 
 #
-# ident	"@(#)prototype_com	35.16	08/01/16 SMI"
+# ident	"@(#)prototype_com	35.17	08/02/27 SMI"
 #
 #  X Window System lint libraries
 
@@ -41,7 +41,7 @@
 
 !search      $HOME/openwin/lib
 d none openwin/lib				0755 root bin
-f none openwin/lib/llib-lX11.ln			0755 root bin
+s none openwin/lib/llib-lX11.ln=../../X11/lib/llib-lX11.ln
 s none openwin/lib/llib-lXau.ln=../../X11/lib/llib-lXau.ln
 f none openwin/lib/llib-lXaw.ln			0755 root bin
 f none openwin/lib/llib-lXext.ln		0755 root bin
@@ -49,12 +49,14 @@
 
 !search $HOME/X11/lib
 d none X11/lib					0755 root bin
+f none X11/lib/llib-lX11.ln			0555 root bin
 f none X11/lib/llib-lXau.ln			0555 root bin
 f none X11/lib/llib-lXmu.ln			0755 root bin
 f none X11/lib/llib-lXmuu.ln			0755 root bin
 
 !search $HOME/X11/lib/$plat_64
 d none X11/lib/$plat_64				0755 root bin
+f none X11/lib/$plat_64/llib-lX11.ln		0555 root bin
 f none X11/lib/$plat_64/llib-lXau.ln		0555 root bin
 f none X11/lib/$plat_64/llib-lXmu.ln		0555 root bin
 f none X11/lib/$plat_64/llib-lXmuu.ln		0555 root bin
--- a/packages/SUNWxwslb/prototype_sparc	Wed Feb 27 19:55:52 2008 -0800
+++ b/packages/SUNWxwslb/prototype_sparc	Thu Feb 28 17:02:09 2008 -0800
@@ -30,7 +30,7 @@
 ###########################################################################
 
 #
-# @(#)prototype_sparc	1.8	08/01/16 SMI
+# @(#)prototype_sparc	1.9	08/02/27 SMI
 #
 #  X Window System 64-bit lint libraries
 
@@ -39,7 +39,6 @@
 !HOME=../openwin
 !search      $HOME/lib/sparcv9
 d none openwin/lib/sparcv9			0755 root bin
-f none openwin/lib/sparcv9/llib-lX11.ln		0755 root bin
 f none openwin/lib/sparcv9/llib-lXaw.ln		0755 root bin
 f none openwin/lib/sparcv9/llib-lXext.ln	0755 root bin
 f none openwin/lib/sparcv9/llib-lXt.ln		0755 root bin
--- a/xc/lib/X11/region.h	Wed Feb 27 19:55:52 2008 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,190 +0,0 @@
-/* $Xorg: region.h,v 1.4 2001/02/09 02:03:40 xorgcvs Exp $ */
-/************************************************************************
-
-Copyright 1987, 1998  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-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
-OPEN GROUP 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.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-
-Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
-
-                        All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its 
-documentation for any purpose and without fee is hereby granted, 
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in 
-supporting documentation, and that the name of Digital not be
-used in advertising or publicity pertaining to distribution of the
-software without specific, written prior permission.  
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR 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 THIS
-SOFTWARE.
-
-************************************************************************/
-
-#ifndef _XREGION_H
-#define _XREGION_H
-
-typedef struct {
-    short x1, x2, y1, y2;
-} Box, BOX, BoxRec, *BoxPtr;
-
-typedef struct {
-    short x, y, width, height;
-}RECTANGLE, RectangleRec, *RectanglePtr;
-
-#define TRUE 1
-#define FALSE 0
-#define MAXSHORT 32767
-#define MINSHORT -MAXSHORT
-#ifndef MAX
-#define MAX(a,b) (((a) > (b)) ? (a) : (b))
-#endif
-#ifndef MIN
-#define MIN(a,b) (((a) < (b)) ? (a) : (b))
-#endif
-
-
-/* 
- *   clip region
- */
-
-typedef struct _XRegion {
-    long size;
-    long numRects;
-    BOX *rects;
-    BOX extents;
-} REGION;
-
-/* Xutil.h contains the declaration: 
- * typedef struct _XRegion *Region; 
- */   
-
-/*  1 if two BOXs overlap.
- *  0 if two BOXs do not overlap.
- *  Remember, x2 and y2 are not in the region 
- */
-#define EXTENTCHECK(r1, r2) \
-	((r1)->x2 > (r2)->x1 && \
-	 (r1)->x1 < (r2)->x2 && \
-	 (r1)->y2 > (r2)->y1 && \
-	 (r1)->y1 < (r2)->y2)
-
-/*
- *  update region extents
- */
-#define EXTENTS(r,idRect){\
-            if((r)->x1 < (idRect)->extents.x1)\
-              (idRect)->extents.x1 = (r)->x1;\
-            if((r)->y1 < (idRect)->extents.y1)\
-              (idRect)->extents.y1 = (r)->y1;\
-            if((r)->x2 > (idRect)->extents.x2)\
-              (idRect)->extents.x2 = (r)->x2;\
-            if((r)->y2 > (idRect)->extents.y2)\
-              (idRect)->extents.y2 = (r)->y2;\
-        }
-
-/*
- *   Check to see if there is enough memory in the present region.
- */
-#define MEMCHECK(reg, rect, firstrect){\
-        if ((reg)->numRects >= ((reg)->size - 1)){\
-          (firstrect) = (BOX *) Xrealloc \
-          ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
-          if ((firstrect) == 0)\
-            return(0);\
-          (reg)->size *= 2;\
-          (rect) = &(firstrect)[(reg)->numRects];\
-         }\
-       }
-
-/*  this routine checks to see if the previous rectangle is the same
- *  or subsumes the new rectangle to add.
- */
-
-#define CHECK_PREVIOUS(Reg, R, Rx1, Ry1, Rx2, Ry2)\
-               (!(((Reg)->numRects > 0)&&\
-                  ((R-1)->y1 == (Ry1)) &&\
-                  ((R-1)->y2 == (Ry2)) &&\
-                  ((R-1)->x1 <= (Rx1)) &&\
-                  ((R-1)->x2 >= (Rx2))))
-
-/*  add a rectangle to the given Region */
-#define ADDRECT(reg, r, rx1, ry1, rx2, ry2){\
-    if (((rx1) < (rx2)) && ((ry1) < (ry2)) &&\
-        CHECK_PREVIOUS((reg), (r), (rx1), (ry1), (rx2), (ry2))){\
-              (r)->x1 = (rx1);\
-              (r)->y1 = (ry1);\
-              (r)->x2 = (rx2);\
-              (r)->y2 = (ry2);\
-              EXTENTS((r), (reg));\
-              (reg)->numRects++;\
-              (r)++;\
-            }\
-        }
-
-
-
-/*  add a rectangle to the given Region */
-#define ADDRECTNOX(reg, r, rx1, ry1, rx2, ry2){\
-            if ((rx1 < rx2) && (ry1 < ry2) &&\
-                CHECK_PREVIOUS((reg), (r), (rx1), (ry1), (rx2), (ry2))){\
-              (r)->x1 = (rx1);\
-              (r)->y1 = (ry1);\
-              (r)->x2 = (rx2);\
-              (r)->y2 = (ry2);\
-              (reg)->numRects++;\
-              (r)++;\
-            }\
-        }
-
-#define EMPTY_REGION(pReg) pReg->numRects = 0
-
-#define REGION_NOT_EMPTY(pReg) pReg->numRects
-
-#define INBOX(r, x, y) \
-      ( ( ((r).x2 >  x)) && \
-        ( ((r).x1 <= x)) && \
-        ( ((r).y2 >  y)) && \
-        ( ((r).y1 <= y)) )
-
-/*
- * number of points to buffer before sending them off
- * to scanlines() :  Must be an even number
- */
-#define NUMPTSTOBUFFER 200
-
-/*
- * used to allocate buffers for points and link
- * the buffers together
- */
-typedef struct _POINTBLOCK {
-    XPoint pts[NUMPTSTOBUFFER];
-    struct _POINTBLOCK *next;
-} POINTBLOCK;
-
-#endif