MBCS,UNICODE,UTF-8之間的轉換

1.  ANSI to Unicodeide wstring ANSIToUnicode( const string& str ) { int len = 0; len = str.length(); int unicodeLen = ::MultiByteToWideChar( CP_ACP,0,str.c_str(),-1,NULL,0 ); wchar_t * pUnic
相關文章
相關標籤/搜索