UNICODE下,一个汉字是一个TCHAR(WCHAR)CString str = _T("汉字");TCHAR ch = str.GetAt(0);CString strInt;strInt.Format("%d",ch);SetDlgItemTex(....strInt);
阅读以下《Windows核心编程》第2章 Unicode