+ characterSetWithCharactersInString:
Returns a character set containing the characters in a given string.
与えられた文字列の中の文字を含んでいる文字集合を返します。
+ characterSetWithRange:
Returns a character set containing characters with Unicode values in a given range.
与えられた範囲の中のユニコード値での文字を含んでいる文字集合を返します。
+ characterSetWithBitmapRepresentation:
Returns a character set containing characters determined by a given bitmap representation.
与えられたビットマップ表現によって決定される文字を含んでいる文字集合を返します。