X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/8f53b03a6246809e8290984b5e5c386daa26c2a0..HEAD:/font.plp diff --git a/font.plp b/font.plp index 7019573..d69903e 100644 --- a/font.plp +++ b/font.plp @@ -9,7 +9,6 @@ Html({ unicode font glyph char character support overview cover coverage script block symbol sign mark reference table )], - stylesheet => [qw( light dark mono circus red )], data => [qw( data/unicode-cover.inc.pl )], }); @@ -109,13 +108,13 @@ EOT say "$_" for join(' ', grep {$_} $offset > $pagerows && sprintf('◄', $offsetlink, 0), $offset > 0 && sprintf( - '', + '◅', $offsetlink, $offset - $pagerows, ), sprintf('U+%04X', $map ? $map->[$offset] : $offset), Unicode::UCD::charblock($map ? $map->[$offset] : $offset), $offset + $pagerows < ($map ? @{$map} : 0x11_0000) && sprintf( - '', + '▻', $offsetlink, $offset + $pagerows, ), );