latin: code128 bar code row (unicode)
[sheet.git] / writing-latn.inc.pl
index 6c0edad04f1d9589d968fa3c28b90cde0f640bf1..85c292e855cdeccb7c19697a2055217c802caf72 100644 (file)
@@ -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 }],
-'<abbr title="American Sign Lanugage">ASL</abbr>' => [
+'Sutton <abbr title="American Sign Lanugage">ASL</abbr>' => [
        # American manual alphabet in Sutton (U+1D800+) notation
        map { pack 'W*', map { hex "1D$_" } unpack '(A3)*', $_ } qw{
        8F7a9c    847a9c    86Da9c    801a9c    84Aa9c
@@ -199,6 +199,14 @@ my %C = qw(red #EC1C24  blue #3953A3  yellow #F9EC31  black #231F20);
                201112 102112 202111 101212 201211 102211
        )
 ],
+'Code 128' => [
+       map { tr/1-3-/❘❙❚ /r }
+       # bar widths (1-3) followed by space of width 1 (implied) or 3 (-)
+       qw(
+               11-2 1-12 1-1-2 12-1 1-21 1-2-1 21-1 2-11 2-1-1 123  12-3 1-23 132
+               13-2 1-32 332   21-3 2-13 231   23-1 233  312   31-2 3-12 321  32-1
+       )
+],
 '<abbr title="Royal Mail 4-State Customer Code">RM4SCC</abbr>' => [
        map { sprintf
                '<svg width="20" height="20" viewBox="0 0 8 6">'