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

Incorrect coding Cyrillic letters #6

Closed
krauzee opened this issue Oct 20, 2022 · 2 comments
Closed

Incorrect coding Cyrillic letters #6

krauzee opened this issue Oct 20, 2022 · 2 comments

Comments

@krauzee
Copy link

krauzee commented Oct 20, 2022

When I generate a VCard QR code with a name in Cyrillic letters, when I scan the code, the name "Роман" became "?????", but if I set the name as "Roman", the code works correctly

@alexzhirkevich
Copy link
Owner

alexzhirkevich commented Oct 22, 2022

Hi, @krauzee . Thanks for reporting.

Fixed in 1.5.1. Now you can choose charset in QrCodeDrawable and QrCodeGenerator.generateQrCode methods.
UTF-8 works fine with Cyrillic letters, but can slightly increase QR code size.

@krauzee
Copy link
Author

krauzee commented Oct 24, 2022

thank you very much!

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