Type Alias

NSStringEncoding

The following constants are provided by NSString as possible string encodings. 以下の定数は、NSStringによって可能な文字列符号化として提供されます。

Declaration 宣言

typedef NSUInteger NSStringEncoding;

Discussion 議論

These values represent the various character encodings supported by the NSString classes. This is an incomplete list. Additional encodings are defined in String Programming Guide for Core Foundation (see CFStringEncodingExt.h); these encodings can be used with NSString by first passing the Core Foundation encoding to the CFStringConvertEncodingToNSStringEncoding function. これらの値は、NSStringクラスによってサポートされる様々な文字の符号化を表します。これは不完全なリストです。追加の符号化は、String Programming Guide for Core Foundationで定義されます(CFStringEncodingExt.hを見てください);これらの符号化はNSStringで使われることが、最初にCore Foundation符号化をCFStringConvertEncodingToNSStringEncoding関数に渡すことで可能です。

Topics 話題

Constants 定数

See Also 参照

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