huysentruitw / barcoder

Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Matrix Code with UTF8 encoding?

hmi95 opened this issue · comments

commented

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?