X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/65795900e196ee23101209e4171a4530a6e8ea01..a8258558f99a5342258773efdcbdf0b9a5dbae91:/latin.plp diff --git a/latin.plp b/latin.plp index ce8c111..e27a916 100644 --- a/latin.plp +++ b/latin.plp @@ -7,8 +7,9 @@ Html({ ], keywords => [qw' latin roman alphabet script letter unicode font glyph abc - writing comparison character sample test language spelling - cursive fraktur blind deaf + code encoding spelling symbol writing comparison character + secret cursive fraktur blind braille morse deaf asl hand + barcode bar color semaphore flag '], stylesheet => [qw'light dark red'], data => ['writing-latn.inc.pl'], @@ -25,7 +26,9 @@ Html({

Latin alphabet

-

Also see other alphabets +

Variant encodings of the common ASCII (latin, roman, +or 'mercan) letters A–Z. +Also see related alphabets and common chars.

@@ -37,7 +40,7 @@ if ($! or $@) { } else { print ''; - print ref $_ ne 'ARRAY' ? "
$_" : map {"$_"} @$_ for @table; + print ref $_ ne 'ARRAY' ? "
$_" : map {/^$_"} @$_ for @table; print "
\n\n"; }