[][src]Module barcoders::sym::code11

Encoder for Code11 (USD-8) barcodes.

Code11 is able to encode all of the decimal digits and the dash character. It is mainly used in the telecommunications industry.

Code11 is a discrete symbology. This encoder always provides a C checksum. For barcodes longer than 10 characters, a second checksum digit (K) is appended.

Structs

Code11

The Code11 barcode type.

Type Definitions

USD8

The USD-8 barcode type.