From 50bda84c8cf3d499e38bbc77b12f6a701b349f66 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 12 Apr 2017 12:50:58 +0200 Subject: [PATCH] latin: start/stop symbols for code93/128 Similar to other bar codes, except these would also need a checksum to actually validate. --- writing-latn.inc.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/writing-latn.inc.pl b/writing-latn.inc.pl index 3a284b2..3ce4889 100644 --- a/writing-latn.inc.pl +++ b/writing-latn.inc.pl @@ -319,12 +319,12 @@ sub dispbar { 'Code 93' => [map { dispbar($_) } qw( 211113 211212 211311 221112 221211 231111 112113 112212 112311 122112 132111 111123 111222 111321 121122 131121 212112 212211 211122 211221 - 221121 222111 112122 112221 122121 123111 311211 + 221121 222111 112122 112221 122121 123111 311211 0 111141 )], 'Code 128' => [map { dispbar($_) } qw( 111323 131123 131321 112313 132113 132311 211313 231113 231311 112133 112331 132131 113123 113321 133121 313121 211331 231131 213113 213311 - 213131 311123 311321 331121 312113 312311 212222 + 213131 311123 311321 331121 312113 312311 212222 0 211412 2331112 )], 'RM4SCC' => [ map { -- 2.30.0