We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently helpers.make_epc_qr expects a numeric constant like 1 for utf-8.
helpers.make_epc_qr
Would be much more user friendly if encoding accepts the name of the encoding as well.
qr = helpers.make_epc_qr(..., encoding='utf-8') qr = helpers.make_epc_qr(..., encoding='iso-8859-1') [...]
An unsupported encoding should raise a ValueError
The text was updated successfully, but these errors were encountered:
9efd70a
No branches or pull requests
Currently
helpers.make_epc_qr
expects a numeric constant like 1 for utf-8.Would be much more user friendly if encoding accepts the name of the encoding as well.
An unsupported encoding should raise a ValueError
The text was updated successfully, but these errors were encountered: