Dear all


CString aStr="Learning ¤¤¤å"; //a mixed English and Chinese string

Extracting each Chinese Character from The String and assign it to a UINT data type.

UINT aWord = ????

i use _MBCS not unicode

can someone tell me how?