1
0
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:
hooper114
2009-02-19 19:09:57 +00:00
parent aa9edfb320
commit 636a18c74f
17 changed files with 208 additions and 155 deletions

View File

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