X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/c1cc57a4ab9027121924a770242bc71f410e37c2..0e5d1f97871610a20d556c336b486e0b5a69a9e2:/writing.plp diff --git a/writing.plp b/writing.plp index eab0051..a8bf630 100644 --- a/writing.plp +++ b/writing.plp @@ -29,7 +29,8 @@ use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; unless (exists $get{v}) { $glyphs->{unicode}--; - $glyphs->{digraph}--; + $glyphs->{anno} = []; + $glyphs->{style} = 0; } my $scriptname = do 'writing-script.inc.pl'; @@ -38,7 +39,6 @@ $_ = qq{$_} for $scriptname->{latn} || (); for ( [phnx => 'Phoenician'], [brah => 'Brahmi'], - [digits => 'Digits'], ) { my ($source, $title) = @$_; my @table = do "writing-$source.inc.pl";