Type Property 型プロパティ

fullwidthToHalfwidth

A constant containing the transformation of a string from full-width CJK characters to half-width forms. 全角CJK文字から半角形式へのある文字列の翻字を含んでいる定数。

Declaration 宣言

static let fullwidthToHalfwidth: StringTransform

Discussion 議論

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

For example, the string “マット” transforms to “マット”. 例えば、文字列 “マット” は “マット” に変形します。

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