From: Mischa POSLAWSKY Date: Wed, 5 Apr 2017 13:52:30 +0000 (+0200) Subject: latin: link to alphabet on chars page X-Git-Tag: v1.10~246 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/741b4dc4751773841d6b586cd791da8f1a69d058 latin: link to alphabet on chars page --- diff --git a/latin.plp b/latin.plp index 9d9cadf..1c2e229 100644 --- a/latin.plp +++ b/latin.plp @@ -86,7 +86,7 @@ Html({

Variant encodings of the common ASCII (latin, roman, or 'mercan) letters A–Z. Also see related alphabets -and common chars.

+and font comparison.

diff --git a/tools/mkfontinfo b/tools/mkfontinfo index a1cc44d..de0bbf1 100755 --- a/tools/mkfontinfo +++ b/tools/mkfontinfo @@ -29,6 +29,8 @@ for my $fontfile (glob 'ttfsupport/*'.$incsuffix) { my %charlist; +$charlist{table}->{abc} = ['A'..'Z', 'a'..'z']; + my $chartables = do 'unicode-table.inc.pl' or warn $@ || $!; if ($chartables) { while (my ($tablegroup, $grouprow) = each %{$chartables}) {