My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Telepen  
Updated Mar 1, 2012 by terry.burton

Overview

An arbitrary length symbology for encoding all 128 ASCII characters without the need for shift characters.

Invoking

  • In the default ASCII format the data can contain any standard ASCII data, values 0-127.
  • When the numeric option is given, the data is read as either pairs of digits or 0X, 1X, etc. The singular values ^000 to ^016 can also be encoded using the parse option.
  • 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.
  • The mandatory check digit is automatically included.

Examples

0 0 moveto (Telepen) (includetext) /telepen /uk.co.terryburton.bwipp findresource exec

0 0 moveto (Telepen^013) (parse) /telepen /uk.co.terryburton.bwipp findresource exec

0 0 moveto (123456) (numeric) /telepen /uk.co.terryburton.bwipp findresource exec

0 0 moveto (1X345X) (numeric) /telepen /uk.co.terryburton.bwipp findresource exec

0 0 moveto (1234^005) (numeric parse includetext) /telepen /uk.co.terryburton.bwipp findresource exec

Powered by Google Project Hosting