init(charactersIn : String)
Returns a character set containing the characters in a given string.
与えられた文字列の中の文字を含んでいる文字集合を返します。
init(bitmapRepresentation : Data)
Returns a character set containing characters determined by a given bitmap representation.
与えられたビットマップ表現によって決定される文字を含んでいる文字集合を返します。
init?(contentsOfFile : String)
Returns a character set read from the bitmap representation stored in the file a given path.
与えられたパスでのファイルに格納されるビットマップ表現から読み出される文字集合を返します。