[glabels/zint: 8/15] Getting GS1-128 to behave as expected
- From: Jim Evins <jimevins src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glabels/zint: 8/15] Getting GS1-128 to behave as expected
- Date: Sat, 10 Jul 2010 04:41:06 +0000 (UTC)
commit a3fd97c6757a71f8761f76bb28c356ca425148c2
Author: Sam Lown <me samlown com>
Date: Wed Jul 7 17:43:40 2010 +0200
Getting GS1-128 to behave as expected
src/bc.c | 6 +++---
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]