From c0a5c7b125e525f62a82701d29df120d0a3fde7b Mon Sep 17 00:00:00 2001 From: gitlost Date: Fri, 5 Aug 2022 23:51:24 +0100 Subject: [PATCH] manual: Deutshe -> Deutsche (#266) --- README | 4 ++-- backend/2of5.c | 2 +- backend/DEVELOPER | 6 +++--- backend/code128.c | 2 +- docs/manual.pmd | 8 ++++---- docs/manual.txt | 8 ++++---- win32/test.bat | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README b/README index 423c99aa..d7935fde 100644 --- a/README +++ b/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 diff --git a/backend/2of5.c b/backend/2of5.c index 81aca091..15594049 100644 --- a/backend/2of5.c +++ b/backend/2of5.c @@ -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; diff --git a/backend/DEVELOPER b/backend/DEVELOPER index 478c78a1..8fb49741 100644 --- a/backend/DEVELOPER +++ b/backend/DEVELOPER @@ -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) \ No newline at end of file + ISBN-13 (verification) diff --git a/backend/code128.c b/backend/code128.c index 63080ef9..e028a565 100644 --- a/backend/code128.c +++ b/backend/code128.c @@ -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) { diff --git a/docs/manual.pmd b/docs/manual.pmd index 509b97db..f20fd01b 100644 --- a/docs/manual.pmd +++ b/docs/manual.pmd @@ -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. diff --git a/docs/manual.txt b/docs/manual.txt index b7d831d0..a0aad1d2 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -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. diff --git a/win32/test.bat b/win32/test.bat index d7dcb39b..1b3a43d5 100755 --- a/win32/test.bat +++ b/win32/test.bat @@ -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