How to generate Function 1 Symbol Character (FNC1) for GS1 DataMatrix?
Smith
2890
Points
78
Posts
|
I'm trying to generate GS1 data matrix code using https://zxing.net. I'm facing issue to generate separator and starting code. I'm referring to doc: https://www.gs1.org/docs/barcodes/GS1_DataMatrix_Guideline.pdf
<GS> need to replace with The FNC1 (codeword 232) as in doc: |
Answers
Rahul M...
4916
Points
27
Posts
|
Use Unicode Character 'INFORMATION SEPARATOR THREE' (U+001D). This character is commonly used as INFORMATION SEPARATOR THREE and group separator (GS). So, your code look like:
Posted On:
26-Jul-2021 01:03
Thanks. Worked for me. - Smith 26-Jul-2021 22:57
|