Type Property 型プロパティ

availableStringEncodings

Returns a zero-terminated list of the encodings string objects support in the application’s environment. アプリケーションのもつ環境においてサポートされる符号化の文字列オブジェクトからなるゼロ終端されたリストを返します。

Declaration 宣言

class var availableStringEncodings: UnsafePointer<UInt> { get }

Return Value 戻り値

A zero-terminated list of the encodings string objects support in the application’s environment. アプリケーションの持つ環境においてサポートされる符号化文字列オブジェクトのゼロ終端されたリスト。

Discussion 議論

Among the more commonly used encodings are: よく知られたより一般的に使われる符号化は:

See the NSStringEncoding type for a larger list and descriptions of many supported encodings. In addition to those encodings listed here, you can also use the encodings defined for CFString in Core Foundation; you just need to call the CFStringConvertEncodingToNSStringEncoding(_:) function to convert them to a usable format. NSStringEncoding型をより大きなリスト、そして多くのサポートされる符号化の説明として見てください。ここで一覧にされるそれら符号化に加えて、あなたはまたCore Foundationの中でCFStringに対して定義される符号化を使用できます;あなたは少しばかりCFStringConvertEncodingToNSStringEncoding(_:)関数を呼び出して、それらを使用に適した形式に変換する必要があります。

See Also 参照

Working with Encodings エンコーディングを扱う