|
-
May 10th, 1999, 11:03 AM
#1
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
-
May 10th, 1999, 11:03 AM
#2
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
-
May 10th, 1999, 02:52 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|