Enumeration 列挙

NSStringEncodingConversionOptions

Options for converting string encodings. 文字列符号化の変換に対するオプション。

Declaration 宣言

typedef enum NSStringEncodingConversionOptions : NSUInteger {
    ...
} NSStringEncodingConversionOptions;

Overview 概要

These constants are available in OS X v10.4; they are, however, differently named: これらの定数は、OS X v10.4で利用可能です;それらは、しかしながら、異なって名前を付けられます:


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

You can use them in OS X v10.4 if you define the symbols as extern constants. あなたはそれらをOS X 10.4で使用できます、もしあなたがそれら表象をextern定数として定義するならば。

Topics 話題

Constants 定数

See Also 参照

Identifying and Comparing Strings 文字列を識別および比較する