manual/GUI: correct MaxiCode space padding description/tooltip (mode 3 only)

This commit is contained in:
gitlost 2022-07-28 22:18:16 +01:00
parent a1d7fae90b
commit 516e4ddd49
3 changed files with 18 additions and 16 deletions

View File

@ -3582,12 +3582,13 @@ usually consists of address data in a data structure. The format of the primary
message required by Zint is given in the following table:
Characters Meaning
---------- ---------------------------------------------------------------
1 - 9 Postcode data which can consist of up to 9 digits (for mode 2)
or up to 6 alphanumeric characters (for mode 3). Remaining
unused characters can be filled with the SPACE character
(ASCII 32) or omitted (if omitted adjust the following
character positions).
---------- -----------------------------------------------------------------
1 - 9 Postcode data which can consist of up to 9 digits (for mode 2) or
up to 6 alphanumeric characters (for mode 3). Remaining unused
characters for mode 3 can be filled with the SPACE character
(ASCII 32) or omitted.
(adjust the following character positions according to postcode
length)
10 - 12 Three-digit country code according to ISO 3166-1.
13 - 15 Three-digit service code. This depends on your parcel courier.

View File

@ -3496,12 +3496,13 @@ usually consists of address data in a data structure. The format of the primary
message required by Zint is given in the following table:
Characters Meaning
------------ ----------------------------------------------------------------
1 - 9 Postcode data which can consist of up to 9 digits (for mode 2)
or up to 6 alphanumeric characters (for mode 3). Remaining
unused characters can be filled with the SPACE character
(ASCII 32) or omitted (if omitted adjust the following
character positions).
------------ -------------------------------------------------------------------
1 - 9 Postcode data which can consist of up to 9 digits (for mode 2) or
up to 6 alphanumeric characters (for mode 3). Remaining unused
characters for mode 3 can be filled with the SPACE character
(ASCII 32) or omitted.
(adjust the following character positions according to postcode
length)
10 - 12 Three-digit country code according to ISO 3166-1.
13 - 15 Three-digit service code. This depends on your parcel courier.

View File

@ -103,8 +103,8 @@ Mode 6 sets the scanner (Reader Initialisation/Programming)</string>
<property name="toolTip">
<string>Postcode of up to 9 digits for Mode 2 or
6 alphanumerics for Mode 3 (will truncate)
Postcodes less than maximum length will
be padded with spaces
Mode 3 postcodes less than maximum
length will be padded with spaces
(ignored if disabled)</string>
</property>
<property name="text">
@ -126,8 +126,8 @@ be padded with spaces
<property name="toolTip">
<string>Postcode of up to 9 digits for Mode 2 or
6 alphanumerics for Mode 3 (will truncate)
Postcodes less than maximum length will
be padded with spaces
Mode 3 postcodes less than maximum
length will be padded with spaces
(ignored if disabled)</string>
</property>
<property name="sizePolicy">