From 741b4dc4751773841d6b586cd791da8f1a69d058 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 5 Apr 2017 15:52:30 +0200 Subject: [PATCH] latin: link to alphabet on chars page --- latin.plp | 2 +- tools/mkfontinfo | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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}) { -- 2.30.0