mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 05:54:19 -04:00
gs1_verify: 4308 no pcenc (gs1-format-spec.txt); GS1 General Spec 21.0.1
This commit is contained in:
parent
94ece47f08
commit
538efd6e52
14 changed files with 239 additions and 249 deletions
|
@ -204,7 +204,7 @@ static void test_encode(int index, int generate, int debug) {
|
|||
char *comment;
|
||||
char *expected;
|
||||
};
|
||||
// BARCODE_ITF14 examples verified manually against GS1 General Specifications 20.0
|
||||
// BARCODE_ITF14 examples verified manually against GS1 General Specifications 21.0.1
|
||||
struct item data[] = {
|
||||
/* 0*/ { BARCODE_C25STANDARD, "87654321", 0, 1, 97, "Standard Code 2 of 5; note zint uses 4X start/end wides while BWIPP uses 3X",
|
||||
"1111010101110100010101000111010001110101110111010101110111011100010101000101110111010111011110101"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue