mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Add Japanese Post Barcode
This commit is contained in:
parent
de08d8a885
commit
894bddbadd
@ -1034,6 +1034,18 @@ following table. For example</P>
|
|||||||
<P ALIGN=CENTER>NVE-18</P>
|
<P ALIGN=CENTER>NVE-18</P>
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>
|
||||||
|
<P ALIGN=CENTER>76</P>
|
||||||
|
</TD>
|
||||||
|
<TD>
|
||||||
|
<P ALIGN=CENTER><FONT FACE="Courier, monospace">BARCODE_JAPANPOST</FONT></P>
|
||||||
|
</TD>
|
||||||
|
<TD>
|
||||||
|
<P ALIGN=CENTER>Japanese Postal Code</P>
|
||||||
|
</TD>
|
||||||
|
</TR>
|
||||||
|
|
||||||
<TR VALIGN=TOP>
|
<TR VALIGN=TOP>
|
||||||
<TD>
|
<TD>
|
||||||
<P ALIGN=CENTER>77</P>
|
<P ALIGN=CENTER>77</P>
|
||||||
|
@ -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 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
|
<P>A Redirection version of the Australia Post 4-State Barcode (FCC
|
||||||
92) which requires an 8-digit DPID input.</P>
|
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>
|
||||||
<P><A NAME="KIX"></A><FONT SIZE=5><B>5.5.2 Dutch Post KIX Code</B></FONT></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
|
<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
|
numbers 0-9 and letters A-Z and usually includes delivery postcode
|
||||||
followed by house number. For example "W1J0TR01" for 1
|
followed by house number. For example "W1J0TR01" for 1
|
||||||
Picadilly Circus in London. Check digit data is generated by Zint.</P>
|
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>
|
||||||
<P><A NAME="ONECODE"></A><FONT SIZE=5><B>5.5.4 USPS OneCode</B></FONT></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
|
<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
|
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>
|
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><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>
|
</P>
|
||||||
<HR>
|
<HR>
|
||||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||||
|
@ -434,6 +434,14 @@ appropriate integer value in the following table.</P>
|
|||||||
<P ALIGN=CENTER>NVE-18</P>
|
<P ALIGN=CENTER>NVE-18</P>
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
|
<TR>
|
||||||
|
<TD>
|
||||||
|
<P ALIGN=CENTER>76</P>
|
||||||
|
</TD>
|
||||||
|
<TD>
|
||||||
|
<P ALIGN=CENTER>Japanese Postal Code</P>
|
||||||
|
</TD>
|
||||||
|
</TR>
|
||||||
<TR>
|
<TR>
|
||||||
<TD>
|
<TD>
|
||||||
<P ALIGN=CENTER>77</P>
|
<P ALIGN=CENTER>77</P>
|
||||||
|
@ -246,6 +246,8 @@ the barcode symbologies supported by them.</P>
|
|||||||
Code (RM4SCC)</A>
|
Code (RM4SCC)</A>
|
||||||
</DT><DT>
|
</DT><DT>
|
||||||
5.5.3 <A HREF="fourstate.html#ONECODE">USPS OneCode</A>
|
5.5.3 <A HREF="fourstate.html#ONECODE">USPS OneCode</A>
|
||||||
|
</DT></DT>
|
||||||
|
5.5.4 <A HREF="fourstate.html#JAPAN">Japanese Postal Barcode</A>
|
||||||
</DT></DL>
|
</DT></DL>
|
||||||
<DT>
|
<DT>
|
||||||
5.6 <A HREF="twodims.html">Two-Dimensional Symbols</A>
|
5.6 <A HREF="twodims.html">Two-Dimensional Symbols</A>
|
||||||
|
BIN
docs/japan.png
Normal file
BIN
docs/japan.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 211 B |
@ -176,6 +176,7 @@ GS1 data encoding. 31/1/2009</P>
|
|||||||
including Unicode > Shift-JIS capability. Bugfixes for Data Matrix
|
including Unicode > Shift-JIS capability. Bugfixes for Data Matrix
|
||||||
(missing characters at end of string) and Codablock-F (K1/K2 check digit
|
(missing characters at end of string) and Codablock-F (K1/K2 check digit
|
||||||
and row indicators above row 6). 1/3/2009</P>
|
and row indicators above row 6). 1/3/2009</P>
|
||||||
|
<P>v2.1.3 - Added Japanese Postal Code</P>
|
||||||
<P><A NAME="CREDITS"></A><FONT SIZE=5><B>6.4 Sources of Information</B></FONT></P>
|
<P><A NAME="CREDITS"></A><FONT SIZE=5><B>6.4 Sources of Information</B></FONT></P>
|
||||||
<P>Below is a list of some of the sources used in rough chronological
|
<P>Below is a list of some of the sources used in rough chronological
|
||||||
order:</P>
|
order:</P>
|
||||||
|
Loading…
Reference in New Issue
Block a user