Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/ZF-8674-2' of https://github.com/thomasweidner/zf2
Browse files Browse the repository at this point in the history
… into hotfix/zf-8674

Conflicts:
	documentation/manual/en/module_specs/Zend_Validate-Barcode.xml
	library/Zend/Filter/InputFilter.php
	tests/Zend/Filter/InputTest.php
	tests/Zend/Validator/BarcodeTest.php
  • Loading branch information
weierophinney committed Aug 25, 2011
2 parents 0f68501 + b439a21 commit ce30719
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions documentation/manual/en/module_specs/Zend_Validate-Barcode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
</para>
</listitem>

<listitem>
<para>
<emphasis>CODE128</emphasis>: CODE128 is a high density barcode.
</para>

<para>
This barcode has no length limitation. It supports the first 128 ascii characters.
When used with printing characters it has an checksum which is calculated modulo 103.
This standard is used worldwide as it supports upper and lowercase characters.
</para>
</listitem>

<listitem>
<para>
<emphasis>CODE25</emphasis>: Often called "two of five" or "Code25 Industrial".
Expand Down

0 comments on commit ce30719

Please sign in to comment.