Expand description
Utilities for handling characters in the Unicode “Halfwidth and Fullwidth Forms” block.
Functions§
- Checks if
ch
is in the Unicode “Halfwidth and Fullwidth Forms” block. - Returns the full-width form for
ch
. If no full-width form forch
exists, orch
is already in full-width form, returnsNone
. - Returns the half-width form for
ch
. If no half-width form forch
exists, orch
is already in half-width form, returnsNone
. - Returns the standard-width form for
ch
. Ifch
is not in the Unicode “Halfwidth and Fullwidth forms” block, returnsNone
.