Type Property 型プロパティ

nonBaseCharacterSet

A character set containing the characters in Unicode General Category M*. 「ユニコード一般カテゴリ」M*の中の文字を含んでいる文字集合。

Declaration 宣言

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

Return Value 戻り値

A character set containing all the non-base characters. 全ての非ベース文字を含んでいる文字集合。

Discussion 議論

This set is also defined as all legal Unicode characters with a non-spacing priority greater than 0. Informally, this set is the set of all characters used as modifiers of base characters. この集合はまた、0より大きな無間隔優先を持つ合法なユニコード文字全てとして定義されます。略式には、この集合はベース文字の修飾子として使われる文字すべての集合です。

See Also 参照

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