PHP Classes

codabar

Recommend this page to a friend!

      Barcode Generator  >  All threads  >  codabar  >  (Un) Subscribe thread alerts  
Subject:codabar
Summary:Bug in codabar:code
Messages:2
Author:Scott Greenberg
Date:2006-02-17 06:02:49
Update:2011-08-04 19:19:18
 

  1. codabar   Reply   Report abuse  
Picture of Scott Greenberg Scott Greenberg - 2006-02-17 06:02:49
The code for b and c are switched.
As per "The Bar Code Book," page 33:
Fig 4-22 codabar encodation patterns
B . . . ..
C . . . ..

codabar.barcode.php
53,54c53,54
< '00010110', /* B */
< '01010010', /* C */
---
> '01010010', /* B */
> '00010110', /* C */


  2. Re: codabar   Reply   Report abuse  
Picture of Jean-Sébastien Goupil Jean-Sébastien Goupil - 2011-08-04 19:19:19 - In reply to message 1 from Scott Greenberg
This got fixed on the site http://www.barcodephp.com

Thanks,
Jean-Sébastien Goupil