qrious icon indicating copy to clipboard operation
qrious copied to clipboard

Unicode characters not working

Open murshidc opened this issue 7 years ago • 5 comments

var qr = new QRious({ element: document.getElementById('qr'), value: "hello \u03A9" });

When scanned, It's supposed to show "hello Ω". But instead, it shows "hello #©"

murshidc avatar Oct 07 '18 12:10 murshidc

https://github.com/flashercs/qrcodejs this lib supports Unicode chars

flashercs avatar Sep 05 '19 10:09 flashercs

you can just encode it with encodeURIComponent()

ROBERT-MCDOWELL avatar Mar 08 '21 03:03 ROBERT-MCDOWELL

you can just encode it with encodeURIComponent()

not support encodeURIComponent() result

snowchenlei avatar Apr 18 '23 02:04 snowchenlei