Type Property 型プロパティ

characterEncoding

The string encoding for the document. 書類に対する文字列エンコーディング。

Declaration 宣言

static let characterEncoding: NSAttributedString.DocumentAttributeKey

Discussion 議論

The value of this attribute is an NSNumber object containing integer specifying NSStringEncoding for the file; default for plain text is the default encoding. This key in options can specify the string encoding for reading the data. Upon return, the document attributes can contain the actual encoding used. For writing methods, this value is used for generating the plain text data. この属性の値は、NSNumberオブジェクトで、NSStringEncodingをこのファイルに対して指定している整数を含んでいます;プレーンテキストに対する初期設定は、初期設定のエンコーディングです。このキーはオプションにおいて、データ読み出し用の文字列エンコーディングを指定できます。戻りにおいて、書類属性は実際の使用されたエンコーディングを含むことができます。書き出しメソッに対して、この値はプレーンテキストデータを生成するために使われます。

The string constant in macOS 10.3 and earlier is @"CharacterEncoding". macOS 10.3以前での文字列定数は、@"CharacterEncoding"です。

See Also 参照

Keys キー