X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/130c94fc7747fd586b677f48fbabd2ecf10297c5..afb59e8b70e543ead8f26ab4701403404e4b15ea:/charset.plp diff --git a/charset.plp b/charset.plp index 6577f4c..402d839 100644 --- a/charset.plp +++ b/charset.plp @@ -2,7 +2,7 @@ Html({ title => 'charset cheat sheet', - version => 'v1.0', + version => '1.0', description => [ "Reference sheet with all glyphs in common character encoding tables,", "and an overview of Unicode ranges and UTF-8 bytes.", @@ -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);