mirror of
https://git.code.sf.net/p/zint/code
synced 2026-05-10 08:04:02 +00:00
AZTEC: add manual FNC1 support:
improve P/S vs P/L choice when have ECI; add ZINT_DEBUG_TEST dump AUSPOST: allow variable length data input DATAMATRIX: do `EXTRA_ESCAPE_MODE` processing up front & check have non-zero length afterwards; disallow `READER_INIT` and `EXTRA_ESCAPE_MODE`; general: add new `z_zero_fill()` func & use; add new `z_extra_escape_position_fnc1()` helper; in `z_ct_set_seg_extra_escapes_eci` check position FNC1 whether or not have ECI library: escape_char_process: note escaped backslash followed by caret by passes `EXTRA_ESCAPE_MODE` check test suite: BWIPP: update to latest; support AUSPOST variants; process `EXTRA_ESCAPE_MODE` escaping up front
This commit is contained in:
@@ -215,7 +215,7 @@ The escape sequences are:
|
||||
\f[CR]\-\-extraesc\f[R]
|
||||
As well as processing the normal escape sequences above, process the
|
||||
special escape sequences beginning with \f[CR]\(rs\(ha\f[R].
|
||||
For Code 128 and Data Matrix, process the escape sequence
|
||||
For Aztec Code, Code 128 and Data Matrix, process the escape sequence
|
||||
\f[CR]\(rs\(ha1\f[R] that inserts an \f[CR]FNC1\f[R] character, and the
|
||||
escaping sequence \f[CR]\(rs\(ha\(ha\f[R] that encodes a literal
|
||||
\f[CR]\(rs\(ha\f[R].
|
||||
|
||||
Reference in New Issue
Block a user