neocotic / qrious

Pure JavaScript library for QR code generation using canvas
https://neocotic.com/qrious
Other
1.55k stars 215 forks source link

The qrios doesn't work correct with cyrillic symbols. #72

Closed bububo closed 7 years ago

bububo commented 7 years ago

Hello I was trying to create QR code using any cyrillic words e.g 'Привет' but generated QR codes was incorrect. I couldn't scan it by my phone.

The online QR code generator http://www.qr-code-generator.com works fine with cyrillic words.

neocotic commented 7 years ago

@bububo Thanks for trying QRious. Unfortunately, the current version only supports ASCII characters (see #62). I'd love to support the full UTF-8 character set but this could take me a lot of time to determine how it's possible so I'm currently looking for help to do so.

neocotic commented 7 years ago

I'm closing this as a duplicate of #62 for now. That's not to say that your issue isn't valid, it just falls under an existing issue.

Please add any additional information on that issue.