Hello,
I want to insert unicode character in a CString object using Format method.
CString sBuf;
int iCar = 0xB2; <----------------------- I would like to set 0x03B2
sBuf.Format("Car is %c", iCar);
How can I do that ?
Thanks to all.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: UNICODE with CString...Threaded View
|
Click Here to Expand Forum to Full Width |