summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Lown <me@samlown.com>2010-07-07 17:43:40 +0200
committerJim Evins <evins@snaught.com>2010-07-10 00:17:46 -0400
commita3fd97c6757a71f8761f76bb28c356ca425148c2 (patch)
tree75ec708680e686620449f2e4e0200f39f8fe81bc
parent9d21b20ed765ef3f924a9ee48158cde94f707022 (diff)
Getting GS1-128 to behave as expected
-rw-r--r--src/bc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bc.c b/src/bc.c
index 3d9fe6e..35a2bc4 100644
--- 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,