Added changelog in TCL file, that character encoding is now treated by zint and TCL encodings are not used any more.

This commit is contained in:
Harald Oehlmann 2021-01-14 10:07:25 +01:00
parent b999c11414
commit 5cc4674a99

View file

@ -103,6 +103,9 @@
2021-01-05 2.9.1 HaO
- Added options -reverse, -werror, -wzpl
- Use version number from zint.h (first 3 digits). Do not use an own one.
2021-01-14 GL
- Removed TCL native encoding of ECI's and replace by zint buildin mechanism.
The input is now UTF-8 for any ECI and zint cares about the encoding.
*/
#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
@ -144,7 +147,7 @@
/*----------------------------------------------------------------------------*/
/* >>>>> Hepler defines */
/* Two macros are necessary to not include the define name, but the value */
/* Two macros are necessary to not include the define name, but the value */
#define STRING(x) #x
#define TOSTRING(x) STRING(x)