Module barcoders::sym::code93 [] [src]

Encoder for Code93 barcodes.

Code93 is intented to improve upon Code39 barcodes by offering a wider array of encodable ASCII characters. It also produces denser barcodes than Code39.

Code93 is a continuous, variable-length symbology.

NOTE: This encoder currently only supports the basic Code93 implementation and not full-ASCII mode.

Structs

Code93

The Code93 barcode type.