![]() |
UnicodeMapping |
Header: UnicodeConverter.h |
struct UnicodeMapping { TextEncoding unicodeEncoding; TextEncoding otherEncoding; UnicodeMapVersion mappingVersion; }; typedef UnicodeMapping ConstUnicodeMappingPtr;
A Unicode text encoding specification of type TextEncoding.
A text encoding specification for the text to be converted to or from Unicode.
The version of the Unicode mapping table to be used.
A Unicode mapping structure contains a complete text encoding specification for a Unicode encoding, a complete non-Unicode text encoding specification giving the encoding for the text to be converted to or from Unicode, and the version of the mapping table to be used for conversion. You use a structure of this type to specify the text encodings to and from which the text string is to be converted. A Unicode mapping structure is defined by the UnicodeMapping data type.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)