mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-20 03:17:12 +00:00
Allow Unicode in SVG output text
This commit is contained in:
@@ -40,7 +40,7 @@ struct zint_symbol {
|
||||
int option_2;
|
||||
int option_3;
|
||||
int input_mode;
|
||||
char text[100];
|
||||
unsigned char text[100];
|
||||
int rows;
|
||||
int width;
|
||||
char primary[100];
|
||||
|
||||
Reference in New Issue
Block a user