mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 13:34:19 -04:00
Add Brizilian CEPNet (almost identical to POSTNET) using Symbol #54
This commit is contained in:
parent
c0ec67f99e
commit
35c207edd4
12 changed files with 386 additions and 207 deletions
|
@ -601,6 +601,8 @@ Value
|
|||
52 `BARCODE_PZN` PZN
|
||||
|
||||
53 `BARCODE_PHARMA_TWO` Pharmacode Two-Track
|
||||
|
||||
54 `BARCODE_CEPNET` Brazilian CEPNet
|
||||
|
||||
55 `BARCODE_PDF417` PDF417
|
||||
|
||||
|
@ -3147,6 +3149,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
|
||||
|
||||

|
||||
|
||||
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
|
||||
added by Zint.
|
||||
|
||||
\clearpage
|
||||
|
||||
## 6.5 4-State Postal Codes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue