mirror of
https://github.com/status-im/qzxing.git
synced 2025-01-13 20:44:52 +00:00
Alexxey593
4df9512790
I found that if QR-Code was generated with non standard charSet (and the message language is not English) than decoded QString contains wrong characters. So we must use QTextCodec to make it readable.
Now tagFound signal emits decoded string. If you want to know what code was detected and what charSet is used, use tagFoundAdvanced(QString tag, QString format, QString charSet) signal or functions foundedFormat() and charSet().
Description
Languages
C++
91.7%
C
4.7%
QMake
1.6%
CMake
1.2%
Shell
0.8%