makiuchi-d / gozxing

Port of ZXing (https://github.com/zxing/zxing) core to pure Go.
Other
565 stars 65 forks source link

FNC1 in Datamatrix #40

Open mutm opened 3 years ago

mutm commented 3 years ago

How to add FNC1 character to the beginning of datamatrix code? Hint gozxing.EncodeHintType_GS1_FORMAT not work in datamatrix writer

makiuchi-d commented 3 years ago

Original ZXing does not support FNC1 on DataMatrix. So gozxing does not support too.