CFStringGetSystemEncoding

Header: CFString.h Carbon status: Supported

Obtains the default encoding used by the operating system when it creates strings.

CFStringEncoding CFStringGetSystemEncoding ();
function result

A constant of type CFStringEncoding that identifies a supported encoding.

DISCUSSION

This function obtains the default encoding used by the current system. Untagged 8-bit characters are usually in this encoding.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)