Open Paologex opened 3 weeks ago
Hi @Paologex,
I'm sorry it's hard for me to answer with so little information about what you actually did (software, setup ...). If you test in the docs in the code 128 encoder, this is what you should get:
The encoded text would go into a <span>
element or table cell etc. whatever is displaying its content with the code 128 font, e.g. in html:
<span style="font-family: 'Libre Barcode 128 Text';">Í48*=*XwÎ</span>
Hello, I am not sure it is me or a feature. But I send via code the string "Í48=XwÎ" that is correctly shown in a barcode 128. But the displayed text below it is "Í48=XwÎ" and not the original string as 202410291056 is this s correct behaviour? thanks
Paolo