Contents

decomposables

A character set containing individual Unicode characters that can also be represented as composed character sequences (such as for letters with accents), by the definition of “standard decomposition” in version 3.2 of the Unicode character encoding standard.

Declaration

class var decomposables: CharacterSet { get }

Return Value

A character set containing all the decomposable characters.

Discussion

These characters include compatibility characters as well as pre-composed characters.

See Also

Getting Standard Character Sets