barnhill / barcodelib

C# Barcode Image Generation Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code 39 Full ASCII and check character

rob313663 opened this issue · comments

Hi!

I had a bug in my code I build for generating a Code 39 when encoding "q99" with check character generation I ended up with "q99%".

But % can't be encoded in Full ASCII mode in a Code 39 since it is used as an escape character for generating other characters.

I was curious of how barcodelib handled this, but:

"... Industrial2Of5Mod10, Code39, Code39Extended, Code39Mod43, Codabar, ..."

It seems there is no way of adding a mod 43 check character in Full ASCII mode.

/rob

Closing this.