Improved Kanji support - Now converts from Unicode to Shift JIS

This commit is contained in:
hooper114 2009-02-22 14:13:32 +00:00
parent 2262c365c4
commit de4f39782f
7 changed files with 6977 additions and 5 deletions

View file

@ -146,6 +146,7 @@ struct zint_symbol {
#define UNICODE_MODE 1
#define GS1_MODE 2
#define KANJI_MODE 3
#define SJIS_MODE 4
#define WARN_INVALID_OPTION 2
#define ERROR_TOO_LONG 5