mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-01 07:38:26 -04:00
vector.c: string halign; POSTNET/PLANET: 1 module space; ZBarcode_Cap(); GUI settings
This commit is contained in:
parent
3f5ac34057
commit
36c19053d7
169 changed files with 10975 additions and 8318 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue