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

Unicode text in qr-code support #34

Closed
password123123123 opened this issue May 31, 2019 · 2 comments
Closed

Unicode text in qr-code support #34

password123123123 opened this issue May 31, 2019 · 2 comments

Comments

@password123123123
Copy link

Trying to scan qr generated from cyrilic letters and got "binary data" instead.

@markusfisch
Copy link
Owner

Hm, that's quite interesting and definitely a bug - thanks a lot for reporting!

I guess it must have something to do with the UTF-8 encoding but I don't quite understand what's going wrong. The app classifies data as binary if there are bytes between 0x00 and 0x08 and/or between 0x0e (14) and 0x1f (31). UTF-8 code points start at 0xc0 (192).

Do you see bytes between 0x00 - 0x08 and/or 0x0e - 0x1f in the hex dump when you're scanning the QR code?

@password123123123
Copy link
Author

password123123123 commented May 31, 2019 via email

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