lyqht / mini-qr

Generate customized qr codes easily 👾
https://mini-qr-code-generator.vercel.app
GNU General Public License v3.0
608 stars 76 forks source link

Encoding issue #51

Open tgagneret-embedded opened 2 months ago

tgagneret-embedded commented 2 months ago

Hello,

When generating a QR Code (VCARD) containing accent (é for example), if you scan the QR code (I tried with an Android phone), there is some encoding issue.

If you try to generate a QR code with this payload:

BEGIN:VCARD
VERSION:3.0
N:Test;Cédric
FN:Cédric Test
ADR:;;;;;;
TEL;WORK;VOICE:
TEL;CELL:
TEL;FAX:
EMAIL;WORK;INTERNET:
URL:
END:VCARD

You will see the encoding issue when scanning the resulting QRCode (é inCédric will not appear correctly).

Moreover it seems not to work at all with some phones/apps (QR code is not recognized).

Thanks.