From 0d4e2cd473f173a204d2ca8a03c4828c9d757013 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 21 Sep 2015 18:24:10 +0200 Subject: [PATCH] writing: indicate writing system for asl (l)anguage --- writing-latn.inc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writing-latn.inc.pl b/writing-latn.inc.pl index 6c0edad..ef14053 100644 --- a/writing-latn.inc.pl +++ b/writing-latn.inc.pl @@ -16,7 +16,7 @@ my %C = qw(red #EC1C24 blue #3953A3 yellow #F9EC31 black #231F20); 'Uppercase' => [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 }], 'Lowercase' => [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 }], 'Sütterlin' => [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 }], -'ASL' => [ +'Sutton ASL' => [ # American manual alphabet in Sutton (U+1D800+) notation map { pack 'W*', map { hex "1D$_" } unpack '(A3)*', $_ } qw{ 8F7a9c 847a9c 86Da9c 801a9c 84Aa9c -- 2.30.0