Instance Property
インスタンスプロパティ
isSoftDotted
A Boolean value indicating whether the scalar has a “soft dot” that disappears when a diacritic is placed over the scalar.
区別的発音符がスカラーにかぶせて置かれる時に姿を消す “ソフトドット” を、このスカラーが持つかどうかを指し示すブール値。
Technology
- Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
var isSoftDotted: Bool
{ get }
Discussion
解説
For example, “i” is soft dotted because the dot disappears when adding an accent mark, as in “í”.
たとえば、 “i” は、ソフトドットを持ちます、なぜならそのドットはアクセント符号を、“í” でのように、加えられる時に見えなくなるからです。
This property corresponds to the “Soft_Dotted” property in the Unicode Standard.
このプロパティは、ユニコード標準における “Soft_Dotted” に相当します。