![]() |
CFStringConvertWindowsCodepageToEncoding | Header: CFString.h |
Obtains the Core Foundation encoding constant that is the closest mapping to a given Windows codepage identifier.
CFStringEncoding CFStringConvertWindowsCodepageToEncoding ( UInt32 codepage );
Windows codepage identifier.
An integer constant that identifies a supported string encoding in Core Foundation. Returns the constant kCFStringEncodingInvalidId if the mapping is not known.
The CFStringConvertEncodingToWindowsCodepage function is complementary to this function.