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

Encoding in Alphanumeric encoding (11 bits per 2 characters) #23

Closed
jesslly opened this issue Nov 1, 2012 · 1 comment
Closed

Encoding in Alphanumeric encoding (11 bits per 2 characters) #23

jesslly opened this issue Nov 1, 2012 · 1 comment

Comments

@jesslly
Copy link

jesslly commented Nov 1, 2012

I tried creating a qr code with case sensitive = 0 and 8 bit encoding = 0.

Somehow the program still encoding the information in 8 bit mode.

If I put hint = QR_MODE_AN, it throws out an error. It's throwing an error because the hint is not QR_MODE_8bit.

Can someone give me the required steps to always encode in alphanumeric?

thanks,

@fukuchi
Copy link
Owner

fukuchi commented Nov 1, 2012

If a given string contains a character that cannot be encoded in AlphaNumeric mode, libqrencode uses 8 bit mode to encode it. QR code's AlphaNumeric character set contains alphabets, numbers, a space character and some symbols (%*+-./:). Please check your data.

@fukuchi fukuchi closed this as completed Jul 5, 2014
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

2 participants