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

Thread: UTF-8 Support

  1. #1
    Join Date
    Aug 2005
    Posts
    32

    UTF-8 Support

    How can I put a UTF-8 file into CString (Unmanaged Code)?

  2. #2
    Join Date
    Aug 2005
    Posts
    32

    Re: UTF-8 Support

    How can I convert between char* (UTF-8) and CString (UNICODE)?

  3. #3
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: UTF-8 Support

    I wonder if this article will help you
    The Basics of UTF-8

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