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