davidshimjs/qrcodejs

Scanning issue with Arabic characters when there multiple words

abdelrazekbadr opened this issue · 1 comments

when try content like this example :
new QRCode(document.getElementById("qrcode"), "النص العربي");

We can't scan the QR code

when try content like this example : new QRCode(document.getElementById("qrcode"), "النص العربي");

We can't scan the QR code

I caught the problem in file qrcode.min.js, but the file qrcode.js work perfect