Module: Zint::Constants::InputDataTypes
- Included in:
- Zint
- Defined in:
- lib/zint/constants/input_data_types.rb
Overview
Input data types (‘symbol->input_mode`)
Constant Summary collapse
- DATA_MODE =
Binary
0
- UNICODE_MODE =
UTF-8
1
- GS1_MODE =
GS1
2
- ESCAPE_MODE =
Process escape sequences
0x0008
- GS1PARENS_MODE =
Process parentheses as GS1 AI delimiters (instead of square brackets)
0x0010
- GS1NOCHECK_MODE =
Do not check validity of GS1 data (except that printable ASCII only)
0x0020
- HEIGHTPERROW_MODE =
Interpret ‘height` as per-row rather than as overall height
0x0040
- FAST_MODE =
Use faster if less optimal encodation or other shortcuts if available (affects DATAMATRIX, MICROPDF417, PDF417, QRCODE & UPNQR only)
0x0080