mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 15:18:29 -04:00
Add Japanese Post Barcode
This commit is contained in:
parent
de08d8a885
commit
894bddbadd
6 changed files with 34 additions and 3 deletions
|
@ -174,7 +174,7 @@ which requires an 8-digit DPID input.</P>
|
|||
<P><A NAME="AUSREDIRECT"></A><FONT SIZE=4><B>5.5.1.4 Redirect Barcode</B></FONT></P>
|
||||
<P>A Redirection version of the Australia Post 4-State Barcode (FCC
|
||||
92) which requires an 8-digit DPID input.</P>
|
||||
<P ALIGN=CENTER><IMG SRC="auspost.png" NAME="graphics1" ALIGN=LEFT WIDTH=266 HEIGHT=20 BORDER=0><BR CLEAR=LEFT><BR><BR>
|
||||
<P><IMG SRC="auspost.png" NAME="graphics1" ALIGN=LEFT WIDTH=266 HEIGHT=20 BORDER=0><BR CLEAR=LEFT><BR><BR>
|
||||
</P>
|
||||
<P><A NAME="KIX"></A><FONT SIZE=5><B>5.5.2 Dutch Post KIX Code</B></FONT></P>
|
||||
<P>This Symbology is used by Royal Dutch TPG Post (Netherlands) for
|
||||
|
@ -190,7 +190,7 @@ postcode and customer data on mail items. Data input can consist of
|
|||
numbers 0-9 and letters A-Z and usually includes delivery postcode
|
||||
followed by house number. For example "W1J0TR01" for 1
|
||||
Picadilly Circus in London. Check digit data is generated by Zint.</P>
|
||||
<P ALIGN=CENTER><IMG SRC="rm4scc.png" NAME="graphics2" ALIGN=LEFT WIDTH=166 HEIGHT=20 BORDER=0><BR CLEAR=LEFT><BR><BR>
|
||||
<P><IMG SRC="rm4scc.png" NAME="graphics2" ALIGN=LEFT WIDTH=166 HEIGHT=20 BORDER=0><BR CLEAR=LEFT><BR><BR>
|
||||
</P>
|
||||
<P><A NAME="ONECODE"></A><FONT SIZE=5><B>5.5.4 USPS OneCode</B></FONT></P>
|
||||
<P>Also known as the Intelligent Mail Barcode and used in the US by
|
||||
|
@ -202,7 +202,15 @@ tracking code, followed by a dash (-), followed by a delivery point
|
|||
zip-code which can be 0, 5, 9 or 11 digits in length. For example all
|
||||
of the following inputs are valid data entries:</P>
|
||||
<P><FONT FACE="Courier">"01234567094987654321"<BR>"01234567094987654321-01234"<BR>"01234567094987654321-012345678"<BR>"01234567094987654321-01234567891"</FONT></P>
|
||||
<P ALIGN=CENTER><IMG SRC="onecode.png" NAME="graphics3" ALIGN=LEFT WIDTH=258 HEIGHT=12 BORDER=0><BR CLEAR=LEFT><BR><BR><BR>
|
||||
<P><IMG SRC="onecode.png" NAME="graphics3" ALIGN=LEFT WIDTH=258 HEIGHT=12 BORDER=0><BR CLEAR=LEFT><BR><BR><BR>
|
||||
</P>
|
||||
<P><A NAME="JAPAN"></A><FONT SIZE=5><B>5.5.5 Japanese Postal Barcode</B></FONT></P>
|
||||
<P>Used to sort mail items in Japan. Data consists of a postal code followed
|
||||
by a representation of the address data. Valid characters are 0-9, A-Z and
|
||||
dash (-). Zint supports "Direct Encoding Mode" only where the address has
|
||||
been converted to an "Address B" string and concatenated to the postal code.
|
||||
Check digit is added by Zint.</P>
|
||||
<P><IMG SRC="japan.png" NAME="graphics5" ALIGN=LEFT WIDTH=266 HEIGHT=12 BORDER=0><BR CLEAR=LEFT><BR><BR><BR>
|
||||
</P>
|
||||
<HR>
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue