Issue when scanning a GS1-128 barcode
See original GitHub issueDescription of the bug
When I process a GS1 DataMatrix like this one:
https://barcode.tec-it.com/en/GS1DataMatrix?data=0105000456013482172012001000001\F210000000003
I get the following result: \u001d0105000456013482172012001000001\u001d210000000003
The \F (FNC1) terminator is recognized and the \u001d character is added between values.
However when I do the following with a GS1-128 barcode like this one:
https://barcode.tec-it.com/en/EANUCC128?data=010500045611225310COV0109\F17220901
I get the following result: 010500045611225310COV010917220901
And the \F (FNC1) terminator is not recognized and the values are concatenated.
To Reproduce Scan the barcodes from the links above.
Expected behavior The plugin should recognize the group separator in a case of a GS1-128 barcode as well.
Version 2.0.1
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (2 by maintainers)
Top GitHub Comments
@thegnuu As far as I know it would not be an issue
If you could raise the issue there, that would be awesome!