Hello.
I've got a problem with my QMessageBox, special characters like "É" or "ç" are replaced by a "?" with a black background. I've read numerous posts in vain. I've tried that:
Qt Code:
  1. QTextCodec::setCodecForLocale(QTextCodec::codecForName("ISO 8859-1"));
To copy to clipboard, switch view to plain text mode 
in my main.cpp file. I've also tried to change encoding in the Advanced Save Options but it's not working.
What bothers me is that special characters are displayed correctly in the rest of my application (menus etc).
Any ideas about how I could solve this problem?
Thanks for your replies,
Cheers.