From 9f2f7173de66f9f6946417840b68c1b69b75728a Mon Sep 17 00:00:00 2001 From: Harald Oehlmann Date: Wed, 27 May 2020 13:30:07 +0200 Subject: [PATCH] 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. --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index dcc3f249..af8648b0 100644 --- a/README +++ b/README @@ -180,6 +180,7 @@ Bugs: - Correct column range to 9 ... 62 - allow new options: row count and column count, border_width and HIBC mode - pad correctly empty and last row + - separator length correction - Code128 changes: - Correctly encode CodeA charset with control-character only data - Improve coding of Extended ASCII (FNC4) @@ -189,6 +190,11 @@ Bugs: symbologies. - Check for incomplete escape sequences on data specification: "\" without following 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 ----------