mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
CODE128: hrt always UTF-8; CODE128/EXCODE39/CODE93: blank same NUL/ctrl/DEL chars
This commit is contained in:
@ -118,7 +118,7 @@ extern "C" {
|
||||
int fontsize;
|
||||
int input_mode;
|
||||
int eci;
|
||||
unsigned char text[128];
|
||||
unsigned char text[128]; /* UTF-8 */
|
||||
int rows;
|
||||
int width;
|
||||
char primary[128];
|
||||
@ -337,4 +337,3 @@ extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* ZINT_H */
|
||||
|
||||
|
Reference in New Issue
Block a user