# Functions
HasFullWidth checks if the string contains any full-width chars.
HasHalfWidth checks if the string contains any unicode half-width chars.
IsFullWidth checks if the string contains full-width chars only.
No description provided by the author
IsHalfWidth checks if the string contains half-width chars only.
IsHalfWidthRune checks if the rune c is unicode half-width char.
IsVariableWidth checks if the string contains a mixture of full and half-width chars.
ToASCII convert the string from multi byte to single byte ascii.
ToASCIIRune convert multi ascii rune c to single ascii rune.
ToFullRune convert single ascii rune c to multi ascii rune.
ToFullWidth convert the string from single ascii to multi ascii.