barcoder icon indicating copy to clipboard operation
barcoder copied to clipboard

Data Matrix Code with UTF8 encoding?

Open hmi95 opened this issue 1 year ago • 0 comments

According to my research, it is possible to use UTF-8 in data matrix codes in addition to the ISO-8859-1 (Latin-1) standard. ECI is used for this. In DataMatrixSpecialCodewords I found ECI but no usage of it.

(How) can I use encodings other than ISO-8859-1 in a data matrix code?

hmi95 avatar May 10 '23 11:05 hmi95