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

New Datamatrix param to set the initial encoding. #87

Merged
merged 3 commits into from
Sep 5, 2024
Merged

Conversation

nicolaasuni
Copy link
Member

@nicolaasuni nicolaasuni commented Sep 5, 2024

Description

Datamatrix now accepts an optional third parameter to force the initial encoding.
Example: DATAMATRIX,S,N,C40
Valid encoding types are: ASCII (default), C40, TXT, X12, EDIFACT, BASE256.

Checklist:

  • The make buildall command has been run successfully without any error or warning.
  • Any new code line is covered by unit tests and the coverage has not dropped.
  • Any new code follows the style guidelines of this project.
  • The code changes have been self-reviewed.
  • Corresponding changes to the documentation have been made.
  • The version has been updated in the VERSION file.

Type of change:

  • Bug fix (non-breaking change which fixes an issue) → The patch number in the VERSION file has been increased.
  • New feature (non-breaking change which adds functionality) → The minor number in the VERSION file has been increased.
  • Breaking change (fix or feature that would cause existing functionality to not work as expected) → The major number in the VERSION file has been increased.
  • Automation.
  • Documentation.
  • Example.
  • Testing.

Copy link
Member Author

@nicolaasuni nicolaasuni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@nicolaasuni nicolaasuni merged commit 90e2620 into main Sep 5, 2024
5 checks passed
@nicolaasuni nicolaasuni deleted the datamatrixenc branch September 5, 2024 08:14
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

Successfully merging this pull request may close these issues.

2 participants