From: Sam Lown Date: Wed, 7 Jul 2010 15:43:40 +0000 (+0200) Subject: Getting GS1-128 to behave as expected X-Git-Tag: glabels-2_3_1~213^2~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a3fd97c6757a71f8761f76bb28c356ca425148c2;p=glabels Getting GS1-128 to behave as expected --- diff --git a/src/bc.c b/src/bc.c index 3d9fe6e7..35a2bc4b 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,