mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 13:34:19 -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
|
@ -280,6 +280,7 @@ Numeric Value | Barcode Name
|
|||
70 | Royal Mail 4 State (RM4SCC)
|
||||
71 | Data Matrix (ECC200)
|
||||
72 | EAN-14
|
||||
73 | Vehicle Identification Number (America)
|
||||
74 | Codablock-F
|
||||
75 | NVE-18
|
||||
76 | Japanese Postal Code
|
||||
|
@ -526,6 +527,7 @@ GIF | Graphics Interchange Format
|
|||
PCX | ZSoft Paintbrush image
|
||||
PNG | Portable Network Graphic
|
||||
SVG | Scalable Vector Graphic
|
||||
TIF | Tagged Image File Format
|
||||
TXT | Text file (see 4.16)
|
||||
--------------------------------------------------------------
|
||||
|
||||
|
@ -952,6 +954,7 @@ Value |
|
|||
70 | BARCODE_RM4SCC | Royal Mail 4 State (RM4SCC)
|
||||
71 | BARCODE_DATAMATRIX | Data Matrix ECC200
|
||||
72 | BARCODE_EAN14 | EAN-14
|
||||
73 | BARCODE_VIN | Vehicle Identification Number (America)
|
||||
74 | BARCODE_CODABLOCKF | Codablock-F
|
||||
75 | BARCODE_NVE18 | NVE-18
|
||||
76 | BARCODE_JAPANPOST | Japanese Postal Code
|
||||
|
@ -1309,6 +1312,12 @@ This option adds a leading '+' character and a trailing modulo-49 check digit
|
|||
to a standard Code 39 symbol as required by the Health Industry Barcode
|
||||
standards.
|
||||
|
||||
6.1.8.8 Vehicle Identification Number
|
||||
-------------------------------------
|
||||
This option includes a verification stage for vehicle identification numbers
|
||||
used in North America which include a check digit. For European vehicle
|
||||
identification numbers use Standard Code 39.
|
||||
|
||||
6.1.9 Codabar (EN 798)
|
||||
----------------------
|
||||
Also known as NW-7, Monarch, ABC Codabar, USD-4, Ames Code and Code 27, this
|
||||
|
@ -2519,6 +2528,8 @@ v2.6.2 - Further bugfixes in Aztec and DotCode. Expand escape sequence support
|
|||
to API and GUI. Handle UTF BOM. Bugfix raster images of Maxicode.
|
||||
22/10/2017
|
||||
|
||||
v2.6.3 - Includes VIN (US) verification. (Forthcoming)
|
||||
|
||||
7.4 Sources of Information
|
||||
--------------------------
|
||||
Below is a list of some of the sources used in rough chronological order:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue