Instance Property インスタンスプロパティ

exemplarCharacterSet

The exemplar character set for the locale. このロケールに対する典型文字セット。

Declaration 宣言

@property(readonly, copy) NSCharacterSet *exemplarCharacterSet;

Discussion 議論

This property contains the same value returned by the objectForKey: method when passing the NSLocaleExemplarCharacterSet key. このプロパティは、objectForKey:メソッドにNSLocaleExemplarCharacterSetキーを渡す場合に返されるのと同じ値を含みます。

See Also 参照

Getting Information About a Locale ロケールについての情報を取得する