Contents

mandarinToLatin

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

Declaration

static let mandarinToLatin: StringTransform

Discussion

For example, the string “hàn zì” transliterates to “汉字”.

This is equivalent to kCFStringTransformMandarinLatin.

See Also

Constants