vector.c: string halign; POSTNET/PLANET: 1 module space; ZBarcode_Cap(); GUI settings

This commit is contained in:
gitlost 2020-09-30 12:19:12 +01:00
parent 3f5ac34057
commit 36c19053d7
169 changed files with 10975 additions and 8318 deletions

View file

@ -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;