rob313663
rob313663
Code 93 supports full ASCII by default. So the string "Test!" should be encodable. I just got Code 93 in my lib to work. This it what it generates: ...
Suggestion, add the IATA 2 o 5 barcode. It should be really simple since the only difference is the start and stop patterns. This is my implementation so far: `using...
On row 9 in sv.lang: m_Lang004 = &Fungera as a translation of m_Lang004 = F&unction is just plain wrong. It should be &Funktion. The reason I never use software in...
Hi! Short version: ZXing fails reading MSI barcodes (generated with SkiaSharp without antialiasing) that the Zebra TC52 Android device can read. Longer version: I am writing some code for generating...