mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-24 05:17:05 +00:00
Allow explicit ECI 3
Setting ECI to 3 now causes Zint to include ECI 3 in symbol, and allows entry of data formatted in ISO 8859_1 Fixes #127 requested by Harald Oehlmann
This commit is contained in:
@@ -529,7 +529,7 @@ static int aztec_text_process(const unsigned char source[], const size_t src_len
|
||||
bin_append(0, 3, binary_string); // FLG(0)
|
||||
}
|
||||
|
||||
if (eci != 3) {
|
||||
if (eci != 0) {
|
||||
bin_append(0, 5, binary_string); // P/S
|
||||
bin_append(0, 5, binary_string); // FLG(n)
|
||||
if (eci < 10) {
|
||||
|
||||
Reference in New Issue
Block a user