Sparsil information from the database (sqlite) I use the module on c ++ sqlite3. Data comes in type:
const unsigned char *id; id = sqlite3_colum_text(stmt, 0); Data comes but instead Cyrillic krakozyaby. How can I convert the whole thing into a normal encoding (for example, in UTF-8) and output it to a label? I work with QT4.