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



Unicode Converter Functions

You use the Unicode Converter functions to convert text to or from Unicode. The Unicode Converter consists of two main symmetrical parts: one you use to convert text to Unicode from any other encoding, and the other you use to convert text from Unicode to any other encoding. Each of these parts contains its own set of functions. By using the Unicode Converter with Unicode as an intermediary encoding, you can also convert text from any source encoding to any destination encoding.

Using a Static Library

Converting to Unicode

Converting From Unicode

Converting From Unicode to Multiple Encodings

Truncating Strings Before Converting Them

Converting Between Unicode and Pascal Strings

Obtaining Mapping Information

Setting the Fallback Handler


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

Up Previous Next