X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/675221b52b08ff40fa91f38fe2eae05a4ef155bc..bac74b5934f22cc3d0e971d26fe0275f7f5db7b3:/chars.plp diff --git a/chars.plp b/chars.plp index ebfdc6b..a637eae 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 '], @@ -10,7 +10,6 @@ Html({ data => [qw( unicode-cover.inc.pl ttfsupport unicode-char.inc.pl )], }); -use 5.010; use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; @@ -89,7 +88,7 @@ for (map { split /[^\d-]/ } $query) { # output character list say '
'; -print ''; +print '
'; print '' x 3; print "" for 2, map { scalar @{ $groupinfo->{os}->{$_} } } @ossel;