|
-
Mar 12th, 2002, 10:09 PM
#1
MultiByteToWideChar() and WideCharToMultiByte()
What is a codepage? and how do I know which one to use with these functions?
-
Mar 12th, 2002, 10:37 PM
#2
Tips for implementing UNICODE.
Anyone have any tips or hints when it comes to implementing UNICODE...
Any problems you ran into that might be helpful? Does/Donts?
Anything really...
-
Mar 13th, 2002, 09:16 AM
#3
Since ANSI chars only have 256 places, and the lower 128 are fixed, you won't get far only with the 128 upper ones. This is why there are codepages. A codepage is just a map that maps the upper 128 char codes to real characters.
A very good book on windows programming that also handles what you need to think ybout when programming UNICODE is "Expert Windows" by Jeffrey Richter.
Last edited by CornedBee; Mar 13th, 2002 at 09:24 AM.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
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
|