Type Property 型プロパティ

decomposableCharacterSet

A character set containing individual Unicode characters that can also be represented as composed character sequences (such as for letters with accents), by the definition of “standard decomposition” in version 3.2 of the Unicode character encoding standard. 個々のユニコード文字を含んでいる文字集合、それはまた合成文字シーケンスとして表されます(例えばアクセントを持つ文字などのために)、ユニコード文字エンコーディング標準のバージョン3.2での「標準分解」の定義によります。

Declaration 宣言

@property(readonly, class, copy) NSCharacterSet *decomposableCharacterSet;

Return Value 戻り値

A character set containing all the decomposable characters. 全ての分解可能文字を含んでいる文字集合。

Discussion 議論

These characters include compatibility characters as well as pre-composed characters. これらの文字は、互換文字のみならず合成済み文字を含みます。

See Also 参照

Getting Standard Character Sets 標準文字集合を取得する