writing: .ex styling for obsolete alphabets
[sheet.git] / writing.plp
index a8bf630a9684ef7555b9cad722d163b535d55fb5..9f49a0ec371729071f23a10673f488cec3b1b61a 100644 (file)
@@ -48,7 +48,8 @@ for (
                next;
        }
        $glyphs->print($title => [map {
-               ref $_ eq 'ARRAY' ? @$_ : map { ".>$_" }
+               my $lead = s/^(-)// && $1;
+               ref $_ eq 'ARRAY' ? @$_ : map { ".>$lead$_" }
                        $scriptname->{$source.'_'.$_} || $scriptname->{$_} || $_
        } @table]);
 }