Contents

fullwidthToHalfwidth

A constant containing the transformation of a string from full-width CJK characters to half-width forms.

Declaration

static let fullwidthToHalfwidth: StringTransform

Discussion

This transformation is reversible.

For example, the string “マット” transforms to “マット”.

This is equivalent to kCFStringTransformFullwidthHalfwidth.

See Also

Constants