Code-128 encoder does not work with an FNC-1 character.
I'd like to be able to add the "Ê" char to put an FNC-1 at the beginning of the barcode and have the encoder work.
( I pulled the "Ê" char out of the data map [here] )(
|
, [ 102, 'FNC 1', 'FNC 1', 'FNC 1', 'Ê'] |
)
This is needed to be able to meet the GS1-128 barcode standard to create GTIN numbers.
Code-128 encoder does not work with an FNC-1 character.
I'd like to be able to add the "Ê" char to put an FNC-1 at the beginning of the barcode and have the encoder work.
( I pulled the "Ê" char out of the data map [here] )(
librebarcode/app/lib/code128Encoder/encoder.mjs
Line 110 in f9864c4
This is needed to be able to meet the GS1-128 barcode standard to create GTIN numbers.