vanclimber

Results 1 issues of vanclimber

If the text structure is like this: C(n)A(1)B(n) OR C(n)B(1)A(n) the encoding will calculate incorrectly. > ``` JsBarcode("#barcode1", "12345678"+"\x08" + "s"); ``` the barcode cannot be scan correctly. I think...