mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Corrections for 2.0 beta r2
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<TITLE>One-Dimensional Symbols</TITLE>
|
||||
<META NAME="GENERATOR" CONTENT="OpenOffice.org 2.4 (Unix)">
|
||||
<META NAME="CREATED" CONTENT="20070730;21081900">
|
||||
<META NAME="CHANGED" CONTENT="20080919;21075300">
|
||||
<META NAME="CHANGED" CONTENT="20081019;9043400">
|
||||
<STYLE TYPE="text/css">
|
||||
<!--
|
||||
TD P { color: #000000 }
|
||||
@ -164,7 +164,7 @@ digit.</P>
|
||||
<P>Based on Plessey and developed by MSE Data Corporation, MSI
|
||||
Plessey is available with a range of check digit options available by
|
||||
setting <FONT FACE="Courier, monospace">option_2</FONT> or by using
|
||||
the <FONT FACE="Courier, monospace">–ver=</FONT> switch. Any length
|
||||
the –<FONT FACE="Courier, monospace">ver=</FONT> switch. Any length
|
||||
numeric (digits 0-9) input can be encoded. The table below shows the
|
||||
options available:</P>
|
||||
<CENTER>
|
||||
@ -380,14 +380,16 @@ following is an example of a valid DataBar Expanded input</SPAN></FONT></P>
|
||||
--barcode=31 -d "[01]98898765432106[3202]012345[15]991231"</FONT></FONT></P>
|
||||
<P ALIGN=CENTER><IMG SRC="databar.png" NAME="graphics12" ALIGN=LEFT WIDTH=302 HEIGHT=118 BORDER=0><BR CLEAR=LEFT><BR><BR>
|
||||
</P>
|
||||
<P ALIGN=LEFT>[1] Extended ASCII support requires the input data to
|
||||
be in a plain ASCII format. This can be difficult to do from the
|
||||
command prompt which may use the UTF-8 standard or similar
|
||||
international character support. An example program <FONT FACE="Courier, monospace">exttest.c</FONT>
|
||||
is included in the frontend folder to show how extended ASCII can be
|
||||
used to produce the following symbol. Extended ASCII characters may
|
||||
not display properly in EPS images due to the restrictions of the EPS
|
||||
format.</P>
|
||||
<P ALIGN=LEFT>[1] The zint command line program requires Latin-1
|
||||
characters to be encoded using the UTF-8 system. These are converted
|
||||
by the front-end into an extended ASCII string. When using the API
|
||||
this type conversion will need to be done before invoking the library
|
||||
otherwise the data will become corrupted. An example program
|
||||
<FONT FACE="Courier, monospace">exttest.c</FONT> is included in the
|
||||
/<FONT FACE="Courier, monospace">frontend</FONT> folder to show how
|
||||
extended ASCII can be used to produce the following symbol. Extended
|
||||
ASCII characters may not display properly in EPS due to the
|
||||
restrictions of the EPS format.</P>
|
||||
<P ALIGN=LEFT><IMG SRC="barext.png" NAME="graphics13" ALIGN=LEFT WIDTH=246 HEIGHT=118 BORDER=0><BR CLEAR=LEFT><BR><BR>
|
||||
</P>
|
||||
<HR>
|
||||
|
Reference in New Issue
Block a user