mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-13 06:34:32 -04:00
CEPNET: height/quiet zones, backend_tcl, test suite
This commit is contained in:
parent
400f124a04
commit
b42f456b88
12 changed files with 1642 additions and 1576 deletions
|
@ -3155,7 +3155,7 @@ these.
|
|||
|
||||
Based on POSTNET, the CEPNet symbol is used by Correios, the Brazilian postal
|
||||
service, to encode CEP (Código de Endereçamento Postal) numbers on mail items.
|
||||
Input should consist of eight digits with the check digit being automattically
|
||||
Input should consist of eight digits with the check digit being automatically
|
||||
added by Zint.
|
||||
|
||||
\clearpage
|
||||
|
|
|
@ -138,6 +138,7 @@ August 2022
|
|||
- 6.4.1 Two-Track Pharmacode
|
||||
- 6.4.2 POSTNET
|
||||
- 6.4.3 PLANET
|
||||
- 6.4.4 Brazilian CEPNet
|
||||
- 6.5 4-State Postal Codes
|
||||
- 6.5.1 Australia Post 4-State Symbols
|
||||
- 6.5.1.1 Customer Barcodes
|
||||
|
@ -739,6 +740,8 @@ underscores are optional.
|
|||
|
||||
53 BARCODE_PHARMA_TWO Pharmacode Two-Track
|
||||
|
||||
54 BARCODE_CEPNET Brazilian CEPNet
|
||||
|
||||
55 BARCODE_PDF417 PDF417
|
||||
|
||||
56* BARCODE_PDF417COMP Compact PDF417 (Truncated PDF417)
|
||||
|
@ -3083,6 +3086,15 @@ lengths used by USPS were Planet12 (11-digit input) and Planet14 (13-digit
|
|||
input), and as with POSTNET a warning will be issued if the length is not one of
|
||||
these.
|
||||
|
||||
6.4.4 Brazilian CEPNet
|
||||
|
||||
[zint -b CEPNET --compliantheight -d "12345678"]
|
||||
|
||||
Based on POSTNET, the CEPNet symbol is used by Correios, the Brazilian postal
|
||||
service, to encode CEP (Código de Endereçamento Postal) numbers on mail items.
|
||||
Input should consist of eight digits with the check digit being automatically
|
||||
added by Zint.
|
||||
|
||||
6.5 4-State Postal Codes
|
||||
|
||||
6.5.1 Australia Post 4-State Symbols
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue