charset: unicode block allocations for plane 1
[sheet.git] / charset.plp
index d6d853e9176566a9a799f930d76276f75cbaff7d..98a7345b28d072bf254a9ac37f82af7d85812c7a 100644 (file)
@@ -12,6 +12,7 @@ Html({
                reference common overview table
        '],
        stylesheet => [qw'light'],
+       data => [qw'charset-unicode.inc.pl charset-utf8.inc.pl'],
 });
 
 :>
@@ -63,7 +64,7 @@ my @request = map {
                }
                elsif ($row{set} = resolve_alias($input)) {
                        if ($row{set} eq 'Internal') {
-                               $row{table} = ' ' x ($endpoint < 255 ? 640 : 4096);
+                               $row{table} = ' ' x ($endpoint < 255 ? 640 : 8192);
                                $row{set} = 'Unicode BMP';
                                $row{cell} = do 'charset-unicode.inc.pl';
                        }