Susan Rice
2007-01-16 16:49:40 UTC
I'm looking at the doc for 'MultiByteToWideChar', the input CodePage
parameter, I then click on "See Code Page Identifiers" to see all
the options, and there for some code page identifiers, such as
"1201 unicodeFFFE", it says, "Unicode UTF-16, big endian byte
order; available only to managed applications."
So what is a "managed application"?
Say I want to translate a UTF-16 Big Endian file to a
UTF-16 Little Endian file, can I use 'MultiByteToWideChar'?
parameter, I then click on "See Code Page Identifiers" to see all
the options, and there for some code page identifiers, such as
"1201 unicodeFFFE", it says, "Unicode UTF-16, big endian byte
order; available only to managed applications."
So what is a "managed application"?
Say I want to translate a UTF-16 Big Endian file to a
UTF-16 Little Endian file, can I use 'MultiByteToWideChar'?