mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 20:14:28 -04:00
Add verification for North America VIN (Vehicle Identification Number)
This commit is contained in:
parent
38150ce931
commit
e737f992b5
5 changed files with 146 additions and 38 deletions
|
@ -151,6 +151,7 @@ extern "C" {
|
|||
#define BARCODE_RM4SCC 70
|
||||
#define BARCODE_DATAMATRIX 71
|
||||
#define BARCODE_EAN14 72
|
||||
#define BARCODE_VIN 73
|
||||
#define BARCODE_CODABLOCKF 74
|
||||
#define BARCODE_NVE18 75
|
||||
#define BARCODE_JAPANPOST 76
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue