Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't correctly display Code128 #6

Open
zhtzeng opened this issue Jul 4, 2019 · 0 comments
Open

Can't correctly display Code128 #6

zhtzeng opened this issue Jul 4, 2019 · 0 comments

Comments

@zhtzeng
Copy link

zhtzeng commented Jul 4, 2019

There are two issues.

  1. According to your codes, this plugin only display code128B.
    Code128C is compression format if there are only digits
  2. I am trying to take byte array as input instead of string.
    Since code128 can be mixed with code128a/code128B/code128C.
    For example,
    1645907 is code128c with last digit is code128a
    The real raw bytes are 105, 16, 45, 90, 101, 23, 73,106
    101 indicate code128a is used and therefore, 23 represents '7' (not '07' in code128c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant