Type Property 型プロパティ

latinToGreek

A constant containing the transliteration of a string from Latin script to Greek script. Latin書体からGreek書体へのある文字列の翻字を含んでいる定数。

Declaration 宣言

static let latinToGreek: StringTransform

Discussion 議論

This transformation is reversible. この変換は、可逆的です。

For example, the string “Ellēnikó alphábēto‎” transliterates to “Ελληνικό αλφάβητο”. 例えば、文字列 “Ellēnikó alphábēto” は “Ελληνικό αλφάβητο” に翻字します。

This is equivalent to kCFStringTransformLatinGreek. これはkCFStringTransformLatinGreekに等しいです。

See Also 参照

Transliteration 翻字