Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Up Previous Next 

PATH 
Mac OS 8 and 9 Developer Documentation > Text Encoding Conversion Manager
Programming With the Text Encoding Conversion Manager



ResolveDefaultTextEncoding

Returns a text encoding specification in which any meta-values have been resolved to real values. Currently, this affects only the base encoding and variant values packed into the text encoding specification.

pascal TextEncoding ResolveDefaultTextEncoding (TextEncoding encoding);
encoding
A text encoding specification possibly containing meta-values that you want to resolve into a text encoding specification containing only real values.

function result
A text encoding specification containing only real base encoding values.

DISCUSSION

This function is useful for application developers who are providing APIs that take text encoding specifications as parameters. All APIs in the Unicode Converter and Text Encoding Converter perform this translation automatically.

SEE ALSO

Text Encoding Base


© 1999 Apple Computer, Inc. – (Last Updated 13 Dec 99)

Up Previous Next