Type Property 型プロパティ

latinToHangul

A constant containing the transliteration of a string from Latin script to Hangul script. Latin書体からHangul書体へのある文字列の翻字を含んでいる定数。

Declaration 宣言

static let latinToHangul: StringTransform

Discussion 議論

This transformation is reversible. この変換は、可逆的です。

For example, the string “hangul” transliterates to “한굴”. 例えば、文字列 “hangul” は “한굴” に翻字します。

This is equivalent to kCFStringTransformLatinHangul. これはkCFStringTransformLatinHangulに等しいです。

See Also 参照

Transliteration 翻字