mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 03:56:56 -04:00
- DOTCODE, QRCODE, RMQR: return warning if ECI or Structured Append used in
GS1 mode, ticket #271 - CLI: improve `getopt_long_only()` processing, printing own message if bad arg and returning error if so rather than continuing to process - manual: MSE typo -> MSI, a few other changes; adjust SVG scaling for PDF manual; pandoc 2.19.2
This commit is contained in:
parent
39c47b8927
commit
92a4a25ed2
115 changed files with 8810 additions and 8698 deletions
|
@ -2493,7 +2493,7 @@ A-F up to a maximum of 65 characters and includes a CRC check digit.
|
|||
|
||||

|
||||
|
||||
Based on Plessey and developed by MSE Data Corporation, MSI Plessey has a range
|
||||
Based on Plessey and developed by MSI Data Corporation, MSI Plessey has a range
|
||||
of check digit options that are selectable by setting `--vers` (API `option_2`).
|
||||
Numeric (digits 0-9) input can be encoded, up to a maximum of 65 digits. The
|
||||
table below shows the options available:
|
||||
|
@ -2522,7 +2522,7 @@ hidden modulo-10 check digits.
|
|||
|
||||
Telepen Alpha was developed by SB Electronic Systems Limited and can encode
|
||||
ASCII text input, up to a maximum of 30 characters. Telepen includes a
|
||||
modulo-127 check digit.
|
||||
modulo-127 check digit, added by Zint.
|
||||
|
||||
#### 6.1.6.2 Telepen Numeric
|
||||
|
||||
|
@ -2545,7 +2545,7 @@ Standard Code 39 was developed in 1974 by Intermec. Input data can be up to 85
|
|||
characters in length and can include the characters 0-9, A-Z, dash (`-`), full
|
||||
stop (`.`), space, asterisk (`*`), dollar (`$`), slash (`/`), plus (`+`) and
|
||||
percent (`%`). The standard does not require a check digit but a modulo-43 check
|
||||
digit can be added if required by setting `--vers=1` (API `option_2 = 1`).
|
||||
digit can be added if desired by setting `--vers=1` (API `option_2 = 1`).
|
||||
|
||||
#### 6.1.7.2 Extended Code 39
|
||||
|
||||
|
@ -2553,8 +2553,8 @@ digit can be added if required by setting `--vers=1` (API `option_2 = 1`).
|
|||
|
||||
Also known as Code 39e and Code39+, this symbology expands on Standard Code 39
|
||||
to provide support for the full 7-bit ASCII character set. The standard does not
|
||||
require a check digit but a modulo-43 check digit can be added if required by
|
||||
setting `--vers=1` (API `option_2 = 1`).
|
||||
require a check digit but a modulo-43 check digit can be added by setting
|
||||
`--vers=1` (API `option_2 = 1`).
|
||||
|
||||
#### 6.1.7.3 Code 93
|
||||
|
||||
|
@ -2805,7 +2805,7 @@ the table below:
|
|||
| 7 | 000000 | 576688
|
||||
| 8 | 0000000 | 7742862
|
||||
|
||||
Table: {#tbl:channel_maxima tag=": Channel Maximum Values"}
|
||||
Table: {#tbl:channel_maxima tag=": Channel Value Ranges"}
|
||||
|
||||
### 6.1.14 BC412 (SEMI T1-95)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue