mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
Allow Unicode in SVG output text
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user