manual: add new ZINT_WARN_HRT_TRUNCATED warning;

add missing Table caption "Micro QR ECC Levels";
  update README for pandoc-3.1.3;
  remove TODO Windows instructions which never worked and likely
  never will
This commit is contained in:
gitlost 2023-06-14 15:16:09 +01:00
parent acd52ac489
commit 3c1980c284
4 changed files with 32 additions and 26 deletions

View file

@ -1959,6 +1959,9 @@ detailing the nature of the error. The errors generated by Zint are:
--------------------------------------------------------------------------------
Return Value Meaning
----------------------------- -------------------------------------------------
`ZINT_WARN_HRT_TRUNCATED` The Human Readable Text returned in `text` was
truncated (maximum 159 bytes).
`ZINT_WARN_INVALID_OPTION` One of the values in `zint_struct` was set
incorrectly but Zint has made a guess at what it
should have been and generated a barcode
@ -2010,6 +2013,9 @@ Return Value Meaning
`ZINT_ERROR_NONCOMPLIANT` Returned if `warn_level` set to `WARN_FAIL_ALL`
and `ZINT_WARN_NONCOMPLIANT` occurs.
`ZINT_ERROR_HRT_TRUNCATED` Returned if `warn_level` set to `WARN_FAIL_ALL`
and `ZINT_WARN_HRT_TRUNCATED` occurs.
--------------------------------------------------------------------------------
Table: {#tbl:api_warnings_errors tag=": API Warning and Error Return Values"}
@ -2791,6 +2797,8 @@ stop (`.`), space, asterisk (`*`), dollar (`$`), slash (`/`), plus (`+`) and
percent (`%`). The standard does not require a check digit but a modulo-43 check
digit can be added if desired by setting `--vers=1` (API `option_2 = 1`).
\clearpage
#### 6.1.7.2 Extended Code 39
![`zint -b EXCODE39 --compliantheight -d "123.45$@fd"`](images/excode39.svg)
@ -3881,6 +3889,8 @@ Input ECC Error Correction Recovery Available for
3 Q Approx 55% of symbol Approx 25% M4
----------------------------------------------------------------------
Table: {#tbl:micrqr_eccs tag=": Micro QR ECC Levels"}
The defaults for symbol size and ECC level depend on the input and whether
either of them is specified.