Add Japanese Post Barcode

This commit is contained in:
hooper114 2009-03-14 11:34:13 +00:00
parent de08d8a885
commit 894bddbadd
6 changed files with 34 additions and 3 deletions

View File

@ -1034,6 +1034,18 @@ following table. For example</P>
<P ALIGN=CENTER>NVE-18</P>
</TD>
</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>
<TD>
<P ALIGN=CENTER>77</P>

View File

@ -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 &quot;W1J0TR01&quot; 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">&quot;01234567094987654321&quot;<BR>&quot;01234567094987654321-01234&quot;<BR>&quot;01234567094987654321-012345678&quot;<BR>&quot;01234567094987654321-01234567891&quot;</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>

View File

@ -434,6 +434,14 @@ appropriate integer value in the following table.</P>
<P ALIGN=CENTER>NVE-18</P>
</TD>
</TR>
<TR>
<TD>
<P ALIGN=CENTER>76</P>
</TD>
<TD>
<P ALIGN=CENTER>Japanese Postal Code</P>
</TD>
</TR>
<TR>
<TD>
<P ALIGN=CENTER>77</P>

View File

@ -246,6 +246,8 @@ the barcode symbologies supported by them.</P>
Code (RM4SCC)</A>
</DT><DT>
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>
5.6 <A HREF="twodims.html">Two-Dimensional Symbols</A>

BIN
docs/japan.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

View File

@ -176,6 +176,7 @@ GS1 data encoding. 31/1/2009</P>
including Unicode &gt; Shift-JIS capability. Bugfixes for Data Matrix
(missing characters at end of string) and Codablock-F (K1/K2 check digit
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>Below is a list of some of the sources used in rough chronological
order:</P>