Unicode issue? How to resolve?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
CFileFind find; ... ... CString strTemp = find.GetFilePath(); on WindowsXP with language for non-unicode programs "English(United States)" to use CFileFind::GetFilePath to get file path, the path is "F:\MY MUSIC\MP3\城里的月光.MP3", which encoding chinese(PRC), so strTemp get such as "F:\MY MUSIC\MP3\?????.MP3". Is it unicode issue? How to solve it?