CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  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.

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