|
-
February 3rd, 2009, 02:59 AM
#1
Unicode string (japanese) to ANSI
Hi,
I have written a C++ console app using VS2005 which has these two lines.
CString csSrc = _T("C:\\管理者"); // Japanese characters
char* pDst = T2A(csSrc);
when I run this program and watch the values during debugging, pDst shows "C:\管ç*者".
what am I missing here ?
what changes should I make so that pDst points to "C:\\管理者".
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|