PHP Classes

Fix for Code39

Recommend this page to a friend!

      Barcode  >  All threads  >  Fix for Code39  >  (Un) Subscribe thread alerts  
Subject:Fix for Code39
Summary:Bug in the Code39 Encoding
Messages:1
Author:romain
Date:2011-06-30 14:31:19
 

  1. Fix for Code39   Reply   Report abuse  
Picture of romain romain - 2011-06-30 14:31:19
I found a mistake in the class, the character A is wrong.

The error is here and the author has used this website to create his class:
barcodeisland.com/code39.phtml.

To fix it, just replace this in the function _c39Encode :
"A" => "NNWWNNWNN",
by:
"A" => "WNNNNWNNW",