mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
vector.c: string halign; POSTNET/PLANET: 1 module space; ZBarcode_Cap(); GUI settings
This commit is contained in:
@ -45,8 +45,8 @@ INTERNAL int utf_to_eci(const int eci, const unsigned char source[], unsigned ch
|
||||
int ext;
|
||||
int done;
|
||||
|
||||
if (eci == 26) {
|
||||
/* Unicode mode, do not process - just copy data across */
|
||||
if (eci == 26 || eci == 899) {
|
||||
/* Unicode or 8-bit binary data, do not process - just copy data across */
|
||||
memcpy(dest, source, *length);
|
||||
dest[*length] = '\0';
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user