Holger-Will / code-128-encoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MugeSo opened this issue · comments

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

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

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

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