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



GetTextEncodingVariant

Returns the variant from the specified text encoding.

pascal TextEncodingVariant GetTextEncodingVariant (
                     TextEncoding encoding);
encoding
A text encoding specification containing the variant you want to obtain.

function result
The text encoding variant portion of the specified text encoding.

SEE ALSO

Text Encoding Base

Text Encoding Variant


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

Up Previous Next