1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-21 03:47:07 +00: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:
Robin Stuart
2010-06-16 09:00:31 +01:00
parent 35e3c76785
commit 81b4902c95
12 changed files with 1064 additions and 3339 deletions

View File

@@ -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);