Contents

NSString.EncodingConversionOptions

Options for converting string encodings.

Declaration

struct EncodingConversionOptions

Overview

These constants are available in OS X v10.4; they are, however, differently named:

typedef enum {
    NSAllowLossyEncodingConversion = 1,
    NSExternalRepresentationEncodingConversion = 2
} NSStringEncodingConversionOptions;

You can use them in OS X v10.4 if you define the symbols as extern constants.

Topics

Constants

Initializers

See Also

Identifying and Comparing Strings