rdoeffinger / iec16022

DataMatrix 2D barcode generator
http://rdoeffinger.github.io/
GNU General Public License v2.0
34 stars 14 forks source link

Change text version characters #9

Open ghost opened 7 years ago

ghost commented 7 years ago

Hello,

It could be interesting to have an option to choose the 0 and 1 characters for the text version. I would prefer '0' and '1' than ' ' and '*' for example.

Thank you.

rdoeffinger commented 7 years ago

I'm not sure it's worth cluttering the options with that, at least on Linux you can just pipe it through "tr ' *' '01'" or similar. Besides that, is that text output really useful for anything?