mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 22:14:19 -04:00
Improved Kanji support - Now converts from Unicode to Shift JIS
This commit is contained in:
parent
2262c365c4
commit
de4f39782f
7 changed files with 6977 additions and 5 deletions
|
@ -663,6 +663,7 @@ int microqr(struct zint_symbol *symbol, unsigned char source[])
|
|||
if(is_sane(QRSET, source) == 0) { char_system = ALPHANUM; }
|
||||
if(is_sane(NESET, source) == 0) { char_system = NUMERIC; }
|
||||
if(symbol->input_mode == KANJI_MODE) { char_system = KANJI; }
|
||||
if(symbol->input_mode == SJIS_MODE) { char_system = KANJI; }
|
||||
width = 0;
|
||||
format = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue