X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/24907f597c20503189070214d97219c1beaa59bd..ebe7dcaf5f03dbb732f21aa2523defbd0b9dfbc4:/writing-latn.inc.pl diff --git a/writing-latn.inc.pl b/writing-latn.inc.pl index 4c31b67..5849900 100644 --- a/writing-latn.inc.pl +++ b/writing-latn.inc.pl @@ -1,4 +1,5 @@ use utf8; + ( latn => [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 }], latfsuet => [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 }], @@ -8,4 +9,8 @@ morse => [map {tr/.-/‧‑/r} qw{ .- -... -.-. -.. . ..-. --. .... .. .--- -.- .-.. -- -. --- .--. --.- .-. ... - ..- ...- .-- -..- -.-- --.. }], +tap => [qw{ + 11 12 13 14 15 21 22 23 24 -24 25 31 32 + 33 34 35 41 42 43 44 45 51 52 53 54 55 + }], );