Skip to content
New issue

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

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

Already on GitHub? # to your account

Encoder of code93 does not handled includeChecksum #80

Closed
Lmzd opened this issue Jul 2, 2024 · 0 comments · Fixed by #81
Closed

Encoder of code93 does not handled includeChecksum #80

Lmzd opened this issue Jul 2, 2024 · 0 comments · Fixed by #81

Comments

@Lmzd
Copy link

Lmzd commented Jul 2, 2024

Here the line 91 should be conditioned by includeChecksum

data := content + string(getChecksum(content, 20))
data += string(getChecksum(data, 15))

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant