alexzhirkevich / custom-qr-generator

Android library for creating QR codes with logo, custom shapes, colors, background image. Powered by ZXing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect coding Cyrillic letters

krauzee opened this issue · 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!