mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-04 08:49:45 -04:00
Allow ECI 26 in Unicode mode
This commit is contained in:
parent
451f0150d8
commit
8ca1329fcf
1 changed files with 1 additions and 1 deletions
|
@ -991,7 +991,7 @@ int ZBarcode_Encode(struct zint_symbol *symbol, const unsigned char *source,int
|
||||||
symbol->input_mode = DATA_MODE;
|
symbol->input_mode = DATA_MODE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (symbol->eci != 3) {
|
if ((symbol->eci != 3) && (symbol->eci != 26)) {
|
||||||
symbol->input_mode = DATA_MODE;
|
symbol->input_mode = DATA_MODE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue