neocotic / qrious

Pure JavaScript library for QR code generation using canvas

Home Page:https://neocotic.com/qrious

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unicode characters not working

murshidc opened this issue · 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 #©"

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

you can just encode it with encodeURIComponent()

commented

you can just encode it with encodeURIComponent()

not support encodeURIComponent() result