summaryrefslogtreecommitdiff
path: root/lib/uninorm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uninorm')
-rw-r--r--lib/uninorm/canonical-decomposition.c4
-rw-r--r--lib/uninorm/compat-decomposition.c4
-rw-r--r--lib/uninorm/composition-table.gperf4
-rw-r--r--lib/uninorm/composition-table.h1898
-rw-r--r--lib/uninorm/composition.c4
-rw-r--r--lib/uninorm/decompose-internal.c4
-rw-r--r--lib/uninorm/decompose-internal.h4
-rw-r--r--lib/uninorm/decomposing-form.c4
-rw-r--r--lib/uninorm/decomposition-table.c4
-rw-r--r--lib/uninorm/decomposition-table.h6
-rw-r--r--lib/uninorm/decomposition-table1.h2
-rw-r--r--lib/uninorm/decomposition-table2.h435
-rw-r--r--lib/uninorm/decomposition.c4
-rw-r--r--lib/uninorm/nfc.c4
-rw-r--r--lib/uninorm/nfd.c4
-rw-r--r--lib/uninorm/nfkc.c4
-rw-r--r--lib/uninorm/nfkd.c4
-rw-r--r--lib/uninorm/normalize-internal.h4
-rw-r--r--lib/uninorm/u-normalize-internal.h4
-rw-r--r--lib/uninorm/u-normcmp.h4
-rw-r--r--lib/uninorm/u-normcoll.h4
-rw-r--r--lib/uninorm/u-normxfrm.h4
-rw-r--r--lib/uninorm/u16-normalize.c4
-rw-r--r--lib/uninorm/u16-normcmp.c4
-rw-r--r--lib/uninorm/u16-normcoll.c4
-rw-r--r--lib/uninorm/u16-normxfrm.c4
-rw-r--r--lib/uninorm/u32-normalize.c4
-rw-r--r--lib/uninorm/u32-normcmp.c4
-rw-r--r--lib/uninorm/u32-normcoll.c4
-rw-r--r--lib/uninorm/u32-normxfrm.c4
-rw-r--r--lib/uninorm/u8-normalize.c4
-rw-r--r--lib/uninorm/u8-normcmp.c4
-rw-r--r--lib/uninorm/u8-normcoll.c4
-rw-r--r--lib/uninorm/u8-normxfrm.c4
-rw-r--r--lib/uninorm/uninorm-filter.c12
35 files changed, 1235 insertions, 1238 deletions
diff --git a/lib/uninorm/canonical-decomposition.c b/lib/uninorm/canonical-decomposition.c
index 7cedd87..b560df9 100644
--- a/lib/uninorm/canonical-decomposition.c
+++ b/lib/uninorm/canonical-decomposition.c
@@ -1,5 +1,5 @@
/* Canonical decomposition of Unicode characters.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/compat-decomposition.c b/lib/uninorm/compat-decomposition.c
index b05153b..ffbfba4 100644
--- a/lib/uninorm/compat-decomposition.c
+++ b/lib/uninorm/compat-decomposition.c
@@ -1,5 +1,5 @@
/* Compatibility decomposition of Unicode characters.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/composition-table.gperf b/lib/uninorm/composition-table.gperf
index dd9c955..b82a5ad 100644
--- a/lib/uninorm/composition-table.gperf
+++ b/lib/uninorm/composition-table.gperf
@@ -1,6 +1,6 @@
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Canonical composition of Unicode characters. */
-/* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */
+/* Generated automatically by gen-uni-tables.c for Unicode 9.0.0. */
/* Copyright (C) 2009 Free Software Foundation, Inc.
@@ -24,7 +24,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
struct composition_rule { char codes[6]; };
%struct-type
diff --git a/lib/uninorm/composition-table.h b/lib/uninorm/composition-table.h
index 1723a88..b62c4ee 100644
--- a/lib/uninorm/composition-table.h
+++ b/lib/uninorm/composition-table.h
@@ -1,5 +1,5 @@
-/* ANSI-C code produced by gperf version 3.0.4 */
-/* Command-line: gperf -m 1 ./uninorm/composition-table.gperf */
+/* ANSI-C code produced by gperf version 3.1 */
+/* Command-line: gperf -m 1 ../../lib/uninorm/composition-table.gperf */
/* Computed positions: -k'2-3,6' */
@@ -19,7 +19,7 @@ inline
#endif
/*ARGSUSED*/
static unsigned int
-gl_uninorm_compose_hash (register const char *str, register unsigned int len)
+gl_uninorm_compose_hash (register const char *str, register size_t len)
{
static const unsigned short asso_values[] =
{
@@ -53,14 +53,8 @@ gl_uninorm_compose_hash (register const char *str, register unsigned int len)
return asso_values[(unsigned char)str[5]+1] + asso_values[(unsigned char)str[2]] + asso_values[(unsigned char)str[1]];
}
-#ifdef __GNUC__
-__inline
-#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
-#endif
const struct composition_rule *
-gl_uninorm_compose_lookup (register const char *str, register unsigned int len)
+gl_uninorm_compose_lookup (register const char *str, register size_t len)
{
static const unsigned char lengthtable[] =
{
@@ -180,1929 +174,1929 @@ gl_uninorm_compose_lookup (register const char *str, register unsigned int len)
static const struct composition_rule wordlist[] =
{
{""},
-#line 581 "./uninorm/composition-table.gperf"
+#line 581 "../../lib/uninorm/composition-table.gperf"
{"\000\001\002\000\003\001", 0x1eae},
-#line 583 "./uninorm/composition-table.gperf"
+#line 583 "../../lib/uninorm/composition-table.gperf"
{"\000\001\002\000\003\000", 0x1eb0},
{""},
-#line 582 "./uninorm/composition-table.gperf"
+#line 582 "../../lib/uninorm/composition-table.gperf"
{"\000\001\003\000\003\001", 0x1eaf},
-#line 584 "./uninorm/composition-table.gperf"
+#line 584 "../../lib/uninorm/composition-table.gperf"
{"\000\001\003\000\003\000", 0x1eb1},
-#line 566 "./uninorm/composition-table.gperf"
+#line 566 "../../lib/uninorm/composition-table.gperf"
{"\000\001\177\000\003\007", 0x1e9b},
-#line 247 "./uninorm/composition-table.gperf"
+#line 247 "../../lib/uninorm/composition-table.gperf"
{"\000\000\370\000\003\001", 0x01ff},
-#line 421 "./uninorm/composition-table.gperf"
+#line 421 "../../lib/uninorm/composition-table.gperf"
{"\000\000\347\000\003\001", 0x1e09},
-#line 99 "./uninorm/composition-table.gperf"
+#line 99 "../../lib/uninorm/composition-table.gperf"
{"\000\000C\000\003\001", 0x0106},
-#line 459 "./uninorm/composition-table.gperf"
+#line 459 "../../lib/uninorm/composition-table.gperf"
{"\000\000\357\000\003\001", 0x1e2f},
-#line 243 "./uninorm/composition-table.gperf"
+#line 243 "../../lib/uninorm/composition-table.gperf"
{"\000\000\345\000\003\001", 0x01fb},
-#line 101 "./uninorm/composition-table.gperf"
+#line 101 "../../lib/uninorm/composition-table.gperf"
{"\000\000C\000\003\002", 0x0108},
-#line 103 "./uninorm/composition-table.gperf"
+#line 103 "../../lib/uninorm/composition-table.gperf"
{"\000\000C\000\003\007", 0x010a},
-#line 662 "./uninorm/composition-table.gperf"
+#line 662 "../../lib/uninorm/composition-table.gperf"
{"\000\037\001\000\003\001", 0x1f05},
-#line 660 "./uninorm/composition-table.gperf"
+#line 660 "../../lib/uninorm/composition-table.gperf"
{"\000\037\001\000\003\000", 0x1f03},
-#line 664 "./uninorm/composition-table.gperf"
+#line 664 "../../lib/uninorm/composition-table.gperf"
{"\000\037\001\000\003B", 0x1f07},
-#line 669 "./uninorm/composition-table.gperf"
+#line 669 "../../lib/uninorm/composition-table.gperf"
{"\000\037\010\000\003\001", 0x1f0c},
-#line 667 "./uninorm/composition-table.gperf"
+#line 667 "../../lib/uninorm/composition-table.gperf"
{"\000\037\010\000\003\000", 0x1f0a},
-#line 671 "./uninorm/composition-table.gperf"
+#line 671 "../../lib/uninorm/composition-table.gperf"
{"\000\037\010\000\003B", 0x1f0e},
-#line 661 "./uninorm/composition-table.gperf"
+#line 661 "../../lib/uninorm/composition-table.gperf"
{"\000\037\000\000\003\001", 0x1f04},
-#line 659 "./uninorm/composition-table.gperf"
+#line 659 "../../lib/uninorm/composition-table.gperf"
{"\000\037\000\000\003\000", 0x1f02},
-#line 663 "./uninorm/composition-table.gperf"
+#line 663 "../../lib/uninorm/composition-table.gperf"
{"\000\037\000\000\003B", 0x1f06},
-#line 442 "./uninorm/composition-table.gperf"
+#line 442 "../../lib/uninorm/composition-table.gperf"
{"\000\000F\000\003\007", 0x1e1e},
-#line 860 "./uninorm/composition-table.gperf"
+#line 860 "../../lib/uninorm/composition-table.gperf"
{"\000\003\316\000\003E", 0x1ff4},
-#line 766 "./uninorm/composition-table.gperf"
+#line 766 "../../lib/uninorm/composition-table.gperf"
{"\000\037\002\000\003E", 0x1f82},
-#line 765 "./uninorm/composition-table.gperf"
+#line 765 "../../lib/uninorm/composition-table.gperf"
{"\000\037\001\000\003E", 0x1f81},
-#line 489 "./uninorm/composition-table.gperf"
+#line 489 "../../lib/uninorm/composition-table.gperf"
{"\000\000\365\000\003\001", 0x1e4d},
-#line 767 "./uninorm/composition-table.gperf"
+#line 767 "../../lib/uninorm/composition-table.gperf"
{"\000\037\003\000\003E", 0x1f83},
-#line 772 "./uninorm/composition-table.gperf"
+#line 772 "../../lib/uninorm/composition-table.gperf"
{"\000\037\010\000\003E", 0x1f88},
-#line 245 "./uninorm/composition-table.gperf"
+#line 245 "../../lib/uninorm/composition-table.gperf"
{"\000\000\346\000\003\001", 0x01fd},
-#line 515 "./uninorm/composition-table.gperf"
+#line 515 "../../lib/uninorm/composition-table.gperf"
{"\000\001a\000\003\007", 0x1e67},
-#line 764 "./uninorm/composition-table.gperf"
+#line 764 "../../lib/uninorm/composition-table.gperf"
{"\000\037\000\000\003E", 0x1f80},
-#line 67 "./uninorm/composition-table.gperf"
+#line 67 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\001", 0x00e1},
-#line 66 "./uninorm/composition-table.gperf"
+#line 66 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\000", 0x00e0},
-#line 818 "./uninorm/composition-table.gperf"
+#line 818 "../../lib/uninorm/composition-table.gperf"
{"\000\037\266\000\003E", 0x1fb7},
-#line 68 "./uninorm/composition-table.gperf"
+#line 68 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\002", 0x00e2},
-#line 279 "./uninorm/composition-table.gperf"
+#line 279 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\007", 0x0227},
-#line 787 "./uninorm/composition-table.gperf"
+#line 787 "../../lib/uninorm/composition-table.gperf"
{"\000\037'\000\003E", 0x1f97},
-#line 746 "./uninorm/composition-table.gperf"
+#line 746 "../../lib/uninorm/composition-table.gperf"
{"\000\037a\000\003\001", 0x1f65},
-#line 744 "./uninorm/composition-table.gperf"
+#line 744 "../../lib/uninorm/composition-table.gperf"
{"\000\037a\000\003\000", 0x1f63},
-#line 748 "./uninorm/composition-table.gperf"
+#line 748 "../../lib/uninorm/composition-table.gperf"
{"\000\037a\000\003B", 0x1f67},
-#line 862 "./uninorm/composition-table.gperf"
+#line 862 "../../lib/uninorm/composition-table.gperf"
{"\000\037\366\000\003E", 0x1ff7},
-#line 533 "./uninorm/composition-table.gperf"
+#line 533 "../../lib/uninorm/composition-table.gperf"
{"\000\001i\000\003\001", 0x1e79},
-#line 215 "./uninorm/composition-table.gperf"
+#line 215 "../../lib/uninorm/composition-table.gperf"
{"\000\000\334\000\003\001", 0x01d7},
-#line 219 "./uninorm/composition-table.gperf"
+#line 219 "../../lib/uninorm/composition-table.gperf"
{"\000\000\334\000\003\000", 0x01db},
-#line 670 "./uninorm/composition-table.gperf"
+#line 670 "../../lib/uninorm/composition-table.gperf"
{"\000\037\011\000\003\001", 0x1f0d},
-#line 668 "./uninorm/composition-table.gperf"
+#line 668 "../../lib/uninorm/composition-table.gperf"
{"\000\037\011\000\003\000", 0x1f0b},
-#line 672 "./uninorm/composition-table.gperf"
+#line 672 "../../lib/uninorm/composition-table.gperf"
{"\000\037\011\000\003B", 0x1f0f},
-#line 78 "./uninorm/composition-table.gperf"
+#line 78 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003\001", 0x00ed},
-#line 77 "./uninorm/composition-table.gperf"
+#line 77 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003\000", 0x00ec},
-#line 797 "./uninorm/composition-table.gperf"
+#line 797 "../../lib/uninorm/composition-table.gperf"
{"\000\037a\000\003E", 0x1fa1},
-#line 79 "./uninorm/composition-table.gperf"
+#line 79 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003\002", 0x00ee},
-#line 793 "./uninorm/composition-table.gperf"
+#line 793 "../../lib/uninorm/composition-table.gperf"
{"\000\037-\000\003E", 0x1f9d},
-#line 138 "./uninorm/composition-table.gperf"
+#line 138 "../../lib/uninorm/composition-table.gperf"
{"\000\000J\000\003\002", 0x0134},
-#line 754 "./uninorm/composition-table.gperf"
+#line 754 "../../lib/uninorm/composition-table.gperf"
{"\000\037i\000\003\001", 0x1f6d},
-#line 752 "./uninorm/composition-table.gperf"
+#line 752 "../../lib/uninorm/composition-table.gperf"
{"\000\037i\000\003\000", 0x1f6b},
-#line 756 "./uninorm/composition-table.gperf"
+#line 756 "../../lib/uninorm/composition-table.gperf"
{"\000\037i\000\003B", 0x1f6f},
-#line 773 "./uninorm/composition-table.gperf"
+#line 773 "../../lib/uninorm/composition-table.gperf"
{"\000\037\011\000\003E", 0x1f89},
-#line 587 "./uninorm/composition-table.gperf"
+#line 587 "../../lib/uninorm/composition-table.gperf"
{"\000\001\002\000\003\003", 0x1eb4},
-#line 491 "./uninorm/composition-table.gperf"
+#line 491 "../../lib/uninorm/composition-table.gperf"
{"\000\000\365\000\003\010", 0x1e4f},
-#line 624 "./uninorm/composition-table.gperf"
+#line 624 "../../lib/uninorm/composition-table.gperf"
{"\000\036\315\000\003\002", 0x1ed9},
-#line 588 "./uninorm/composition-table.gperf"
+#line 588 "../../lib/uninorm/composition-table.gperf"
{"\000\001\003\000\003\003", 0x1eb5},
-#line 714 "./uninorm/composition-table.gperf"
+#line 714 "../../lib/uninorm/composition-table.gperf"
{"\000\0379\000\003\001", 0x1f3d},
-#line 712 "./uninorm/composition-table.gperf"
+#line 712 "../../lib/uninorm/composition-table.gperf"
{"\000\0379\000\003\000", 0x1f3b},
-#line 716 "./uninorm/composition-table.gperf"
+#line 716 "../../lib/uninorm/composition-table.gperf"
{"\000\0379\000\003B", 0x1f3f},
-#line 70 "./uninorm/composition-table.gperf"
+#line 70 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\010", 0x00e4},
-#line 805 "./uninorm/composition-table.gperf"
+#line 805 "../../lib/uninorm/composition-table.gperf"
{"\000\037i\000\003E", 0x1fa9},
-#line 52 "./uninorm/composition-table.gperf"
+#line 52 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003\001", 0x00cd},
-#line 51 "./uninorm/composition-table.gperf"
+#line 51 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003\000", 0x00cc},
-#line 623 "./uninorm/composition-table.gperf"
+#line 623 "../../lib/uninorm/composition-table.gperf"
{"\000\036\314\000\003\002", 0x1ed8},
-#line 53 "./uninorm/composition-table.gperf"
+#line 53 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003\002", 0x00ce},
-#line 137 "./uninorm/composition-table.gperf"
+#line 137 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003\007", 0x0130},
-#line 884 "./uninorm/composition-table.gperf"
+#line 884 "../../lib/uninorm/composition-table.gperf"
{"\000\000<\000\0038", 0x226e},
-#line 728 "./uninorm/composition-table.gperf"
+#line 728 "../../lib/uninorm/composition-table.gperf"
{"\000\037I\000\003\001", 0x1f4d},
-#line 726 "./uninorm/composition-table.gperf"
+#line 726 "../../lib/uninorm/composition-table.gperf"
{"\000\037I\000\003\000", 0x1f4b},
-#line 721 "./uninorm/composition-table.gperf"
+#line 721 "../../lib/uninorm/composition-table.gperf"
{"\000\037@\000\003\001", 0x1f44},
-#line 719 "./uninorm/composition-table.gperf"
+#line 719 "../../lib/uninorm/composition-table.gperf"
{"\000\037@\000\003\000", 0x1f42},
-#line 698 "./uninorm/composition-table.gperf"
+#line 698 "../../lib/uninorm/composition-table.gperf"
{"\000\037)\000\003\001", 0x1f2d},
-#line 696 "./uninorm/composition-table.gperf"
+#line 696 "../../lib/uninorm/composition-table.gperf"
{"\000\037)\000\003\000", 0x1f2b},
-#line 700 "./uninorm/composition-table.gperf"
+#line 700 "../../lib/uninorm/composition-table.gperf"
{"\000\037)\000\003B", 0x1f2f},
-#line 858 "./uninorm/composition-table.gperf"
+#line 858 "../../lib/uninorm/composition-table.gperf"
{"\000\037|\000\003E", 0x1ff2},
-#line 80 "./uninorm/composition-table.gperf"
+#line 80 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003\010", 0x00ef},
-#line 768 "./uninorm/composition-table.gperf"
+#line 768 "../../lib/uninorm/composition-table.gperf"
{"\000\037\004\000\003E", 0x1f84},
-#line 216 "./uninorm/composition-table.gperf"
+#line 216 "../../lib/uninorm/composition-table.gperf"
{"\000\000\374\000\003\001", 0x01d8},
-#line 220 "./uninorm/composition-table.gperf"
+#line 220 "../../lib/uninorm/composition-table.gperf"
{"\000\000\374\000\003\000", 0x01dc},
-#line 826 "./uninorm/composition-table.gperf"
+#line 826 "../../lib/uninorm/composition-table.gperf"
{"\000\003\256\000\003E", 0x1fc4},
-#line 771 "./uninorm/composition-table.gperf"
+#line 771 "../../lib/uninorm/composition-table.gperf"
{"\000\037\007\000\003E", 0x1f87},
-#line 816 "./uninorm/composition-table.gperf"
+#line 816 "../../lib/uninorm/composition-table.gperf"
{"\000\003\254\000\003E", 0x1fb4},
-#line 328 "./uninorm/composition-table.gperf"
+#line 328 "../../lib/uninorm/composition-table.gperf"
{"\000\004:\000\003\001", 0x045c},
-#line 789 "./uninorm/composition-table.gperf"
+#line 789 "../../lib/uninorm/composition-table.gperf"
{"\000\037)\000\003E", 0x1f99},
-#line 69 "./uninorm/composition-table.gperf"
+#line 69 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\003", 0x00e3},
-#line 881 "./uninorm/composition-table.gperf"
+#line 881 "../../lib/uninorm/composition-table.gperf"
{"\000\000=\000\0038", 0x2260},
-#line 360 "./uninorm/composition-table.gperf"
+#line 360 "../../lib/uninorm/composition-table.gperf"
{"\000\004C\000\003\010", 0x04f1},
-#line 342 "./uninorm/composition-table.gperf"
+#line 342 "../../lib/uninorm/composition-table.gperf"
{"\000\004\331\000\003\010", 0x04db},
-#line 96 "./uninorm/composition-table.gperf"
+#line 96 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\006", 0x0103},
-#line 41 "./uninorm/composition-table.gperf"
+#line 41 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\001", 0x00c1},
-#line 40 "./uninorm/composition-table.gperf"
+#line 40 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\000", 0x00c0},
-#line 98 "./uninorm/composition-table.gperf"
+#line 98 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003(", 0x0105},
-#line 42 "./uninorm/composition-table.gperf"
+#line 42 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\002", 0x00c2},
-#line 278 "./uninorm/composition-table.gperf"
+#line 278 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\007", 0x0226},
-#line 54 "./uninorm/composition-table.gperf"
+#line 54 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003\010", 0x00cf},
-#line 722 "./uninorm/composition-table.gperf"
+#line 722 "../../lib/uninorm/composition-table.gperf"
{"\000\037A\000\003\001", 0x1f45},
-#line 720 "./uninorm/composition-table.gperf"
+#line 720 "../../lib/uninorm/composition-table.gperf"
{"\000\037A\000\003\000", 0x1f43},
-#line 363 "./uninorm/composition-table.gperf"
+#line 363 "../../lib/uninorm/composition-table.gperf"
{"\000\004'\000\003\010", 0x04f4},
-#line 74 "./uninorm/composition-table.gperf"
+#line 74 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003\001", 0x00e9},
-#line 73 "./uninorm/composition-table.gperf"
+#line 73 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003\000", 0x00e8},
-#line 130 "./uninorm/composition-table.gperf"
+#line 130 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003\003", 0x0129},
-#line 75 "./uninorm/composition-table.gperf"
+#line 75 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003\002", 0x00ea},
-#line 114 "./uninorm/composition-table.gperf"
+#line 114 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003\007", 0x0117},
-#line 326 "./uninorm/composition-table.gperf"
+#line 326 "../../lib/uninorm/composition-table.gperf"
{"\000\0043\000\003\001", 0x0453},
-#line 134 "./uninorm/composition-table.gperf"
+#line 134 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003\006", 0x012d},
-#line 537 "./uninorm/composition-table.gperf"
+#line 537 "../../lib/uninorm/composition-table.gperf"
{"\000\000v\000\003\003", 0x1e7d},
-#line 605 "./uninorm/composition-table.gperf"
+#line 605 "../../lib/uninorm/composition-table.gperf"
{"\000\036\270\000\003\002", 0x1ec6},
-#line 136 "./uninorm/composition-table.gperf"
+#line 136 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003(", 0x012f},
-#line 354 "./uninorm/composition-table.gperf"
+#line 354 "../../lib/uninorm/composition-table.gperf"
{"\000\004\351\000\003\010", 0x04eb},
-#line 677 "./uninorm/composition-table.gperf"
+#line 677 "../../lib/uninorm/composition-table.gperf"
{"\000\037\020\000\003\001", 0x1f14},
-#line 675 "./uninorm/composition-table.gperf"
+#line 675 "../../lib/uninorm/composition-table.gperf"
{"\000\037\020\000\003\000", 0x1f12},
-#line 585 "./uninorm/composition-table.gperf"
+#line 585 "../../lib/uninorm/composition-table.gperf"
{"\000\001\002\000\003\011", 0x1eb2},
-#line 355 "./uninorm/composition-table.gperf"
+#line 355 "../../lib/uninorm/composition-table.gperf"
{"\000\004-\000\003\010", 0x04ec},
-#line 377 "./uninorm/composition-table.gperf"
+#line 377 "../../lib/uninorm/composition-table.gperf"
{"\000\0113\000\011<", 0x0934},
-#line 586 "./uninorm/composition-table.gperf"
+#line 586 "../../lib/uninorm/composition-table.gperf"
{"\000\001\003\000\003\011", 0x1eb3},
-#line 330 "./uninorm/composition-table.gperf"
+#line 330 "../../lib/uninorm/composition-table.gperf"
{"\000\004C\000\003\006", 0x045e},
-#line 801 "./uninorm/composition-table.gperf"
+#line 801 "../../lib/uninorm/composition-table.gperf"
{"\000\037e\000\003E", 0x1fa5},
-#line 353 "./uninorm/composition-table.gperf"
+#line 353 "../../lib/uninorm/composition-table.gperf"
{"\000\004\350\000\003\010", 0x04ea},
-#line 346 "./uninorm/composition-table.gperf"
+#line 346 "../../lib/uninorm/composition-table.gperf"
{"\000\0047\000\003\010", 0x04df},
-#line 129 "./uninorm/composition-table.gperf"
+#line 129 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003\003", 0x0128},
-#line 441 "./uninorm/composition-table.gperf"
+#line 441 "../../lib/uninorm/composition-table.gperf"
{"\000\002)\000\003\006", 0x1e1d},
-#line 792 "./uninorm/composition-table.gperf"
+#line 792 "../../lib/uninorm/composition-table.gperf"
{"\000\037,\000\003E", 0x1f9c},
-#line 44 "./uninorm/composition-table.gperf"
+#line 44 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\010", 0x00c4},
-#line 133 "./uninorm/composition-table.gperf"
+#line 133 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003\006", 0x012c},
-#line 83 "./uninorm/composition-table.gperf"
+#line 83 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\001", 0x00f3},
-#line 82 "./uninorm/composition-table.gperf"
+#line 82 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\000", 0x00f2},
-#line 135 "./uninorm/composition-table.gperf"
+#line 135 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003(", 0x012e},
-#line 84 "./uninorm/composition-table.gperf"
+#line 84 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\002", 0x00f4},
-#line 287 "./uninorm/composition-table.gperf"
+#line 287 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\007", 0x022f},
-#line 249 "./uninorm/composition-table.gperf"
+#line 249 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\017", 0x0201},
-#line 234 "./uninorm/composition-table.gperf"
+#line 234 "../../lib/uninorm/composition-table.gperf"
{"\000\001\353\000\003\004", 0x01ed},
-#line 76 "./uninorm/composition-table.gperf"
+#line 76 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003\010", 0x00eb},
-#line 351 "./uninorm/composition-table.gperf"
+#line 351 "../../lib/uninorm/composition-table.gperf"
{"\000\004\036\000\003\010", 0x04e6},
-#line 88 "./uninorm/composition-table.gperf"
+#line 88 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\001", 0x00fa},
-#line 87 "./uninorm/composition-table.gperf"
+#line 87 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\000", 0x00f9},
-#line 774 "./uninorm/composition-table.gperf"
+#line 774 "../../lib/uninorm/composition-table.gperf"
{"\000\037\012\000\003E", 0x1f8a},
-#line 89 "./uninorm/composition-table.gperf"
+#line 89 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\002", 0x00fb},
-#line 105 "./uninorm/composition-table.gperf"
+#line 105 "../../lib/uninorm/composition-table.gperf"
{"\000\000C\000\003\014", 0x010c},
-#line 224 "./uninorm/composition-table.gperf"
+#line 224 "../../lib/uninorm/composition-table.gperf"
{"\000\002'\000\003\004", 0x01e1},
-#line 705 "./uninorm/composition-table.gperf"
+#line 705 "../../lib/uninorm/composition-table.gperf"
{"\000\0370\000\003\001", 0x1f34},
-#line 703 "./uninorm/composition-table.gperf"
+#line 703 "../../lib/uninorm/composition-table.gperf"
{"\000\0370\000\003\000", 0x1f32},
-#line 707 "./uninorm/composition-table.gperf"
+#line 707 "../../lib/uninorm/composition-table.gperf"
{"\000\0370\000\003B", 0x1f36},
-#line 811 "./uninorm/composition-table.gperf"
+#line 811 "../../lib/uninorm/composition-table.gperf"
{"\000\037o\000\003E", 0x1faf},
-#line 570 "./uninorm/composition-table.gperf"
+#line 570 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\011", 0x1ea3},
-#line 282 "./uninorm/composition-table.gperf"
+#line 282 "../../lib/uninorm/composition-table.gperf"
{"\000\000\326\000\003\004", 0x022a},
-#line 257 "./uninorm/composition-table.gperf"
+#line 257 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003\017", 0x0209},
-#line 236 "./uninorm/composition-table.gperf"
+#line 236 "../../lib/uninorm/composition-table.gperf"
{"\000\002\222\000\003\014", 0x01ef},
-#line 43 "./uninorm/composition-table.gperf"
+#line 43 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\003", 0x00c3},
-#line 791 "./uninorm/composition-table.gperf"
+#line 791 "../../lib/uninorm/composition-table.gperf"
{"\000\037+\000\003E", 0x1f9b},
-#line 283 "./uninorm/composition-table.gperf"
+#line 283 "../../lib/uninorm/composition-table.gperf"
{"\000\000\366\000\003\004", 0x022b},
-#line 769 "./uninorm/composition-table.gperf"
+#line 769 "../../lib/uninorm/composition-table.gperf"
{"\000\037\005\000\003E", 0x1f85},
-#line 95 "./uninorm/composition-table.gperf"
+#line 95 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\006", 0x0102},
-#line 285 "./uninorm/composition-table.gperf"
+#line 285 "../../lib/uninorm/composition-table.gperf"
{"\000\000\365\000\003\004", 0x022d},
-#line 777 "./uninorm/composition-table.gperf"
+#line 777 "../../lib/uninorm/composition-table.gperf"
{"\000\037\015\000\003E", 0x1f8d},
-#line 97 "./uninorm/composition-table.gperf"
+#line 97 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003(", 0x0104},
-#line 226 "./uninorm/composition-table.gperf"
+#line 226 "../../lib/uninorm/composition-table.gperf"
{"\000\000\346\000\003\004", 0x01e3},
-#line 596 "./uninorm/composition-table.gperf"
+#line 596 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003\003", 0x1ebd},
-#line 86 "./uninorm/composition-table.gperf"
+#line 86 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\010", 0x00f6},
-#line 94 "./uninorm/composition-table.gperf"
+#line 94 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\004", 0x0101},
-#line 608 "./uninorm/composition-table.gperf"
+#line 608 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003\011", 0x1ec9},
-#line 112 "./uninorm/composition-table.gperf"
+#line 112 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003\006", 0x0115},
-#line 206 "./uninorm/composition-table.gperf"
+#line 206 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\014", 0x01ce},
-#line 397 "./uninorm/composition-table.gperf"
+#line 397 "../../lib/uninorm/composition-table.gperf"
{"\000\015\331\000\015\317", 0x0ddc},
-#line 116 "./uninorm/composition-table.gperf"
+#line 116 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003(", 0x0119},
-#line 256 "./uninorm/composition-table.gperf"
+#line 256 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003\017", 0x0208},
-#line 222 "./uninorm/composition-table.gperf"
+#line 222 "../../lib/uninorm/composition-table.gperf"
{"\000\000\344\000\003\004", 0x01df},
-#line 90 "./uninorm/composition-table.gperf"
+#line 90 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\010", 0x00fc},
-#line 48 "./uninorm/composition-table.gperf"
+#line 48 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003\001", 0x00c9},
-#line 47 "./uninorm/composition-table.gperf"
+#line 47 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003\000", 0x00c8},
-#line 213 "./uninorm/composition-table.gperf"
+#line 213 "../../lib/uninorm/composition-table.gperf"
{"\000\000\334\000\003\004", 0x01d5},
-#line 49 "./uninorm/composition-table.gperf"
+#line 49 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003\002", 0x00ca},
-#line 113 "./uninorm/composition-table.gperf"
+#line 113 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003\007", 0x0116},
-#line 217 "./uninorm/composition-table.gperf"
+#line 217 "../../lib/uninorm/composition-table.gperf"
{"\000\000\334\000\003\014", 0x01d9},
-#line 221 "./uninorm/composition-table.gperf"
+#line 221 "../../lib/uninorm/composition-table.gperf"
{"\000\000\304\000\003\004", 0x01de},
-#line 132 "./uninorm/composition-table.gperf"
+#line 132 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003\004", 0x012b},
-#line 399 "./uninorm/composition-table.gperf"
+#line 399 "../../lib/uninorm/composition-table.gperf"
{"\000\015\331\000\015\337", 0x0dde},
-#line 315 "./uninorm/composition-table.gperf"
+#line 315 "../../lib/uninorm/composition-table.gperf"
{"\000\004\025\000\003\000", 0x0400},
-#line 208 "./uninorm/composition-table.gperf"
+#line 208 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003\014", 0x01d0},
-#line 607 "./uninorm/composition-table.gperf"
+#line 607 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003\011", 0x1ec8},
-#line 790 "./uninorm/composition-table.gperf"
+#line 790 "../../lib/uninorm/composition-table.gperf"
{"\000\037*\000\003E", 0x1f9a},
-#line 57 "./uninorm/composition-table.gperf"
+#line 57 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\001", 0x00d3},
-#line 56 "./uninorm/composition-table.gperf"
+#line 56 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\000", 0x00d2},
-#line 85 "./uninorm/composition-table.gperf"
+#line 85 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\003", 0x00f5},
-#line 58 "./uninorm/composition-table.gperf"
+#line 58 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\002", 0x00d4},
-#line 286 "./uninorm/composition-table.gperf"
+#line 286 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\007", 0x022e},
-#line 358 "./uninorm/composition-table.gperf"
+#line 358 "../../lib/uninorm/composition-table.gperf"
{"\000\004C\000\003\004", 0x04ef},
-#line 157 "./uninorm/composition-table.gperf"
+#line 157 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\006", 0x014f},
-#line 337 "./uninorm/composition-table.gperf"
+#line 337 "../../lib/uninorm/composition-table.gperf"
{"\000\004\020\000\003\010", 0x04d2},
-#line 963 "./uninorm/composition-table.gperf"
+#line 963 "../../lib/uninorm/composition-table.gperf"
{"\0000\357\0000\231", 0x30f7},
-#line 232 "./uninorm/composition-table.gperf"
+#line 232 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003(", 0x01eb},
-#line 933 "./uninorm/composition-table.gperf"
+#line 933 "../../lib/uninorm/composition-table.gperf"
{"\0000{\0000\231", 0x307c},
-#line 179 "./uninorm/composition-table.gperf"
+#line 179 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\003", 0x0169},
-#line 248 "./uninorm/composition-table.gperf"
+#line 248 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\017", 0x0200},
-#line 131 "./uninorm/composition-table.gperf"
+#line 131 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003\004", 0x012a},
-#line 376 "./uninorm/composition-table.gperf"
+#line 376 "../../lib/uninorm/composition-table.gperf"
{"\000\0110\000\011<", 0x0931},
-#line 183 "./uninorm/composition-table.gperf"
+#line 183 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\006", 0x016d},
-#line 207 "./uninorm/composition-table.gperf"
+#line 207 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003\014", 0x01cf},
-#line 935 "./uninorm/composition-table.gperf"
+#line 935 "../../lib/uninorm/composition-table.gperf"
{"\0000F\0000\231", 0x3094},
-#line 189 "./uninorm/composition-table.gperf"
+#line 189 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003(", 0x0173},
-#line 550 "./uninorm/composition-table.gperf"
+#line 550 "../../lib/uninorm/composition-table.gperf"
{"\000\000X\000\003\007", 0x1e8a},
-#line 50 "./uninorm/composition-table.gperf"
+#line 50 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003\010", 0x00cb},
-#line 253 "./uninorm/composition-table.gperf"
+#line 253 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003\017", 0x0205},
-#line 62 "./uninorm/composition-table.gperf"
+#line 62 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\001", 0x00da},
-#line 61 "./uninorm/composition-table.gperf"
+#line 61 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\000", 0x00d9},
-#line 934 "./uninorm/composition-table.gperf"
+#line 934 "../../lib/uninorm/composition-table.gperf"
{"\0000{\0000\232", 0x307d},
-#line 63 "./uninorm/composition-table.gperf"
+#line 63 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\002", 0x00db},
-#line 569 "./uninorm/composition-table.gperf"
+#line 569 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\011", 0x1ea2},
-#line 469 "./uninorm/composition-table.gperf"
+#line 469 "../../lib/uninorm/composition-table.gperf"
{"\000\0367\000\003\004", 0x1e39},
-#line 316 "./uninorm/composition-table.gperf"
+#line 316 "../../lib/uninorm/composition-table.gperf"
{"\000\004\025\000\003\010", 0x0401},
-#line 214 "./uninorm/composition-table.gperf"
+#line 214 "../../lib/uninorm/composition-table.gperf"
{"\000\000\374\000\003\004", 0x01d6},
-#line 784 "./uninorm/composition-table.gperf"
+#line 784 "../../lib/uninorm/composition-table.gperf"
{"\000\037$\000\003E", 0x1f94},
-#line 921 "./uninorm/composition-table.gperf"
+#line 921 "../../lib/uninorm/composition-table.gperf"
{"\0000a\0000\231", 0x3062},
-#line 218 "./uninorm/composition-table.gperf"
+#line 218 "../../lib/uninorm/composition-table.gperf"
{"\000\000\374\000\003\014", 0x01da},
-#line 60 "./uninorm/composition-table.gperf"
+#line 60 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\010", 0x00d6},
-#line 365 "./uninorm/composition-table.gperf"
+#line 365 "../../lib/uninorm/composition-table.gperf"
{"\000\004+\000\003\010", 0x04f8},
-#line 594 "./uninorm/composition-table.gperf"
+#line 594 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003\011", 0x1ebb},
-#line 335 "./uninorm/composition-table.gperf"
+#line 335 "../../lib/uninorm/composition-table.gperf"
{"\000\004\020\000\003\006", 0x04d0},
-#line 338 "./uninorm/composition-table.gperf"
+#line 338 "../../lib/uninorm/composition-table.gperf"
{"\000\0040\000\003\010", 0x04d3},
-#line 568 "./uninorm/composition-table.gperf"
+#line 568 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003#", 0x1ea1},
-#line 91 "./uninorm/composition-table.gperf"
+#line 91 "../../lib/uninorm/composition-table.gperf"
{"\000\000y\000\003\001", 0x00fd},
-#line 650 "./uninorm/composition-table.gperf"
+#line 650 "../../lib/uninorm/composition-table.gperf"
{"\000\000y\000\003\000", 0x1ef3},
-#line 93 "./uninorm/composition-table.gperf"
+#line 93 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\004", 0x0100},
-#line 193 "./uninorm/composition-table.gperf"
+#line 193 "../../lib/uninorm/composition-table.gperf"
{"\000\000y\000\003\002", 0x0177},
-#line 555 "./uninorm/composition-table.gperf"
+#line 555 "../../lib/uninorm/composition-table.gperf"
{"\000\000y\000\003\007", 0x1e8f},
-#line 205 "./uninorm/composition-table.gperf"
+#line 205 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\014", 0x01cd},
-#line 595 "./uninorm/composition-table.gperf"
+#line 595 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003\003", 0x1ebc},
-#line 949 "./uninorm/composition-table.gperf"
+#line 949 "../../lib/uninorm/composition-table.gperf"
{"\0000\304\0000\231", 0x30c5},
-#line 261 "./uninorm/composition-table.gperf"
+#line 261 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\017", 0x020d},
-#line 552 "./uninorm/composition-table.gperf"
+#line 552 "../../lib/uninorm/composition-table.gperf"
{"\000\000X\000\003\010", 0x1e8c},
-#line 111 "./uninorm/composition-table.gperf"
+#line 111 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003\006", 0x0114},
-#line 110 "./uninorm/composition-table.gperf"
+#line 110 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003\004", 0x0113},
-#line 967 "./uninorm/composition-table.gperf"
+#line 967 "../../lib/uninorm/composition-table.gperf"
{"\0000\375\0000\231", 0x30fe},
-#line 115 "./uninorm/composition-table.gperf"
+#line 115 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003(", 0x0118},
-#line 118 "./uninorm/composition-table.gperf"
+#line 118 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003\014", 0x011b},
-#line 610 "./uninorm/composition-table.gperf"
+#line 610 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003#", 0x1ecb},
-#line 64 "./uninorm/composition-table.gperf"
+#line 64 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\010", 0x00dc},
-#line 269 "./uninorm/composition-table.gperf"
+#line 269 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\017", 0x0215},
-#line 339 "./uninorm/composition-table.gperf"
+#line 339 "../../lib/uninorm/composition-table.gperf"
{"\000\004\025\000\003\006", 0x04d6},
-#line 59 "./uninorm/composition-table.gperf"
+#line 59 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\003", 0x00d5},
-#line 539 "./uninorm/composition-table.gperf"
+#line 539 "../../lib/uninorm/composition-table.gperf"
{"\000\000v\000\003#", 0x1e7f},
-#line 519 "./uninorm/composition-table.gperf"
+#line 519 "../../lib/uninorm/composition-table.gperf"
{"\000\000t\000\003\007", 0x1e6b},
-#line 614 "./uninorm/composition-table.gperf"
+#line 614 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\011", 0x1ecf},
-#line 156 "./uninorm/composition-table.gperf"
+#line 156 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\006", 0x014e},
-#line 434 "./uninorm/composition-table.gperf"
+#line 434 "../../lib/uninorm/composition-table.gperf"
{"\000\001\022\000\003\001", 0x1e16},
-#line 432 "./uninorm/composition-table.gperf"
+#line 432 "../../lib/uninorm/composition-table.gperf"
{"\000\001\022\000\003\000", 0x1e14},
-#line 231 "./uninorm/composition-table.gperf"
+#line 231 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003(", 0x01ea},
-#line 336 "./uninorm/composition-table.gperf"
+#line 336 "../../lib/uninorm/composition-table.gperf"
{"\000\0040\000\003\006", 0x04d1},
-#line 684 "./uninorm/composition-table.gperf"
+#line 684 "../../lib/uninorm/composition-table.gperf"
{"\000\037\031\000\003\001", 0x1f1d},
-#line 682 "./uninorm/composition-table.gperf"
+#line 682 "../../lib/uninorm/composition-table.gperf"
{"\000\037\031\000\003\000", 0x1f1b},
-#line 275 "./uninorm/composition-table.gperf"
+#line 275 "../../lib/uninorm/composition-table.gperf"
{"\000\000t\000\003&", 0x021b},
-#line 638 "./uninorm/composition-table.gperf"
+#line 638 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\011", 0x1ee7},
-#line 161 "./uninorm/composition-table.gperf"
+#line 161 "../../lib/uninorm/composition-table.gperf"
{"\000\000r\000\003\001", 0x0155},
-#line 92 "./uninorm/composition-table.gperf"
+#line 92 "../../lib/uninorm/composition-table.gperf"
{"\000\000y\000\003\010", 0x00ff},
-#line 609 "./uninorm/composition-table.gperf"
+#line 609 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003#", 0x1eca},
-#line 824 "./uninorm/composition-table.gperf"
+#line 824 "../../lib/uninorm/composition-table.gperf"
{"\000\037t\000\003E", 0x1fc2},
-#line 501 "./uninorm/composition-table.gperf"
+#line 501 "../../lib/uninorm/composition-table.gperf"
{"\000\000r\000\003\007", 0x1e59},
-#line 155 "./uninorm/composition-table.gperf"
+#line 155 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\004", 0x014d},
-#line 966 "./uninorm/composition-table.gperf"
+#line 966 "../../lib/uninorm/composition-table.gperf"
{"\0000\362\0000\231", 0x30fa},
-#line 965 "./uninorm/composition-table.gperf"
+#line 965 "../../lib/uninorm/composition-table.gperf"
{"\0000\361\0000\231", 0x30f9},
-#line 210 "./uninorm/composition-table.gperf"
+#line 210 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\014", 0x01d2},
-#line 178 "./uninorm/composition-table.gperf"
+#line 178 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\003", 0x0168},
-#line 420 "./uninorm/composition-table.gperf"
+#line 420 "../../lib/uninorm/composition-table.gperf"
{"\000\000\307\000\003\001", 0x1e08},
-#line 149 "./uninorm/composition-table.gperf"
+#line 149 "../../lib/uninorm/composition-table.gperf"
{"\000\000n\000\003\001", 0x0144},
-#line 241 "./uninorm/composition-table.gperf"
+#line 241 "../../lib/uninorm/composition-table.gperf"
{"\000\000n\000\003\000", 0x01f9},
-#line 182 "./uninorm/composition-table.gperf"
+#line 182 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\006", 0x016c},
-#line 181 "./uninorm/composition-table.gperf"
+#line 181 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\004", 0x016b},
-#line 481 "./uninorm/composition-table.gperf"
+#line 481 "../../lib/uninorm/composition-table.gperf"
{"\000\000n\000\003\007", 0x1e45},
-#line 188 "./uninorm/composition-table.gperf"
+#line 188 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003(", 0x0172},
-#line 212 "./uninorm/composition-table.gperf"
+#line 212 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\014", 0x01d4},
-#line 563 "./uninorm/composition-table.gperf"
+#line 563 "../../lib/uninorm/composition-table.gperf"
{"\000\000t\000\003\010", 0x1e97},
-#line 252 "./uninorm/composition-table.gperf"
+#line 252 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003\017", 0x0204},
-#line 678 "./uninorm/composition-table.gperf"
+#line 678 "../../lib/uninorm/composition-table.gperf"
{"\000\037\021\000\003\001", 0x1f15},
-#line 676 "./uninorm/composition-table.gperf"
+#line 676 "../../lib/uninorm/composition-table.gperf"
{"\000\037\021\000\003\000", 0x1f13},
-#line 794 "./uninorm/composition-table.gperf"
+#line 794 "../../lib/uninorm/composition-table.gperf"
{"\000\037.\000\003E", 0x1f9e},
-#line 423 "./uninorm/composition-table.gperf"
+#line 423 "../../lib/uninorm/composition-table.gperf"
{"\000\000d\000\003\007", 0x1e0b},
-#line 251 "./uninorm/composition-table.gperf"
+#line 251 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\021", 0x0203},
-#line 414 "./uninorm/composition-table.gperf"
+#line 414 "../../lib/uninorm/composition-table.gperf"
{"\000\000B\000\003\007", 0x1e02},
-#line 656 "./uninorm/composition-table.gperf"
+#line 656 "../../lib/uninorm/composition-table.gperf"
{"\000\000y\000\003\003", 0x1ef9},
-#line 964 "./uninorm/composition-table.gperf"
+#line 964 "../../lib/uninorm/composition-table.gperf"
{"\0000\360\0000\231", 0x30f8},
-#line 393 "./uninorm/composition-table.gperf"
+#line 393 "../../lib/uninorm/composition-table.gperf"
{"\000\015F\000\015>", 0x0d4a},
-#line 810 "./uninorm/composition-table.gperf"
+#line 810 "../../lib/uninorm/composition-table.gperf"
{"\000\037n\000\003E", 0x1fae},
-#line 567 "./uninorm/composition-table.gperf"
+#line 567 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003#", 0x1ea0},
-#line 969 "./uninorm/composition-table.gperf"
+#line 969 "../../lib/uninorm/composition-table.gperf"
{"\001\020\233\001\020\272", 0x1109c},
-#line 260 "./uninorm/composition-table.gperf"
+#line 260 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\017", 0x020c},
-#line 593 "./uninorm/composition-table.gperf"
+#line 593 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003\011", 0x1eba},
-#line 344 "./uninorm/composition-table.gperf"
+#line 344 "../../lib/uninorm/composition-table.gperf"
{"\000\0046\000\003\010", 0x04dd},
-#line 775 "./uninorm/composition-table.gperf"
+#line 775 "../../lib/uninorm/composition-table.gperf"
{"\000\037\013\000\003E", 0x1f8b},
-#line 332 "./uninorm/composition-table.gperf"
+#line 332 "../../lib/uninorm/composition-table.gperf"
{"\000\004u\000\003\017", 0x0477},
-#line 800 "./uninorm/composition-table.gperf"
+#line 800 "../../lib/uninorm/composition-table.gperf"
{"\000\037d\000\003E", 0x1fa4},
-#line 951 "./uninorm/composition-table.gperf"
+#line 951 "../../lib/uninorm/composition-table.gperf"
{"\0000\310\0000\231", 0x30c9},
-#line 592 "./uninorm/composition-table.gperf"
+#line 592 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003#", 0x1eb9},
-#line 259 "./uninorm/composition-table.gperf"
+#line 259 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\003\021", 0x020b},
-#line 127 "./uninorm/composition-table.gperf"
+#line 127 "../../lib/uninorm/composition-table.gperf"
{"\000\000H\000\003\002", 0x0124},
-#line 446 "./uninorm/composition-table.gperf"
+#line 446 "../../lib/uninorm/composition-table.gperf"
{"\000\000H\000\003\007", 0x1e22},
-#line 71 "./uninorm/composition-table.gperf"
+#line 71 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003\012", 0x00e5},
-#line 727 "./uninorm/composition-table.gperf"
+#line 727 "../../lib/uninorm/composition-table.gperf"
{"\000\037H\000\003\001", 0x1f4c},
-#line 725 "./uninorm/composition-table.gperf"
+#line 725 "../../lib/uninorm/composition-table.gperf"
{"\000\037H\000\003\000", 0x1f4a},
-#line 613 "./uninorm/composition-table.gperf"
+#line 613 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\011", 0x1ece},
-#line 945 "./uninorm/composition-table.gperf"
+#line 945 "../../lib/uninorm/composition-table.gperf"
{"\0000\273\0000\231", 0x30bc},
-#line 109 "./uninorm/composition-table.gperf"
+#line 109 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003\004", 0x0112},
-#line 65 "./uninorm/composition-table.gperf"
+#line 65 "../../lib/uninorm/composition-table.gperf"
{"\000\000Y\000\003\001", 0x00dd},
-#line 649 "./uninorm/composition-table.gperf"
+#line 649 "../../lib/uninorm/composition-table.gperf"
{"\000\000Y\000\003\000", 0x1ef2},
-#line 117 "./uninorm/composition-table.gperf"
+#line 117 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003\014", 0x011a},
-#line 192 "./uninorm/composition-table.gperf"
+#line 192 "../../lib/uninorm/composition-table.gperf"
{"\000\000Y\000\003\002", 0x0176},
-#line 554 "./uninorm/composition-table.gperf"
+#line 554 "../../lib/uninorm/composition-table.gperf"
{"\000\000Y\000\003\007", 0x1e8e},
-#line 268 "./uninorm/composition-table.gperf"
+#line 268 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\017", 0x0214},
-#line 739 "./uninorm/composition-table.gperf"
+#line 739 "../../lib/uninorm/composition-table.gperf"
{"\000\037Y\000\003\001", 0x1f5d},
-#line 738 "./uninorm/composition-table.gperf"
+#line 738 "../../lib/uninorm/composition-table.gperf"
{"\000\037Y\000\003\000", 0x1f5b},
-#line 740 "./uninorm/composition-table.gperf"
+#line 740 "../../lib/uninorm/composition-table.gperf"
{"\000\037Y\000\003B", 0x1f5f},
-#line 925 "./uninorm/composition-table.gperf"
+#line 925 "../../lib/uninorm/composition-table.gperf"
{"\0000o\0000\231", 0x3070},
-#line 258 "./uninorm/composition-table.gperf"
+#line 258 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\003\021", 0x020a},
-#line 946 "./uninorm/composition-table.gperf"
+#line 946 "../../lib/uninorm/composition-table.gperf"
{"\0000\275\0000\231", 0x30be},
-#line 154 "./uninorm/composition-table.gperf"
+#line 154 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\004", 0x014c},
-#line 488 "./uninorm/composition-table.gperf"
+#line 488 "../../lib/uninorm/composition-table.gperf"
{"\000\000\325\000\003\001", 0x1e4c},
-#line 334 "./uninorm/composition-table.gperf"
+#line 334 "../../lib/uninorm/composition-table.gperf"
{"\000\0046\000\003\006", 0x04c2},
-#line 209 "./uninorm/composition-table.gperf"
+#line 209 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\014", 0x01d1},
-#line 612 "./uninorm/composition-table.gperf"
+#line 612 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003#", 0x1ecd},
-#line 532 "./uninorm/composition-table.gperf"
+#line 532 "../../lib/uninorm/composition-table.gperf"
{"\000\001h\000\003\001", 0x1e78},
-#line 929 "./uninorm/composition-table.gperf"
+#line 929 "../../lib/uninorm/composition-table.gperf"
{"\0000u\0000\231", 0x3076},
-#line 637 "./uninorm/composition-table.gperf"
+#line 637 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\011", 0x1ee6},
-#line 81 "./uninorm/composition-table.gperf"
+#line 81 "../../lib/uninorm/composition-table.gperf"
{"\000\000n\000\003\003", 0x00f1},
-#line 938 "./uninorm/composition-table.gperf"
+#line 938 "../../lib/uninorm/composition-table.gperf"
{"\0000\255\0000\231", 0x30ae},
-#line 450 "./uninorm/composition-table.gperf"
+#line 450 "../../lib/uninorm/composition-table.gperf"
{"\000\000H\000\003\010", 0x1e26},
-#line 926 "./uninorm/composition-table.gperf"
+#line 926 "../../lib/uninorm/composition-table.gperf"
{"\0000o\0000\232", 0x3071},
-#line 475 "./uninorm/composition-table.gperf"
+#line 475 "../../lib/uninorm/composition-table.gperf"
{"\000\000m\000\003\001", 0x1e3f},
-#line 636 "./uninorm/composition-table.gperf"
+#line 636 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003#", 0x1ee5},
-#line 128 "./uninorm/composition-table.gperf"
+#line 128 "../../lib/uninorm/composition-table.gperf"
{"\000\000h\000\003\002", 0x0125},
-#line 447 "./uninorm/composition-table.gperf"
+#line 447 "../../lib/uninorm/composition-table.gperf"
{"\000\000h\000\003\007", 0x1e23},
-#line 477 "./uninorm/composition-table.gperf"
+#line 477 "../../lib/uninorm/composition-table.gperf"
{"\000\000m\000\003\007", 0x1e41},
-#line 753 "./uninorm/composition-table.gperf"
+#line 753 "../../lib/uninorm/composition-table.gperf"
{"\000\037h\000\003\001", 0x1f6c},
-#line 751 "./uninorm/composition-table.gperf"
+#line 751 "../../lib/uninorm/composition-table.gperf"
{"\000\037h\000\003\000", 0x1f6a},
-#line 755 "./uninorm/composition-table.gperf"
+#line 755 "../../lib/uninorm/composition-table.gperf"
{"\000\037h\000\003B", 0x1f6e},
-#line 930 "./uninorm/composition-table.gperf"
+#line 930 "../../lib/uninorm/composition-table.gperf"
{"\0000u\0000\232", 0x3077},
-#line 194 "./uninorm/composition-table.gperf"
+#line 194 "../../lib/uninorm/composition-table.gperf"
{"\000\000Y\000\003\010", 0x0178},
-#line 180 "./uninorm/composition-table.gperf"
+#line 180 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\004", 0x016a},
-#line 395 "./uninorm/composition-table.gperf"
+#line 395 "../../lib/uninorm/composition-table.gperf"
{"\000\015F\000\015W", 0x0d4c},
-#line 654 "./uninorm/composition-table.gperf"
+#line 654 "../../lib/uninorm/composition-table.gperf"
{"\000\000y\000\003\011", 0x1ef7},
-#line 211 "./uninorm/composition-table.gperf"
+#line 211 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\014", 0x01d3},
-#line 250 "./uninorm/composition-table.gperf"
+#line 250 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\021", 0x0202},
-#line 46 "./uninorm/composition-table.gperf"
+#line 46 "../../lib/uninorm/composition-table.gperf"
{"\000\000C\000\003'", 0x00c7},
-#line 782 "./uninorm/composition-table.gperf"
+#line 782 "../../lib/uninorm/composition-table.gperf"
{"\000\037\"\000\003E", 0x1f92},
-#line 804 "./uninorm/composition-table.gperf"
+#line 804 "../../lib/uninorm/composition-table.gperf"
{"\000\037h\000\003E", 0x1fa8},
-#line 809 "./uninorm/composition-table.gperf"
+#line 809 "../../lib/uninorm/composition-table.gperf"
{"\000\037m\000\003E", 0x1fad},
-#line 697 "./uninorm/composition-table.gperf"
+#line 697 "../../lib/uninorm/composition-table.gperf"
{"\000\037(\000\003\001", 0x1f2c},
-#line 695 "./uninorm/composition-table.gperf"
+#line 695 "../../lib/uninorm/composition-table.gperf"
{"\000\037(\000\003\000", 0x1f2a},
-#line 699 "./uninorm/composition-table.gperf"
+#line 699 "../../lib/uninorm/composition-table.gperf"
{"\000\037(\000\003B", 0x1f2e},
-#line 490 "./uninorm/composition-table.gperf"
+#line 490 "../../lib/uninorm/composition-table.gperf"
{"\000\000\325\000\003\010", 0x1e4e},
-#line 255 "./uninorm/composition-table.gperf"
+#line 255 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003\021", 0x0207},
-#line 706 "./uninorm/composition-table.gperf"
+#line 706 "../../lib/uninorm/composition-table.gperf"
{"\000\0371\000\003\001", 0x1f35},
-#line 704 "./uninorm/composition-table.gperf"
+#line 704 "../../lib/uninorm/composition-table.gperf"
{"\000\0371\000\003\000", 0x1f33},
-#line 708 "./uninorm/composition-table.gperf"
+#line 708 "../../lib/uninorm/composition-table.gperf"
{"\000\0371\000\003B", 0x1f37},
-#line 291 "./uninorm/composition-table.gperf"
+#line 291 "../../lib/uninorm/composition-table.gperf"
{"\000\000y\000\003\004", 0x0233},
-#line 962 "./uninorm/composition-table.gperf"
+#line 962 "../../lib/uninorm/composition-table.gperf"
{"\0000\246\0000\231", 0x30f4},
-#line 437 "./uninorm/composition-table.gperf"
+#line 437 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003-", 0x1e19},
-#line 265 "./uninorm/composition-table.gperf"
+#line 265 "../../lib/uninorm/composition-table.gperf"
{"\000\000r\000\003\017", 0x0211},
-#line 788 "./uninorm/composition-table.gperf"
+#line 788 "../../lib/uninorm/composition-table.gperf"
{"\000\037(\000\003E", 0x1f98},
-#line 451 "./uninorm/composition-table.gperf"
+#line 451 "../../lib/uninorm/composition-table.gperf"
{"\000\000h\000\003\010", 0x1e27},
-#line 45 "./uninorm/composition-table.gperf"
+#line 45 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003\012", 0x00c5},
-#line 655 "./uninorm/composition-table.gperf"
+#line 655 "../../lib/uninorm/composition-table.gperf"
{"\000\000Y\000\003\003", 0x1ef8},
-#line 591 "./uninorm/composition-table.gperf"
+#line 591 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003#", 0x1eb8},
-#line 542 "./uninorm/composition-table.gperf"
+#line 542 "../../lib/uninorm/composition-table.gperf"
{"\000\000W\000\003\001", 0x1e82},
-#line 540 "./uninorm/composition-table.gperf"
+#line 540 "../../lib/uninorm/composition-table.gperf"
{"\000\000W\000\003\000", 0x1e80},
-#line 160 "./uninorm/composition-table.gperf"
+#line 160 "../../lib/uninorm/composition-table.gperf"
{"\000\000R\000\003\001", 0x0154},
-#line 190 "./uninorm/composition-table.gperf"
+#line 190 "../../lib/uninorm/composition-table.gperf"
{"\000\000W\000\003\002", 0x0174},
-#line 546 "./uninorm/composition-table.gperf"
+#line 546 "../../lib/uninorm/composition-table.gperf"
{"\000\000W\000\003\007", 0x1e86},
-#line 912 "./uninorm/composition-table.gperf"
+#line 912 "../../lib/uninorm/composition-table.gperf"
{"\0000O\0000\231", 0x3050},
-#line 500 "./uninorm/composition-table.gperf"
+#line 500 "../../lib/uninorm/composition-table.gperf"
{"\000\000R\000\003\007", 0x1e58},
-#line 878 "./uninorm/composition-table.gperf"
+#line 878 "../../lib/uninorm/composition-table.gperf"
{"\000\"C\000\0038", 0x2244},
-#line 872 "./uninorm/composition-table.gperf"
+#line 872 "../../lib/uninorm/composition-table.gperf"
{"\000\"\003\000\0038", 0x2204},
-#line 873 "./uninorm/composition-table.gperf"
+#line 873 "../../lib/uninorm/composition-table.gperf"
{"\000\"\010\000\0038", 0x2209},
-#line 893 "./uninorm/composition-table.gperf"
+#line 893 "../../lib/uninorm/composition-table.gperf"
{"\000\"{\000\0038", 0x2281},
-#line 177 "./uninorm/composition-table.gperf"
+#line 177 "../../lib/uninorm/composition-table.gperf"
{"\000\000t\000\003\014", 0x0165},
-#line 611 "./uninorm/composition-table.gperf"
+#line 611 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003#", 0x1ecc},
-#line 263 "./uninorm/composition-table.gperf"
+#line 263 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\021", 0x020f},
-#line 468 "./uninorm/composition-table.gperf"
+#line 468 "../../lib/uninorm/composition-table.gperf"
{"\000\0366\000\003\004", 0x1e38},
-#line 238 "./uninorm/composition-table.gperf"
+#line 238 "../../lib/uninorm/composition-table.gperf"
{"\000\000G\000\003\001", 0x01f4},
-#line 908 "./uninorm/composition-table.gperf"
+#line 908 "../../lib/uninorm/composition-table.gperf"
{"\000\"\264\000\0038", 0x22ec},
-#line 906 "./uninorm/composition-table.gperf"
+#line 906 "../../lib/uninorm/composition-table.gperf"
{"\000\"\262\000\0038", 0x22ea},
-#line 119 "./uninorm/composition-table.gperf"
+#line 119 "../../lib/uninorm/composition-table.gperf"
{"\000\000G\000\003\002", 0x011c},
-#line 123 "./uninorm/composition-table.gperf"
+#line 123 "../../lib/uninorm/composition-table.gperf"
{"\000\000G\000\003\007", 0x0120},
-#line 288 "./uninorm/composition-table.gperf"
+#line 288 "../../lib/uninorm/composition-table.gperf"
{"\000\002.\000\003\004", 0x0230},
-#line 877 "./uninorm/composition-table.gperf"
+#line 877 "../../lib/uninorm/composition-table.gperf"
{"\000\"<\000\0038", 0x2241},
-#line 271 "./uninorm/composition-table.gperf"
+#line 271 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\021", 0x0217},
-#line 905 "./uninorm/composition-table.gperf"
+#line 905 "../../lib/uninorm/composition-table.gperf"
{"\000\"\222\000\0038", 0x22e3},
-#line 457 "./uninorm/composition-table.gperf"
+#line 457 "../../lib/uninorm/composition-table.gperf"
{"\000\000i\000\0030", 0x1e2d},
-#line 898 "./uninorm/composition-table.gperf"
+#line 898 "../../lib/uninorm/composition-table.gperf"
{"\000\"\242\000\0038", 0x22ac},
-#line 165 "./uninorm/composition-table.gperf"
+#line 165 "../../lib/uninorm/composition-table.gperf"
{"\000\000r\000\003\014", 0x0159},
-#line 915 "./uninorm/composition-table.gperf"
+#line 915 "../../lib/uninorm/composition-table.gperf"
{"\0000U\0000\231", 0x3056},
-#line 531 "./uninorm/composition-table.gperf"
+#line 531 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003-", 0x1e77},
-#line 936 "./uninorm/composition-table.gperf"
+#line 936 "../../lib/uninorm/composition-table.gperf"
{"\0000\235\0000\231", 0x309e},
-#line 331 "./uninorm/composition-table.gperf"
+#line 331 "../../lib/uninorm/composition-table.gperf"
{"\000\004t\000\003\017", 0x0476},
-#line 882 "./uninorm/composition-table.gperf"
+#line 882 "../../lib/uninorm/composition-table.gperf"
{"\000\"a\000\0038", 0x2262},
-#line 440 "./uninorm/composition-table.gperf"
+#line 440 "../../lib/uninorm/composition-table.gperf"
{"\000\002(\000\003\006", 0x1e1c},
-#line 544 "./uninorm/composition-table.gperf"
+#line 544 "../../lib/uninorm/composition-table.gperf"
{"\000\000W\000\003\010", 0x1e84},
-#line 635 "./uninorm/composition-table.gperf"
+#line 635 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003#", 0x1ee4},
-#line 148 "./uninorm/composition-table.gperf"
+#line 148 "../../lib/uninorm/composition-table.gperf"
{"\000\000N\000\003\001", 0x0143},
-#line 240 "./uninorm/composition-table.gperf"
+#line 240 "../../lib/uninorm/composition-table.gperf"
{"\000\000N\000\003\000", 0x01f8},
-#line 153 "./uninorm/composition-table.gperf"
+#line 153 "../../lib/uninorm/composition-table.gperf"
{"\000\000n\000\003\014", 0x0148},
-#line 375 "./uninorm/composition-table.gperf"
+#line 375 "../../lib/uninorm/composition-table.gperf"
{"\000\011(\000\011<", 0x0929},
-#line 480 "./uninorm/composition-table.gperf"
+#line 480 "../../lib/uninorm/composition-table.gperf"
{"\000\000N\000\003\007", 0x1e44},
-#line 897 "./uninorm/composition-table.gperf"
+#line 897 "../../lib/uninorm/composition-table.gperf"
{"\000\"\207\000\0038", 0x2289},
-#line 185 "./uninorm/composition-table.gperf"
+#line 185 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\012", 0x016f},
-#line 896 "./uninorm/composition-table.gperf"
+#line 896 "../../lib/uninorm/composition-table.gperf"
{"\000\"\206\000\0038", 0x2288},
-#line 456 "./uninorm/composition-table.gperf"
+#line 456 "../../lib/uninorm/composition-table.gperf"
{"\000\000I\000\0030", 0x1e2c},
-#line 895 "./uninorm/composition-table.gperf"
+#line 895 "../../lib/uninorm/composition-table.gperf"
{"\000\"\203\000\0038", 0x2285},
-#line 108 "./uninorm/composition-table.gperf"
+#line 108 "../../lib/uninorm/composition-table.gperf"
{"\000\000d\000\003\014", 0x010f},
-#line 543 "./uninorm/composition-table.gperf"
+#line 543 "../../lib/uninorm/composition-table.gperf"
{"\000\000w\000\003\001", 0x1e83},
-#line 541 "./uninorm/composition-table.gperf"
+#line 541 "../../lib/uninorm/composition-table.gperf"
{"\000\000w\000\003\000", 0x1e81},
-#line 523 "./uninorm/composition-table.gperf"
+#line 523 "../../lib/uninorm/composition-table.gperf"
{"\000\000t\000\0031", 0x1e6f},
-#line 191 "./uninorm/composition-table.gperf"
+#line 191 "../../lib/uninorm/composition-table.gperf"
{"\000\000w\000\003\002", 0x0175},
-#line 547 "./uninorm/composition-table.gperf"
+#line 547 "../../lib/uninorm/composition-table.gperf"
{"\000\000w\000\003\007", 0x1e87},
-#line 652 "./uninorm/composition-table.gperf"
+#line 652 "../../lib/uninorm/composition-table.gperf"
{"\000\000y\000\003#", 0x1ef5},
-#line 890 "./uninorm/composition-table.gperf"
+#line 890 "../../lib/uninorm/composition-table.gperf"
{"\000\"v\000\0038", 0x2278},
-#line 297 "./uninorm/composition-table.gperf"
+#line 297 "../../lib/uninorm/composition-table.gperf"
{"\000\003\237\000\003\001", 0x038c},
-#line 863 "./uninorm/composition-table.gperf"
+#line 863 "../../lib/uninorm/composition-table.gperf"
{"\000\003\237\000\003\000", 0x1ff8},
-#line 239 "./uninorm/composition-table.gperf"
+#line 239 "../../lib/uninorm/composition-table.gperf"
{"\000\000g\000\003\001", 0x01f5},
-#line 254 "./uninorm/composition-table.gperf"
+#line 254 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003\021", 0x0206},
-#line 653 "./uninorm/composition-table.gperf"
+#line 653 "../../lib/uninorm/composition-table.gperf"
{"\000\000Y\000\003\011", 0x1ef6},
-#line 120 "./uninorm/composition-table.gperf"
+#line 120 "../../lib/uninorm/composition-table.gperf"
{"\000\000g\000\003\002", 0x011d},
-#line 124 "./uninorm/composition-table.gperf"
+#line 124 "../../lib/uninorm/composition-table.gperf"
{"\000\000g\000\003\007", 0x0121},
-#line 343 "./uninorm/composition-table.gperf"
+#line 343 "../../lib/uninorm/composition-table.gperf"
{"\000\004\026\000\003\010", 0x04dc},
-#line 902 "./uninorm/composition-table.gperf"
+#line 902 "../../lib/uninorm/composition-table.gperf"
{"\000\"|\000\0038", 0x22e0},
-#line 436 "./uninorm/composition-table.gperf"
+#line 436 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003-", 0x1e18},
-#line 507 "./uninorm/composition-table.gperf"
+#line 507 "../../lib/uninorm/composition-table.gperf"
{"\000\000r\000\0031", 0x1e5f},
-#line 276 "./uninorm/composition-table.gperf"
+#line 276 "../../lib/uninorm/composition-table.gperf"
{"\000\000H\000\003\014", 0x021e},
-#line 494 "./uninorm/composition-table.gperf"
+#line 494 "../../lib/uninorm/composition-table.gperf"
{"\000\001L\000\003\001", 0x1e52},
-#line 492 "./uninorm/composition-table.gperf"
+#line 492 "../../lib/uninorm/composition-table.gperf"
{"\000\001L\000\003\000", 0x1e50},
-#line 443 "./uninorm/composition-table.gperf"
+#line 443 "../../lib/uninorm/composition-table.gperf"
{"\000\000f\000\003\007", 0x1e1f},
-#line 521 "./uninorm/composition-table.gperf"
+#line 521 "../../lib/uninorm/composition-table.gperf"
{"\000\000t\000\003#", 0x1e6d},
-#line 262 "./uninorm/composition-table.gperf"
+#line 262 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\021", 0x020e},
-#line 894 "./uninorm/composition-table.gperf"
+#line 894 "../../lib/uninorm/composition-table.gperf"
{"\000\"\202\000\0038", 0x2284},
-#line 142 "./uninorm/composition-table.gperf"
+#line 142 "../../lib/uninorm/composition-table.gperf"
{"\000\000L\000\003\001", 0x0139},
-#line 290 "./uninorm/composition-table.gperf"
+#line 290 "../../lib/uninorm/composition-table.gperf"
{"\000\000Y\000\003\004", 0x0232},
-#line 803 "./uninorm/composition-table.gperf"
+#line 803 "../../lib/uninorm/composition-table.gperf"
{"\000\037g\000\003E", 0x1fa7},
-#line 485 "./uninorm/composition-table.gperf"
+#line 485 "../../lib/uninorm/composition-table.gperf"
{"\000\000n\000\0031", 0x1e49},
-#line 281 "./uninorm/composition-table.gperf"
+#line 281 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\003'", 0x0229},
-#line 927 "./uninorm/composition-table.gperf"
+#line 927 "../../lib/uninorm/composition-table.gperf"
{"\0000r\0000\231", 0x3073},
-#line 121 "./uninorm/composition-table.gperf"
+#line 121 "../../lib/uninorm/composition-table.gperf"
{"\000\000G\000\003\006", 0x011e},
-#line 313 "./uninorm/composition-table.gperf"
+#line 313 "../../lib/uninorm/composition-table.gperf"
{"\000\003\322\000\003\001", 0x03d3},
-#line 545 "./uninorm/composition-table.gperf"
+#line 545 "../../lib/uninorm/composition-table.gperf"
{"\000\000w\000\003\010", 0x1e85},
-#line 439 "./uninorm/composition-table.gperf"
+#line 439 "../../lib/uninorm/composition-table.gperf"
{"\000\000e\000\0030", 0x1e1b},
-#line 802 "./uninorm/composition-table.gperf"
+#line 802 "../../lib/uninorm/composition-table.gperf"
{"\000\037f\000\003E", 0x1fa6},
-#line 427 "./uninorm/composition-table.gperf"
+#line 427 "../../lib/uninorm/composition-table.gperf"
{"\000\000d\000\0031", 0x1e0f},
-#line 503 "./uninorm/composition-table.gperf"
+#line 503 "../../lib/uninorm/composition-table.gperf"
{"\000\000r\000\003#", 0x1e5b},
-#line 418 "./uninorm/composition-table.gperf"
+#line 418 "../../lib/uninorm/composition-table.gperf"
{"\000\000B\000\0031", 0x1e06},
-#line 284 "./uninorm/composition-table.gperf"
+#line 284 "../../lib/uninorm/composition-table.gperf"
{"\000\000\325\000\003\004", 0x022c},
-#line 495 "./uninorm/composition-table.gperf"
+#line 495 "../../lib/uninorm/composition-table.gperf"
{"\000\001M\000\003\001", 0x1e53},
-#line 493 "./uninorm/composition-table.gperf"
+#line 493 "../../lib/uninorm/composition-table.gperf"
{"\000\001M\000\003\000", 0x1e51},
-#line 903 "./uninorm/composition-table.gperf"
+#line 903 "../../lib/uninorm/composition-table.gperf"
{"\000\"}\000\0038", 0x22e1},
-#line 333 "./uninorm/composition-table.gperf"
+#line 333 "../../lib/uninorm/composition-table.gperf"
{"\000\004\026\000\003\006", 0x04c1},
-#line 928 "./uninorm/composition-table.gperf"
+#line 928 "../../lib/uninorm/composition-table.gperf"
{"\0000r\0000\232", 0x3074},
-#line 270 "./uninorm/composition-table.gperf"
+#line 270 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\021", 0x0216},
-#line 474 "./uninorm/composition-table.gperf"
+#line 474 "../../lib/uninorm/composition-table.gperf"
{"\000\000M\000\003\001", 0x1e3e},
-#line 55 "./uninorm/composition-table.gperf"
+#line 55 "../../lib/uninorm/composition-table.gperf"
{"\000\000N\000\003\003", 0x00d1},
-#line 483 "./uninorm/composition-table.gperf"
+#line 483 "../../lib/uninorm/composition-table.gperf"
{"\000\000n\000\003#", 0x1e47},
-#line 922 "./uninorm/composition-table.gperf"
+#line 922 "../../lib/uninorm/composition-table.gperf"
{"\0000d\0000\231", 0x3065},
-#line 476 "./uninorm/composition-table.gperf"
+#line 476 "../../lib/uninorm/composition-table.gperf"
{"\000\000M\000\003\007", 0x1e40},
-#line 530 "./uninorm/composition-table.gperf"
+#line 530 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003-", 0x1e76},
-#line 277 "./uninorm/composition-table.gperf"
+#line 277 "../../lib/uninorm/composition-table.gperf"
{"\000\000h\000\003\014", 0x021f},
-#line 364 "./uninorm/composition-table.gperf"
+#line 364 "../../lib/uninorm/composition-table.gperf"
{"\000\004G\000\003\010", 0x04f5},
-#line 518 "./uninorm/composition-table.gperf"
+#line 518 "../../lib/uninorm/composition-table.gperf"
{"\000\000T\000\003\007", 0x1e6a},
-#line 920 "./uninorm/composition-table.gperf"
+#line 920 "../../lib/uninorm/composition-table.gperf"
{"\0000_\0000\231", 0x3060},
-#line 425 "./uninorm/composition-table.gperf"
+#line 425 "../../lib/uninorm/composition-table.gperf"
{"\000\000d\000\003#", 0x1e0d},
-#line 887 "./uninorm/composition-table.gperf"
+#line 887 "../../lib/uninorm/composition-table.gperf"
{"\000\"e\000\0038", 0x2271},
-#line 416 "./uninorm/composition-table.gperf"
+#line 416 "../../lib/uninorm/composition-table.gperf"
{"\000\000B\000\003#", 0x1e04},
-#line 264 "./uninorm/composition-table.gperf"
+#line 264 "../../lib/uninorm/composition-table.gperf"
{"\000\000R\000\003\017", 0x0210},
-#line 844 "./uninorm/composition-table.gperf"
+#line 844 "../../lib/uninorm/composition-table.gperf"
{"\000\037\376\000\003\001", 0x1fde},
-#line 843 "./uninorm/composition-table.gperf"
+#line 843 "../../lib/uninorm/composition-table.gperf"
{"\000\037\376\000\003\000", 0x1fdd},
-#line 845 "./uninorm/composition-table.gperf"
+#line 845 "../../lib/uninorm/composition-table.gperf"
{"\000\037\376\000\003B", 0x1fdf},
-#line 274 "./uninorm/composition-table.gperf"
+#line 274 "../../lib/uninorm/composition-table.gperf"
{"\000\000T\000\003&", 0x021a},
-#line 184 "./uninorm/composition-table.gperf"
+#line 184 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\012", 0x016e},
-#line 314 "./uninorm/composition-table.gperf"
+#line 314 "../../lib/uninorm/composition-table.gperf"
{"\000\003\322\000\003\010", 0x03d4},
-#line 310 "./uninorm/composition-table.gperf"
+#line 310 "../../lib/uninorm/composition-table.gperf"
{"\000\003\277\000\003\001", 0x03cc},
-#line 761 "./uninorm/composition-table.gperf"
+#line 761 "../../lib/uninorm/composition-table.gperf"
{"\000\003\277\000\003\000", 0x1f78},
-#line 723 "./uninorm/composition-table.gperf"
+#line 723 "../../lib/uninorm/composition-table.gperf"
{"\000\003\237\000\003\023", 0x1f48},
-#line 529 "./uninorm/composition-table.gperf"
+#line 529 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\0030", 0x1e75},
-#line 919 "./uninorm/composition-table.gperf"
+#line 919 "../../lib/uninorm/composition-table.gperf"
{"\0000]\0000\231", 0x305e},
-#line 122 "./uninorm/composition-table.gperf"
+#line 122 "../../lib/uninorm/composition-table.gperf"
{"\000\000g\000\003\006", 0x011f},
-#line 306 "./uninorm/composition-table.gperf"
+#line 306 "../../lib/uninorm/composition-table.gperf"
{"\000\003\271\000\003\001", 0x03af},
-#line 760 "./uninorm/composition-table.gperf"
+#line 760 "../../lib/uninorm/composition-table.gperf"
{"\000\003\271\000\003\000", 0x1f76},
-#line 838 "./uninorm/composition-table.gperf"
+#line 838 "../../lib/uninorm/composition-table.gperf"
{"\000\003\271\000\003B", 0x1fd6},
-#line 448 "./uninorm/composition-table.gperf"
+#line 448 "../../lib/uninorm/composition-table.gperf"
{"\000\000H\000\003#", 0x1e24},
-#line 833 "./uninorm/composition-table.gperf"
+#line 833 "../../lib/uninorm/composition-table.gperf"
{"\000\037\277\000\003\001", 0x1fce},
-#line 832 "./uninorm/composition-table.gperf"
+#line 832 "../../lib/uninorm/composition-table.gperf"
{"\000\037\277\000\003\000", 0x1fcd},
-#line 834 "./uninorm/composition-table.gperf"
+#line 834 "../../lib/uninorm/composition-table.gperf"
{"\000\037\277\000\003B", 0x1fcf},
-#line 917 "./uninorm/composition-table.gperf"
+#line 917 "../../lib/uninorm/composition-table.gperf"
{"\0000Y\0000\231", 0x305a},
-#line 319 "./uninorm/composition-table.gperf"
+#line 319 "../../lib/uninorm/composition-table.gperf"
{"\000\004\032\000\003\001", 0x040c},
-#line 565 "./uninorm/composition-table.gperf"
+#line 565 "../../lib/uninorm/composition-table.gperf"
{"\000\000y\000\003\012", 0x1e99},
-#line 885 "./uninorm/composition-table.gperf"
+#line 885 "../../lib/uninorm/composition-table.gperf"
{"\000\000>\000\0038", 0x226f},
-#line 435 "./uninorm/composition-table.gperf"
+#line 435 "../../lib/uninorm/composition-table.gperf"
{"\000\001\023\000\003\001", 0x1e17},
-#line 433 "./uninorm/composition-table.gperf"
+#line 433 "../../lib/uninorm/composition-table.gperf"
{"\000\001\023\000\003\000", 0x1e15},
-#line 525 "./uninorm/composition-table.gperf"
+#line 525 "../../lib/uninorm/composition-table.gperf"
{"\000\000t\000\003-", 0x1e71},
-#line 651 "./uninorm/composition-table.gperf"
+#line 651 "../../lib/uninorm/composition-table.gperf"
{"\000\000Y\000\003#", 0x1ef4},
-#line 345 "./uninorm/composition-table.gperf"
+#line 345 "../../lib/uninorm/composition-table.gperf"
{"\000\004\027\000\003\010", 0x04de},
-#line 776 "./uninorm/composition-table.gperf"
+#line 776 "../../lib/uninorm/composition-table.gperf"
{"\000\037\014\000\003E", 0x1f8c},
-#line 562 "./uninorm/composition-table.gperf"
+#line 562 "../../lib/uninorm/composition-table.gperf"
{"\000\000h\000\0031", 0x1e96},
-#line 941 "./uninorm/composition-table.gperf"
+#line 941 "../../lib/uninorm/composition-table.gperf"
{"\0000\263\0000\231", 0x30b4},
-#line 164 "./uninorm/composition-table.gperf"
+#line 164 "../../lib/uninorm/composition-table.gperf"
{"\000\000R\000\003\014", 0x0158},
-#line 956 "./uninorm/composition-table.gperf"
+#line 956 "../../lib/uninorm/composition-table.gperf"
{"\0000\325\0000\231", 0x30d6},
-#line 779 "./uninorm/composition-table.gperf"
+#line 779 "../../lib/uninorm/composition-table.gperf"
{"\000\037\017\000\003E", 0x1f8f},
-#line 267 "./uninorm/composition-table.gperf"
+#line 267 "../../lib/uninorm/composition-table.gperf"
{"\000\000r\000\003\021", 0x0213},
-#line 305 "./uninorm/composition-table.gperf"
+#line 305 "../../lib/uninorm/composition-table.gperf"
{"\000\003\267\000\003\001", 0x03ae},
-#line 759 "./uninorm/composition-table.gperf"
+#line 759 "../../lib/uninorm/composition-table.gperf"
{"\000\003\267\000\003\000", 0x1f74},
-#line 827 "./uninorm/composition-table.gperf"
+#line 827 "../../lib/uninorm/composition-table.gperf"
{"\000\003\267\000\003B", 0x1fc6},
-#line 280 "./uninorm/composition-table.gperf"
+#line 280 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\003'", 0x0228},
-#line 626 "./uninorm/composition-table.gperf"
+#line 626 "../../lib/uninorm/composition-table.gperf"
{"\000\001\241\000\003\001", 0x1edb},
-#line 628 "./uninorm/composition-table.gperf"
+#line 628 "../../lib/uninorm/composition-table.gperf"
{"\000\001\241\000\003\000", 0x1edd},
-#line 444 "./uninorm/composition-table.gperf"
+#line 444 "../../lib/uninorm/composition-table.gperf"
{"\000\000G\000\003\004", 0x1e20},
-#line 924 "./uninorm/composition-table.gperf"
+#line 924 "../../lib/uninorm/composition-table.gperf"
{"\0000h\0000\231", 0x3069},
-#line 438 "./uninorm/composition-table.gperf"
+#line 438 "../../lib/uninorm/composition-table.gperf"
{"\000\000E\000\0030", 0x1e1a},
-#line 227 "./uninorm/composition-table.gperf"
+#line 227 "../../lib/uninorm/composition-table.gperf"
{"\000\000G\000\003\014", 0x01e6},
-#line 308 "./uninorm/composition-table.gperf"
+#line 308 "../../lib/uninorm/composition-table.gperf"
{"\000\003\271\000\003\010", 0x03ca},
-#line 957 "./uninorm/composition-table.gperf"
+#line 957 "../../lib/uninorm/composition-table.gperf"
{"\0000\325\0000\232", 0x30d7},
-#line 825 "./uninorm/composition-table.gperf"
+#line 825 "../../lib/uninorm/composition-table.gperf"
{"\000\003\267\000\003E", 0x1fc3},
-#line 960 "./uninorm/composition-table.gperf"
+#line 960 "../../lib/uninorm/composition-table.gperf"
{"\0000\333\0000\231", 0x30dc},
-#line 449 "./uninorm/composition-table.gperf"
+#line 449 "../../lib/uninorm/composition-table.gperf"
{"\000\000h\000\003#", 0x1e25},
-#line 479 "./uninorm/composition-table.gperf"
+#line 479 "../../lib/uninorm/composition-table.gperf"
{"\000\000m\000\003#", 0x1e43},
-#line 487 "./uninorm/composition-table.gperf"
+#line 487 "../../lib/uninorm/composition-table.gperf"
{"\000\000n\000\003-", 0x1e4b},
-#line 937 "./uninorm/composition-table.gperf"
+#line 937 "../../lib/uninorm/composition-table.gperf"
{"\0000\253\0000\231", 0x30ac},
-#line 303 "./uninorm/composition-table.gperf"
+#line 303 "../../lib/uninorm/composition-table.gperf"
{"\000\003\261\000\003\001", 0x03ac},
-#line 757 "./uninorm/composition-table.gperf"
+#line 757 "../../lib/uninorm/composition-table.gperf"
{"\000\003\261\000\003\000", 0x1f70},
-#line 817 "./uninorm/composition-table.gperf"
+#line 817 "../../lib/uninorm/composition-table.gperf"
{"\000\003\261\000\003B", 0x1fb6},
-#line 352 "./uninorm/composition-table.gperf"
+#line 352 "../../lib/uninorm/composition-table.gperf"
{"\000\004>\000\003\010", 0x04e7},
-#line 293 "./uninorm/composition-table.gperf"
+#line 293 "../../lib/uninorm/composition-table.gperf"
{"\000\003\221\000\003\001", 0x0386},
-#line 821 "./uninorm/composition-table.gperf"
+#line 821 "../../lib/uninorm/composition-table.gperf"
{"\000\003\221\000\003\000", 0x1fba},
-#line 431 "./uninorm/composition-table.gperf"
+#line 431 "../../lib/uninorm/composition-table.gperf"
{"\000\000d\000\003-", 0x1e13},
-#line 606 "./uninorm/composition-table.gperf"
+#line 606 "../../lib/uninorm/composition-table.gperf"
{"\000\036\271\000\003\002", 0x1ec7},
-#line 778 "./uninorm/composition-table.gperf"
+#line 778 "../../lib/uninorm/composition-table.gperf"
{"\000\037\016\000\003E", 0x1f8e},
-#line 961 "./uninorm/composition-table.gperf"
+#line 961 "../../lib/uninorm/composition-table.gperf"
{"\0000\333\0000\232", 0x30dd},
-#line 362 "./uninorm/composition-table.gperf"
+#line 362 "../../lib/uninorm/composition-table.gperf"
{"\000\004C\000\003\013", 0x04f3},
-#line 152 "./uninorm/composition-table.gperf"
+#line 152 "../../lib/uninorm/composition-table.gperf"
{"\000\000N\000\003\014", 0x0147},
-#line 815 "./uninorm/composition-table.gperf"
+#line 815 "../../lib/uninorm/composition-table.gperf"
{"\000\003\261\000\003E", 0x1fb3},
-#line 879 "./uninorm/composition-table.gperf"
+#line 879 "../../lib/uninorm/composition-table.gperf"
{"\000\"E\000\0038", 0x2247},
-#line 717 "./uninorm/composition-table.gperf"
+#line 717 "../../lib/uninorm/composition-table.gperf"
{"\000\003\277\000\003\023", 0x1f40},
-#line 506 "./uninorm/composition-table.gperf"
+#line 506 "../../lib/uninorm/composition-table.gperf"
{"\000\000R\000\0031", 0x1e5e},
-#line 822 "./uninorm/composition-table.gperf"
+#line 822 "../../lib/uninorm/composition-table.gperf"
{"\000\003\221\000\003E", 0x1fbc},
-#line 356 "./uninorm/composition-table.gperf"
+#line 356 "../../lib/uninorm/composition-table.gperf"
{"\000\004M\000\003\010", 0x04ed},
-#line 724 "./uninorm/composition-table.gperf"
+#line 724 "../../lib/uninorm/composition-table.gperf"
{"\000\003\237\000\003\024", 0x1f49},
-#line 167 "./uninorm/composition-table.gperf"
+#line 167 "../../lib/uninorm/composition-table.gperf"
{"\000\000s\000\003\001", 0x015b},
-#line 701 "./uninorm/composition-table.gperf"
+#line 701 "../../lib/uninorm/composition-table.gperf"
{"\000\003\271\000\003\023", 0x1f30},
-#line 835 "./uninorm/composition-table.gperf"
+#line 835 "../../lib/uninorm/composition-table.gperf"
{"\000\003\271\000\003\006", 0x1fd0},
-#line 169 "./uninorm/composition-table.gperf"
+#line 169 "../../lib/uninorm/composition-table.gperf"
{"\000\000s\000\003\002", 0x015d},
-#line 509 "./uninorm/composition-table.gperf"
+#line 509 "../../lib/uninorm/composition-table.gperf"
{"\000\000s\000\003\007", 0x1e61},
-#line 977 "./uninorm/composition-table.gperf"
+#line 977 "../../lib/uninorm/composition-table.gperf"
{"\001\024\271\001\024\275", 0x114be},
-#line 528 "./uninorm/composition-table.gperf"
+#line 528 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\0030", 0x1e74},
-#line 916 "./uninorm/composition-table.gperf"
+#line 916 "../../lib/uninorm/composition-table.gperf"
{"\0000W\0000\231", 0x3058},
-#line 317 "./uninorm/composition-table.gperf"
+#line 317 "../../lib/uninorm/composition-table.gperf"
{"\000\004\023\000\003\001", 0x0403},
-#line 445 "./uninorm/composition-table.gperf"
+#line 445 "../../lib/uninorm/composition-table.gperf"
{"\000\000g\000\003\004", 0x1e21},
-#line 460 "./uninorm/composition-table.gperf"
+#line 460 "../../lib/uninorm/composition-table.gperf"
{"\000\000K\000\003\001", 0x1e30},
-#line 770 "./uninorm/composition-table.gperf"
+#line 770 "../../lib/uninorm/composition-table.gperf"
{"\000\037\006\000\003E", 0x1f86},
-#line 228 "./uninorm/composition-table.gperf"
+#line 228 "../../lib/uninorm/composition-table.gperf"
{"\000\000g\000\003\014", 0x01e7},
-#line 273 "./uninorm/composition-table.gperf"
+#line 273 "../../lib/uninorm/composition-table.gperf"
{"\000\000s\000\003&", 0x0219},
-#line 548 "./uninorm/composition-table.gperf"
+#line 548 "../../lib/uninorm/composition-table.gperf"
{"\000\000W\000\003#", 0x1e88},
-#line 244 "./uninorm/composition-table.gperf"
+#line 244 "../../lib/uninorm/composition-table.gperf"
{"\000\000\306\000\003\001", 0x01fc},
-#line 502 "./uninorm/composition-table.gperf"
+#line 502 "../../lib/uninorm/composition-table.gperf"
{"\000\000R\000\003#", 0x1e5a},
-#line 580 "./uninorm/composition-table.gperf"
+#line 580 "../../lib/uninorm/composition-table.gperf"
{"\000\036\241\000\003\002", 0x1ead},
-#line 311 "./uninorm/composition-table.gperf"
+#line 311 "../../lib/uninorm/composition-table.gperf"
{"\000\003\305\000\003\001", 0x03cd},
-#line 762 "./uninorm/composition-table.gperf"
+#line 762 "../../lib/uninorm/composition-table.gperf"
{"\000\003\305\000\003\000", 0x1f7a},
-#line 851 "./uninorm/composition-table.gperf"
+#line 851 "../../lib/uninorm/composition-table.gperf"
{"\000\003\305\000\003B", 0x1fe6},
-#line 143 "./uninorm/composition-table.gperf"
+#line 143 "../../lib/uninorm/composition-table.gperf"
{"\000\000l\000\003\001", 0x013a},
-#line 242 "./uninorm/composition-table.gperf"
+#line 242 "../../lib/uninorm/composition-table.gperf"
{"\000\000\305\000\003\001", 0x01fa},
-#line 166 "./uninorm/composition-table.gperf"
+#line 166 "../../lib/uninorm/composition-table.gperf"
{"\000\000S\000\003\001", 0x015a},
-#line 685 "./uninorm/composition-table.gperf"
+#line 685 "../../lib/uninorm/composition-table.gperf"
{"\000\003\267\000\003\023", 0x1f20},
-#line 632 "./uninorm/composition-table.gperf"
+#line 632 "../../lib/uninorm/composition-table.gperf"
{"\000\001\241\000\003\003", 0x1ee1},
-#line 168 "./uninorm/composition-table.gperf"
+#line 168 "../../lib/uninorm/composition-table.gperf"
{"\000\000S\000\003\002", 0x015c},
-#line 508 "./uninorm/composition-table.gperf"
+#line 508 "../../lib/uninorm/composition-table.gperf"
{"\000\000S\000\003\007", 0x1e60},
-#line 146 "./uninorm/composition-table.gperf"
+#line 146 "../../lib/uninorm/composition-table.gperf"
{"\000\000L\000\003\014", 0x013d},
-#line 484 "./uninorm/composition-table.gperf"
+#line 484 "../../lib/uninorm/composition-table.gperf"
{"\000\000N\000\0031", 0x1e48},
-#line 296 "./uninorm/composition-table.gperf"
+#line 296 "../../lib/uninorm/composition-table.gperf"
{"\000\003\231\000\003\001", 0x038a},
-#line 842 "./uninorm/composition-table.gperf"
+#line 842 "../../lib/uninorm/composition-table.gperf"
{"\000\003\231\000\003\000", 0x1fda},
-#line 512 "./uninorm/composition-table.gperf"
+#line 512 "../../lib/uninorm/composition-table.gperf"
{"\000\001Z\000\003\007", 0x1e64},
-#line 828 "./uninorm/composition-table.gperf"
+#line 828 "../../lib/uninorm/composition-table.gperf"
{"\000\037\306\000\003E", 0x1fc7},
-#line 195 "./uninorm/composition-table.gperf"
+#line 195 "../../lib/uninorm/composition-table.gperf"
{"\000\000Z\000\003\001", 0x0179},
-#line 175 "./uninorm/composition-table.gperf"
+#line 175 "../../lib/uninorm/composition-table.gperf"
{"\000\000t\000\003'", 0x0163},
-#line 272 "./uninorm/composition-table.gperf"
+#line 272 "../../lib/uninorm/composition-table.gperf"
{"\000\000S\000\003&", 0x0218},
-#line 556 "./uninorm/composition-table.gperf"
+#line 556 "../../lib/uninorm/composition-table.gperf"
{"\000\000Z\000\003\002", 0x1e90},
-#line 197 "./uninorm/composition-table.gperf"
+#line 197 "../../lib/uninorm/composition-table.gperf"
{"\000\000Z\000\003\007", 0x017b},
-#line 808 "./uninorm/composition-table.gperf"
+#line 808 "../../lib/uninorm/composition-table.gperf"
{"\000\037l\000\003E", 0x1fac},
{""},
-#line 100 "./uninorm/composition-table.gperf"
+#line 100 "../../lib/uninorm/composition-table.gperf"
{"\000\000c\000\003\001", 0x0107},
-#line 657 "./uninorm/composition-table.gperf"
+#line 657 "../../lib/uninorm/composition-table.gperf"
{"\000\003\261\000\003\023", 0x1f00},
-#line 812 "./uninorm/composition-table.gperf"
+#line 812 "../../lib/uninorm/composition-table.gperf"
{"\000\003\261\000\003\006", 0x1fb0},
-#line 102 "./uninorm/composition-table.gperf"
+#line 102 "../../lib/uninorm/composition-table.gperf"
{"\000\000c\000\003\002", 0x0109},
-#line 104 "./uninorm/composition-table.gperf"
+#line 104 "../../lib/uninorm/composition-table.gperf"
{"\000\000c\000\003\007", 0x010b},
-#line 665 "./uninorm/composition-table.gperf"
+#line 665 "../../lib/uninorm/composition-table.gperf"
{"\000\003\221\000\003\023", 0x1f08},
-#line 819 "./uninorm/composition-table.gperf"
+#line 819 "../../lib/uninorm/composition-table.gperf"
{"\000\003\221\000\003\006", 0x1fb8},
{""},
-#line 482 "./uninorm/composition-table.gperf"
+#line 482 "../../lib/uninorm/composition-table.gperf"
{"\000\000N\000\003#", 0x1e46},
-#line 163 "./uninorm/composition-table.gperf"
+#line 163 "../../lib/uninorm/composition-table.gperf"
{"\000\000r\000\003'", 0x0157},
-#line 309 "./uninorm/composition-table.gperf"
+#line 309 "../../lib/uninorm/composition-table.gperf"
{"\000\003\305\000\003\010", 0x03cb},
-#line 196 "./uninorm/composition-table.gperf"
+#line 196 "../../lib/uninorm/composition-table.gperf"
{"\000\000z\000\003\001", 0x017a},
-#line 176 "./uninorm/composition-table.gperf"
+#line 176 "../../lib/uninorm/composition-table.gperf"
{"\000\000T\000\003\014", 0x0164},
-#line 422 "./uninorm/composition-table.gperf"
+#line 422 "../../lib/uninorm/composition-table.gperf"
{"\000\000D\000\003\007", 0x1e0a},
-#line 557 "./uninorm/composition-table.gperf"
+#line 557 "../../lib/uninorm/composition-table.gperf"
{"\000\000z\000\003\002", 0x1e91},
-#line 198 "./uninorm/composition-table.gperf"
+#line 198 "../../lib/uninorm/composition-table.gperf"
{"\000\000z\000\003\007", 0x017c},
{""},
-#line 718 "./uninorm/composition-table.gperf"
+#line 718 "../../lib/uninorm/composition-table.gperf"
{"\000\003\277\000\003\024", 0x1f41},
-#line 799 "./uninorm/composition-table.gperf"
+#line 799 "../../lib/uninorm/composition-table.gperf"
{"\000\037c\000\003E", 0x1fa3},
-#line 549 "./uninorm/composition-table.gperf"
+#line 549 "../../lib/uninorm/composition-table.gperf"
{"\000\000w\000\003#", 0x1e89},
-#line 151 "./uninorm/composition-table.gperf"
+#line 151 "../../lib/uninorm/composition-table.gperf"
{"\000\000n\000\003'", 0x0146},
-#line 159 "./uninorm/composition-table.gperf"
+#line 159 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\013", 0x0151},
-#line 301 "./uninorm/composition-table.gperf"
+#line 301 "../../lib/uninorm/composition-table.gperf"
{"\000\003\231\000\003\010", 0x03aa},
-#line 702 "./uninorm/composition-table.gperf"
+#line 702 "../../lib/uninorm/composition-table.gperf"
{"\000\003\271\000\003\024", 0x1f31},
-#line 470 "./uninorm/composition-table.gperf"
+#line 470 "../../lib/uninorm/composition-table.gperf"
{"\000\000L\000\0031", 0x1e3a},
{""},
-#line 640 "./uninorm/composition-table.gperf"
+#line 640 "../../lib/uninorm/composition-table.gperf"
{"\000\001\260\000\003\001", 0x1ee9},
-#line 642 "./uninorm/composition-table.gperf"
+#line 642 "../../lib/uninorm/composition-table.gperf"
{"\000\001\260\000\003\000", 0x1eeb},
-#line 429 "./uninorm/composition-table.gperf"
+#line 429 "../../lib/uninorm/composition-table.gperf"
{"\000\000d\000\003'", 0x1e11},
-#line 923 "./uninorm/composition-table.gperf"
+#line 923 "../../lib/uninorm/composition-table.gperf"
{"\0000f\0000\231", 0x3067},
-#line 187 "./uninorm/composition-table.gperf"
+#line 187 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\013", 0x0171},
-#line 836 "./uninorm/composition-table.gperf"
+#line 836 "../../lib/uninorm/composition-table.gperf"
{"\000\003\271\000\003\004", 0x1fd1},
-#line 266 "./uninorm/composition-table.gperf"
+#line 266 "../../lib/uninorm/composition-table.gperf"
{"\000\000R\000\003\021", 0x0212},
-#line 625 "./uninorm/composition-table.gperf"
+#line 625 "../../lib/uninorm/composition-table.gperf"
{"\000\001\240\000\003\001", 0x1eda},
-#line 627 "./uninorm/composition-table.gperf"
+#line 627 "../../lib/uninorm/composition-table.gperf"
{"\000\001\240\000\003\000", 0x1edc},
-#line 590 "./uninorm/composition-table.gperf"
+#line 590 "../../lib/uninorm/composition-table.gperf"
{"\000\036\241\000\003\006", 0x1eb7},
-#line 318 "./uninorm/composition-table.gperf"
+#line 318 "../../lib/uninorm/composition-table.gperf"
{"\000\004\006\000\003\010", 0x0407},
-#line 888 "./uninorm/composition-table.gperf"
+#line 888 "../../lib/uninorm/composition-table.gperf"
{"\000\"r\000\0038", 0x2274},
-#line 729 "./uninorm/composition-table.gperf"
+#line 729 "../../lib/uninorm/composition-table.gperf"
{"\000\003\305\000\003\023", 0x1f50},
-#line 846 "./uninorm/composition-table.gperf"
+#line 846 "../../lib/uninorm/composition-table.gperf"
{"\000\003\305\000\003\006", 0x1fe0},
-#line 639 "./uninorm/composition-table.gperf"
+#line 639 "../../lib/uninorm/composition-table.gperf"
{"\000\001\257\000\003\001", 0x1ee8},
-#line 641 "./uninorm/composition-table.gperf"
+#line 641 "../../lib/uninorm/composition-table.gperf"
{"\000\001\257\000\003\000", 0x1eea},
{""},
-#line 630 "./uninorm/composition-table.gperf"
+#line 630 "../../lib/uninorm/composition-table.gperf"
{"\000\001\241\000\003\011", 0x1edf},
-#line 466 "./uninorm/composition-table.gperf"
+#line 466 "../../lib/uninorm/composition-table.gperf"
{"\000\000L\000\003#", 0x1e36},
-#line 517 "./uninorm/composition-table.gperf"
+#line 517 "../../lib/uninorm/composition-table.gperf"
{"\000\036c\000\003\007", 0x1e69},
-#line 686 "./uninorm/composition-table.gperf"
+#line 686 "../../lib/uninorm/composition-table.gperf"
{"\000\003\267\000\003\024", 0x1f21},
-#line 452 "./uninorm/composition-table.gperf"
+#line 452 "../../lib/uninorm/composition-table.gperf"
{"\000\000H\000\003'", 0x1e28},
-#line 954 "./uninorm/composition-table.gperf"
+#line 954 "../../lib/uninorm/composition-table.gperf"
{"\0000\322\0000\231", 0x30d3},
-#line 522 "./uninorm/composition-table.gperf"
+#line 522 "../../lib/uninorm/composition-table.gperf"
{"\000\000T\000\0031", 0x1e6e},
-#line 709 "./uninorm/composition-table.gperf"
+#line 709 "../../lib/uninorm/composition-table.gperf"
{"\000\003\231\000\003\023", 0x1f38},
-#line 840 "./uninorm/composition-table.gperf"
+#line 840 "../../lib/uninorm/composition-table.gperf"
{"\000\003\231\000\003\006", 0x1fd8},
-#line 856 "./uninorm/composition-table.gperf"
+#line 856 "../../lib/uninorm/composition-table.gperf"
{"\000\003\241\000\003\024", 0x1fec},
-#line 366 "./uninorm/composition-table.gperf"
+#line 366 "../../lib/uninorm/composition-table.gperf"
{"\000\004K\000\003\010", 0x04f9},
-#line 874 "./uninorm/composition-table.gperf"
+#line 874 "../../lib/uninorm/composition-table.gperf"
{"\000\"\013\000\0038", 0x220c},
-#line 235 "./uninorm/composition-table.gperf"
+#line 235 "../../lib/uninorm/composition-table.gperf"
{"\000\001\267\000\003\014", 0x01ee},
-#line 886 "./uninorm/composition-table.gperf"
+#line 886 "../../lib/uninorm/composition-table.gperf"
{"\000\"d\000\0038", 0x2270},
{""},
-#line 911 "./uninorm/composition-table.gperf"
+#line 911 "../../lib/uninorm/composition-table.gperf"
{"\0000M\0000\231", 0x304e},
-#line 415 "./uninorm/composition-table.gperf"
+#line 415 "../../lib/uninorm/composition-table.gperf"
{"\000\000b\000\003\007", 0x1e03},
-#line 785 "./uninorm/composition-table.gperf"
+#line 785 "../../lib/uninorm/composition-table.gperf"
{"\000\037%\000\003E", 0x1f95},
{""},
-#line 955 "./uninorm/composition-table.gperf"
+#line 955 "../../lib/uninorm/composition-table.gperf"
{"\0000\322\0000\232", 0x30d4},
-#line 394 "./uninorm/composition-table.gperf"
+#line 394 "../../lib/uninorm/composition-table.gperf"
{"\000\015G\000\015>", 0x0d4b},
-#line 658 "./uninorm/composition-table.gperf"
+#line 658 "../../lib/uninorm/composition-table.gperf"
{"\000\003\261\000\003\024", 0x1f01},
-#line 478 "./uninorm/composition-table.gperf"
+#line 478 "../../lib/uninorm/composition-table.gperf"
{"\000\000M\000\003#", 0x1e42},
-#line 304 "./uninorm/composition-table.gperf"
+#line 304 "../../lib/uninorm/composition-table.gperf"
{"\000\003\265\000\003\001", 0x03ad},
-#line 758 "./uninorm/composition-table.gperf"
+#line 758 "../../lib/uninorm/composition-table.gperf"
{"\000\003\265\000\003\000", 0x1f72},
-#line 666 "./uninorm/composition-table.gperf"
+#line 666 "../../lib/uninorm/composition-table.gperf"
{"\000\003\221\000\003\024", 0x1f09},
-#line 520 "./uninorm/composition-table.gperf"
+#line 520 "../../lib/uninorm/composition-table.gperf"
{"\000\000T\000\003#", 0x1e6c},
-#line 975 "./uninorm/composition-table.gperf"
+#line 975 "../../lib/uninorm/composition-table.gperf"
{"\001\024\271\001\024\272", 0x114bb},
-#line 486 "./uninorm/composition-table.gperf"
+#line 486 "../../lib/uninorm/composition-table.gperf"
{"\000\000N\000\003-", 0x1e4a},
-#line 813 "./uninorm/composition-table.gperf"
+#line 813 "../../lib/uninorm/composition-table.gperf"
{"\000\003\261\000\003\004", 0x1fb1},
-#line 798 "./uninorm/composition-table.gperf"
+#line 798 "../../lib/uninorm/composition-table.gperf"
{"\000\037b\000\003E", 0x1fa2},
-#line 783 "./uninorm/composition-table.gperf"
+#line 783 "../../lib/uninorm/composition-table.gperf"
{"\000\037#\000\003E", 0x1f93},
-#line 880 "./uninorm/composition-table.gperf"
+#line 880 "../../lib/uninorm/composition-table.gperf"
{"\000\"H\000\0038", 0x2249},
-#line 820 "./uninorm/composition-table.gperf"
+#line 820 "../../lib/uninorm/composition-table.gperf"
{"\000\003\221\000\003\004", 0x1fb9},
-#line 158 "./uninorm/composition-table.gperf"
+#line 158 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\013", 0x0150},
-#line 461 "./uninorm/composition-table.gperf"
+#line 461 "../../lib/uninorm/composition-table.gperf"
{"\000\000k\000\003\001", 0x1e31},
-#line 795 "./uninorm/composition-table.gperf"
+#line 795 "../../lib/uninorm/composition-table.gperf"
{"\000\037/\000\003E", 0x1f9f},
-#line 246 "./uninorm/composition-table.gperf"
+#line 246 "../../lib/uninorm/composition-table.gperf"
{"\000\000\330\000\003\001", 0x01fe},
-#line 453 "./uninorm/composition-table.gperf"
+#line 453 "../../lib/uninorm/composition-table.gperf"
{"\000\000h\000\003'", 0x1e29},
-#line 947 "./uninorm/composition-table.gperf"
+#line 947 "../../lib/uninorm/composition-table.gperf"
{"\0000\277\0000\231", 0x30c0},
-#line 579 "./uninorm/composition-table.gperf"
+#line 579 "../../lib/uninorm/composition-table.gperf"
{"\000\036\240\000\003\002", 0x1eac},
-#line 646 "./uninorm/composition-table.gperf"
+#line 646 "../../lib/uninorm/composition-table.gperf"
{"\000\001\260\000\003\003", 0x1eef},
-#line 300 "./uninorm/composition-table.gperf"
+#line 300 "../../lib/uninorm/composition-table.gperf"
{"\000\003\312\000\003\001", 0x0390},
-#line 837 "./uninorm/composition-table.gperf"
+#line 837 "../../lib/uninorm/composition-table.gperf"
{"\000\003\312\000\003\000", 0x1fd2},
-#line 839 "./uninorm/composition-table.gperf"
+#line 839 "../../lib/uninorm/composition-table.gperf"
{"\000\003\312\000\003B", 0x1fd7},
-#line 944 "./uninorm/composition-table.gperf"
+#line 944 "../../lib/uninorm/composition-table.gperf"
{"\0000\271\0000\231", 0x30ba},
-#line 597 "./uninorm/composition-table.gperf"
+#line 597 "../../lib/uninorm/composition-table.gperf"
{"\000\000\312\000\003\001", 0x1ebe},
-#line 599 "./uninorm/composition-table.gperf"
+#line 599 "../../lib/uninorm/composition-table.gperf"
{"\000\000\312\000\003\000", 0x1ec0},
-#line 631 "./uninorm/composition-table.gperf"
+#line 631 "../../lib/uninorm/composition-table.gperf"
{"\000\001\240\000\003\003", 0x1ee0},
-#line 849 "./uninorm/composition-table.gperf"
+#line 849 "../../lib/uninorm/composition-table.gperf"
{"\000\003\301\000\003\023", 0x1fe4},
-#line 408 "./uninorm/composition-table.gperf"
+#line 408 "../../lib/uninorm/composition-table.gperf"
{"\000\033<\000\0335", 0x1b3d},
-#line 173 "./uninorm/composition-table.gperf"
+#line 173 "../../lib/uninorm/composition-table.gperf"
{"\000\000s\000\003\014", 0x0161},
-#line 564 "./uninorm/composition-table.gperf"
+#line 564 "../../lib/uninorm/composition-table.gperf"
{"\000\000w\000\003\012", 0x1e98},
-#line 807 "./uninorm/composition-table.gperf"
+#line 807 "../../lib/uninorm/composition-table.gperf"
{"\000\037k\000\003E", 0x1fab},
-#line 907 "./uninorm/composition-table.gperf"
+#line 907 "../../lib/uninorm/composition-table.gperf"
{"\000\"\263\000\0038", 0x22eb},
-#line 645 "./uninorm/composition-table.gperf"
+#line 645 "../../lib/uninorm/composition-table.gperf"
{"\000\001\257\000\003\003", 0x1eee},
-#line 186 "./uninorm/composition-table.gperf"
+#line 186 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\013", 0x0170},
-#line 516 "./uninorm/composition-table.gperf"
+#line 516 "../../lib/uninorm/composition-table.gperf"
{"\000\036b\000\003\007", 0x1e68},
-#line 730 "./uninorm/composition-table.gperf"
+#line 730 "../../lib/uninorm/composition-table.gperf"
{"\000\003\305\000\003\024", 0x1f51},
-#line 299 "./uninorm/composition-table.gperf"
+#line 299 "../../lib/uninorm/composition-table.gperf"
{"\000\003\251\000\003\001", 0x038f},
-#line 864 "./uninorm/composition-table.gperf"
+#line 864 "../../lib/uninorm/composition-table.gperf"
{"\000\003\251\000\003\000", 0x1ffa},
-#line 229 "./uninorm/composition-table.gperf"
+#line 229 "../../lib/uninorm/composition-table.gperf"
{"\000\000K\000\003\014", 0x01e8},
-#line 535 "./uninorm/composition-table.gperf"
+#line 535 "../../lib/uninorm/composition-table.gperf"
{"\000\001k\000\003\010", 0x1e7b},
-#line 225 "./uninorm/composition-table.gperf"
+#line 225 "../../lib/uninorm/composition-table.gperf"
{"\000\000\306\000\003\004", 0x01e2},
-#line 472 "./uninorm/composition-table.gperf"
+#line 472 "../../lib/uninorm/composition-table.gperf"
{"\000\000L\000\003-", 0x1e3c},
-#line 407 "./uninorm/composition-table.gperf"
+#line 407 "../../lib/uninorm/composition-table.gperf"
{"\000\033:\000\0335", 0x1b3b},
-#line 847 "./uninorm/composition-table.gperf"
+#line 847 "../../lib/uninorm/composition-table.gperf"
{"\000\003\305\000\003\004", 0x1fe1},
-#line 403 "./uninorm/composition-table.gperf"
+#line 403 "../../lib/uninorm/composition-table.gperf"
{"\000\033\011\000\0335", 0x1b0a},
-#line 943 "./uninorm/composition-table.gperf"
+#line 943 "../../lib/uninorm/composition-table.gperf"
{"\0000\267\0000\231", 0x30b8},
{""},
-#line 710 "./uninorm/composition-table.gperf"
+#line 710 "../../lib/uninorm/composition-table.gperf"
{"\000\003\231\000\003\024", 0x1f39},
-#line 865 "./uninorm/composition-table.gperf"
+#line 865 "../../lib/uninorm/composition-table.gperf"
{"\000\003\251\000\003E", 0x1ffc},
-#line 147 "./uninorm/composition-table.gperf"
+#line 147 "../../lib/uninorm/composition-table.gperf"
{"\000\000l\000\003\014", 0x013e},
-#line 551 "./uninorm/composition-table.gperf"
+#line 551 "../../lib/uninorm/composition-table.gperf"
{"\000\000x\000\003\007", 0x1e8b},
-#line 172 "./uninorm/composition-table.gperf"
+#line 172 "../../lib/uninorm/composition-table.gperf"
{"\000\000S\000\003\014", 0x0160},
-#line 634 "./uninorm/composition-table.gperf"
+#line 634 "../../lib/uninorm/composition-table.gperf"
{"\000\001\241\000\003#", 0x1ee3},
-#line 901 "./uninorm/composition-table.gperf"
+#line 901 "../../lib/uninorm/composition-table.gperf"
{"\000\"\253\000\0038", 0x22af},
-#line 162 "./uninorm/composition-table.gperf"
+#line 162 "../../lib/uninorm/composition-table.gperf"
{"\000\000R\000\003'", 0x0156},
-#line 841 "./uninorm/composition-table.gperf"
+#line 841 "../../lib/uninorm/composition-table.gperf"
{"\000\003\231\000\003\004", 0x1fd9},
-#line 713 "./uninorm/composition-table.gperf"
+#line 713 "../../lib/uninorm/composition-table.gperf"
{"\000\0378\000\003\001", 0x1f3c},
-#line 711 "./uninorm/composition-table.gperf"
+#line 711 "../../lib/uninorm/composition-table.gperf"
{"\000\0378\000\003\000", 0x1f3a},
-#line 715 "./uninorm/composition-table.gperf"
+#line 715 "../../lib/uninorm/composition-table.gperf"
{"\000\0378\000\003B", 0x1f3e},
-#line 298 "./uninorm/composition-table.gperf"
+#line 298 "../../lib/uninorm/composition-table.gperf"
{"\000\003\245\000\003\001", 0x038e},
-#line 855 "./uninorm/composition-table.gperf"
+#line 855 "../../lib/uninorm/composition-table.gperf"
{"\000\003\245\000\003\000", 0x1fea},
-#line 673 "./uninorm/composition-table.gperf"
+#line 673 "../../lib/uninorm/composition-table.gperf"
{"\000\003\265\000\003\023", 0x1f10},
-#line 199 "./uninorm/composition-table.gperf"
+#line 199 "../../lib/uninorm/composition-table.gperf"
{"\000\000Z\000\003\014", 0x017d},
-#line 940 "./uninorm/composition-table.gperf"
+#line 940 "../../lib/uninorm/composition-table.gperf"
{"\0000\261\0000\231", 0x30b2},
-#line 683 "./uninorm/composition-table.gperf"
+#line 683 "../../lib/uninorm/composition-table.gperf"
{"\000\037\030\000\003\001", 0x1f1c},
-#line 681 "./uninorm/composition-table.gperf"
+#line 681 "../../lib/uninorm/composition-table.gperf"
{"\000\037\030\000\003\000", 0x1f1a},
-#line 524 "./uninorm/composition-table.gperf"
+#line 524 "../../lib/uninorm/composition-table.gperf"
{"\000\000T\000\003-", 0x1e70},
-#line 125 "./uninorm/composition-table.gperf"
+#line 125 "../../lib/uninorm/composition-table.gperf"
{"\000\000G\000\003'", 0x0122},
-#line 513 "./uninorm/composition-table.gperf"
+#line 513 "../../lib/uninorm/composition-table.gperf"
{"\000\001[\000\003\007", 0x1e65},
-#line 106 "./uninorm/composition-table.gperf"
+#line 106 "../../lib/uninorm/composition-table.gperf"
{"\000\000c\000\003\014", 0x010d},
-#line 312 "./uninorm/composition-table.gperf"
+#line 312 "../../lib/uninorm/composition-table.gperf"
{"\000\003\311\000\003\001", 0x03ce},
-#line 763 "./uninorm/composition-table.gperf"
+#line 763 "../../lib/uninorm/composition-table.gperf"
{"\000\003\311\000\003\000", 0x1f7c},
-#line 861 "./uninorm/composition-table.gperf"
+#line 861 "../../lib/uninorm/composition-table.gperf"
{"\000\003\311\000\003B", 0x1ff6},
-#line 402 "./uninorm/composition-table.gperf"
+#line 402 "../../lib/uninorm/composition-table.gperf"
{"\000\033\007\000\0335", 0x1b08},
-#line 359 "./uninorm/composition-table.gperf"
+#line 359 "../../lib/uninorm/composition-table.gperf"
{"\000\004#\000\003\010", 0x04f0},
-#line 464 "./uninorm/composition-table.gperf"
+#line 464 "../../lib/uninorm/composition-table.gperf"
{"\000\000K\000\0031", 0x1e34},
-#line 589 "./uninorm/composition-table.gperf"
+#line 589 "../../lib/uninorm/composition-table.gperf"
{"\000\036\240\000\003\006", 0x1eb6},
-#line 644 "./uninorm/composition-table.gperf"
+#line 644 "../../lib/uninorm/composition-table.gperf"
{"\000\001\260\000\003\011", 0x1eed},
-#line 107 "./uninorm/composition-table.gperf"
+#line 107 "../../lib/uninorm/composition-table.gperf"
{"\000\000D\000\003\014", 0x010e},
-#line 553 "./uninorm/composition-table.gperf"
+#line 553 "../../lib/uninorm/composition-table.gperf"
{"\000\000x\000\003\010", 0x1e8d},
-#line 200 "./uninorm/composition-table.gperf"
+#line 200 "../../lib/uninorm/composition-table.gperf"
{"\000\000z\000\003\014", 0x017e},
-#line 603 "./uninorm/composition-table.gperf"
+#line 603 "../../lib/uninorm/composition-table.gperf"
{"\000\000\312\000\003\003", 0x1ec4},
-#line 859 "./uninorm/composition-table.gperf"
+#line 859 "../../lib/uninorm/composition-table.gperf"
{"\000\003\311\000\003E", 0x1ff3},
-#line 458 "./uninorm/composition-table.gperf"
+#line 458 "../../lib/uninorm/composition-table.gperf"
{"\000\000\317\000\003\001", 0x1e2e},
-#line 629 "./uninorm/composition-table.gperf"
+#line 629 "../../lib/uninorm/composition-table.gperf"
{"\000\001\240\000\003\011", 0x1ede},
-#line 511 "./uninorm/composition-table.gperf"
+#line 511 "../../lib/uninorm/composition-table.gperf"
{"\000\000s\000\003#", 0x1e63},
-#line 471 "./uninorm/composition-table.gperf"
+#line 471 "../../lib/uninorm/composition-table.gperf"
{"\000\000l\000\0031", 0x1e3b},
-#line 150 "./uninorm/composition-table.gperf"
+#line 150 "../../lib/uninorm/composition-table.gperf"
{"\000\000N\000\003'", 0x0145},
-#line 910 "./uninorm/composition-table.gperf"
+#line 910 "../../lib/uninorm/composition-table.gperf"
{"\0000K\0000\231", 0x304c},
-#line 850 "./uninorm/composition-table.gperf"
+#line 850 "../../lib/uninorm/composition-table.gperf"
{"\000\003\301\000\003\024", 0x1fe5},
-#line 536 "./uninorm/composition-table.gperf"
+#line 536 "../../lib/uninorm/composition-table.gperf"
{"\000\000V\000\003\003", 0x1e7c},
-#line 643 "./uninorm/composition-table.gperf"
+#line 643 "../../lib/uninorm/composition-table.gperf"
{"\000\001\257\000\003\011", 0x1eec},
-#line 302 "./uninorm/composition-table.gperf"
+#line 302 "../../lib/uninorm/composition-table.gperf"
{"\000\003\245\000\003\010", 0x03ab},
-#line 950 "./uninorm/composition-table.gperf"
+#line 950 "../../lib/uninorm/composition-table.gperf"
{"\0000\306\0000\231", 0x30c7},
-#line 368 "./uninorm/composition-table.gperf"
+#line 368 "../../lib/uninorm/composition-table.gperf"
{"\000\006'\000\006T", 0x0623},
-#line 462 "./uninorm/composition-table.gperf"
+#line 462 "../../lib/uninorm/composition-table.gperf"
{"\000\000K\000\003#", 0x1e32},
{""},
-#line 749 "./uninorm/composition-table.gperf"
+#line 749 "../../lib/uninorm/composition-table.gperf"
{"\000\003\251\000\003\023", 0x1f68},
-#line 341 "./uninorm/composition-table.gperf"
+#line 341 "../../lib/uninorm/composition-table.gperf"
{"\000\004\330\000\003\010", 0x04da},
-#line 560 "./uninorm/composition-table.gperf"
+#line 560 "../../lib/uninorm/composition-table.gperf"
{"\000\000Z\000\0031", 0x1e94},
-#line 504 "./uninorm/composition-table.gperf"
+#line 504 "../../lib/uninorm/composition-table.gperf"
{"\000\036Z\000\003\004", 0x1e5c},
-#line 914 "./uninorm/composition-table.gperf"
+#line 914 "../../lib/uninorm/composition-table.gperf"
{"\0000S\0000\231", 0x3054},
-#line 329 "./uninorm/composition-table.gperf"
+#line 329 "../../lib/uninorm/composition-table.gperf"
{"\000\0048\000\003\000", 0x045d},
-#line 321 "./uninorm/composition-table.gperf"
+#line 321 "../../lib/uninorm/composition-table.gperf"
{"\000\004#\000\003\006", 0x040e},
-#line 615 "./uninorm/composition-table.gperf"
+#line 615 "../../lib/uninorm/composition-table.gperf"
{"\000\000\324\000\003\001", 0x1ed0},
-#line 617 "./uninorm/composition-table.gperf"
+#line 617 "../../lib/uninorm/composition-table.gperf"
{"\000\000\324\000\003\000", 0x1ed2},
-#line 467 "./uninorm/composition-table.gperf"
+#line 467 "../../lib/uninorm/composition-table.gperf"
{"\000\000l\000\003#", 0x1e37},
-#line 126 "./uninorm/composition-table.gperf"
+#line 126 "../../lib/uninorm/composition-table.gperf"
{"\000\000g\000\003'", 0x0123},
-#line 510 "./uninorm/composition-table.gperf"
+#line 510 "../../lib/uninorm/composition-table.gperf"
{"\000\000S\000\003#", 0x1e62},
-#line 527 "./uninorm/composition-table.gperf"
+#line 527 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003$", 0x1e73},
-#line 320 "./uninorm/composition-table.gperf"
+#line 320 "../../lib/uninorm/composition-table.gperf"
{"\000\004\030\000\003\000", 0x040d},
{""},
-#line 598 "./uninorm/composition-table.gperf"
+#line 598 "../../lib/uninorm/composition-table.gperf"
{"\000\000\352\000\003\001", 0x1ebf},
-#line 600 "./uninorm/composition-table.gperf"
+#line 600 "../../lib/uninorm/composition-table.gperf"
{"\000\000\352\000\003\000", 0x1ec1},
{""},
-#line 426 "./uninorm/composition-table.gperf"
+#line 426 "../../lib/uninorm/composition-table.gperf"
{"\000\000D\000\0031", 0x1e0e},
-#line 327 "./uninorm/composition-table.gperf"
+#line 327 "../../lib/uninorm/composition-table.gperf"
{"\000\004V\000\003\010", 0x0457},
-#line 561 "./uninorm/composition-table.gperf"
+#line 561 "../../lib/uninorm/composition-table.gperf"
{"\000\000z\000\0031", 0x1e95},
-#line 378 "./uninorm/composition-table.gperf"
+#line 378 "../../lib/uninorm/composition-table.gperf"
{"\000\011\307\000\011\276", 0x09cb},
-#line 558 "./uninorm/composition-table.gperf"
+#line 558 "../../lib/uninorm/composition-table.gperf"
{"\000\000Z\000\003#", 0x1e92},
-#line 289 "./uninorm/composition-table.gperf"
+#line 289 "../../lib/uninorm/composition-table.gperf"
{"\000\002/\000\003\004", 0x0231},
-#line 853 "./uninorm/composition-table.gperf"
+#line 853 "../../lib/uninorm/composition-table.gperf"
{"\000\003\245\000\003\006", 0x1fe8},
-#line 972 "./uninorm/composition-table.gperf"
+#line 972 "../../lib/uninorm/composition-table.gperf"
{"\001\0212\001\021'", 0x1112f},
-#line 144 "./uninorm/composition-table.gperf"
+#line 144 "../../lib/uninorm/composition-table.gperf"
{"\000\000L\000\003'", 0x013b},
-#line 674 "./uninorm/composition-table.gperf"
+#line 674 "../../lib/uninorm/composition-table.gperf"
{"\000\003\265\000\003\024", 0x1f11},
-#line 371 "./uninorm/composition-table.gperf"
+#line 371 "../../lib/uninorm/composition-table.gperf"
{"\000\006J\000\006T", 0x0626},
-#line 891 "./uninorm/composition-table.gperf"
+#line 891 "../../lib/uninorm/composition-table.gperf"
{"\000\"w\000\0038", 0x2279},
-#line 690 "./uninorm/composition-table.gperf"
+#line 690 "../../lib/uninorm/composition-table.gperf"
{"\000\037!\000\003\001", 0x1f25},
-#line 688 "./uninorm/composition-table.gperf"
+#line 688 "../../lib/uninorm/composition-table.gperf"
{"\000\037!\000\003\000", 0x1f23},
-#line 692 "./uninorm/composition-table.gperf"
+#line 692 "../../lib/uninorm/composition-table.gperf"
{"\000\037!\000\003B", 0x1f27},
-#line 381 "./uninorm/composition-table.gperf"
+#line 381 "../../lib/uninorm/composition-table.gperf"
{"\000\013G\000\013>", 0x0b4b},
-#line 741 "./uninorm/composition-table.gperf"
+#line 741 "../../lib/uninorm/composition-table.gperf"
{"\000\003\311\000\003\023", 0x1f60},
-#line 295 "./uninorm/composition-table.gperf"
+#line 295 "../../lib/uninorm/composition-table.gperf"
{"\000\003\227\000\003\001", 0x0389},
-#line 830 "./uninorm/composition-table.gperf"
+#line 830 "../../lib/uninorm/composition-table.gperf"
{"\000\003\227\000\003\000", 0x1fca},
-#line 350 "./uninorm/composition-table.gperf"
+#line 350 "../../lib/uninorm/composition-table.gperf"
{"\000\0048\000\003\010", 0x04e5},
-#line 424 "./uninorm/composition-table.gperf"
+#line 424 "../../lib/uninorm/composition-table.gperf"
{"\000\000D\000\003#", 0x1e0c},
-#line 968 "./uninorm/composition-table.gperf"
+#line 968 "../../lib/uninorm/composition-table.gperf"
{"\001\020\231\001\020\272", 0x1109a},
-#line 559 "./uninorm/composition-table.gperf"
+#line 559 "../../lib/uninorm/composition-table.gperf"
{"\000\000z\000\003#", 0x1e93},
{""},
-#line 781 "./uninorm/composition-table.gperf"
+#line 781 "../../lib/uninorm/composition-table.gperf"
{"\000\037!\000\003E", 0x1f91},
-#line 601 "./uninorm/composition-table.gperf"
+#line 601 "../../lib/uninorm/composition-table.gperf"
{"\000\000\312\000\003\011", 0x1ec2},
{""},
-#line 349 "./uninorm/composition-table.gperf"
+#line 349 "../../lib/uninorm/composition-table.gperf"
{"\000\004\030\000\003\010", 0x04e4},
-#line 401 "./uninorm/composition-table.gperf"
+#line 401 "../../lib/uninorm/composition-table.gperf"
{"\000\033\005\000\0335", 0x1b06},
-#line 831 "./uninorm/composition-table.gperf"
+#line 831 "../../lib/uninorm/composition-table.gperf"
{"\000\003\227\000\003E", 0x1fcc},
-#line 978 "./uninorm/composition-table.gperf"
+#line 978 "../../lib/uninorm/composition-table.gperf"
{"\001\025\270\001\025\257", 0x115ba},
-#line 405 "./uninorm/composition-table.gperf"
+#line 405 "../../lib/uninorm/composition-table.gperf"
{"\000\033\015\000\0335", 0x1b0e},
-#line 230 "./uninorm/composition-table.gperf"
+#line 230 "../../lib/uninorm/composition-table.gperf"
{"\000\000k\000\003\014", 0x01e9},
-#line 174 "./uninorm/composition-table.gperf"
+#line 174 "../../lib/uninorm/composition-table.gperf"
{"\000\000T\000\003'", 0x0162},
-#line 496 "./uninorm/composition-table.gperf"
+#line 496 "../../lib/uninorm/composition-table.gperf"
{"\000\000P\000\003\001", 0x1e54},
-#line 410 "./uninorm/composition-table.gperf"
+#line 410 "../../lib/uninorm/composition-table.gperf"
{"\000\033?\000\0335", 0x1b41},
{""},
-#line 648 "./uninorm/composition-table.gperf"
+#line 648 "../../lib/uninorm/composition-table.gperf"
{"\000\001\260\000\003#", 0x1ef1},
-#line 498 "./uninorm/composition-table.gperf"
+#line 498 "../../lib/uninorm/composition-table.gperf"
{"\000\000P\000\003\007", 0x1e56},
-#line 948 "./uninorm/composition-table.gperf"
+#line 948 "../../lib/uninorm/composition-table.gperf"
{"\0000\301\0000\231", 0x30c2},
-#line 733 "./uninorm/composition-table.gperf"
+#line 733 "../../lib/uninorm/composition-table.gperf"
{"\000\037P\000\003\001", 0x1f54},
-#line 731 "./uninorm/composition-table.gperf"
+#line 731 "../../lib/uninorm/composition-table.gperf"
{"\000\037P\000\003\000", 0x1f52},
-#line 735 "./uninorm/composition-table.gperf"
+#line 735 "../../lib/uninorm/composition-table.gperf"
{"\000\037P\000\003B", 0x1f56},
{""},
-#line 633 "./uninorm/composition-table.gperf"
+#line 633 "../../lib/uninorm/composition-table.gperf"
{"\000\001\240\000\003#", 0x1ee2},
-#line 750 "./uninorm/composition-table.gperf"
+#line 750 "../../lib/uninorm/composition-table.gperf"
{"\000\003\251\000\003\024", 0x1f69},
-#line 419 "./uninorm/composition-table.gperf"
+#line 419 "../../lib/uninorm/composition-table.gperf"
{"\000\000b\000\0031", 0x1e07},
-#line 621 "./uninorm/composition-table.gperf"
+#line 621 "../../lib/uninorm/composition-table.gperf"
{"\000\000\324\000\003\003", 0x1ed6},
-#line 323 "./uninorm/composition-table.gperf"
+#line 323 "../../lib/uninorm/composition-table.gperf"
{"\000\0048\000\003\006", 0x0439},
-#line 868 "./uninorm/composition-table.gperf"
+#line 868 "../../lib/uninorm/composition-table.gperf"
{"\000!\224\000\0038", 0x21ae},
-#line 939 "./uninorm/composition-table.gperf"
+#line 939 "../../lib/uninorm/composition-table.gperf"
{"\0000\257\0000\231", 0x30b0},
-#line 647 "./uninorm/composition-table.gperf"
+#line 647 "../../lib/uninorm/composition-table.gperf"
{"\000\001\257\000\003#", 0x1ef0},
-#line 514 "./uninorm/composition-table.gperf"
+#line 514 "../../lib/uninorm/composition-table.gperf"
{"\000\001`\000\003\007", 0x1e66},
-#line 866 "./uninorm/composition-table.gperf"
+#line 866 "../../lib/uninorm/composition-table.gperf"
{"\000!\220\000\0038", 0x219a},
-#line 473 "./uninorm/composition-table.gperf"
+#line 473 "../../lib/uninorm/composition-table.gperf"
{"\000\000l\000\003-", 0x1e3d},
-#line 604 "./uninorm/composition-table.gperf"
+#line 604 "../../lib/uninorm/composition-table.gperf"
{"\000\000\352\000\003\003", 0x1ec5},
-#line 322 "./uninorm/composition-table.gperf"
+#line 322 "../../lib/uninorm/composition-table.gperf"
{"\000\004\030\000\003\006", 0x0419},
-#line 883 "./uninorm/composition-table.gperf"
+#line 883 "../../lib/uninorm/composition-table.gperf"
{"\000\"M\000\0038", 0x226d},
-#line 357 "./uninorm/composition-table.gperf"
+#line 357 "../../lib/uninorm/composition-table.gperf"
{"\000\004#\000\003\004", 0x04ee},
{""},
-#line 745 "./uninorm/composition-table.gperf"
+#line 745 "../../lib/uninorm/composition-table.gperf"
{"\000\037`\000\003\001", 0x1f64},
-#line 743 "./uninorm/composition-table.gperf"
+#line 743 "../../lib/uninorm/composition-table.gperf"
{"\000\037`\000\003\000", 0x1f62},
-#line 747 "./uninorm/composition-table.gperf"
+#line 747 "../../lib/uninorm/composition-table.gperf"
{"\000\037`\000\003B", 0x1f66},
-#line 526 "./uninorm/composition-table.gperf"
+#line 526 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003$", 0x1e72},
-#line 616 "./uninorm/composition-table.gperf"
+#line 616 "../../lib/uninorm/composition-table.gperf"
{"\000\000\364\000\003\001", 0x1ed1},
-#line 618 "./uninorm/composition-table.gperf"
+#line 618 "../../lib/uninorm/composition-table.gperf"
{"\000\000\364\000\003\000", 0x1ed3},
-#line 417 "./uninorm/composition-table.gperf"
+#line 417 "../../lib/uninorm/composition-table.gperf"
{"\000\000b\000\003#", 0x1e05},
-#line 867 "./uninorm/composition-table.gperf"
+#line 867 "../../lib/uninorm/composition-table.gperf"
{"\000!\222\000\0038", 0x219b},
-#line 737 "./uninorm/composition-table.gperf"
+#line 737 "../../lib/uninorm/composition-table.gperf"
{"\000\003\245\000\003\024", 0x1f59},
-#line 465 "./uninorm/composition-table.gperf"
+#line 465 "../../lib/uninorm/composition-table.gperf"
{"\000\000k\000\0031", 0x1e35},
{""},
-#line 382 "./uninorm/composition-table.gperf"
+#line 382 "../../lib/uninorm/composition-table.gperf"
{"\000\013G\000\013W", 0x0b4c},
-#line 796 "./uninorm/composition-table.gperf"
+#line 796 "../../lib/uninorm/composition-table.gperf"
{"\000\037`\000\003E", 0x1fa0},
{""},
-#line 942 "./uninorm/composition-table.gperf"
+#line 942 "../../lib/uninorm/composition-table.gperf"
{"\0000\265\0000\231", 0x30b6},
{""},
-#line 854 "./uninorm/composition-table.gperf"
+#line 854 "../../lib/uninorm/composition-table.gperf"
{"\000\003\245\000\003\004", 0x1fe9},
{""},
-#line 693 "./uninorm/composition-table.gperf"
+#line 693 "../../lib/uninorm/composition-table.gperf"
{"\000\003\227\000\003\023", 0x1f28},
-#line 742 "./uninorm/composition-table.gperf"
+#line 742 "../../lib/uninorm/composition-table.gperf"
{"\000\003\311\000\003\024", 0x1f61},
-#line 869 "./uninorm/composition-table.gperf"
+#line 869 "../../lib/uninorm/composition-table.gperf"
{"\000!\320\000\0038", 0x21cd},
-#line 387 "./uninorm/composition-table.gperf"
+#line 387 "../../lib/uninorm/composition-table.gperf"
{"\000\014F\000\014V", 0x0c48},
{""},
-#line 430 "./uninorm/composition-table.gperf"
+#line 430 "../../lib/uninorm/composition-table.gperf"
{"\000\000D\000\003-", 0x1e12},
-#line 958 "./uninorm/composition-table.gperf"
+#line 958 "../../lib/uninorm/composition-table.gperf"
{"\0000\330\0000\231", 0x30d9},
-#line 294 "./uninorm/composition-table.gperf"
+#line 294 "../../lib/uninorm/composition-table.gperf"
{"\000\003\225\000\003\001", 0x0388},
-#line 829 "./uninorm/composition-table.gperf"
+#line 829 "../../lib/uninorm/composition-table.gperf"
{"\000\003\225\000\003\000", 0x1fc8},
-#line 572 "./uninorm/composition-table.gperf"
+#line 572 "../../lib/uninorm/composition-table.gperf"
{"\000\000\342\000\003\001", 0x1ea5},
-#line 574 "./uninorm/composition-table.gperf"
+#line 574 "../../lib/uninorm/composition-table.gperf"
{"\000\000\342\000\003\000", 0x1ea7},
-#line 463 "./uninorm/composition-table.gperf"
+#line 463 "../../lib/uninorm/composition-table.gperf"
{"\000\000k\000\003#", 0x1e33},
-#line 307 "./uninorm/composition-table.gperf"
+#line 307 "../../lib/uninorm/composition-table.gperf"
{"\000\003\313\000\003\001", 0x03b0},
-#line 848 "./uninorm/composition-table.gperf"
+#line 848 "../../lib/uninorm/composition-table.gperf"
{"\000\003\313\000\003\000", 0x1fe2},
-#line 852 "./uninorm/composition-table.gperf"
+#line 852 "../../lib/uninorm/composition-table.gperf"
{"\000\003\313\000\003B", 0x1fe7},
-#line 571 "./uninorm/composition-table.gperf"
+#line 571 "../../lib/uninorm/composition-table.gperf"
{"\000\000\302\000\003\001", 0x1ea4},
-#line 573 "./uninorm/composition-table.gperf"
+#line 573 "../../lib/uninorm/composition-table.gperf"
{"\000\000\302\000\003\000", 0x1ea6},
-#line 292 "./uninorm/composition-table.gperf"
+#line 292 "../../lib/uninorm/composition-table.gperf"
{"\000\000\250\000\003\001", 0x0385},
-#line 857 "./uninorm/composition-table.gperf"
+#line 857 "../../lib/uninorm/composition-table.gperf"
{"\000\000\250\000\003\000", 0x1fed},
-#line 823 "./uninorm/composition-table.gperf"
+#line 823 "../../lib/uninorm/composition-table.gperf"
{"\000\000\250\000\003B", 0x1fc1},
-#line 959 "./uninorm/composition-table.gperf"
+#line 959 "../../lib/uninorm/composition-table.gperf"
{"\0000\330\0000\232", 0x30da},
-#line 734 "./uninorm/composition-table.gperf"
+#line 734 "../../lib/uninorm/composition-table.gperf"
{"\000\037Q\000\003\001", 0x1f55},
-#line 732 "./uninorm/composition-table.gperf"
+#line 732 "../../lib/uninorm/composition-table.gperf"
{"\000\037Q\000\003\000", 0x1f53},
-#line 736 "./uninorm/composition-table.gperf"
+#line 736 "../../lib/uninorm/composition-table.gperf"
{"\000\037Q\000\003B", 0x1f57},
-#line 202 "./uninorm/composition-table.gperf"
+#line 202 "../../lib/uninorm/composition-table.gperf"
{"\000\000o\000\003\033", 0x01a1},
-#line 497 "./uninorm/composition-table.gperf"
+#line 497 "../../lib/uninorm/composition-table.gperf"
{"\000\000p\000\003\001", 0x1e55},
-#line 786 "./uninorm/composition-table.gperf"
+#line 786 "../../lib/uninorm/composition-table.gperf"
{"\000\037&\000\003E", 0x1f96},
-#line 139 "./uninorm/composition-table.gperf"
+#line 139 "../../lib/uninorm/composition-table.gperf"
{"\000\000j\000\003\002", 0x0135},
-#line 619 "./uninorm/composition-table.gperf"
+#line 619 "../../lib/uninorm/composition-table.gperf"
{"\000\000\324\000\003\011", 0x1ed4},
-#line 499 "./uninorm/composition-table.gperf"
+#line 499 "../../lib/uninorm/composition-table.gperf"
{"\000\000p\000\003\007", 0x1e57},
{""},
-#line 538 "./uninorm/composition-table.gperf"
+#line 538 "../../lib/uninorm/composition-table.gperf"
{"\000\000V\000\003#", 0x1e7e},
-#line 324 "./uninorm/composition-table.gperf"
+#line 324 "../../lib/uninorm/composition-table.gperf"
{"\000\0045\000\003\000", 0x0450},
-#line 204 "./uninorm/composition-table.gperf"
+#line 204 "../../lib/uninorm/composition-table.gperf"
{"\000\000u\000\003\033", 0x01b0},
-#line 413 "./uninorm/composition-table.gperf"
+#line 413 "../../lib/uninorm/composition-table.gperf"
{"\000\000a\000\003%", 0x1e01},
{""},
-#line 602 "./uninorm/composition-table.gperf"
+#line 602 "../../lib/uninorm/composition-table.gperf"
{"\000\000\352\000\003\011", 0x1ec3},
-#line 171 "./uninorm/composition-table.gperf"
+#line 171 "../../lib/uninorm/composition-table.gperf"
{"\000\000s\000\003'", 0x015f},
-#line 931 "./uninorm/composition-table.gperf"
+#line 931 "../../lib/uninorm/composition-table.gperf"
{"\0000x\0000\231", 0x3079},
{""},
-#line 348 "./uninorm/composition-table.gperf"
+#line 348 "../../lib/uninorm/composition-table.gperf"
{"\000\0048\000\003\004", 0x04e3},
{""},
-#line 806 "./uninorm/composition-table.gperf"
+#line 806 "../../lib/uninorm/composition-table.gperf"
{"\000\037j\000\003E", 0x1faa},
-#line 814 "./uninorm/composition-table.gperf"
+#line 814 "../../lib/uninorm/composition-table.gperf"
{"\000\037p\000\003E", 0x1fb2},
-#line 622 "./uninorm/composition-table.gperf"
+#line 622 "../../lib/uninorm/composition-table.gperf"
{"\000\000\364\000\003\003", 0x1ed7},
-#line 233 "./uninorm/composition-table.gperf"
+#line 233 "../../lib/uninorm/composition-table.gperf"
{"\000\001\352\000\003\004", 0x01ec},
{""},
-#line 140 "./uninorm/composition-table.gperf"
+#line 140 "../../lib/uninorm/composition-table.gperf"
{"\000\000K\000\003'", 0x0136},
-#line 347 "./uninorm/composition-table.gperf"
+#line 347 "../../lib/uninorm/composition-table.gperf"
{"\000\004\030\000\003\004", 0x04e2},
{""},
-#line 505 "./uninorm/composition-table.gperf"
+#line 505 "../../lib/uninorm/composition-table.gperf"
{"\000\036[\000\003\004", 0x1e5d},
-#line 534 "./uninorm/composition-table.gperf"
+#line 534 "../../lib/uninorm/composition-table.gperf"
{"\000\001j\000\003\010", 0x1e7a},
-#line 932 "./uninorm/composition-table.gperf"
+#line 932 "../../lib/uninorm/composition-table.gperf"
{"\0000x\0000\232", 0x307a},
{""},
-#line 904 "./uninorm/composition-table.gperf"
+#line 904 "../../lib/uninorm/composition-table.gperf"
{"\000\"\221\000\0038", 0x22e2},
{""}, {""}, {""},
-#line 145 "./uninorm/composition-table.gperf"
+#line 145 "../../lib/uninorm/composition-table.gperf"
{"\000\000l\000\003'", 0x013c},
{""},
-#line 170 "./uninorm/composition-table.gperf"
+#line 170 "../../lib/uninorm/composition-table.gperf"
{"\000\000S\000\003'", 0x015e},
{""},
-#line 918 "./uninorm/composition-table.gperf"
+#line 918 "../../lib/uninorm/composition-table.gperf"
{"\0000[\0000\231", 0x305c},
-#line 694 "./uninorm/composition-table.gperf"
+#line 694 "../../lib/uninorm/composition-table.gperf"
{"\000\003\227\000\003\024", 0x1f29},
-#line 325 "./uninorm/composition-table.gperf"
+#line 325 "../../lib/uninorm/composition-table.gperf"
{"\000\0045\000\003\010", 0x0451},
-#line 889 "./uninorm/composition-table.gperf"
+#line 889 "../../lib/uninorm/composition-table.gperf"
{"\000\"s\000\0038", 0x2275},
{""},
-#line 578 "./uninorm/composition-table.gperf"
+#line 578 "../../lib/uninorm/composition-table.gperf"
{"\000\000\342\000\003\003", 0x1eab},
-#line 679 "./uninorm/composition-table.gperf"
+#line 679 "../../lib/uninorm/composition-table.gperf"
{"\000\003\225\000\003\023", 0x1f18},
-#line 689 "./uninorm/composition-table.gperf"
+#line 689 "../../lib/uninorm/composition-table.gperf"
{"\000\037 \000\003\001", 0x1f24},
-#line 687 "./uninorm/composition-table.gperf"
+#line 687 "../../lib/uninorm/composition-table.gperf"
{"\000\037 \000\003\000", 0x1f22},
-#line 691 "./uninorm/composition-table.gperf"
+#line 691 "../../lib/uninorm/composition-table.gperf"
{"\000\037 \000\003B", 0x1f26},
{""},
-#line 577 "./uninorm/composition-table.gperf"
+#line 577 "../../lib/uninorm/composition-table.gperf"
{"\000\000\302\000\003\003", 0x1eaa},
{""},
-#line 952 "./uninorm/composition-table.gperf"
+#line 952 "../../lib/uninorm/composition-table.gperf"
{"\0000\317\0000\231", 0x30d0},
{""}, {""},
-#line 72 "./uninorm/composition-table.gperf"
+#line 72 "../../lib/uninorm/composition-table.gperf"
{"\000\000c\000\003'", 0x00e7},
-#line 970 "./uninorm/composition-table.gperf"
+#line 970 "../../lib/uninorm/composition-table.gperf"
{"\001\020\245\001\020\272", 0x110ab},
-#line 201 "./uninorm/composition-table.gperf"
+#line 201 "../../lib/uninorm/composition-table.gperf"
{"\000\000O\000\003\033", 0x01a0},
-#line 780 "./uninorm/composition-table.gperf"
+#line 780 "../../lib/uninorm/composition-table.gperf"
{"\000\037 \000\003E", 0x1f90},
{""},
-#line 406 "./uninorm/composition-table.gperf"
+#line 406 "../../lib/uninorm/composition-table.gperf"
{"\000\033\021\000\0335", 0x1b12},
{""}, {""},
-#line 404 "./uninorm/composition-table.gperf"
+#line 404 "../../lib/uninorm/composition-table.gperf"
{"\000\033\013\000\0335", 0x1b0c},
-#line 428 "./uninorm/composition-table.gperf"
+#line 428 "../../lib/uninorm/composition-table.gperf"
{"\000\000D\000\003'", 0x1e10},
{""},
-#line 953 "./uninorm/composition-table.gperf"
+#line 953 "../../lib/uninorm/composition-table.gperf"
{"\0000\317\0000\232", 0x30d1},
-#line 411 "./uninorm/composition-table.gperf"
+#line 411 "../../lib/uninorm/composition-table.gperf"
{"\000\033B\000\0335", 0x1b43},
-#line 454 "./uninorm/composition-table.gperf"
+#line 454 "../../lib/uninorm/composition-table.gperf"
{"\000\000H\000\003.", 0x1e2a},
{""},
-#line 340 "./uninorm/composition-table.gperf"
+#line 340 "../../lib/uninorm/composition-table.gperf"
{"\000\0045\000\003\006", 0x04d7},
{""}, {""}, {""},
-#line 412 "./uninorm/composition-table.gperf"
+#line 412 "../../lib/uninorm/composition-table.gperf"
{"\000\000A\000\003%", 0x1e00},
{""},
-#line 971 "./uninorm/composition-table.gperf"
+#line 971 "../../lib/uninorm/composition-table.gperf"
{"\001\0211\001\021'", 0x1112e},
-#line 383 "./uninorm/composition-table.gperf"
+#line 383 "../../lib/uninorm/composition-table.gperf"
{"\000\013\222\000\013\327", 0x0b94},
{""},
-#line 203 "./uninorm/composition-table.gperf"
+#line 203 "../../lib/uninorm/composition-table.gperf"
{"\000\000U\000\003\033", 0x01af},
-#line 620 "./uninorm/composition-table.gperf"
+#line 620 "../../lib/uninorm/composition-table.gperf"
{"\000\000\364\000\003\011", 0x1ed5},
{""}, {""}, {""}, {""},
-#line 379 "./uninorm/composition-table.gperf"
+#line 379 "../../lib/uninorm/composition-table.gperf"
{"\000\011\307\000\011\327", 0x09cc},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
-#line 892 "./uninorm/composition-table.gperf"
+#line 892 "../../lib/uninorm/composition-table.gperf"
{"\000\"z\000\0038", 0x2280},
{""},
-#line 388 "./uninorm/composition-table.gperf"
+#line 388 "../../lib/uninorm/composition-table.gperf"
{"\000\014\277\000\014\325", 0x0cc0},
{""}, {""}, {""}, {""}, {""},
-#line 455 "./uninorm/composition-table.gperf"
+#line 455 "../../lib/uninorm/composition-table.gperf"
{"\000\000h\000\003.", 0x1e2b},
-#line 576 "./uninorm/composition-table.gperf"
+#line 576 "../../lib/uninorm/composition-table.gperf"
{"\000\000\342\000\003\011", 0x1ea9},
{""}, {""}, {""}, {""},
-#line 680 "./uninorm/composition-table.gperf"
+#line 680 "../../lib/uninorm/composition-table.gperf"
{"\000\003\225\000\003\024", 0x1f19},
-#line 575 "./uninorm/composition-table.gperf"
+#line 575 "../../lib/uninorm/composition-table.gperf"
{"\000\000\302\000\003\011", 0x1ea8},
-#line 223 "./uninorm/composition-table.gperf"
+#line 223 "../../lib/uninorm/composition-table.gperf"
{"\000\002&\000\003\004", 0x01e0},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""},
-#line 396 "./uninorm/composition-table.gperf"
+#line 396 "../../lib/uninorm/composition-table.gperf"
{"\000\015\331\000\015\312", 0x0dda},
-#line 876 "./uninorm/composition-table.gperf"
+#line 876 "../../lib/uninorm/composition-table.gperf"
{"\000\"%\000\0038", 0x2226},
{""}, {""}, {""}, {""}, {""}, {""},
-#line 367 "./uninorm/composition-table.gperf"
+#line 367 "../../lib/uninorm/composition-table.gperf"
{"\000\006'\000\006S", 0x0622},
-#line 141 "./uninorm/composition-table.gperf"
+#line 141 "../../lib/uninorm/composition-table.gperf"
{"\000\000k\000\003'", 0x0137},
{""},
-#line 380 "./uninorm/composition-table.gperf"
+#line 380 "../../lib/uninorm/composition-table.gperf"
{"\000\013G\000\013V", 0x0b48},
-#line 237 "./uninorm/composition-table.gperf"
+#line 237 "../../lib/uninorm/composition-table.gperf"
{"\000\000j\000\003\014", 0x01f0},
-#line 385 "./uninorm/composition-table.gperf"
+#line 385 "../../lib/uninorm/composition-table.gperf"
{"\000\013\307\000\013\276", 0x0bcb},
{""},
-#line 875 "./uninorm/composition-table.gperf"
+#line 875 "../../lib/uninorm/composition-table.gperf"
{"\000\"#\000\0038", 0x2224},
{""},
-#line 973 "./uninorm/composition-table.gperf"
+#line 973 "../../lib/uninorm/composition-table.gperf"
{"\001\023G\001\023>", 0x1134b},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""},
-#line 909 "./uninorm/composition-table.gperf"
+#line 909 "../../lib/uninorm/composition-table.gperf"
{"\000\"\265\000\0038", 0x22ed},
-#line 369 "./uninorm/composition-table.gperf"
+#line 369 "../../lib/uninorm/composition-table.gperf"
{"\000\006H\000\006T", 0x0624},
{""}, {""}, {""},
-#line 398 "./uninorm/composition-table.gperf"
+#line 398 "../../lib/uninorm/composition-table.gperf"
{"\000\015\334\000\015\312", 0x0ddd},
{""}, {""},
-#line 390 "./uninorm/composition-table.gperf"
+#line 390 "../../lib/uninorm/composition-table.gperf"
{"\000\014\306\000\014\326", 0x0cc8},
-#line 391 "./uninorm/composition-table.gperf"
+#line 391 "../../lib/uninorm/composition-table.gperf"
{"\000\014\306\000\014\302", 0x0cca},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""},
-#line 389 "./uninorm/composition-table.gperf"
+#line 389 "../../lib/uninorm/composition-table.gperf"
{"\000\014\306\000\014\325", 0x0cc7},
{""}, {""}, {""},
-#line 913 "./uninorm/composition-table.gperf"
+#line 913 "../../lib/uninorm/composition-table.gperf"
{"\0000Q\0000\231", 0x3052},
-#line 372 "./uninorm/composition-table.gperf"
+#line 372 "../../lib/uninorm/composition-table.gperf"
{"\000\006\325\000\006T", 0x06c0},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""},
-#line 900 "./uninorm/composition-table.gperf"
+#line 900 "../../lib/uninorm/composition-table.gperf"
{"\000\"\251\000\0038", 0x22ae},
{""}, {""}, {""}, {""}, {""}, {""}, {""},
-#line 974 "./uninorm/composition-table.gperf"
+#line 974 "../../lib/uninorm/composition-table.gperf"
{"\001\023G\001\023W", 0x1134c},
-#line 976 "./uninorm/composition-table.gperf"
+#line 976 "../../lib/uninorm/composition-table.gperf"
{"\001\024\271\001\024\260", 0x114bc},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""},
-#line 409 "./uninorm/composition-table.gperf"
+#line 409 "../../lib/uninorm/composition-table.gperf"
{"\000\033>\000\0335", 0x1b40},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
@@ -2110,40 +2104,40 @@ gl_uninorm_compose_lookup (register const char *str, register unsigned int len)
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
-#line 392 "./uninorm/composition-table.gperf"
+#line 392 "../../lib/uninorm/composition-table.gperf"
{"\000\014\312\000\014\325", 0x0ccb},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""},
-#line 361 "./uninorm/composition-table.gperf"
+#line 361 "../../lib/uninorm/composition-table.gperf"
{"\000\004#\000\003\013", 0x04f2},
{""}, {""}, {""}, {""}, {""},
-#line 374 "./uninorm/composition-table.gperf"
+#line 374 "../../lib/uninorm/composition-table.gperf"
{"\000\006\322\000\006T", 0x06d3},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""},
-#line 979 "./uninorm/composition-table.gperf"
+#line 979 "../../lib/uninorm/composition-table.gperf"
{"\001\025\271\001\025\257", 0x115bb},
{""}, {""}, {""},
-#line 370 "./uninorm/composition-table.gperf"
+#line 370 "../../lib/uninorm/composition-table.gperf"
{"\000\006'\000\006U", 0x0625},
{""}, {""}, {""}, {""}, {""},
-#line 899 "./uninorm/composition-table.gperf"
+#line 899 "../../lib/uninorm/composition-table.gperf"
{"\000\"\250\000\0038", 0x22ad},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""},
-#line 871 "./uninorm/composition-table.gperf"
+#line 871 "../../lib/uninorm/composition-table.gperf"
{"\000!\322\000\0038", 0x21cf},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""},
-#line 384 "./uninorm/composition-table.gperf"
+#line 384 "../../lib/uninorm/composition-table.gperf"
{"\000\013\306\000\013\276", 0x0bca},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
@@ -2151,11 +2145,11 @@ gl_uninorm_compose_lookup (register const char *str, register unsigned int len)
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""},
-#line 373 "./uninorm/composition-table.gperf"
+#line 373 "../../lib/uninorm/composition-table.gperf"
{"\000\006\301\000\006T", 0x06c2},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""},
-#line 400 "./uninorm/composition-table.gperf"
+#line 400 "../../lib/uninorm/composition-table.gperf"
{"\000\020%\000\020.", 0x1026},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
@@ -2170,7 +2164,7 @@ gl_uninorm_compose_lookup (register const char *str, register unsigned int len)
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""},
-#line 386 "./uninorm/composition-table.gperf"
+#line 386 "../../lib/uninorm/composition-table.gperf"
{"\000\013\306\000\013\327", 0x0bcc},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
@@ -2182,15 +2176,15 @@ gl_uninorm_compose_lookup (register const char *str, register unsigned int len)
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
{""}, {""}, {""},
-#line 870 "./uninorm/composition-table.gperf"
+#line 870 "../../lib/uninorm/composition-table.gperf"
{"\000!\324\000\0038", 0x21ce}
};
if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
{
- register int key = gl_uninorm_compose_hash (str, len);
+ register unsigned int key = gl_uninorm_compose_hash (str, len);
- if (key <= MAX_HASH_VALUE && key >= 0)
+ if (key <= MAX_HASH_VALUE)
if (len == lengthtable[key])
{
register const char *s = wordlist[key].codes;
diff --git a/lib/uninorm/composition.c b/lib/uninorm/composition.c
index 2ed8cb4..c7f0982 100644
--- a/lib/uninorm/composition.c
+++ b/lib/uninorm/composition.c
@@ -1,5 +1,5 @@
/* Canonical composition of Unicode characters.
- Copyright (C) 2002, 2006, 2009, 2011-2016 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2006, 2009, 2011-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/decompose-internal.c b/lib/uninorm/decompose-internal.c
index dd306ee..f14c470 100644
--- a/lib/uninorm/decompose-internal.c
+++ b/lib/uninorm/decompose-internal.c
@@ -1,5 +1,5 @@
/* Decomposition of Unicode strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/decompose-internal.h b/lib/uninorm/decompose-internal.h
index f933ca9..0f5077f 100644
--- a/lib/uninorm/decompose-internal.h
+++ b/lib/uninorm/decompose-internal.h
@@ -1,5 +1,5 @@
/* Decomposition of Unicode strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <stddef.h>
diff --git a/lib/uninorm/decomposing-form.c b/lib/uninorm/decomposing-form.c
index 63df44c..6691212 100644
--- a/lib/uninorm/decomposing-form.c
+++ b/lib/uninorm/decomposing-form.c
@@ -1,5 +1,5 @@
/* Decomposing variant of a normalization form.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/decomposition-table.c b/lib/uninorm/decomposition-table.c
index a77cff2..123cf97 100644
--- a/lib/uninorm/decomposition-table.c
+++ b/lib/uninorm/decomposition-table.c
@@ -1,5 +1,5 @@
/* Decomposition of Unicode characters.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/decomposition-table.h b/lib/uninorm/decomposition-table.h
index 8125c5f..4da955b 100644
--- a/lib/uninorm/decomposition-table.h
+++ b/lib/uninorm/decomposition-table.h
@@ -1,5 +1,5 @@
/* Decomposition of Unicode characters.
- Copyright (C) 2001-2003, 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include "unitypes.h"
@@ -30,7 +30,7 @@
/* The decomposition table is made of two parts:
- A table containing the actual arrays of decomposed equivalents.
(This table is separate because the maximum length of a decomposition
- is 18, much larger than than the average length 1.497 of a decomposition).
+ is 18, much larger than the average length 1.497 of a decomposition).
- A 3-level table of indices into this array. */
#include "decomposition-table1.h"
diff --git a/lib/uninorm/decomposition-table1.h b/lib/uninorm/decomposition-table1.h
index c3a691a..5fb5ff2 100644
--- a/lib/uninorm/decomposition-table1.h
+++ b/lib/uninorm/decomposition-table1.h
@@ -1,6 +1,6 @@
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Decomposition of Unicode characters. */
-/* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */
+/* Generated automatically by gen-uni-tables.c for Unicode 9.0.0. */
extern const unsigned char gl_uninorm_decomp_chars_table[];
diff --git a/lib/uninorm/decomposition-table2.h b/lib/uninorm/decomposition-table2.h
index 1be5674..539819b 100644
--- a/lib/uninorm/decomposition-table2.h
+++ b/lib/uninorm/decomposition-table2.h
@@ -1,6 +1,6 @@
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Decomposition of Unicode characters. */
-/* Generated automatically by gen-uni-tables.c for Unicode 8.0.0. */
+/* Generated automatically by gen-uni-tables.c for Unicode 9.0.0. */
const unsigned char gl_uninorm_decomp_chars_table[] =
{
@@ -1992,149 +1992,150 @@ const unsigned char gl_uninorm_decomp_chars_table[] =
0x38, 0x53, 0xF3, 0x38, 0x63, 0x07, 0x38, 0x8D, 0x70, 0x38, 0x62, 0x53,
0x38, 0x79, 0x81, 0x38, 0x7A, 0x7A, 0x38, 0x54, 0x08, 0x38, 0x6E, 0x80,
0x38, 0x67, 0x09, 0x38, 0x67, 0x08, 0x38, 0x75, 0x33, 0x38, 0x52, 0x72,
- 0x38, 0x55, 0xB6, 0xC0, 0x30, 0x14, 0x80, 0x67, 0x2C, 0x00, 0x30, 0x15,
- 0xC0, 0x30, 0x14, 0x80, 0x4E, 0x09, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14,
- 0x80, 0x4E, 0x8C, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x5B, 0x89,
- 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x70, 0xB9, 0x00, 0x30, 0x15,
- 0xC0, 0x30, 0x14, 0x80, 0x62, 0x53, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14,
- 0x80, 0x76, 0xD7, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x52, 0xDD,
- 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x65, 0x57, 0x00, 0x30, 0x15,
- 0x1C, 0x5F, 0x97, 0x1C, 0x53, 0xEF, 0x00, 0x4E, 0x3D, 0x00, 0x4E, 0x38,
- 0x00, 0x4E, 0x41, 0x02, 0x01, 0x22, 0x00, 0x4F, 0x60, 0x00, 0x4F, 0xAE,
- 0x00, 0x4F, 0xBB, 0x00, 0x50, 0x02, 0x00, 0x50, 0x7A, 0x00, 0x50, 0x99,
- 0x00, 0x50, 0xE7, 0x00, 0x50, 0xCF, 0x00, 0x34, 0x9E, 0x02, 0x06, 0x3A,
- 0x00, 0x51, 0x4D, 0x00, 0x51, 0x54, 0x00, 0x51, 0x64, 0x00, 0x51, 0x77,
- 0x02, 0x05, 0x1C, 0x00, 0x34, 0xB9, 0x00, 0x51, 0x67, 0x00, 0x51, 0x8D,
- 0x02, 0x05, 0x4B, 0x00, 0x51, 0x97, 0x00, 0x51, 0xA4, 0x00, 0x4E, 0xCC,
- 0x00, 0x51, 0xAC, 0x00, 0x51, 0xB5, 0x02, 0x91, 0xDF, 0x00, 0x51, 0xF5,
- 0x00, 0x52, 0x03, 0x00, 0x34, 0xDF, 0x00, 0x52, 0x3B, 0x00, 0x52, 0x46,
- 0x00, 0x52, 0x72, 0x00, 0x52, 0x77, 0x00, 0x35, 0x15, 0x00, 0x52, 0xC7,
- 0x00, 0x52, 0xC9, 0x00, 0x52, 0xE4, 0x00, 0x52, 0xFA, 0x00, 0x53, 0x05,
- 0x00, 0x53, 0x06, 0x00, 0x53, 0x17, 0x00, 0x53, 0x49, 0x00, 0x53, 0x51,
- 0x00, 0x53, 0x5A, 0x00, 0x53, 0x73, 0x00, 0x53, 0x7D, 0x00, 0x53, 0x7F,
- 0x00, 0x53, 0x7F, 0x00, 0x53, 0x7F, 0x02, 0x0A, 0x2C, 0x00, 0x70, 0x70,
- 0x00, 0x53, 0xCA, 0x00, 0x53, 0xDF, 0x02, 0x0B, 0x63, 0x00, 0x53, 0xEB,
- 0x00, 0x53, 0xF1, 0x00, 0x54, 0x06, 0x00, 0x54, 0x9E, 0x00, 0x54, 0x38,
- 0x00, 0x54, 0x48, 0x00, 0x54, 0x68, 0x00, 0x54, 0xA2, 0x00, 0x54, 0xF6,
- 0x00, 0x55, 0x10, 0x00, 0x55, 0x53, 0x00, 0x55, 0x63, 0x00, 0x55, 0x84,
- 0x00, 0x55, 0x84, 0x00, 0x55, 0x99, 0x00, 0x55, 0xAB, 0x00, 0x55, 0xB3,
- 0x00, 0x55, 0xC2, 0x00, 0x57, 0x16, 0x00, 0x56, 0x06, 0x00, 0x57, 0x17,
- 0x00, 0x56, 0x51, 0x00, 0x56, 0x74, 0x00, 0x52, 0x07, 0x00, 0x58, 0xEE,
- 0x00, 0x57, 0xCE, 0x00, 0x57, 0xF4, 0x00, 0x58, 0x0D, 0x00, 0x57, 0x8B,
- 0x00, 0x58, 0x32, 0x00, 0x58, 0x31, 0x00, 0x58, 0xAC, 0x02, 0x14, 0xE4,
- 0x00, 0x58, 0xF2, 0x00, 0x58, 0xF7, 0x00, 0x59, 0x06, 0x00, 0x59, 0x1A,
- 0x00, 0x59, 0x22, 0x00, 0x59, 0x62, 0x02, 0x16, 0xA8, 0x02, 0x16, 0xEA,
- 0x00, 0x59, 0xEC, 0x00, 0x5A, 0x1B, 0x00, 0x5A, 0x27, 0x00, 0x59, 0xD8,
- 0x00, 0x5A, 0x66, 0x00, 0x36, 0xEE, 0x00, 0x36, 0xFC, 0x00, 0x5B, 0x08,
- 0x00, 0x5B, 0x3E, 0x00, 0x5B, 0x3E, 0x02, 0x19, 0xC8, 0x00, 0x5B, 0xC3,
- 0x00, 0x5B, 0xD8, 0x00, 0x5B, 0xE7, 0x00, 0x5B, 0xF3, 0x02, 0x1B, 0x18,
- 0x00, 0x5B, 0xFF, 0x00, 0x5C, 0x06, 0x00, 0x5F, 0x53, 0x00, 0x5C, 0x22,
- 0x00, 0x37, 0x81, 0x00, 0x5C, 0x60, 0x00, 0x5C, 0x6E, 0x00, 0x5C, 0xC0,
- 0x00, 0x5C, 0x8D, 0x02, 0x1D, 0xE4, 0x00, 0x5D, 0x43, 0x02, 0x1D, 0xE6,
- 0x00, 0x5D, 0x6E, 0x00, 0x5D, 0x6B, 0x00, 0x5D, 0x7C, 0x00, 0x5D, 0xE1,
- 0x00, 0x5D, 0xE2, 0x00, 0x38, 0x2F, 0x00, 0x5D, 0xFD, 0x00, 0x5E, 0x28,
- 0x00, 0x5E, 0x3D, 0x00, 0x5E, 0x69, 0x00, 0x38, 0x62, 0x02, 0x21, 0x83,
- 0x00, 0x38, 0x7C, 0x00, 0x5E, 0xB0, 0x00, 0x5E, 0xB3, 0x00, 0x5E, 0xB6,
- 0x00, 0x5E, 0xCA, 0x02, 0xA3, 0x92, 0x00, 0x5E, 0xFE, 0x02, 0x23, 0x31,
- 0x02, 0x23, 0x31, 0x00, 0x82, 0x01, 0x00, 0x5F, 0x22, 0x00, 0x5F, 0x22,
- 0x00, 0x38, 0xC7, 0x02, 0x32, 0xB8, 0x02, 0x61, 0xDA, 0x00, 0x5F, 0x62,
- 0x00, 0x5F, 0x6B, 0x00, 0x38, 0xE3, 0x00, 0x5F, 0x9A, 0x00, 0x5F, 0xCD,
- 0x00, 0x5F, 0xD7, 0x00, 0x5F, 0xF9, 0x00, 0x60, 0x81, 0x00, 0x39, 0x3A,
- 0x00, 0x39, 0x1C, 0x00, 0x60, 0x94, 0x02, 0x26, 0xD4, 0x00, 0x60, 0xC7,
- 0x00, 0x61, 0x48, 0x00, 0x61, 0x4C, 0x00, 0x61, 0x4E, 0x00, 0x61, 0x4C,
- 0x00, 0x61, 0x7A, 0x00, 0x61, 0x8E, 0x00, 0x61, 0xB2, 0x00, 0x61, 0xA4,
- 0x00, 0x61, 0xAF, 0x00, 0x61, 0xDE, 0x00, 0x61, 0xF2, 0x00, 0x61, 0xF6,
- 0x00, 0x62, 0x10, 0x00, 0x62, 0x1B, 0x00, 0x62, 0x5D, 0x00, 0x62, 0xB1,
- 0x00, 0x62, 0xD4, 0x00, 0x63, 0x50, 0x02, 0x2B, 0x0C, 0x00, 0x63, 0x3D,
- 0x00, 0x62, 0xFC, 0x00, 0x63, 0x68, 0x00, 0x63, 0x83, 0x00, 0x63, 0xE4,
- 0x02, 0x2B, 0xF1, 0x00, 0x64, 0x22, 0x00, 0x63, 0xC5, 0x00, 0x63, 0xA9,
- 0x00, 0x3A, 0x2E, 0x00, 0x64, 0x69, 0x00, 0x64, 0x7E, 0x00, 0x64, 0x9D,
- 0x00, 0x64, 0x77, 0x00, 0x3A, 0x6C, 0x00, 0x65, 0x4F, 0x00, 0x65, 0x6C,
- 0x02, 0x30, 0x0A, 0x00, 0x65, 0xE3, 0x00, 0x66, 0xF8, 0x00, 0x66, 0x49,
- 0x00, 0x3B, 0x19, 0x00, 0x66, 0x91, 0x00, 0x3B, 0x08, 0x00, 0x3A, 0xE4,
- 0x00, 0x51, 0x92, 0x00, 0x51, 0x95, 0x00, 0x67, 0x00, 0x00, 0x66, 0x9C,
- 0x00, 0x80, 0xAD, 0x00, 0x43, 0xD9, 0x00, 0x67, 0x17, 0x00, 0x67, 0x1B,
- 0x00, 0x67, 0x21, 0x00, 0x67, 0x5E, 0x00, 0x67, 0x53, 0x02, 0x33, 0xC3,
- 0x00, 0x3B, 0x49, 0x00, 0x67, 0xFA, 0x00, 0x67, 0x85, 0x00, 0x68, 0x52,
- 0x00, 0x68, 0x85, 0x02, 0x34, 0x6D, 0x00, 0x68, 0x8E, 0x00, 0x68, 0x1F,
- 0x00, 0x69, 0x14, 0x00, 0x3B, 0x9D, 0x00, 0x69, 0x42, 0x00, 0x69, 0xA3,
- 0x00, 0x69, 0xEA, 0x00, 0x6A, 0xA8, 0x02, 0x36, 0xA3, 0x00, 0x6A, 0xDB,
- 0x00, 0x3C, 0x18, 0x00, 0x6B, 0x21, 0x02, 0x38, 0xA7, 0x00, 0x6B, 0x54,
- 0x00, 0x3C, 0x4E, 0x00, 0x6B, 0x72, 0x00, 0x6B, 0x9F, 0x00, 0x6B, 0xBA,
- 0x00, 0x6B, 0xBB, 0x02, 0x3A, 0x8D, 0x02, 0x1D, 0x0B, 0x02, 0x3A, 0xFA,
- 0x00, 0x6C, 0x4E, 0x02, 0x3C, 0xBC, 0x00, 0x6C, 0xBF, 0x00, 0x6C, 0xCD,
- 0x00, 0x6C, 0x67, 0x00, 0x6D, 0x16, 0x00, 0x6D, 0x3E, 0x00, 0x6D, 0x77,
- 0x00, 0x6D, 0x41, 0x00, 0x6D, 0x69, 0x00, 0x6D, 0x78, 0x00, 0x6D, 0x85,
- 0x02, 0x3D, 0x1E, 0x00, 0x6D, 0x34, 0x00, 0x6E, 0x2F, 0x00, 0x6E, 0x6E,
- 0x00, 0x3D, 0x33, 0x00, 0x6E, 0xCB, 0x00, 0x6E, 0xC7, 0x02, 0x3E, 0xD1,
- 0x00, 0x6D, 0xF9, 0x00, 0x6F, 0x6E, 0x02, 0x3F, 0x5E, 0x02, 0x3F, 0x8E,
- 0x00, 0x6F, 0xC6, 0x00, 0x70, 0x39, 0x00, 0x70, 0x1E, 0x00, 0x70, 0x1B,
- 0x00, 0x3D, 0x96, 0x00, 0x70, 0x4A, 0x00, 0x70, 0x7D, 0x00, 0x70, 0x77,
- 0x00, 0x70, 0xAD, 0x02, 0x05, 0x25, 0x00, 0x71, 0x45, 0x02, 0x42, 0x63,
- 0x00, 0x71, 0x9C, 0x02, 0x43, 0xAB, 0x00, 0x72, 0x28, 0x00, 0x72, 0x35,
- 0x00, 0x72, 0x50, 0x02, 0x46, 0x08, 0x00, 0x72, 0x80, 0x00, 0x72, 0x95,
- 0x02, 0x47, 0x35, 0x02, 0x48, 0x14, 0x00, 0x73, 0x7A, 0x00, 0x73, 0x8B,
- 0x00, 0x3E, 0xAC, 0x00, 0x73, 0xA5, 0x00, 0x3E, 0xB8, 0x00, 0x3E, 0xB8,
- 0x00, 0x74, 0x47, 0x00, 0x74, 0x5C, 0x00, 0x74, 0x71, 0x00, 0x74, 0x85,
- 0x00, 0x74, 0xCA, 0x00, 0x3F, 0x1B, 0x00, 0x75, 0x24, 0x02, 0x4C, 0x36,
- 0x00, 0x75, 0x3E, 0x02, 0x4C, 0x92, 0x00, 0x75, 0x70, 0x02, 0x21, 0x9F,
- 0x00, 0x76, 0x10, 0x02, 0x4F, 0xA1, 0x02, 0x4F, 0xB8, 0x02, 0x50, 0x44,
- 0x00, 0x3F, 0xFC, 0x00, 0x40, 0x08, 0x00, 0x76, 0xF4, 0x02, 0x50, 0xF3,
- 0x02, 0x50, 0xF2, 0x02, 0x51, 0x19, 0x02, 0x51, 0x33, 0x00, 0x77, 0x1E,
- 0x00, 0x77, 0x1F, 0x00, 0x77, 0x1F, 0x00, 0x77, 0x4A, 0x00, 0x40, 0x39,
- 0x00, 0x77, 0x8B, 0x00, 0x40, 0x46, 0x00, 0x40, 0x96, 0x02, 0x54, 0x1D,
- 0x00, 0x78, 0x4E, 0x00, 0x78, 0x8C, 0x00, 0x78, 0xCC, 0x00, 0x40, 0xE3,
- 0x02, 0x56, 0x26, 0x00, 0x79, 0x56, 0x02, 0x56, 0x9A, 0x02, 0x56, 0xC5,
- 0x00, 0x79, 0x8F, 0x00, 0x79, 0xEB, 0x00, 0x41, 0x2F, 0x00, 0x7A, 0x40,
- 0x00, 0x7A, 0x4A, 0x00, 0x7A, 0x4F, 0x02, 0x59, 0x7C, 0x02, 0x5A, 0xA7,
- 0x02, 0x5A, 0xA7, 0x00, 0x7A, 0xEE, 0x00, 0x42, 0x02, 0x02, 0x5B, 0xAB,
- 0x00, 0x7B, 0xC6, 0x00, 0x7B, 0xC9, 0x00, 0x42, 0x27, 0x02, 0x5C, 0x80,
- 0x00, 0x7C, 0xD2, 0x00, 0x42, 0xA0, 0x00, 0x7C, 0xE8, 0x00, 0x7C, 0xE3,
- 0x00, 0x7D, 0x00, 0x02, 0x5F, 0x86, 0x00, 0x7D, 0x63, 0x00, 0x43, 0x01,
- 0x00, 0x7D, 0xC7, 0x00, 0x7E, 0x02, 0x00, 0x7E, 0x45, 0x00, 0x43, 0x34,
- 0x02, 0x62, 0x28, 0x02, 0x62, 0x47, 0x00, 0x43, 0x59, 0x02, 0x62, 0xD9,
- 0x00, 0x7F, 0x7A, 0x02, 0x63, 0x3E, 0x00, 0x7F, 0x95, 0x00, 0x7F, 0xFA,
- 0x00, 0x80, 0x05, 0x02, 0x64, 0xDA, 0x02, 0x65, 0x23, 0x00, 0x80, 0x60,
- 0x02, 0x65, 0xA8, 0x00, 0x80, 0x70, 0x02, 0x33, 0x5F, 0x00, 0x43, 0xD5,
- 0x00, 0x80, 0xB2, 0x00, 0x81, 0x03, 0x00, 0x44, 0x0B, 0x00, 0x81, 0x3E,
- 0x00, 0x5A, 0xB5, 0x02, 0x67, 0xA7, 0x02, 0x67, 0xB5, 0x02, 0x33, 0x93,
- 0x02, 0x33, 0x9C, 0x00, 0x82, 0x01, 0x00, 0x82, 0x04, 0x00, 0x8F, 0x9E,
- 0x00, 0x44, 0x6B, 0x00, 0x82, 0x91, 0x00, 0x82, 0x8B, 0x00, 0x82, 0x9D,
- 0x00, 0x52, 0xB3, 0x00, 0x82, 0xB1, 0x00, 0x82, 0xB3, 0x00, 0x82, 0xBD,
- 0x00, 0x82, 0xE6, 0x02, 0x6B, 0x3C, 0x00, 0x82, 0xE5, 0x00, 0x83, 0x1D,
- 0x00, 0x83, 0x63, 0x00, 0x83, 0xAD, 0x00, 0x83, 0x23, 0x00, 0x83, 0xBD,
- 0x00, 0x83, 0xE7, 0x00, 0x84, 0x57, 0x00, 0x83, 0x53, 0x00, 0x83, 0xCA,
- 0x00, 0x83, 0xCC, 0x00, 0x83, 0xDC, 0x02, 0x6C, 0x36, 0x02, 0x6D, 0x6B,
- 0x02, 0x6C, 0xD5, 0x00, 0x45, 0x2B, 0x00, 0x84, 0xF1, 0x00, 0x84, 0xF3,
- 0x00, 0x85, 0x16, 0x02, 0x73, 0xCA, 0x00, 0x85, 0x64, 0x02, 0x6F, 0x2C,
- 0x00, 0x45, 0x5D, 0x00, 0x45, 0x61, 0x02, 0x6F, 0xB1, 0x02, 0x70, 0xD2,
- 0x00, 0x45, 0x6B, 0x00, 0x86, 0x50, 0x00, 0x86, 0x5C, 0x00, 0x86, 0x67,
- 0x00, 0x86, 0x69, 0x00, 0x86, 0xA9, 0x00, 0x86, 0x88, 0x00, 0x87, 0x0E,
- 0x00, 0x86, 0xE2, 0x00, 0x87, 0x79, 0x00, 0x87, 0x28, 0x00, 0x87, 0x6B,
- 0x00, 0x87, 0x86, 0x00, 0x45, 0xD7, 0x00, 0x87, 0xE1, 0x00, 0x88, 0x01,
- 0x00, 0x45, 0xF9, 0x00, 0x88, 0x60, 0x00, 0x88, 0x63, 0x02, 0x76, 0x67,
- 0x00, 0x88, 0xD7, 0x00, 0x88, 0xDE, 0x00, 0x46, 0x35, 0x00, 0x88, 0xFA,
- 0x00, 0x34, 0xBB, 0x02, 0x78, 0xAE, 0x02, 0x79, 0x66, 0x00, 0x46, 0xBE,
- 0x00, 0x46, 0xC7, 0x00, 0x8A, 0xA0, 0x00, 0x8A, 0xED, 0x00, 0x8B, 0x8A,
- 0x00, 0x8C, 0x55, 0x02, 0x7C, 0xA8, 0x00, 0x8C, 0xAB, 0x00, 0x8C, 0xC1,
- 0x00, 0x8D, 0x1B, 0x00, 0x8D, 0x77, 0x02, 0x7F, 0x2F, 0x02, 0x08, 0x04,
- 0x00, 0x8D, 0xCB, 0x00, 0x8D, 0xBC, 0x00, 0x8D, 0xF0, 0x02, 0x08, 0xDE,
- 0x00, 0x8E, 0xD4, 0x00, 0x8F, 0x38, 0x02, 0x85, 0xD2, 0x02, 0x85, 0xED,
- 0x00, 0x90, 0x94, 0x00, 0x90, 0xF1, 0x00, 0x91, 0x11, 0x02, 0x87, 0x2E,
- 0x00, 0x91, 0x1B, 0x00, 0x92, 0x38, 0x00, 0x92, 0xD7, 0x00, 0x92, 0xD8,
- 0x00, 0x92, 0x7C, 0x00, 0x93, 0xF9, 0x00, 0x94, 0x15, 0x02, 0x8B, 0xFA,
- 0x00, 0x95, 0x8B, 0x00, 0x49, 0x95, 0x00, 0x95, 0xB7, 0x02, 0x8D, 0x77,
- 0x00, 0x49, 0xE6, 0x00, 0x96, 0xC3, 0x00, 0x5D, 0xB2, 0x00, 0x97, 0x23,
- 0x02, 0x91, 0x45, 0x02, 0x92, 0x1A, 0x00, 0x4A, 0x6E, 0x00, 0x4A, 0x76,
- 0x00, 0x97, 0xE0, 0x02, 0x94, 0x0A, 0x00, 0x4A, 0xB2, 0x02, 0x94, 0x96,
- 0x00, 0x98, 0x0B, 0x00, 0x98, 0x0B, 0x00, 0x98, 0x29, 0x02, 0x95, 0xB6,
- 0x00, 0x98, 0xE2, 0x00, 0x4B, 0x33, 0x00, 0x99, 0x29, 0x00, 0x99, 0xA7,
- 0x00, 0x99, 0xC2, 0x00, 0x99, 0xFE, 0x00, 0x4B, 0xCE, 0x02, 0x9B, 0x30,
- 0x00, 0x9B, 0x12, 0x00, 0x9C, 0x40, 0x00, 0x9C, 0xFD, 0x00, 0x4C, 0xCE,
- 0x00, 0x4C, 0xED, 0x00, 0x9D, 0x67, 0x02, 0xA0, 0xCE, 0x00, 0x4C, 0xF8,
- 0x02, 0xA1, 0x05, 0x02, 0xA2, 0x0E, 0x02, 0xA2, 0x91, 0x00, 0x9E, 0xBB,
- 0x00, 0x4D, 0x56, 0x00, 0x9E, 0xF9, 0x00, 0x9E, 0xFE, 0x00, 0x9F, 0x05,
- 0x00, 0x9F, 0x0F, 0x00, 0x9F, 0x16, 0x00, 0x9F, 0x3B, 0x02, 0xA6, 0x00
+ 0x38, 0x55, 0xB6, 0x38, 0x91, 0x4D, 0xC0, 0x30, 0x14, 0x80, 0x67, 0x2C,
+ 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x4E, 0x09, 0x00, 0x30, 0x15,
+ 0xC0, 0x30, 0x14, 0x80, 0x4E, 0x8C, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14,
+ 0x80, 0x5B, 0x89, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x70, 0xB9,
+ 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x62, 0x53, 0x00, 0x30, 0x15,
+ 0xC0, 0x30, 0x14, 0x80, 0x76, 0xD7, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14,
+ 0x80, 0x52, 0xDD, 0x00, 0x30, 0x15, 0xC0, 0x30, 0x14, 0x80, 0x65, 0x57,
+ 0x00, 0x30, 0x15, 0x1C, 0x5F, 0x97, 0x1C, 0x53, 0xEF, 0x00, 0x4E, 0x3D,
+ 0x00, 0x4E, 0x38, 0x00, 0x4E, 0x41, 0x02, 0x01, 0x22, 0x00, 0x4F, 0x60,
+ 0x00, 0x4F, 0xAE, 0x00, 0x4F, 0xBB, 0x00, 0x50, 0x02, 0x00, 0x50, 0x7A,
+ 0x00, 0x50, 0x99, 0x00, 0x50, 0xE7, 0x00, 0x50, 0xCF, 0x00, 0x34, 0x9E,
+ 0x02, 0x06, 0x3A, 0x00, 0x51, 0x4D, 0x00, 0x51, 0x54, 0x00, 0x51, 0x64,
+ 0x00, 0x51, 0x77, 0x02, 0x05, 0x1C, 0x00, 0x34, 0xB9, 0x00, 0x51, 0x67,
+ 0x00, 0x51, 0x8D, 0x02, 0x05, 0x4B, 0x00, 0x51, 0x97, 0x00, 0x51, 0xA4,
+ 0x00, 0x4E, 0xCC, 0x00, 0x51, 0xAC, 0x00, 0x51, 0xB5, 0x02, 0x91, 0xDF,
+ 0x00, 0x51, 0xF5, 0x00, 0x52, 0x03, 0x00, 0x34, 0xDF, 0x00, 0x52, 0x3B,
+ 0x00, 0x52, 0x46, 0x00, 0x52, 0x72, 0x00, 0x52, 0x77, 0x00, 0x35, 0x15,
+ 0x00, 0x52, 0xC7, 0x00, 0x52, 0xC9, 0x00, 0x52, 0xE4, 0x00, 0x52, 0xFA,
+ 0x00, 0x53, 0x05, 0x00, 0x53, 0x06, 0x00, 0x53, 0x17, 0x00, 0x53, 0x49,
+ 0x00, 0x53, 0x51, 0x00, 0x53, 0x5A, 0x00, 0x53, 0x73, 0x00, 0x53, 0x7D,
+ 0x00, 0x53, 0x7F, 0x00, 0x53, 0x7F, 0x00, 0x53, 0x7F, 0x02, 0x0A, 0x2C,
+ 0x00, 0x70, 0x70, 0x00, 0x53, 0xCA, 0x00, 0x53, 0xDF, 0x02, 0x0B, 0x63,
+ 0x00, 0x53, 0xEB, 0x00, 0x53, 0xF1, 0x00, 0x54, 0x06, 0x00, 0x54, 0x9E,
+ 0x00, 0x54, 0x38, 0x00, 0x54, 0x48, 0x00, 0x54, 0x68, 0x00, 0x54, 0xA2,
+ 0x00, 0x54, 0xF6, 0x00, 0x55, 0x10, 0x00, 0x55, 0x53, 0x00, 0x55, 0x63,
+ 0x00, 0x55, 0x84, 0x00, 0x55, 0x84, 0x00, 0x55, 0x99, 0x00, 0x55, 0xAB,
+ 0x00, 0x55, 0xB3, 0x00, 0x55, 0xC2, 0x00, 0x57, 0x16, 0x00, 0x56, 0x06,
+ 0x00, 0x57, 0x17, 0x00, 0x56, 0x51, 0x00, 0x56, 0x74, 0x00, 0x52, 0x07,
+ 0x00, 0x58, 0xEE, 0x00, 0x57, 0xCE, 0x00, 0x57, 0xF4, 0x00, 0x58, 0x0D,
+ 0x00, 0x57, 0x8B, 0x00, 0x58, 0x32, 0x00, 0x58, 0x31, 0x00, 0x58, 0xAC,
+ 0x02, 0x14, 0xE4, 0x00, 0x58, 0xF2, 0x00, 0x58, 0xF7, 0x00, 0x59, 0x06,
+ 0x00, 0x59, 0x1A, 0x00, 0x59, 0x22, 0x00, 0x59, 0x62, 0x02, 0x16, 0xA8,
+ 0x02, 0x16, 0xEA, 0x00, 0x59, 0xEC, 0x00, 0x5A, 0x1B, 0x00, 0x5A, 0x27,
+ 0x00, 0x59, 0xD8, 0x00, 0x5A, 0x66, 0x00, 0x36, 0xEE, 0x00, 0x36, 0xFC,
+ 0x00, 0x5B, 0x08, 0x00, 0x5B, 0x3E, 0x00, 0x5B, 0x3E, 0x02, 0x19, 0xC8,
+ 0x00, 0x5B, 0xC3, 0x00, 0x5B, 0xD8, 0x00, 0x5B, 0xE7, 0x00, 0x5B, 0xF3,
+ 0x02, 0x1B, 0x18, 0x00, 0x5B, 0xFF, 0x00, 0x5C, 0x06, 0x00, 0x5F, 0x53,
+ 0x00, 0x5C, 0x22, 0x00, 0x37, 0x81, 0x00, 0x5C, 0x60, 0x00, 0x5C, 0x6E,
+ 0x00, 0x5C, 0xC0, 0x00, 0x5C, 0x8D, 0x02, 0x1D, 0xE4, 0x00, 0x5D, 0x43,
+ 0x02, 0x1D, 0xE6, 0x00, 0x5D, 0x6E, 0x00, 0x5D, 0x6B, 0x00, 0x5D, 0x7C,
+ 0x00, 0x5D, 0xE1, 0x00, 0x5D, 0xE2, 0x00, 0x38, 0x2F, 0x00, 0x5D, 0xFD,
+ 0x00, 0x5E, 0x28, 0x00, 0x5E, 0x3D, 0x00, 0x5E, 0x69, 0x00, 0x38, 0x62,
+ 0x02, 0x21, 0x83, 0x00, 0x38, 0x7C, 0x00, 0x5E, 0xB0, 0x00, 0x5E, 0xB3,
+ 0x00, 0x5E, 0xB6, 0x00, 0x5E, 0xCA, 0x02, 0xA3, 0x92, 0x00, 0x5E, 0xFE,
+ 0x02, 0x23, 0x31, 0x02, 0x23, 0x31, 0x00, 0x82, 0x01, 0x00, 0x5F, 0x22,
+ 0x00, 0x5F, 0x22, 0x00, 0x38, 0xC7, 0x02, 0x32, 0xB8, 0x02, 0x61, 0xDA,
+ 0x00, 0x5F, 0x62, 0x00, 0x5F, 0x6B, 0x00, 0x38, 0xE3, 0x00, 0x5F, 0x9A,
+ 0x00, 0x5F, 0xCD, 0x00, 0x5F, 0xD7, 0x00, 0x5F, 0xF9, 0x00, 0x60, 0x81,
+ 0x00, 0x39, 0x3A, 0x00, 0x39, 0x1C, 0x00, 0x60, 0x94, 0x02, 0x26, 0xD4,
+ 0x00, 0x60, 0xC7, 0x00, 0x61, 0x48, 0x00, 0x61, 0x4C, 0x00, 0x61, 0x4E,
+ 0x00, 0x61, 0x4C, 0x00, 0x61, 0x7A, 0x00, 0x61, 0x8E, 0x00, 0x61, 0xB2,
+ 0x00, 0x61, 0xA4, 0x00, 0x61, 0xAF, 0x00, 0x61, 0xDE, 0x00, 0x61, 0xF2,
+ 0x00, 0x61, 0xF6, 0x00, 0x62, 0x10, 0x00, 0x62, 0x1B, 0x00, 0x62, 0x5D,
+ 0x00, 0x62, 0xB1, 0x00, 0x62, 0xD4, 0x00, 0x63, 0x50, 0x02, 0x2B, 0x0C,
+ 0x00, 0x63, 0x3D, 0x00, 0x62, 0xFC, 0x00, 0x63, 0x68, 0x00, 0x63, 0x83,
+ 0x00, 0x63, 0xE4, 0x02, 0x2B, 0xF1, 0x00, 0x64, 0x22, 0x00, 0x63, 0xC5,
+ 0x00, 0x63, 0xA9, 0x00, 0x3A, 0x2E, 0x00, 0x64, 0x69, 0x00, 0x64, 0x7E,
+ 0x00, 0x64, 0x9D, 0x00, 0x64, 0x77, 0x00, 0x3A, 0x6C, 0x00, 0x65, 0x4F,
+ 0x00, 0x65, 0x6C, 0x02, 0x30, 0x0A, 0x00, 0x65, 0xE3, 0x00, 0x66, 0xF8,
+ 0x00, 0x66, 0x49, 0x00, 0x3B, 0x19, 0x00, 0x66, 0x91, 0x00, 0x3B, 0x08,
+ 0x00, 0x3A, 0xE4, 0x00, 0x51, 0x92, 0x00, 0x51, 0x95, 0x00, 0x67, 0x00,
+ 0x00, 0x66, 0x9C, 0x00, 0x80, 0xAD, 0x00, 0x43, 0xD9, 0x00, 0x67, 0x17,
+ 0x00, 0x67, 0x1B, 0x00, 0x67, 0x21, 0x00, 0x67, 0x5E, 0x00, 0x67, 0x53,
+ 0x02, 0x33, 0xC3, 0x00, 0x3B, 0x49, 0x00, 0x67, 0xFA, 0x00, 0x67, 0x85,
+ 0x00, 0x68, 0x52, 0x00, 0x68, 0x85, 0x02, 0x34, 0x6D, 0x00, 0x68, 0x8E,
+ 0x00, 0x68, 0x1F, 0x00, 0x69, 0x14, 0x00, 0x3B, 0x9D, 0x00, 0x69, 0x42,
+ 0x00, 0x69, 0xA3, 0x00, 0x69, 0xEA, 0x00, 0x6A, 0xA8, 0x02, 0x36, 0xA3,
+ 0x00, 0x6A, 0xDB, 0x00, 0x3C, 0x18, 0x00, 0x6B, 0x21, 0x02, 0x38, 0xA7,
+ 0x00, 0x6B, 0x54, 0x00, 0x3C, 0x4E, 0x00, 0x6B, 0x72, 0x00, 0x6B, 0x9F,
+ 0x00, 0x6B, 0xBA, 0x00, 0x6B, 0xBB, 0x02, 0x3A, 0x8D, 0x02, 0x1D, 0x0B,
+ 0x02, 0x3A, 0xFA, 0x00, 0x6C, 0x4E, 0x02, 0x3C, 0xBC, 0x00, 0x6C, 0xBF,
+ 0x00, 0x6C, 0xCD, 0x00, 0x6C, 0x67, 0x00, 0x6D, 0x16, 0x00, 0x6D, 0x3E,
+ 0x00, 0x6D, 0x77, 0x00, 0x6D, 0x41, 0x00, 0x6D, 0x69, 0x00, 0x6D, 0x78,
+ 0x00, 0x6D, 0x85, 0x02, 0x3D, 0x1E, 0x00, 0x6D, 0x34, 0x00, 0x6E, 0x2F,
+ 0x00, 0x6E, 0x6E, 0x00, 0x3D, 0x33, 0x00, 0x6E, 0xCB, 0x00, 0x6E, 0xC7,
+ 0x02, 0x3E, 0xD1, 0x00, 0x6D, 0xF9, 0x00, 0x6F, 0x6E, 0x02, 0x3F, 0x5E,
+ 0x02, 0x3F, 0x8E, 0x00, 0x6F, 0xC6, 0x00, 0x70, 0x39, 0x00, 0x70, 0x1E,
+ 0x00, 0x70, 0x1B, 0x00, 0x3D, 0x96, 0x00, 0x70, 0x4A, 0x00, 0x70, 0x7D,
+ 0x00, 0x70, 0x77, 0x00, 0x70, 0xAD, 0x02, 0x05, 0x25, 0x00, 0x71, 0x45,
+ 0x02, 0x42, 0x63, 0x00, 0x71, 0x9C, 0x02, 0x43, 0xAB, 0x00, 0x72, 0x28,
+ 0x00, 0x72, 0x35, 0x00, 0x72, 0x50, 0x02, 0x46, 0x08, 0x00, 0x72, 0x80,
+ 0x00, 0x72, 0x95, 0x02, 0x47, 0x35, 0x02, 0x48, 0x14, 0x00, 0x73, 0x7A,
+ 0x00, 0x73, 0x8B, 0x00, 0x3E, 0xAC, 0x00, 0x73, 0xA5, 0x00, 0x3E, 0xB8,
+ 0x00, 0x3E, 0xB8, 0x00, 0x74, 0x47, 0x00, 0x74, 0x5C, 0x00, 0x74, 0x71,
+ 0x00, 0x74, 0x85, 0x00, 0x74, 0xCA, 0x00, 0x3F, 0x1B, 0x00, 0x75, 0x24,
+ 0x02, 0x4C, 0x36, 0x00, 0x75, 0x3E, 0x02, 0x4C, 0x92, 0x00, 0x75, 0x70,
+ 0x02, 0x21, 0x9F, 0x00, 0x76, 0x10, 0x02, 0x4F, 0xA1, 0x02, 0x4F, 0xB8,
+ 0x02, 0x50, 0x44, 0x00, 0x3F, 0xFC, 0x00, 0x40, 0x08, 0x00, 0x76, 0xF4,
+ 0x02, 0x50, 0xF3, 0x02, 0x50, 0xF2, 0x02, 0x51, 0x19, 0x02, 0x51, 0x33,
+ 0x00, 0x77, 0x1E, 0x00, 0x77, 0x1F, 0x00, 0x77, 0x1F, 0x00, 0x77, 0x4A,
+ 0x00, 0x40, 0x39, 0x00, 0x77, 0x8B, 0x00, 0x40, 0x46, 0x00, 0x40, 0x96,
+ 0x02, 0x54, 0x1D, 0x00, 0x78, 0x4E, 0x00, 0x78, 0x8C, 0x00, 0x78, 0xCC,
+ 0x00, 0x40, 0xE3, 0x02, 0x56, 0x26, 0x00, 0x79, 0x56, 0x02, 0x56, 0x9A,
+ 0x02, 0x56, 0xC5, 0x00, 0x79, 0x8F, 0x00, 0x79, 0xEB, 0x00, 0x41, 0x2F,
+ 0x00, 0x7A, 0x40, 0x00, 0x7A, 0x4A, 0x00, 0x7A, 0x4F, 0x02, 0x59, 0x7C,
+ 0x02, 0x5A, 0xA7, 0x02, 0x5A, 0xA7, 0x00, 0x7A, 0xEE, 0x00, 0x42, 0x02,
+ 0x02, 0x5B, 0xAB, 0x00, 0x7B, 0xC6, 0x00, 0x7B, 0xC9, 0x00, 0x42, 0x27,
+ 0x02, 0x5C, 0x80, 0x00, 0x7C, 0xD2, 0x00, 0x42, 0xA0, 0x00, 0x7C, 0xE8,
+ 0x00, 0x7C, 0xE3, 0x00, 0x7D, 0x00, 0x02, 0x5F, 0x86, 0x00, 0x7D, 0x63,
+ 0x00, 0x43, 0x01, 0x00, 0x7D, 0xC7, 0x00, 0x7E, 0x02, 0x00, 0x7E, 0x45,
+ 0x00, 0x43, 0x34, 0x02, 0x62, 0x28, 0x02, 0x62, 0x47, 0x00, 0x43, 0x59,
+ 0x02, 0x62, 0xD9, 0x00, 0x7F, 0x7A, 0x02, 0x63, 0x3E, 0x00, 0x7F, 0x95,
+ 0x00, 0x7F, 0xFA, 0x00, 0x80, 0x05, 0x02, 0x64, 0xDA, 0x02, 0x65, 0x23,
+ 0x00, 0x80, 0x60, 0x02, 0x65, 0xA8, 0x00, 0x80, 0x70, 0x02, 0x33, 0x5F,
+ 0x00, 0x43, 0xD5, 0x00, 0x80, 0xB2, 0x00, 0x81, 0x03, 0x00, 0x44, 0x0B,
+ 0x00, 0x81, 0x3E, 0x00, 0x5A, 0xB5, 0x02, 0x67, 0xA7, 0x02, 0x67, 0xB5,
+ 0x02, 0x33, 0x93, 0x02, 0x33, 0x9C, 0x00, 0x82, 0x01, 0x00, 0x82, 0x04,
+ 0x00, 0x8F, 0x9E, 0x00, 0x44, 0x6B, 0x00, 0x82, 0x91, 0x00, 0x82, 0x8B,
+ 0x00, 0x82, 0x9D, 0x00, 0x52, 0xB3, 0x00, 0x82, 0xB1, 0x00, 0x82, 0xB3,
+ 0x00, 0x82, 0xBD, 0x00, 0x82, 0xE6, 0x02, 0x6B, 0x3C, 0x00, 0x82, 0xE5,
+ 0x00, 0x83, 0x1D, 0x00, 0x83, 0x63, 0x00, 0x83, 0xAD, 0x00, 0x83, 0x23,
+ 0x00, 0x83, 0xBD, 0x00, 0x83, 0xE7, 0x00, 0x84, 0x57, 0x00, 0x83, 0x53,
+ 0x00, 0x83, 0xCA, 0x00, 0x83, 0xCC, 0x00, 0x83, 0xDC, 0x02, 0x6C, 0x36,
+ 0x02, 0x6D, 0x6B, 0x02, 0x6C, 0xD5, 0x00, 0x45, 0x2B, 0x00, 0x84, 0xF1,
+ 0x00, 0x84, 0xF3, 0x00, 0x85, 0x16, 0x02, 0x73, 0xCA, 0x00, 0x85, 0x64,
+ 0x02, 0x6F, 0x2C, 0x00, 0x45, 0x5D, 0x00, 0x45, 0x61, 0x02, 0x6F, 0xB1,
+ 0x02, 0x70, 0xD2, 0x00, 0x45, 0x6B, 0x00, 0x86, 0x50, 0x00, 0x86, 0x5C,
+ 0x00, 0x86, 0x67, 0x00, 0x86, 0x69, 0x00, 0x86, 0xA9, 0x00, 0x86, 0x88,
+ 0x00, 0x87, 0x0E, 0x00, 0x86, 0xE2, 0x00, 0x87, 0x79, 0x00, 0x87, 0x28,
+ 0x00, 0x87, 0x6B, 0x00, 0x87, 0x86, 0x00, 0x45, 0xD7, 0x00, 0x87, 0xE1,
+ 0x00, 0x88, 0x01, 0x00, 0x45, 0xF9, 0x00, 0x88, 0x60, 0x00, 0x88, 0x63,
+ 0x02, 0x76, 0x67, 0x00, 0x88, 0xD7, 0x00, 0x88, 0xDE, 0x00, 0x46, 0x35,
+ 0x00, 0x88, 0xFA, 0x00, 0x34, 0xBB, 0x02, 0x78, 0xAE, 0x02, 0x79, 0x66,
+ 0x00, 0x46, 0xBE, 0x00, 0x46, 0xC7, 0x00, 0x8A, 0xA0, 0x00, 0x8A, 0xED,
+ 0x00, 0x8B, 0x8A, 0x00, 0x8C, 0x55, 0x02, 0x7C, 0xA8, 0x00, 0x8C, 0xAB,
+ 0x00, 0x8C, 0xC1, 0x00, 0x8D, 0x1B, 0x00, 0x8D, 0x77, 0x02, 0x7F, 0x2F,
+ 0x02, 0x08, 0x04, 0x00, 0x8D, 0xCB, 0x00, 0x8D, 0xBC, 0x00, 0x8D, 0xF0,
+ 0x02, 0x08, 0xDE, 0x00, 0x8E, 0xD4, 0x00, 0x8F, 0x38, 0x02, 0x85, 0xD2,
+ 0x02, 0x85, 0xED, 0x00, 0x90, 0x94, 0x00, 0x90, 0xF1, 0x00, 0x91, 0x11,
+ 0x02, 0x87, 0x2E, 0x00, 0x91, 0x1B, 0x00, 0x92, 0x38, 0x00, 0x92, 0xD7,
+ 0x00, 0x92, 0xD8, 0x00, 0x92, 0x7C, 0x00, 0x93, 0xF9, 0x00, 0x94, 0x15,
+ 0x02, 0x8B, 0xFA, 0x00, 0x95, 0x8B, 0x00, 0x49, 0x95, 0x00, 0x95, 0xB7,
+ 0x02, 0x8D, 0x77, 0x00, 0x49, 0xE6, 0x00, 0x96, 0xC3, 0x00, 0x5D, 0xB2,
+ 0x00, 0x97, 0x23, 0x02, 0x91, 0x45, 0x02, 0x92, 0x1A, 0x00, 0x4A, 0x6E,
+ 0x00, 0x4A, 0x76, 0x00, 0x97, 0xE0, 0x02, 0x94, 0x0A, 0x00, 0x4A, 0xB2,
+ 0x02, 0x94, 0x96, 0x00, 0x98, 0x0B, 0x00, 0x98, 0x0B, 0x00, 0x98, 0x29,
+ 0x02, 0x95, 0xB6, 0x00, 0x98, 0xE2, 0x00, 0x4B, 0x33, 0x00, 0x99, 0x29,
+ 0x00, 0x99, 0xA7, 0x00, 0x99, 0xC2, 0x00, 0x99, 0xFE, 0x00, 0x4B, 0xCE,
+ 0x02, 0x9B, 0x30, 0x00, 0x9B, 0x12, 0x00, 0x9C, 0x40, 0x00, 0x9C, 0xFD,
+ 0x00, 0x4C, 0xCE, 0x00, 0x4C, 0xED, 0x00, 0x9D, 0x67, 0x02, 0xA0, 0xCE,
+ 0x00, 0x4C, 0xF8, 0x02, 0xA1, 0x05, 0x02, 0xA2, 0x0E, 0x02, 0xA2, 0x91,
+ 0x00, 0x9E, 0xBB, 0x00, 0x4D, 0x56, 0x00, 0x9E, 0xF9, 0x00, 0x9E, 0xFE,
+ 0x00, 0x9F, 0x05, 0x00, 0x9F, 0x0F, 0x00, 0x9F, 0x16, 0x00, 0x9F, 0x3B,
+ 0x02, 0xA6, 0x00
};
const decomp_index_table_t gl_uninorm_decomp_index_table =
@@ -3295,78 +3296,78 @@ const decomp_index_table_t gl_uninorm_decomp_index_table =
40694, 40695, 40696, 40697, 40698, 40699, 40700, 40701,
40702, 40703, 40704, 40705, 40706, 40707, 40708, 40709,
40710, 40711, 40712, 40713, 40714, 40715, 40716, 40717,
- 40718, 40719, 40720, -1, -1, -1, -1, -1,
- 40721, 40724, 40727, 40730, 40733, 40736, 40739, 40742,
- 40745, -1, -1, -1, -1, -1, -1, -1,
- 40748, 40749, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1,
- 7982, 7983, 7984, 7985, 7986, 7987, 7988, 7989,
- 7990, 7991, 7992, 7993, 7994, 7995, 7996, 7997,
- 7998, 7999, 8000, 8001, 8002, 8003, 8004, 8005,
- 8006, 8007, 8008, 8009, 8010, 8011, 8012, 8013,
- 8014, 8015, 8016, 8017, 8018, 8019, 8020, 8021,
- 8022, 8023, 8024, 8025, 8026, 8027, 8028, 8029,
- 8030, 8031, 8032, 8033, 8034, 8035, 8036, 8037,
- 8038, 8039, 8040, 8041, 8042, 8043, 8044, 8045,
- 8046, 8047, 8048, 8049, 8050, 8051, 8052, 8053,
- 8054, 8055, 8056, 8057, 8058, 8059, 8060, 8061,
- 8062, 8063, 8064, 8065, 8066, 8067, 8068, 8069,
- 8070, 8071, 8072, 8073, 8074, 8075, 8076, 8077,
- 8078, 8079, 8080, 8081, 8082, 8083, 8084, 8085,
- 8086, 8087, 8088, 8089, 8090, 8091, 8092, 8093,
- 8094, 8095, 8096, 8097, 8098, 8099, 8100, 8101,
- 8102, 8103, 8104, 8105, 8106, 8107, 8108, 8109,
- 8110, 8111, 8112, 8113, 8114, 8115, 8116, 8117,
- 8118, 8119, 8120, 8121, 8122, 8123, 8124, 8125,
- 8126, 8127, 8128, 8129, 8130, 8131, 8132, 8133,
- 8134, 8135, 8136, 8137, 8138, 8139, 8140, 8141,
- 8142, 8143, 8144, 8145, 8146, 8147, 8148, 8149,
- 8150, 8151, 8152, 8153, 8154, 8155, 8156, 8157,
- 8158, 8159, 8160, 8161, 8162, 8163, 8164, 8165,
- 8166, 8167, 8168, 8169, 8170, 8171, 8172, 8173,
- 8174, 8175, 8176, 8177, 8178, 8179, 8180, 8181,
- 8182, 8183, 8184, 8185, 8186, 8187, 8188, 8189,
- 8190, 8191, 8192, 8193, 8194, 8195, 8196, 8197,
- 8198, 8199, 8200, 8201, 8202, 8203, 8204, 8205,
- 8206, 8207, 8208, 8209, 8210, 8211, 8212, 8213,
- 8214, 8215, 8216, 8217, 8218, 8219, 8220, 8221,
- 8222, 8223, 8224, 8225, 8226, 8227, 8228, 8229,
- 8230, 8231, 8232, 8233, 8234, 8235, 8236, 8237,
- 8238, 8239, 8240, 8241, 8242, 8243, 8244, 8245,
- 8246, 8247, 8248, 8249, 8250, 8251, 8252, 8253,
- 8254, 8255, 8256, 8257, 8258, 8259, 8260, 8261,
- 8262, 8263, 8264, 8265, 8266, 8267, 8268, 8269,
- 8270, 8271, 8272, 8273, 8274, 8275, 8276, 8277,
- 8278, 8279, 8280, 8281, 8282, 8283, 8284, 8285,
- 8286, 8287, 8288, 8289, 8290, 8291, 8292, 8293,
- 8294, 8295, 8296, 8297, 8298, 8299, 8300, 8301,
- 8302, 8303, 8304, 8305, 8306, 8307, 8308, 8309,
- 8310, 8311, 8312, 8313, 8314, 8315, 8316, 8317,
- 8318, 8319, 8320, 8321, 8322, 8323, 8324, 8325,
- 8326, 8327, 8328, 8329, 8330, 8331, 8332, 8333,
- 8334, 8335, 8336, 8337, 8338, 8339, 8340, 8341,
- 8342, 8343, 8344, 8345, 8346, 8347, 8348, 8349,
- 8350, 8351, 8352, 8353, 8354, 8355, 8356, 8357,
- 8358, 8359, 8360, 8361, 8362, 8363, 8364, 8365,
- 8366, 8367, 8368, 8369, 8370, 8371, 8372, 8373,
- 8374, 8375, 8376, 8377, 8378, 8379, 8380, 8381,
- 8382, 8383, 8384, 8385, 8386, 8387, 8388, 8389,
- 8390, 8391, 8392, 8393, 8394, 8395, 8396, 8397,
- 8398, 8399, 8400, 8401, 8402, 8403, 8404, 8405,
- 8406, 8407, 8408, 8409, 8410, 8411, 8412, 8413,
- 8414, 8415, 8416, 8417, 8418, 8419, 8420, 8421,
- 8422, 8423, 8424, 8425, 8426, 8427, 8428, 8429,
- 8430, 8431, 8432, 8433, 8434, 8435, 8436, 8437,
- 8438, 8439, 8440, 8441, 8442, 8443, 8444, 8445,
- 8446, 8447, 8448, 8449, 8450, 8451, 8452, 8453,
- 8454, 8455, 8456, 8457, 8458, 8459, 8460, 8461,
- 8462, 8463, 8464, 8465, 8466, 8467, 8468, 8469,
- 8470, 8471, 8472, 8473, 8474, 8475, 8476, 8477,
- 8478, 8479, 8480, 8481, 8482, 8483, 8484, 8485,
- 8486, 8487, 8488, 8489, 8490, 8491, 8492, 8493,
- 8494, 8495, 8496, 8497, 8498, 8499, 8500, 8501,
- 8502, 8503, 8504, 8505, 8506, 8507, 8508, 8509,
- 8510, 8511, 8512, 8513, 8514, 8515, 8516, 8517,
- 8518, 8519, 8520, 8521, 8522, 8523, -1, -1
+ 40718, 40719, 40720, 40721, -1, -1, -1, -1,
+ 40722, 40725, 40728, 40731, 40734, 40737, 40740, 40743,
+ 40746, -1, -1, -1, -1, -1, -1, -1,
+ 40749, 40750, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1,
+ 7983, 7984, 7985, 7986, 7987, 7988, 7989, 7990,
+ 7991, 7992, 7993, 7994, 7995, 7996, 7997, 7998,
+ 7999, 8000, 8001, 8002, 8003, 8004, 8005, 8006,
+ 8007, 8008, 8009, 8010, 8011, 8012, 8013, 8014,
+ 8015, 8016, 8017, 8018, 8019, 8020, 8021, 8022,
+ 8023, 8024, 8025, 8026, 8027, 8028, 8029, 8030,
+ 8031, 8032, 8033, 8034, 8035, 8036, 8037, 8038,
+ 8039, 8040, 8041, 8042, 8043, 8044, 8045, 8046,
+ 8047, 8048, 8049, 8050, 8051, 8052, 8053, 8054,
+ 8055, 8056, 8057, 8058, 8059, 8060, 8061, 8062,
+ 8063, 8064, 8065, 8066, 8067, 8068, 8069, 8070,
+ 8071, 8072, 8073, 8074, 8075, 8076, 8077, 8078,
+ 8079, 8080, 8081, 8082, 8083, 8084, 8085, 8086,
+ 8087, 8088, 8089, 8090, 8091, 8092, 8093, 8094,
+ 8095, 8096, 8097, 8098, 8099, 8100, 8101, 8102,
+ 8103, 8104, 8105, 8106, 8107, 8108, 8109, 8110,
+ 8111, 8112, 8113, 8114, 8115, 8116, 8117, 8118,
+ 8119, 8120, 8121, 8122, 8123, 8124, 8125, 8126,
+ 8127, 8128, 8129, 8130, 8131, 8132, 8133, 8134,
+ 8135, 8136, 8137, 8138, 8139, 8140, 8141, 8142,
+ 8143, 8144, 8145, 8146, 8147, 8148, 8149, 8150,
+ 8151, 8152, 8153, 8154, 8155, 8156, 8157, 8158,
+ 8159, 8160, 8161, 8162, 8163, 8164, 8165, 8166,
+ 8167, 8168, 8169, 8170, 8171, 8172, 8173, 8174,
+ 8175, 8176, 8177, 8178, 8179, 8180, 8181, 8182,
+ 8183, 8184, 8185, 8186, 8187, 8188, 8189, 8190,
+ 8191, 8192, 8193, 8194, 8195, 8196, 8197, 8198,
+ 8199, 8200, 8201, 8202, 8203, 8204, 8205, 8206,
+ 8207, 8208, 8209, 8210, 8211, 8212, 8213, 8214,
+ 8215, 8216, 8217, 8218, 8219, 8220, 8221, 8222,
+ 8223, 8224, 8225, 8226, 8227, 8228, 8229, 8230,
+ 8231, 8232, 8233, 8234, 8235, 8236, 8237, 8238,
+ 8239, 8240, 8241, 8242, 8243, 8244, 8245, 8246,
+ 8247, 8248, 8249, 8250, 8251, 8252, 8253, 8254,
+ 8255, 8256, 8257, 8258, 8259, 8260, 8261, 8262,
+ 8263, 8264, 8265, 8266, 8267, 8268, 8269, 8270,
+ 8271, 8272, 8273, 8274, 8275, 8276, 8277, 8278,
+ 8279, 8280, 8281, 8282, 8283, 8284, 8285, 8286,
+ 8287, 8288, 8289, 8290, 8291, 8292, 8293, 8294,
+ 8295, 8296, 8297, 8298, 8299, 8300, 8301, 8302,
+ 8303, 8304, 8305, 8306, 8307, 8308, 8309, 8310,
+ 8311, 8312, 8313, 8314, 8315, 8316, 8317, 8318,
+ 8319, 8320, 8321, 8322, 8323, 8324, 8325, 8326,
+ 8327, 8328, 8329, 8330, 8331, 8332, 8333, 8334,
+ 8335, 8336, 8337, 8338, 8339, 8340, 8341, 8342,
+ 8343, 8344, 8345, 8346, 8347, 8348, 8349, 8350,
+ 8351, 8352, 8353, 8354, 8355, 8356, 8357, 8358,
+ 8359, 8360, 8361, 8362, 8363, 8364, 8365, 8366,
+ 8367, 8368, 8369, 8370, 8371, 8372, 8373, 8374,
+ 8375, 8376, 8377, 8378, 8379, 8380, 8381, 8382,
+ 8383, 8384, 8385, 8386, 8387, 8388, 8389, 8390,
+ 8391, 8392, 8393, 8394, 8395, 8396, 8397, 8398,
+ 8399, 8400, 8401, 8402, 8403, 8404, 8405, 8406,
+ 8407, 8408, 8409, 8410, 8411, 8412, 8413, 8414,
+ 8415, 8416, 8417, 8418, 8419, 8420, 8421, 8422,
+ 8423, 8424, 8425, 8426, 8427, 8428, 8429, 8430,
+ 8431, 8432, 8433, 8434, 8435, 8436, 8437, 8438,
+ 8439, 8440, 8441, 8442, 8443, 8444, 8445, 8446,
+ 8447, 8448, 8449, 8450, 8451, 8452, 8453, 8454,
+ 8455, 8456, 8457, 8458, 8459, 8460, 8461, 8462,
+ 8463, 8464, 8465, 8466, 8467, 8468, 8469, 8470,
+ 8471, 8472, 8473, 8474, 8475, 8476, 8477, 8478,
+ 8479, 8480, 8481, 8482, 8483, 8484, 8485, 8486,
+ 8487, 8488, 8489, 8490, 8491, 8492, 8493, 8494,
+ 8495, 8496, 8497, 8498, 8499, 8500, 8501, 8502,
+ 8503, 8504, 8505, 8506, 8507, 8508, 8509, 8510,
+ 8511, 8512, 8513, 8514, 8515, 8516, 8517, 8518,
+ 8519, 8520, 8521, 8522, 8523, 8524, -1, -1
}
};
diff --git a/lib/uninorm/decomposition.c b/lib/uninorm/decomposition.c
index a564632..a84ff01 100644
--- a/lib/uninorm/decomposition.c
+++ b/lib/uninorm/decomposition.c
@@ -1,5 +1,5 @@
/* Decomposition of Unicode characters.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/nfc.c b/lib/uninorm/nfc.c
index 43afd7c..4e7a698 100644
--- a/lib/uninorm/nfc.c
+++ b/lib/uninorm/nfc.c
@@ -1,5 +1,5 @@
/* Unicode Normalization Form C.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/nfd.c b/lib/uninorm/nfd.c
index 6d8d5c4..d43a835 100644
--- a/lib/uninorm/nfd.c
+++ b/lib/uninorm/nfd.c
@@ -1,5 +1,5 @@
/* Unicode Normalization Form D.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/nfkc.c b/lib/uninorm/nfkc.c
index 41c4e0c..d4f3200 100644
--- a/lib/uninorm/nfkc.c
+++ b/lib/uninorm/nfkc.c
@@ -1,5 +1,5 @@
/* Unicode Normalization Form KC.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/nfkd.c b/lib/uninorm/nfkd.c
index b3c6769..f0e681c 100644
--- a/lib/uninorm/nfkd.c
+++ b/lib/uninorm/nfkd.c
@@ -1,5 +1,5 @@
/* Unicode Normalization Form KD.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/normalize-internal.h b/lib/uninorm/normalize-internal.h
index 48c4925..f71988a 100644
--- a/lib/uninorm/normalize-internal.h
+++ b/lib/uninorm/normalize-internal.h
@@ -1,5 +1,5 @@
/* Normalization of Unicode strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include "unitypes.h"
diff --git a/lib/uninorm/u-normalize-internal.h b/lib/uninorm/u-normalize-internal.h
index 1feaeaf..2862e51 100644
--- a/lib/uninorm/u-normalize-internal.h
+++ b/lib/uninorm/u-normalize-internal.h
@@ -1,5 +1,5 @@
/* Decomposition and composition of Unicode strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
UNIT *
FUNC (uninorm_t nf, const UNIT *s, size_t n,
diff --git a/lib/uninorm/u-normcmp.h b/lib/uninorm/u-normcmp.h
index 5c8cdf1..53a0af1 100644
--- a/lib/uninorm/u-normcmp.h
+++ b/lib/uninorm/u-normcmp.h
@@ -1,5 +1,5 @@
/* Normalization insensitive comparison of Unicode strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
int
FUNC (const UNIT *s1, size_t n1, const UNIT *s2, size_t n2,
diff --git a/lib/uninorm/u-normcoll.h b/lib/uninorm/u-normcoll.h
index dd6b1b9..f68a8ad 100644
--- a/lib/uninorm/u-normcoll.h
+++ b/lib/uninorm/u-normcoll.h
@@ -1,5 +1,5 @@
/* Locale dependent, normalization insensitive comparison of Unicode strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
int
FUNC (const UNIT *s1, size_t n1, const UNIT *s2, size_t n2,
diff --git a/lib/uninorm/u-normxfrm.h b/lib/uninorm/u-normxfrm.h
index 1ece64a..3f79fc1 100644
--- a/lib/uninorm/u-normxfrm.h
+++ b/lib/uninorm/u-normxfrm.h
@@ -1,5 +1,5 @@
/* Locale dependent transformation for comparison of Unicode strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
char *
FUNC (const UNIT *s, size_t n, uninorm_t nf,
diff --git a/lib/uninorm/u16-normalize.c b/lib/uninorm/u16-normalize.c
index 4e1d78a..2c57b09 100644
--- a/lib/uninorm/u16-normalize.c
+++ b/lib/uninorm/u16-normalize.c
@@ -1,5 +1,5 @@
/* Normalization of UTF-16 strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/u16-normcmp.c b/lib/uninorm/u16-normcmp.c
index 1e67d5f..bfaa792 100644
--- a/lib/uninorm/u16-normcmp.c
+++ b/lib/uninorm/u16-normcmp.c
@@ -1,5 +1,5 @@
/* Normalization insensitive comparison of UTF-16 strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/u16-normcoll.c b/lib/uninorm/u16-normcoll.c
index 983a538..4a49f92 100644
--- a/lib/uninorm/u16-normcoll.c
+++ b/lib/uninorm/u16-normcoll.c
@@ -1,5 +1,5 @@
/* Locale dependent, normalization insensitive comparison of UTF-16 strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/u16-normxfrm.c b/lib/uninorm/u16-normxfrm.c
index dfc770a..b2baf47 100644
--- a/lib/uninorm/u16-normxfrm.c
+++ b/lib/uninorm/u16-normxfrm.c
@@ -1,5 +1,5 @@
/* Locale dependent transformation for comparison of UTF-16 strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/u32-normalize.c b/lib/uninorm/u32-normalize.c
index 9d7aff2..51d5815 100644
--- a/lib/uninorm/u32-normalize.c
+++ b/lib/uninorm/u32-normalize.c
@@ -1,5 +1,5 @@
/* Normalization of UTF-32 strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/u32-normcmp.c b/lib/uninorm/u32-normcmp.c
index 674880f..0a388ec 100644
--- a/lib/uninorm/u32-normcmp.c
+++ b/lib/uninorm/u32-normcmp.c
@@ -1,5 +1,5 @@
/* Normalization insensitive comparison of UTF-32 strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/u32-normcoll.c b/lib/uninorm/u32-normcoll.c
index 2f47c41..2a6ef11 100644
--- a/lib/uninorm/u32-normcoll.c
+++ b/lib/uninorm/u32-normcoll.c
@@ -1,5 +1,5 @@
/* Locale dependent, normalization insensitive comparison of UTF-32 strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/u32-normxfrm.c b/lib/uninorm/u32-normxfrm.c
index 1bcfae1..54c2311 100644
--- a/lib/uninorm/u32-normxfrm.c
+++ b/lib/uninorm/u32-normxfrm.c
@@ -1,5 +1,5 @@
/* Locale dependent transformation for comparison of UTF-32 strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/u8-normalize.c b/lib/uninorm/u8-normalize.c
index eeceaf4..c24ce07 100644
--- a/lib/uninorm/u8-normalize.c
+++ b/lib/uninorm/u8-normalize.c
@@ -1,5 +1,5 @@
/* Normalization of UTF-8 strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/u8-normcmp.c b/lib/uninorm/u8-normcmp.c
index 5389cfa..8f3f730 100644
--- a/lib/uninorm/u8-normcmp.c
+++ b/lib/uninorm/u8-normcmp.c
@@ -1,5 +1,5 @@
/* Normalization insensitive comparison of UTF-8 strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/u8-normcoll.c b/lib/uninorm/u8-normcoll.c
index fc6ceea..223ea1c 100644
--- a/lib/uninorm/u8-normcoll.c
+++ b/lib/uninorm/u8-normcoll.c
@@ -1,5 +1,5 @@
/* Locale dependent, normalization insensitive comparison of UTF-8 strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/u8-normxfrm.c b/lib/uninorm/u8-normxfrm.c
index ecc45a5..16c815b 100644
--- a/lib/uninorm/u8-normxfrm.c
+++ b/lib/uninorm/u8-normxfrm.c
@@ -1,5 +1,5 @@
/* Locale dependent transformation for comparison of UTF-8 strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/lib/uninorm/uninorm-filter.c b/lib/uninorm/uninorm-filter.c
index c6db051..f29dece 100644
--- a/lib/uninorm/uninorm-filter.c
+++ b/lib/uninorm/uninorm-filter.c
@@ -1,5 +1,5 @@
/* Stream-based normalization of Unicode strings.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or
@@ -22,7 +22,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
@@ -140,7 +140,7 @@ uninorm_filter_write (struct uninorm_filter *filter, ucs4_t uc_arg)
{
/* Cache sortbuf and sortbuf_count in local register variables. */
- struct ucs4_with_ccc * const sortbuf = filter->sortbuf;
+ struct ucs4_with_ccc *sortbuf = filter->sortbuf;
size_t sortbuf_count = filter->sortbuf_count;
int i;
@@ -261,9 +261,11 @@ uninorm_filter_write (struct uninorm_filter *filter, ucs4_t uc_arg)
if (filter->sortbuf != filter->sortbuf_preallocated)
free (filter->sortbuf);
filter->sortbuf = new_sortbuf;
+ /* Update cache of filter->sortbuf. */
+ sortbuf = filter->sortbuf;
}
- filter->sortbuf[sortbuf_count].code = uc;
- filter->sortbuf[sortbuf_count].ccc = ccc;
+ sortbuf[sortbuf_count].code = uc;
+ sortbuf[sortbuf_count].ccc = ccc;
sortbuf_count++;
}