Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode characters not working #116

Open
murshidc opened this issue Oct 7, 2018 · 3 comments
Open

Unicode characters not working #116

murshidc opened this issue Oct 7, 2018 · 3 comments

Comments

@murshidc
Copy link

murshidc commented Oct 7, 2018

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
Copy link

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

@ROBERT-MCDOWELL
Copy link

you can just encode it with encodeURIComponent()

@snowchenlei
Copy link

you can just encode it with encodeURIComponent()

not support encodeURIComponent() result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants