1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-23 12:57:07 +00:00

Add GS1 support to Code 16k

This commit is contained in:
hooper114
2009-01-13 17:49:00 +00:00
parent 64731a4ddd
commit 700c47d9d0
2 changed files with 39 additions and 12 deletions

View File

@@ -200,6 +200,7 @@ int gs1_compliant(int symbology)
case BARCODE_RSS14STACK_CC:
case BARCODE_RSS14_OMNI_CC:
case BARCODE_RSS_EXPSTACK_CC:
case BARCODE_CODE16K:
result = 1;
break;
}