次の方法で共有


Unicode Functions

Send Feedback

The following table shows the Unicode functions with a description of the purpose of each.

Programming element PPC SP Description
IsDBCSLeadByte X X This function determines whether a character is a lead byte.
IsDBCSLeadByteEx X X This function determines whether a character is a lead byte, or the first byte of a character in a double-byte character set (DBCS).
MultiByteToWideChar X X This function maps a character string to a wide-character (Unicode) string.
TranslateCharsetInfo X X This function translates based on the specified character set, code page, or font signature value, setting all members of the destination structure to appropriate values.
WideCharToMultiByte X X This function maps a wide-character string to a new character string.

See Also

Unicode Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.