Updated for Unicode 3.2.
Added ISO8859-16 codepage.
diff --git a/unicode/cptable.c b/unicode/cptable.c
index 4a2d7e4..4ccb459 100644
--- a/unicode/cptable.c
+++ b/unicode/cptable.c
@@ -82,8 +82,9 @@
extern union cptable cptable_28603;
extern union cptable cptable_28604;
extern union cptable cptable_28605;
+extern union cptable cptable_28606;
-static const union cptable * const cptables[58] =
+static const union cptable * const cptables[59] =
{
&cptable_037,
&cptable_042,
@@ -143,6 +144,7 @@
&cptable_28603,
&cptable_28604,
&cptable_28605,
+ &cptable_28606,
};
/* ### cpmap end ### */
/* Everything above this line is generated automatically by cpmap.pl */