mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 20:14:28 -04:00
manual: Deutshe -> Deutsche (#266)
This commit is contained in:
parent
516e4ddd49
commit
c0a5c7b125
7 changed files with 17 additions and 17 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue