Instance Property インスタンスプロパティ

textEncodingName

The name of the text encoding provided by the response’s originating source. 応答のもつ起源としているソースによって提供されるテキスト符号化の名前。

Declaration 宣言

@property(nullable, readonly, copy) NSString *textEncodingName;

Discussion 議論

If no text encoding was provided by the protocol, this property’s value is nil. どんなテキストエンコーディングもプロトコルによって提供されなかったならば、このプロパティのもつ値はnilです。

You can convert this string to a CFStringEncoding value by calling CFStringConvertIANACharSetNameToEncoding. You can subsequently convert that value to an NSStringEncoding value by calling CFStringConvertEncodingToNSStringEncoding. あなたはこの文字列をCFStringEncoding値へと変換することがCFStringConvertIANACharSetNameToEncodingを呼び出すことによって可能です。あなたは、後でその値をNSStringEncoding値に変換することがCFStringConvertEncodingToNSStringEncodingを呼び出すことによって可能です。

See Also 参照

Getting the Response Properties 応答プロパティを取得する