Instance Method インスタンスメソッド

hasMember(inPlane:)

Returns true if the CharacterSet has a member in the specified plane. CharacterSetが指定された水準でのメンバを持つならばtrueを返します。

Declaration 宣言

func hasMember(inPlane plane: UInt8) -> Bool

Discussion 議論

This method makes it easier to find the plane containing the members of the current character set. The Basic Multilingual Plane (BMP) is plane 0. このメソッドは、現在の文字集合のメンバーを含んでいる面を見つけるのを容易にします。基本多言語面 (BMP) は、0面です。

See Also 参照

Combining Character Sets 文字集合を結合する