]> git.sur5r.net Git - glabels/commitdiff
Getting GS1-128 to behave as expected
authorSam Lown <me@samlown.com>
Wed, 7 Jul 2010 15:43:40 +0000 (17:43 +0200)
committerJim Evins <evins@snaught.com>
Sat, 10 Jul 2010 04:17:46 +0000 (00:17 -0400)
src/bc.c

index 3d9fe6e79bea3fda23922bbe33d9bf498574f7c8..35a2bc4b49890e0c34b21756c523d3b7edda1d8f 100644 (file)
--- a/src/bc.c
+++ b/src/bc.c
@@ -235,13 +235,13 @@ static const Backend backends[] = {
          TRUE, TRUE, TRUE, FALSE, "0000000000", TRUE, 10},
 
        { "EAN", N_("European Article Number (EAN)"), gl_barcode_zint_new,
-         TRUE, TRUE, TRUE, FALSE, "000000000000 00000", FALSE, 13},
+         TRUE, TRUE, TRUE, FALSE, "000000000000", FALSE, 13},
 
        { "GMTX", N_("Grid Matrix"),  gl_barcode_zint_new,
          TRUE, TRUE, TRUE, FALSE, "0000000000", TRUE, 10},
 
         { "GS1-128", N_("GS1-128"), gl_barcode_zint_new,
-         TRUE, TRUE, FALSE, FALSE, "[00]001234560000000018", TRUE, 16},
+         TRUE, TRUE, TRUE, FALSE, "[01]00000000000000", FALSE, 18},
 
        { "RSS14", N_("GS1 DataBar-14"), gl_barcode_zint_new,
          TRUE, TRUE, TRUE, FALSE, "0000000000", TRUE, 10},
@@ -255,7 +255,7 @@ static const Backend backends[] = {
        { "RSSS", N_("GS1 DataBar-14 Stacked"), gl_barcode_zint_new,
          TRUE, TRUE, TRUE, FALSE, "0000000000", TRUE, 10},
 
-       { "RSSSO", N_("GS1 DataBar-14 Stacked Omnidirectional"), gl_barcode_zint_new,
+       { "RSSSO", N_("GS1 DataBar-14 Stacked Omni."), gl_barcode_zint_new,
          TRUE, TRUE, TRUE, FALSE, "0000000000", TRUE, 10},
 
        { "RSSSE", N_("GS1 DataBar Extended Stacked"), gl_barcode_zint_new,