X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/aeb47e7600bf4e34a37f3ebfe0e6edc534d92147..02b8f6f8e9a2e820a81bfd09254a7875928282b1:/font.plp diff --git a/font.plp b/font.plp index e64e204..5315764 100644 --- a/font.plp +++ b/font.plp @@ -1,8 +1,10 @@ <(common.inc.plp)><: use 5.014; +my $font = $ENV{PATH_INFO} =~ s{^/}{}r; + Html({ - title => 'character support sheet', + title => 'font coverage '.($font ? "for $font" : 'sheet'), version => 'v1.2', keywords => [qw( unicode font glyph char character support overview cover coverage @@ -12,7 +14,7 @@ Html({ data => [qw( unicode-cover.inc.pl )], }); -if (my $font = $ENV{PATH_INFO} =~ s{^/}{}r) { +if ($font) { my ($fontmeta, @cover) = do "ttfsupport/$font.inc.pl"; $fontmeta or die "Unknown font $font\n";