qchar Questions
4
Solved
I want to detect if the user has inputted a non-ASCII (otherwise incorrectly known as Unicode) character (for example, り) in a file save dialog box. As I am using Qt, any non-ASCII characters are p...
3
Solved
I have an application that is supposed to deal with all kinds of characters and at some point display information about them. I use Qt and its inherent Unicode support in QChar, QString etc.
Now I...
Element asked 7/8, 2011 at 12:41
1
Solved
I need to get the ASCII code from a QChar.
In Qt 5.2 QChar::ToAscii has been removed.
Here is my code. How can I get the ASCII code?
QString data;
int key;
key = data.at(i);
1
© 2022 - 2024 — McMap. All rights reserved.