mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 02:17:06 +00: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