igorvc / iso8583py

Automatically exported from code.google.com/p/iso8583py
GNU General Public License v3.0
4 stars 1 forks source link

LL and LLL fields are wrongly including the string size #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any reason why you are including the string size in the LL and LLL 
data fields ?

For example: DE2 is supposed to have 16 bytes, but it is returning 18 - it 
includes the field size.
Ex: 165544334455667766

The same applies to DE 61, 63, and others.

Tks.

Robson

Original issue reported on code.google.com by robson....@valepresente.com.br on 27 Oct 2014 at 6:50

GoogleCodeExporter commented 9 years ago
Hi,

LL and LLL data fields, *by default*, have the size of the string in the 
beginning.

Best regards,

Original comment by igo...@gmail.com on 29 Oct 2014 at 11:53