mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Allow ECI 26 in Unicode mode
This commit is contained in:
parent
451f0150d8
commit
8ca1329fcf
@ -991,7 +991,7 @@ int ZBarcode_Encode(struct zint_symbol *symbol, const unsigned char *source,int
|
||||
symbol->input_mode = DATA_MODE;
|
||||
}
|
||||
|
||||
if (symbol->eci != 3) {
|
||||
if ((symbol->eci != 3) && (symbol->eci != 26)) {
|
||||
symbol->input_mode = DATA_MODE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user