X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/140051e24ff5a74421e8b437cdc12ca8570995cd..8ed7634d0fa3b7154275c14477b361b358ee783f:/writing-latn.inc.pl diff --git a/writing-latn.inc.pl b/writing-latn.inc.pl index a2dd4b4..806bff2 100644 --- a/writing-latn.inc.pl +++ b/writing-latn.inc.pl @@ -151,7 +151,23 @@ sub disphues { ); } -( ++{ +default => [qw( written sign digital touch tactile sound games semaphore barcode personal )], +written => [qw( uppercase lowercase suetterlin roman )], +digital => [qw( stroke ita2 )], +stroke => [qw( graffiti unistrokes edgewrite )], +touch => [qw( moon braille )], +sign => ['sutton'], +sound => [qw( morse tap shorttap )], +games => [qw( domino tetromino cards )], +semaphore => [qw( maritime flag chappe prussian )], +barcode => [qw( rm4scc code39 code93 code128 )], +personal => [qw( rgbmap cmymap dni pigpen nyctographs chromacons )], + +order => { + name => '#', + list => [1 .. 26], +}, uppercase => { list => [qw{ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z }], }, @@ -783,4 +799,4 @@ chromacons => { } ], }, -); +};