mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-23 03:26:56 -04:00
Removed old Data Matrix standards
Removed Data Matrix ECC 000 to 140 because (a) they don't work properly and (b) nobody uses them anyway! Also removed some ghosts of Codablock-F - there are some more to find.
This commit is contained in:
parent
35e3c76785
commit
81b4902c95
12 changed files with 1064 additions and 3339 deletions
|
@ -158,9 +158,6 @@ int escape_char_process(struct zint_symbol *my_symbol, unsigned char input_strin
|
|||
j++;
|
||||
} while (i < length);
|
||||
escaped_string[j] = '\0';
|
||||
|
||||
printf("Input: %s\n", input_string);
|
||||
printf("Output:%s\n", escaped_string);
|
||||
|
||||
error_number = ZBarcode_Encode(my_symbol, escaped_string, j);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue