base: include base-5 in economy comparison
[sheet.git] / writing.plp
index 86654e2ca3f352f7325317655140dc2e33809f43..a8bf630a9684ef7555b9cad722d163b535d55fb5 100644 (file)
@@ -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{<a href="/latin">$_</a>} for $scriptname->{latn} || ();
 for (
        [phnx => 'Phoenician'],
        [brah => 'Brahmi'],
-       [digits => 'Digits'],
 ) {
        my ($source, $title) = @$_;
        my @table = do "writing-$source.inc.pl";