mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 00:19:51 -04:00
eci: Add support for all ECIs (Big5, Korean, UCS-2BE)
This commit is contained in:
parent
9795049322
commit
7fe930b4dc
53 changed files with 51324 additions and 907 deletions
|
@ -80,6 +80,7 @@ endmacro()
|
|||
zint_add_test(2of5, test_2of5)
|
||||
zint_add_test(auspost, test_auspost)
|
||||
zint_add_test(aztec, test_aztec)
|
||||
zint_add_test(big5, test_big5)
|
||||
zint_add_test(bmp, test_bmp)
|
||||
zint_add_test(channel, test_channel)
|
||||
zint_add_test(codablock, test_codablock)
|
||||
|
@ -101,6 +102,7 @@ zint_add_test(gridmtx, test_gridmtx)
|
|||
zint_add_test(gs1, test_gs1)
|
||||
zint_add_test(hanxin, test_hanxin)
|
||||
zint_add_test(imail, test_imail)
|
||||
zint_add_test(ksx1001, test_ksx1001)
|
||||
zint_add_test(large, test_large)
|
||||
zint_add_test(library, test_library)
|
||||
zint_add_test(mailmark, test_mailmark)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue