CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2003
    Posts
    20

    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.

  2. #2
    Join Date
    Jun 2003
    Location
    Perth - Australia
    Posts
    86
    Hey,
    Try to go to Help -> Search in Visual Studio and look for
    "Multibyte Character Set (MBCS) Survival Guide"
    Good Luck
    Beatrice

  3. #3
    Join Date
    Aug 2003
    Posts
    20
    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
  •  





Click Here to Expand Forum to Full Width

Featured