Skip to content

Code 93

Terry Burton edited this page Mar 26, 2014 · 12 revisions

#summary Reference for Code 93

=Code 93=

Code 93 is a continuous, variable length, self-checking barcode symbology.

Also known as: USD-7, USS-93.

Variants:

  • [Code93Ext Code 93 Extended] is a variant of Code 93 that can be used to encode full 128 character ASCII with the use of special shift character combinations.

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

===Data and Options===

  • The data field can hold any of the following:
    • Numbers 0-9
    • Capital letters A-Z
    • Symbols -.$/+%* and space
  • The parsefnc option allows the special shift characters to be supplied as ^SFT$, ^SFT%, ^SFT/ and ^SFT+.
  • The includecheck option calculates the two check digits.

===Examples===

{{{ 0 0 moveto (CODE93) (includecheck) /code93 /uk.co.terryburton.bwipp findresource exec }}}

http://wiki.postscriptbarcode.googlecode.com/git/images/code93-1.png

Code 93 including a special shift combination (/)A representing !:

{{{ 0 0 moveto (CODE93^SFT/A) (parsefnc includecheck) /code93 /uk.co.terryburton.bwipp findresource exec }}}

http://wiki.postscriptbarcode.googlecode.com/git/images/code93-2.png


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