qrcodejs
qrcodejs copied to clipboard
Scanning issue with Arabic characters when there multiple words
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