X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d8178b96ab4dd98a9694bfbf87abbac478b6ff29..decdb5c11736742c759fbec9c50e1d54462d25a5:/charset.plp diff --git a/charset.plp b/charset.plp index 6577f4c..3dd7b44 100644 --- a/charset.plp +++ b/charset.plp @@ -60,7 +60,7 @@ my @request = map { $row{set} = sprintf 'Unicode block U+%02Xxx', $start >> 8; } elsif ($input eq 'U') { - $row{table} = ' ' x 512; + $row{table} = ' ' x 1024; $row{set} = 'Unicode planes'; $row{cell} = do 'charset-ucplanes.inc.pl'; @nibble = (map { $_.0, $_.8 } 0 .. 7);