QTextCodec* tc = QTextCodec::codecForLocale(); char *chr = "日本語"; QString qStr = QString(tc->toUnicode(chr));.
確定! 回上一頁