schmich / instascan

HTML5 QR code scanner using your webcam
https://schmich.github.io/instascan/
MIT License
2.97k stars 867 forks source link

Decode strings using utf8 #248

Open yamnikov-oleg opened 4 years ago

yamnikov-oleg commented 4 years ago

Resolves #117

This uses utf8 decoder if it's available, otherwise falls back to the old decoding code. Though TextEncoder/TextDecoder are well enough supported.