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