X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2d5b9e1f36bd86e3e7b862f40a9ed3e78325f45a..cf5aaee63c5aa7eeae7e2e136e58e156841616a9:/charset.plp diff --git a/charset.plp b/charset.plp index e9f097d..c924d5e 100644 --- a/charset.plp +++ b/charset.plp @@ -5,7 +5,7 @@ my @tablist = split m{/+}, $Request || 'default'; Html({ title => 'charset cheat sheet', - version => '1.1', + version => '1.2', description => [ "Reference sheet with all glyphs in common character encoding tables,", "and an overview of Unicode ranges and UTF-8 bytes.", @@ -347,8 +347,8 @@ for my $row (@request) { $visible->{$glyph}++; } - say sprintf $class ? '%s' : '', - $name, $class, $cell; + print '%s', $class, $cell) : '>'; } continue { $offset += $colsize;