X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/13f64783b1e5ed763a85912e7129d58791de8340..81aefba6ac586eccbe18b4e90efc175e34fff5ad:/chars.plp diff --git a/chars.plp b/chars.plp index 775674e..943bf8c 100644 --- a/chars.plp +++ b/chars.plp @@ -2,7 +2,7 @@ Html({ title => 'character support sheet', - version => 'v1.0', + version => '1.0', keywords => [qw' unicode glyph char character reference common ipa symbol sign mark table digraph '], @@ -104,8 +104,10 @@ print ''; print 'unicode'; print 'name'; print 'dihtml'; -printf '%s', $font{$_}->{-name}, $font{$_}->{-abbr} - for @fontlist; +printf('%s', map { EscapeHTML($_) } + join("\n", $font{$_}->{-name}, $font{$_}->{-description}), + $font{$_}->{-abbr}, +) for @fontlist; say ''; for my $chr (@chars) {