Contents

latinToHangul

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

Declaration

static let latinToHangul: StringTransform

Discussion

This transformation is reversible.

For example, the string “hangul” transliterates to “한굴”.

This is equivalent to kCFStringTransformLatinHangul.

See Also

Constants