Results 1 to 3 of 3

Thread: MultiByteToWideChar() and WideCharToMultiByte()

  1. #1
    amac
    Guest

    MultiByteToWideChar() and WideCharToMultiByte()

    What is a codepage? and how do I know which one to use with these functions?

  2. #2
    amac
    Guest

    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...

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width