Dear All,
I have problem for font issue when i convert from unsoigned char * to QString.
pMedia->pLinkPath this is unsigned char *
QString tmpStr;
QTextCodec *utf8Codec = QTextCodec::codecForName("eucKR");
tmpStr = utf8Codec->toUnicode((char *)pMedia->pLinkPath)
for english font is ok but for korean font font is currupting.
tmpStr.sprintf("%s",pMedia->pLinkPath);
tried this way also same problem...
plz can any one help...
Bookmarks