Hi,
I cannot get the right text into the QString.
Qt Code:
char* cTmp = ba.data(); //OKTo copy to clipboard, switch view to plain text mode
I have also set:
Qt Code:
To copy to clipboard, switch view to plain text mode
What am I doing wrong?
Hi,
I cannot get the right text into the QString.
Qt Code:
char* cTmp = ba.data(); //OKTo copy to clipboard, switch view to plain text mode
I have also set:
Qt Code:
To copy to clipboard, switch view to plain text mode
What am I doing wrong?
I have already tried this and I get also wrong characters.
Last edited by kemp; 21st September 2010 at 13:24.
I made a blank project with just
Qt Code:
To copy to clipboard, switch view to plain text mode
and it works, so there is something wrong with my project.
Has anyone encountered a similar problem?
You were right it was not utf-8 encoded, but the problem still exists. I found out that the problem is only on windows, Linux and Mac are working ok. But I am happy with that, because I need the binary only for Linux and Mac. I am just wondering why this is happening on windows.
Bookmarks