CFStringBuiltInEncodings |
Header: CFString.h |
enum CFStringBuiltInEncodings { kCFStringEncodingInvalidId = -1, kCFStringEncodingMacRoman = , kCFStringEncodingWindowsLatin1 = 1280, kCFStringEncodingISOLatin1 = 513, kCFStringEncodingNextStepLatin = 2817, kCFStringEncodingASCII = 1536, kCFStringEncodingUnicode = 256, kCFStringEncodingUTF8 = 134217984, kCFStringEncodingNonLossyASCII = 3071 };
Used as a function result to identify an encoding that is not supported or recognized by String Services.
An encoding constant that identifies the Mac Roman encoding.
An encoding constant that identifies the Windows Latin 1 encoding (ANSI codepage 1252).
An encoding constant that identifies the ISO Latin 1 encoding (ISO 8859-1)
An encoding constant that identifies the NextStep/OpenStep encoding.
An encoding constant that identifies the ASCII encoding (decimal values 0 through 127).
An encoding constant that identifies the Unicode encoding.
An encoding constant that identifies the UTF 8 encoding.
An encoding constant that identifies non-lossy ASCII encoding.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)