mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-25 12:34:24 -04:00
Added recent changes to README
- Code16K fixes: remove extended ASCII latch, pad character - Restructuring to have common code centralized: - Code128 routines for Codablock&Code16K - output.c has common routines from raster.c and symbologies. - make internal routines invisible by a static function definition.
This commit is contained in:
parent
8131471573
commit
9f2f7173de
1 changed files with 6 additions and 0 deletions
6
README
6
README
|
@ -180,6 +180,7 @@ Bugs:
|
||||||
- Correct column range to 9 ... 62
|
- Correct column range to 9 ... 62
|
||||||
- allow new options: row count and column count, border_width and HIBC mode
|
- allow new options: row count and column count, border_width and HIBC mode
|
||||||
- pad correctly empty and last row
|
- pad correctly empty and last row
|
||||||
|
- separator length correction
|
||||||
- Code128 changes:
|
- Code128 changes:
|
||||||
- Correctly encode CodeA charset with control-character only data
|
- Correctly encode CodeA charset with control-character only data
|
||||||
- Improve coding of Extended ASCII (FNC4)
|
- Improve coding of Extended ASCII (FNC4)
|
||||||
|
@ -189,6 +190,11 @@ Bugs:
|
||||||
symbologies.
|
symbologies.
|
||||||
- Check for incomplete escape sequences on data specification: "\" without following
|
- Check for incomplete escape sequences on data specification: "\" without following
|
||||||
character.
|
character.
|
||||||
|
- Code16K fixes: remove extended ASCII latch, pad character
|
||||||
|
- Restructuring to have common code centralized:
|
||||||
|
- Code128 routines for Codablock&Code16K
|
||||||
|
- output.c has common routines from raster.c and symbologies.
|
||||||
|
- make internal routines invisible by a static function definition.
|
||||||
|
|
||||||
CONTACT US
|
CONTACT US
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue