Contents

isSoftDotted

A Boolean value indicating whether the scalar has a “soft dot” that disappears when a diacritic is placed over the scalar.

Declaration

var isSoftDotted: Bool { get }

Discussion

For example, “i” is soft dotted because the dot disappears when adding an accent mark, as in “í”.

This property corresponds to the “Soft_Dotted” property in the Unicode Standard.