code-128-encoder icon indicating copy to clipboard operation
code-128-encoder copied to clipboard

How can I encode control codes such as 'FUNC 1'

Open MugeSo opened this issue 9 years ago • 3 comments

I want to encode GS1-128, which requires 'FUNC 1' as the 1st code.

MugeSo avatar Oct 21 '16 11:10 MugeSo

func 1 is written as Ï. Just include it in your code as first character...

Holger-Will avatar Oct 21 '16 11:10 Holger-Will

@Holger-Will Thanks. I can insert FUNC 1, but encoded as a code128B. How can I enforce as a code128C?

MugeSo avatar Oct 21 '16 12:10 MugeSo

True, func 1 is not treated as a digit by the optimizer. i will have a look into this.

Holger-Will avatar Oct 21 '16 12:10 Holger-Will