CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    Ottawa, Ont
    Posts
    120

    Converting Characters to UNICODE!!!?

    I have figured out how to transelate from UNICODE to char by using the strtol() macro...

    my problem is now I have to transelate from char to UNICODE any ideas out there???

    Thanks
    Rick




  2. #2
    Join Date
    May 1999
    Location
    Ottawa, Ont
    Posts
    120

    Converting Characters to UNICODE!!!?

    I have figured out how to transelate from UNICODE to char by using the strtol() macro...

    my problem is now I have to transelate from char to UNICODE any ideas out there???

    Thanks
    Rick




  3. #3
    Join Date
    May 1999
    Posts
    19

    Re: Converting Characters to UNICODE!!!?

    The two functions for converting between regular and UNICODE strings are MultiByteToWideChar() and WideCharToMultiByte(). Look at the help for more information on these functions.

    -- Matt


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