![]() |
Text Encoding Name Selectors |
Header: TextCommon.h |
enum { kTextEncodingFullName = 0, kTextEncodingBaseName = 1, kTextEncodingVariantName = 2, kTextEncodingFormatName = 3 };
Selector that requests the full name of the text encoding.
Requests the name of the base encoding.
Requests the name of the encoding variant, if available.
Requests the name of the encoding format, if available.
You use a selector for the GetTextEncodingName function to indicate which part of an encoding name you want to determine. The text encoding name selector is defined by the TextEncodingNameSelector data type.
This enumeration defines the allowable constants for selecting parts of encoding names.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)