Skip to content

Code 93 Extended

Terry Burton edited this page Mar 28, 2014 · 11 revisions

The Code 93 Extended barcode symbology is continuous, variable length, and self-checking. It is based on Code 93 but can encode full 128 character ASCII using four additional shift characters: ($) (%) (/) (+)

Also known as: Code 93 Full ASCII.

Variants:

  • Code 93 is a simpler variant of the Code 93 Extended barcode symbology.

Standards: ANSI/AIM BC5-1995 USS, ITS 93i.

Data and Options

  • The data field can consist of any ASCII data.
  • When the parse option is specified, any instances of ^NNN in the data field are replaced with their equivalent ASCII value, useful for specifying unprintable characters, e.g. ^029 for GS, etc.
  • The includecheck option calculates the two check digits.

Examples

0 0 moveto (Code93Ext!) (includecheck)
/code93ext /uk.co.terryburton.bwipp findresource exec

0 0 moveto (Code93^029Extended) (parse includecheck)
/code93ext /uk.co.terryburton.bwipp findresource exec


Symbologies Reference

Point of Sale

GS1 DataBar

Supply Chain

Two-dimensional Symbols

One-dimensional Symbols

Postal Symbols

Pharmaceutical Symbols

Less-used Symbols

GS1 Composite Symbols

Raw Symbols

Partial Symbols

Clone this wiki locally