diff --git a/docs/onedim.html b/docs/onedim.html index 893baa5c..3523d2f5 100644 --- a/docs/onedim.html +++ b/docs/onedim.html @@ -3,19 +3,6 @@ One-Dimensional Symbols - - - - @@ -39,14 +26,12 @@

One-Dimensional Symbols are what most people associate with the term barcode. They consist of a number of bars and a number of spaces of differing widths.

-



-

5.1.1 Code 11

Developed by Intermec in 1977, Code 11 is similar to Code 2 of 5 Matrix and is primarily used in telecommunications. The symbol can encode any length string consisting of the digits 0-9 and the dash character (-). One modulo-11 check digit is calculated.

-




+


5.1.2 Code 2 of 5

Code 2 of 5 is a family of one-dimensional symbols, 8 of which are @@ -89,7 +74,7 @@ Identcode

Identcode is based on Interleaved Code 2 of 5 and is used by Deutsche Post for mailing purposes. Identcode requires an 11-digit numerical input and includes a check digit.

-




+


5.1.3 Universal Product Code (EN 797)

@@ -120,7 +105,7 @@ number stating with the digit 1. For example:

my_symbol->symbology = BARCODE_UPCE;
error = ZBarcode_Encode_and_Print(my_symbol, "1123456");

-




+


5.1.4 European Article Number (EN 797)

@@ -151,14 +136,14 @@ The relevant check digit needs to be present in the input data and will be verified before the symbol is generated. In addition EAN-2 and EAN-5 add-on symbols can be added using the + symbol as with UPC symbols.

-




+


5.1.5 Plessey

Also known as Plessey Code, this symbology was developed by the Plessey Company Ltd. in the UK. The symbol can encode any length data consisting of digits (0-9) or letters A-F and includes a CRC check digit.

-




+


5.1.6 MSI Plessey

Based on Plessey and developed by MSE Data Corporation, MSI @@ -168,66 +153,62 @@ the –ver= switch. Any length numeric (digits 0-9) input can be encoded. The table below shows the options available:

-
- - +
- - - - - - - - - - - -
+

Value of option_2

+

Check Digits

+

0

+

None

+

1

+

Modulo-10

+

2

+

Modulo-10 & Modulo-10

+

3

+

Modulo-11

+

4

+

Modulo-11 & Modulo-10

-



-

-




+


5.1.7 Telepen

5.1.7.1 Telepen Alpha

@@ -240,7 +221,7 @@ 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). Includes a modulo-127 check digit.

-




+


5.1.8 Code 39

5.1.8.1 Standard Code 39 @@ -275,7 +256,7 @@ Standard Code 39 and adds a modulo-43 check digit.

(Ministero della Sanità) for encoding pharmacode data on pharmaceutical products. Requires a numeric input up to 8 digits in length. Check digit is added by Zint.

-




+


5.1.9 Codabar (EN 798)

Also known as NW-7, Monarch, ABC Codabar, USD-4, Ames Code and @@ -286,13 +267,13 @@ Codabar can encode any length string starting and ending with the letters A-D and containing between these letters the numbers 0-9, dash (-), dollar ($), colon (:), slash (/), full stop (.) or plus (+). No check digit is generated.

-




+


5.1.10 Pharmacode

Developed by Laetus, Pharmacode One-Track is used for the identification of pharmaceuticals. The symbology is able to encode whole numbers between 3 and 131070.

-




+


5.1.11 Code 128

5.1.11.1 Standard Code @@ -332,7 +313,7 @@ GTIN check digit and AI (01) are added by Zint.

A variation of Code 128 the Nummber der Versandeinheit standard includes both modulo-10 and modulo-103 check digits. NVE-18 requires a 17 digit numerical input.

-




+


5.1.12 GS1 DataBar (ISO 24724)

@@ -378,22 +359,14 @@ C). The following is an example of a valid DataBar Expanded input

zint --barcode=31 -d "[01]98898765432106[3202]012345[15]991231"

-




+


5.1.13 Korea Post Barcode

The Korean Postal Barcode is used to encode a six-digit number and includes one check digit.

-



+


-



-

-



-

-

[1] Zint requires input data to be encoded in UTF-8 -format. Note this now applies to both frontend and backend input -text. Extended ASCII characters may not display properly in EPS -due to the restrictions of the EPS format.


@@ -419,7 +392,5 @@ due to the restrictions of the EPS format.

-



-

\ No newline at end of file