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