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
Printable View
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
Hey,
Try to go to Help -> Search in Visual Studio and look for
"Multibyte Character Set (MBCS) Survival Guide"
Good Luck
Beatrice
I do use _MBCS.
How do i make a doubel byte character , when i get the Chinese character from the string?