Allow Unicode in SVG output text

This commit is contained in:
hooper114
2009-02-19 19:09:57 +00:00
parent aa9edfb320
commit 636a18c74f
17 changed files with 208 additions and 155 deletions

View File

@ -1866,7 +1866,7 @@ int composite(struct zint_symbol *symbol, unsigned char source[])
symbol->width += top_shift;
}
symbol->rows += linear->rows;
strcpy(symbol->text, linear->text);
ustrcpy(symbol->text, (unsigned char *)linear->text);
ZBarcode_Delete(linear);