X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/463f4330186e284e0515831551b41425df03ad1f..bf58fc823d4d25c75c028a7ff225513721c4d824:/latin.plp diff --git a/latin.plp b/latin.plp index eb648c3..c930dce 100644 --- a/latin.plp +++ b/latin.plp @@ -41,11 +41,18 @@ unless (exists $get{v}) { my %scriptname = ( latn => 'Latin', + latnuc => 'Uppercase', + latnlc => 'Lowercase', latfsuet => 'Sütterlin', asl => 'ASL', # American manual alphabet brai => 'Braille', morse => 'Morse', tap => 'Tap code', + taps => 'Tap simplified', + ics => 'Maritime flags', # International Code of Signals + sem => 'Flag semaphore', + code39 => 'Code 39', # ISO/IEC 16388 + rm4scc => 'RM4SCC', ); my @table = do 'writing-latn.inc.pl';