mirror of
https://git.code.sf.net/p/zint/code
synced 2026-06-10 15:43:40 +00:00
manual: rephrase some Telepen stuff
man page: Telepen -> Telepen Alpha
This commit is contained in:
+20
-18
@@ -3198,11 +3198,11 @@ hidden modulo-127 check digit, added by Zint.
|
||||
|
||||
[zint -b TELEPEN --compliantheight -d "Z8000"]
|
||||
|
||||
Full ASCII + Compressed Numeric Mode, which uses different AIM-defined
|
||||
Start/Stop characters, may be enabled by setting --vers=1 (API option_2 = 1). In
|
||||
this mode control character DLE (ASCII 16, escape sequence \L) indicates a
|
||||
switch from Full ASCII to Compressed Numeric, where each symbol character
|
||||
encodes a digit pair:
|
||||
AIM-defined Start/Stop characters may be enabled by setting --vers=1 (API
|
||||
option_2 = 1). In this mode control character DLE (ASCII 16, escape sequence \L)
|
||||
indicates a switch from Full ASCII to Compressed Numeric, where each symbol
|
||||
character encodes a digit pair (or a “digit X” pair - see Telepen Numeric
|
||||
below):
|
||||
|
||||
[zint -b TELEPEN --compliantheight -d "Z\L8000" -esc --vers=1]
|
||||
|
||||
@@ -3211,27 +3211,29 @@ However not all barcode readers recognise this mode so check before using.
|
||||
6.1.6.2 Telepen Numeric
|
||||
|
||||
Telepen Numeric allows compression of numeric data into a Telepen symbol. Data
|
||||
can consist of pairs of numbers or pairs consisting of a numerical digit
|
||||
followed an X character. For example: 466333 and 466X33 are valid codes whereas
|
||||
46X333 is not (the digit pair "X3" is not valid). Up to 138 digits can be
|
||||
encoded. Telepen Numeric includes a hidden modulo-127 check digit which is added
|
||||
by Zint.
|
||||
consists of pairs of digits or pairs of “digit X” - a digit followed an X
|
||||
character. For example: "466333" and "466X33" are valid codes whereas "46X333"
|
||||
is not (the pair "X3" is not valid). If an odd number of digits is supplied,
|
||||
Zint will add a leading zero. Up to 138 digits can be encoded. A hidden
|
||||
modulo-127 check digit is added by Zint.
|
||||
|
||||
[zint -b TELEPEN_NUM --compliantheight -d "466X33"]
|
||||
|
||||
Trailing ASCII characters may also be encoded by prefixing them with a DLE
|
||||
control character (ASCII 16, escape sequence \L) and appending them to the
|
||||
Additionally trailing ASCII characters may be encoded by prefixing them with a
|
||||
DLE control character (ASCII 16, escape sequence \L) and appending them to the
|
||||
numeric data:
|
||||
|
||||
[zint -b TELEPEN_NUM --compliantheight -d "12\LAB" –esc]
|
||||
[zint -b TELEPEN_NUM --compliantheight -d "12\LAB" --esc]
|
||||
|
||||
This method allows odd numbers to be encoded without a leading zero:
|
||||
|
||||
[zint -b TELEPEN_NUM --compliantheight -d "123\L4" –esc]
|
||||
[zint -b TELEPEN_NUM --compliantheight -d "123\L4" --esc]
|
||||
|
||||
AIM-defined Start/Stop characters may be enabled by setting --vers=1 (API
|
||||
option_2 = 1). This allows barcode readers that recognise them to detect
|
||||
Compressed Numeric data automatically.
|
||||
option_2 = 1). This allows barcode readers to detect Compressed Numeric data
|
||||
automatically, but check that your reader recognises them before using. Note
|
||||
that trailing ASCII can be used without enabling this mode, unlike in the
|
||||
Telepen Alpha case for trailing Compressed Numerics.
|
||||
|
||||
6.1.7 Code 39
|
||||
|
||||
@@ -5919,7 +5921,7 @@ OPTIONS
|
||||
DAFT 50 to 900 (permille tracker ratio)
|
||||
DPD 1 (relabel)
|
||||
PZN 1 (PZN7 instead of default PZN8)
|
||||
Telepen 1 (use AIM-defined Start/Stop)
|
||||
Telepen Alpha 1 (use AIM-defined Start/Stop)
|
||||
Telepen Numeric 1 (use AIM-defined Start/Stop)
|
||||
Ultracode 2 (revision 2)
|
||||
VIN 1 (add international prefix)
|
||||
@@ -6042,7 +6044,7 @@ AIM TSC1705001 (2019) (DotCode), ISO/IEC 15420:2025 (EAN/UPC), AIMD014 (v 1.63)
|
||||
(GS1 DataBar), ISO/IEC 20830:2021 (Han Xin Code), ISO/IEC 16390:2007
|
||||
(Interleaved 2 of 5), ISO/IEC 16023:2000 (MaxiCode), ISO/IEC 24728:2006
|
||||
(MicroPDF417), ISO/IEC 15438:2015 (PDF417), ISO/IEC 18004:2024 (QR Code),
|
||||
ISO/IEC 23941:2022 (rMQR), AIM Europe X-25 (1991) (Telepen), AIMD/TSC15032-43
|
||||
ISO/IEC 23941:2022 (rMQR), AIM Europe X-25 USS Telepen (1991), AIMD/TSC15032-43
|
||||
(2015) (Ultracode)
|
||||
|
||||
COPYRIGHT
|
||||
|
||||
Reference in New Issue
Block a user