font: ignore escape character in character tables
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 14 Feb 2015 18:54:46 +0000 (19:54 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 14 Feb 2015 18:54:46 +0000 (19:54 +0100)
tools/mkfontinfo

index f5b503c53071d9ffcc3586cef4dc85bb4baa2adb..a9f0d37c9566c97061d1b4423a27bcb834f09e19 100755 (executable)
@@ -35,6 +35,7 @@ if ($chartables) {
                                $includerows ||= m/^[.]/ or next;
                                next if /^[.-]/;
                                next if $_ eq '>' or $_ eq '=';
+                               s/^\\//;  # escape
                                push @{ $charlist{table}->{"$tablegroup/$tablename"} }, $_;
                                push @{ $charlist{table}->{$tablegroup} }, $_;
                        }