mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 20:14:28 -04:00
Revion of ECI number encoding
This commit is contained in:
parent
37ac5e9c54
commit
a085bca168
7 changed files with 181 additions and 20 deletions
|
@ -820,6 +820,11 @@ int ZBarcode_Encode(struct zint_symbol *symbol, const unsigned char *source,int
|
|||
#endif
|
||||
error_number = 0;
|
||||
|
||||
for (i = 0; i < in_length; i++) {
|
||||
printf("%X ", (int) source[i]);
|
||||
}
|
||||
printf("\n");
|
||||
|
||||
if (in_length == 0) {
|
||||
in_length = (int)ustrlen(source);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue