moov-io / iso8583

A golang implementation to marshal and unmarshal iso8583 message.
https://moov.io
Apache License 2.0
352 stars 105 forks source link

Add support for LLLLL variable length #272

Closed PumpkinSeed closed 1 year ago

PumpkinSeed commented 1 year ago

One of our specification requires to handle LLLLL variable length, but the longest what I found for ASCII prefixes was the LLLL.

If you agree on that, I can start to work on it.

alovak commented 1 year ago

I've checked some other repos, there can be even LLLLLL. So, we can do 6xLs as well.

PumpkinSeed commented 1 year ago

It's been resolved in #274