X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/56786a220fd951f5e6dabb21ef70be1dd3b80389..v1.6-183-gfc33639e32:/charset.plp diff --git a/charset.plp b/charset.plp index d6d853e..98a7345 100644 --- a/charset.plp +++ b/charset.plp @@ -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'; }