Contents

latinToGreek

A constant containing the transliteration of a string from Latin script to Greek script.

Declaration

static let latinToGreek: StringTransform

Discussion

This transformation is reversible.

For example, the string “Ellēnikó alphábēto‎” transliterates to “Ελληνικό αλφάβητο”.

This is equivalent to kCFStringTransformLatinGreek.

See Also

Transliteration