Type Property 型プロパティ

controlCharacterSet

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

Declaration 宣言

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

Return Value 戻り値

A character set containing all the control characters. 全ての制御文字を含んでいる文字集合。

Discussion 議論

These characters include, for example, the soft hyphen (U+00AD), control characters to support bi-directional text, and IETF language tag characters. これらの文字は、例えば、ソフトハイフン(U+00AD)、2方向性をサポートする制御文字、そしてIETF言語タグ文字を含みます。

See Also 参照

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