|
-
September 16th, 2003, 09:26 PM
#1
Extracting Chinese Character from a CString
Dear all
CString aStr="Learning ¤¤¤å"; //a mixed English and Chinese string
Without using Unicode, How can i extract a single Chinese Character from a Mixed English and Chinese string?
Thanks
Last edited by wow9999; September 16th, 2003 at 10:19 PM.
-
September 16th, 2003, 10:50 PM
#2
Hey,
Try to go to Help -> Search in Visual Studio and look for
"Multibyte Character Set (MBCS) Survival Guide"
Good Luck
Beatrice
-
September 17th, 2003, 12:39 AM
#3
I do use _MBCS.
How do i make a doubel byte character , when i get the Chinese character from the string?
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
|