-
-
Notifications
You must be signed in to change notification settings - Fork 72
Input Processing
In supporting barcode symbologies, 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.
Note: When this option is enabled, literal instances of ^NNN in the input data can be escaped as ^094NNN.
Equivalent symbols:
Data: This is Data Matrix
Options:
Encoder: datamatrix
Data: This is ^068ata Matrix
Options: parse
Encoder: datamatrix

In supporting barcode symbologies, when the parsefnc option is specified, non-data function characters can be specified by escaped combinations such as ^FNC1, ^FNC4, ^SFT/ and ^ECI000003.
Note: When this option is enabled, literal instances of ^ in the input data can be escaped as ^^.
Manually-composed Code 93 Extended demonstrating use of the special shift combination (/)A to represent !:
Data: TERRY^SFT/A
Options: parsefnc includecheck
Encoder: code93

Home | Download | Documentation (PDF) | Source | Support | Issues | Online Barcode Generator