From b75e00a01c335797b6c50a0ec272c38c1ffb67d6 Mon Sep 17 00:00:00 2001 From: Harald Oehlmann Date: Fri, 28 Oct 2016 00:05:41 +0200 Subject: [PATCH] Manual: TCL + HIBC --- docs/manual.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual.txt b/docs/manual.txt index 61958fb5..9985ef3b 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -128,6 +128,10 @@ so are not able to provide support or binaries for macOS. If you are a macOS developer, however, or if you have any success in building Zint on macOS, we would love to hear from you. +2.4 zint tcl backend +-------------------- +The tcl backend may be build using the provided TEA build on Linux, Windows, +Mac-OS and Android. For Windows, a MS-VC6 makefile is also available. 3. Using Zint Barcode Studio ============================ @@ -408,6 +412,10 @@ should be enclosed in [square brackets] followed by the data to be encoded (see doesn't need to be set) for EAN-128, DataBar and Composite symbologies but is also available for Code 16k, Data Matrix, Aztec Code, DotCode and QR Code. +HIBC data may also be encoded in the symbologies Code 39, Code128, Codablock-F, +Datamatrix, QR-Code, PDF417 and Aztec-Code. Within this mode, the leading '+' and the +check character is automatically added. + The --binary option prevents Zint from performing any convertion of the data before placing in the barcode symbol and should be used if you are encoding raw binary or encrypted data.