Instance Property
インスタンスプロパティ
textEncodingName
The name of the text encoding provided by the response’s originating source.
応答のもつ起源としているソースによって提供されるテキスト符号化の名前。
Declaration
宣言
var textEncodingName: String
? { get }
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
応答プロパティを取得する