mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 09:57:02 +00:00
CODE128: ***2.14.0 regression fix***
set C1 start latch lengths to max (was 0) to prevent C1 being selected initially - was causing StartC to be omitted, e.g. for "12é"
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
Version 2.14.0.9 (dev) not released yet (2025-02-20)
|
||||
Version 2.14.0.9 (dev) not released yet (2025-02-23)
|
||||
====================================================
|
||||
|
||||
***2.14.0 regression fix***
|
||||
---------------------------
|
||||
- CODE128: start code no longer omitted for data starting with numerics followed
|
||||
by extended ASCII (Latin-1)
|
||||
|
||||
**Incompatible changes**
|
||||
------------------------
|
||||
- New `text_length` field in `symbol` (useful for new output option
|
||||
@@ -16,6 +21,7 @@ Changes
|
||||
|
||||
Bugs
|
||||
----
|
||||
- CODE128: fix 2.14.0 regression (see above), never start in mode C1
|
||||
- CODE32: ignore `option_2` (check digit options)
|
||||
- PZN: ignore `option_2` (check digit options) except for indicates PZN7 only
|
||||
- DPD: exclude DEL from ident tag also
|
||||
|
||||
Reference in New Issue
Block a user