qrious
qrious copied to clipboard
Unicode characters not working
var qr = new QRious({ element: document.getElementById('qr'), value: "hello \u03A9" });
When scanned, It's supposed to show "hello Ω". But instead, it shows "hello #©"
https://github.com/flashercs/qrcodejs this lib supports Unicode chars
you can just encode it with encodeURIComponent()
you can just encode it with encodeURIComponent()
not support encodeURIComponent() result