Re-exports§
pub use ConvertMode::*;
Enums§
- Convert
Mode - Mode for conversion utilities, either only convert Kana (katakana and hiragana) characters, ASCII characters, or both.
Functions§
- to_
double_ byte - Convert a string of single-byte ASCII and half-width katakana (半角 - hankaku)
characters into a string of full-width, double-byte (全角 - zenkaku) characters.
The
mode
parameter governs whether ASCII, katakana, or both type of characters should be converted.