mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 09:57:02 +00:00
UPU_S10/GS1: properly expose iso3166_alpha2(); add UPU_S10 to tcl
This commit is contained in:
@@ -162,6 +162,8 @@
|
||||
- Added MAILMARK_2D
|
||||
- Renamed MAILMARK to MAILMARK_4S
|
||||
*** Potential incompatibility ***
|
||||
2022-12-09 GL
|
||||
- Added UPU_S10
|
||||
*/
|
||||
|
||||
#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
|
||||
@@ -308,6 +310,7 @@ static const char *s_code_list[] = {
|
||||
"DotCode",
|
||||
"HanXin",
|
||||
"MailMark-2D",
|
||||
"UPU-S10",
|
||||
"MailMark-4S",
|
||||
"AztecRunes",
|
||||
"Code32",
|
||||
@@ -409,6 +412,7 @@ static const int s_code_number[] = {
|
||||
BARCODE_DOTCODE,
|
||||
BARCODE_HANXIN,
|
||||
BARCODE_MAILMARK_2D,
|
||||
BARCODE_UPU_S10,
|
||||
BARCODE_MAILMARK_4S,
|
||||
BARCODE_AZRUNE,
|
||||
BARCODE_CODE32,
|
||||
|
||||
Reference in New Issue
Block a user