font: ignore multichar entries in overview count
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 5 Mar 2015 03:49:46 +0000 (04:49 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 9 Jun 2015 03:43:43 +0000 (05:43 +0200)
tools/mkfontinfo

index c6626fa397bbb32e0e74e8b5d963355cf0a6efbd..3be474c26c3f4d72fde4249694383021ed94441b 100755 (executable)
@@ -35,6 +35,7 @@ if ($chartables) {
                                next if /^[.-]/;
                                next if $_ eq '>' or $_ eq '=';
                                s/^\\//;  # escape
+                               length $_ == 1 or next;  # multiple characters lost in query
                                push @{ $charlist{table}->{"$tablegroup/$tablename"} }, $_;
                                push @{ $charlist{table}->{$tablegroup} }, $_;
                        }