digraphs: prefer xorg path over parameter
[sheet.git] / charset.plp
index 6577f4c4521f7b3b7a7cb337e5975f60dbb5c234..402d8398067851939d1eb7b8fbcb1b2e0faf68be 100644 (file)
@@ -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);