mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
manual: Deutshe -> Deutsche (#266)
This commit is contained in:
parent
516e4ddd49
commit
c0a5c7b125
4
README
4
README
@ -7,8 +7,8 @@ this capability into your own programs.
|
||||
Zint is able to encode data in the following formats:
|
||||
|
||||
Code 11, Standard Code 2 of 5, IATA Code 2 of 5, Industrial Code 2 of 5,
|
||||
Interleaved Code 2 of 5, Code 2 of 5 Data Logic, ITF-14, Deutshe Post Leitcode,
|
||||
Deutshe Post Identcode, UPC-A, UPC-E, EAN-2, EAN-5, EAN-8, EAN-13, ISBN, UK
|
||||
Interleaved Code 2 of 5, Code 2 of 5 Data Logic, ITF-14, Deutsche Post Leitcode,
|
||||
Deutsche Post Identcode, UPC-A, UPC-E, EAN-2, EAN-5, EAN-8, EAN-13, ISBN, UK
|
||||
Plessey, MSI Plessey, Telepen Alpha, Telepen Numeric, Code 39, Extended Code 39,
|
||||
Code 93, PZN, Code 32, LOGMARS, Codabar, Pharmacode, Code 128, GS1-128, NVE-18,
|
||||
Code 16k, PDF417, MicroPDF417, Two-Track Pharmacode, POSTNET, PLANET, Australia
|
||||
|
@ -280,7 +280,7 @@ INTERNAL int itf14(struct zint_symbol *symbol, unsigned char source[], int lengt
|
||||
return error_number ? error_number : warn_number;
|
||||
}
|
||||
|
||||
/* Deutshe Post Leitcode */
|
||||
/* Deutsche Post Leitcode */
|
||||
INTERNAL int dpleit(struct zint_symbol *symbol, unsigned char source[], int length) {
|
||||
int i, error_number;
|
||||
unsigned int count;
|
||||
|
@ -10,8 +10,8 @@ Here is a guide to which bit of source code does what.
|
||||
Data Logic
|
||||
Interleaved 2 of 5
|
||||
ITF-14
|
||||
Deutche Post Leitcode
|
||||
Deutche Post Identcode
|
||||
Deutsche Post Leitcode
|
||||
Deutsche Post Identcode
|
||||
|
||||
auspost.c:
|
||||
Australia Post Standard Customer Barcode
|
||||
@ -130,4 +130,4 @@ upcean.c:
|
||||
EAN-13
|
||||
SBN (verification)
|
||||
ISBN (verification)
|
||||
ISBN-13 (verification)
|
||||
ISBN-13 (verification)
|
||||
|
@ -1062,7 +1062,7 @@ INTERNAL int ean14(struct zint_symbol *symbol, unsigned char source[], int lengt
|
||||
return error_number;
|
||||
}
|
||||
|
||||
/* DPD (Deutsher Paket Dienst) Code */
|
||||
/* DPD (Deutscher Paketdienst) Code */
|
||||
/* Specification at ftp://dpd.at/Datenspezifikationen/EN/gbs_V4.0.2_hauptdokument.pdf
|
||||
* or https://docplayer.net/33728877-Dpd-parcel-label-specification.html */
|
||||
INTERNAL int dpd(struct zint_symbol *symbol, unsigned char source[], int length) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
% Zint Barcode Generator and Zint Barcode Studio User Manual
|
||||
% Version 2.11.0.9
|
||||
% July 2022
|
||||
% August 2022
|
||||
|
||||
# 1. Introduction
|
||||
|
||||
@ -559,9 +559,9 @@ Value
|
||||
|
||||
20 `BARCODE_CODE128` Code 128 (automatic subset switching)
|
||||
|
||||
21 `BARCODE_DPLEIT` Deutshe Post Leitcode
|
||||
21 `BARCODE_DPLEIT` Deutsche Post Leitcode
|
||||
|
||||
22 `BARCODE_DPIDENT` Deutshe Post Identcode
|
||||
22 `BARCODE_DPIDENT` Deutsche Post Identcode
|
||||
|
||||
23 `BARCODE_CODE16K` Code 16K
|
||||
|
||||
@ -2714,7 +2714,7 @@ standards.
|
||||
![`zint -b DPD --compliantheight -d
|
||||
"%000393206219912345678101040"`](images/dpd.svg)
|
||||
|
||||
Another variation of Code 128 as used by DPD (Deutsher Paket Dienst). Requires
|
||||
Another variation of Code 128 as used by DPD (Deutscher Paketdienst). Requires
|
||||
a 28 character alphanumeric input. Zint formats the Human Readable Text as
|
||||
specified by DPD and adds a modulo-36 check character.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Zint Barcode Generator and Zint Barcode Studio User Manual
|
||||
Version 2.11.0.9
|
||||
July 2022
|
||||
August 2022
|
||||
|
||||
*******************************************************************************
|
||||
* For reference the following is a text-only version of the Zint manual, *
|
||||
@ -696,9 +696,9 @@ underscores are optional.
|
||||
|
||||
20 BARCODE_CODE128 Code 128 (automatic subset switching)
|
||||
|
||||
21 BARCODE_DPLEIT Deutshe Post Leitcode
|
||||
21 BARCODE_DPLEIT Deutsche Post Leitcode
|
||||
|
||||
22 BARCODE_DPIDENT Deutshe Post Identcode
|
||||
22 BARCODE_DPIDENT Deutsche Post Identcode
|
||||
|
||||
23 BARCODE_CODE16K Code 16K
|
||||
|
||||
@ -2680,7 +2680,7 @@ a standard Code 128 symbol as required by the Health Industry Barcode standards.
|
||||
|
||||
[zint -b DPD --compliantheight -d "%000393206219912345678101040"]
|
||||
|
||||
Another variation of Code 128 as used by DPD (Deutsher Paket Dienst). Requires a
|
||||
Another variation of Code 128 as used by DPD (Deutscher Paketdienst). Requires a
|
||||
28 character alphanumeric input. Zint formats the Human Readable Text as
|
||||
specified by DPD and adds a modulo-36 check character.
|
||||
|
||||
|
@ -133,7 +133,7 @@ zint -o bar20.png -b 20 --height=50 --border=10 -d "Code 128"
|
||||
zint -o bar20.eps -b 20 --height=50 --border=10 -d "Code 128"
|
||||
zint -o bar20.svg -b 20 --height=50 --border=10 -d "Code 128"
|
||||
|
||||
echo testing Deutshe Post Leitcode
|
||||
echo testing Deutsche Post Leitcode
|
||||
|
||||
zint -o bar21.png -b 21 --height=50 --border=10 -d 3210987654321
|
||||
|
||||
@ -141,7 +141,7 @@ zint -o bar21.eps -b 21 --height=50 --border=10 -d 3210987654321
|
||||
|
||||
zint -o bar21.svg -b 21 --height=50 --border=10 -d 3210987654321
|
||||
|
||||
echo testing Deutche Post Identcode
|
||||
echo testing Deutsche Post Identcode
|
||||
|
||||
zint -o bar22.png -b 22 --height=50 --border=10 -d 10987654321
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user