Contents

latinToHebrew

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

Declaration

static let latinToHebrew: StringTransform

Discussion

This transformation is reversible.

For example, the string “ʻbryţ” transliterates to “עברית”.

This is equivalent to kCFStringTransformLatinHebrew.

See Also

Constants