mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 13:34:19 -04:00
Uses general_field_encode in rss_binary_string; min 4 chars; bottom separator
This commit is contained in:
parent
0fe9051324
commit
1dd4b08986
6 changed files with 483 additions and 397 deletions
|
@ -117,7 +117,7 @@ static void test_helper_generate(const struct zint_symbol* symbol, int ret, int
|
|||
}
|
||||
}
|
||||
|
||||
// Replicate examples from GS1 Specification standard and ISO/IEC 24723:2010
|
||||
// Replicate examples from GS1 General Specifications 19.1 and ISO/IEC 24723:2010
|
||||
static void test_examples(void)
|
||||
{
|
||||
testStart("");
|
||||
|
@ -137,7 +137,7 @@ static void test_examples(void)
|
|||
char* comment;
|
||||
unsigned char* expected;
|
||||
};
|
||||
// Verified manually against GS1 Specification standard and ISO/IEC 24723:2010, with noted exceptions
|
||||
// Verified manually against GS1 General Specifications 19.1 and ISO/IEC 24723:2010, with noted exceptions
|
||||
struct item data[] = {
|
||||
/* 0*/ { BARCODE_RSS14_OMNI_CC, "0401234567890", "[17]050101[10]ABC123", 1, 0, 0, 0, 11, 56, "Figure 5.1-5. GS1 DataBar Stacked Omnidirectional barcode with a Composite Component",
|
||||
"01101100110101110001001100001000000110100111011110101001"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue