alexzhirkevich/custom-qr-generator

Incorrect coding Cyrillic letters

krauzee opened this issue · 2 comments

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

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.

thank you very much!