X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/451bf471d1e1b84e74eae3683a433f2d4a979d13..3428231ed210aaeeb9c4372fca180e78a6034dc5:/writing.plp?ds=sidebyside diff --git a/writing.plp b/writing.plp index d6269e8..c430bbd 100644 --- a/writing.plp +++ b/writing.plp @@ -19,7 +19,9 @@ Html({ :>

Writing systems

-

Also see charsets +

+Comparison of Unicode letters in related alphabets. +Also see charsets and common chars.

@@ -39,7 +41,6 @@ $_ = qq{$_} for $scriptname->{latn} || (); for ( [phnx => 'Phoenician'], [brah => 'Brahmi'], - [digits => 'Digits'], ) { my ($source, $title) = @$_; my @table = do "writing-$source.inc.pl"; @@ -49,7 +50,8 @@ for ( next; } $glyphs->print($title => [map { - ref $_ eq 'ARRAY' ? @$_ : map { ".>$_" } + my $lead = s/^(-)// && $1; + ref $_ eq 'ARRAY' ? @$_ : map { ".>$lead$_" } $scriptname->{$source.'_'.$_} || $scriptname->{$_} || $_ } @table]); }