Contents

latinToThai

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

Declaration

static let latinToThai: StringTransform

Discussion

This transformation is reversible.

For example, the string “p̣hās̄ʹā thịy” transliterates to “ภาษาไทย”.

This is equivalent to kCFStringTransformLatinThai.

See Also

Constants