X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/44b795fc01b6362156d4be10012d34a22b02bfed..2fb0fb7012a25b6847ca8187e215da735eb186bf:/font.plp diff --git a/font.plp b/font.plp index 98fff40..5e81234 100644 --- a/font.plp +++ b/font.plp @@ -50,7 +50,9 @@ my @rows = ( 'table/punctuation', 'block/Dingbats', 'table/symbols', + 'category/Sc', # currency 'table/math', + 'category/Sm', # mathematical 'table/arrows/single', 'table/lines/single', 'table/block', @@ -58,7 +60,7 @@ my @rows = ( 'table/html', ); -for my $group ($ENV{PATH_INFO} || ()) { +if (my $group = $ENV{PATH_INFO}) { $group =~ s{^/}{}; my $grouprows = $cover->{$group} or die "Unknown character category $_\n";