I'm not seeing Japanese text properly displayed when I compile this simple code. What am I forgetting?
Code:
#include <QtGui/QApplication> #include <QMessageBox> int main(int argc, char *argv[]) { }
Printable View
I'm not seeing Japanese text properly displayed when I compile this simple code. What am I forgetting?
Code:
#include <QtGui/QApplication> #include <QMessageBox> int main(int argc, char *argv[]) { }
Or for internationalizing use trUtf8("xyz").Code:
EDIT: or fromUtf16, don't know wich encoding japanese text has.
Lykurg you rock!