X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/5464db21077f6af072bd770f6cb6e907eb48b73d..2256b9ba39da3c2f3577bd227363509c6676e23b:/writing.plp diff --git a/writing.plp b/writing.plp index d71dba4..8ea9a0c 100644 --- a/writing.plp +++ b/writing.plp @@ -13,12 +13,15 @@ Html({ history phoenician latin sample test language multilingual '], stylesheet => [qw'light dark red'], + data => [qw'writing-phnx.inc.pl'], }); :>

Writing systems

-

Also see charsets +

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

@@ -28,13 +31,16 @@ use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; unless (exists $get{v}) { $glyphs->{unicode}--; - $glyphs->{digraph}--; + $glyphs->{anno} = []; + $glyphs->{style} = 'univer'; } +my $scriptname = do 'writing-script.inc.pl'; +$_ = qq{$_} for $scriptname->{latn} || (); + for ( [phnx => 'Phoenician'], [brah => 'Brahmi'], - [digits => 'Digits'], ) { my ($source, $title) = @$_; my @table = do "writing-$source.inc.pl"; @@ -43,10 +49,25 @@ for ( printf "

Table data not found: %s.

\n", $! || $@; next; } - $glyphs->print($title => [ map { @$_ } grep { ref $_ eq 'ARRAY' } @table ]); + $glyphs->print($title => [map { + my $lead = s/^(-)// && $1; + ref $_ eq 'ARRAY' ? @$_ : map { ".>$lead$_" } + $scriptname->{$source.'_'.$_} || $scriptname->{$_} || $_ + } @table]); } :>

+
+ +
unicode 1.1 + 20th century + in 6.0 (2010) + recent assignments + proposed + irregular +
+
+