You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that the source of the problem is in the method that chooses the code128 type. In case your code has only numbers and the length is odd then a zero is added in front of the code. Maybe if the order of evaluation to choose the code type start from A, B, and C the problem will be fixed or maybe you just set explicitly the code type.
I use an online generator and decrypt through an online reader and everything is correct.
But when I use this package, 0 is added to the beginning of the string when decrypting.
To repeat my case, you need to use Code128 and generate the string "765256359354976758112".
Version 1.7.0
The text was updated successfully, but these errors were encountered: