QSqlQuery and umlaut
Unsolved
General and Desktop
-
Hi all,
just a question feature or bug.
I have a program with the routineqquery.exec(query); ui->tableWidget->setItem(ui->tableWidget->rowCount() - 1, 2, new QTableWidgetItem(abfrage->value("start_nr").toString()))
compiling this with qt5.6.2 all umlaute shown correct, compiling with 5.8.x all umlaut and the ß are not displayed correctly. Do I have to set any value in 5.8?
Thanks,
Dietmar