charset: unicode block allocations for plane 1
[sheet.git] / charset.plp
index 26b58e4af9bbcf2baca42b180a89fcb734247c63..98a7345b28d072bf254a9ac37f82af7d85812c7a 100644 (file)
@@ -64,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';
                        }