Enumeration 列挙

String Encodings 文字列エンコーディング

Constants for encoding standards used when converting raw data to and from string representations. 生のデータを文字列表現へとそしてそれから変換する時に使われるエンコーディング標準に対する定数。

Declaration 宣言

enum : NSStringEncoding {
    ...
};

Topics 話題

7- and 8-bit Encodings 7および8ビットエンコーディング

7- and 8-bit Japanese Encodings 7および8ビット日本語エンコーディング

Unicode Encodings ユニコードエンコーディング

Windows Code Page Encodings Windowsコードページエンコーディング

See Also 参照

Strings 文字列