Crate kana_converter[][src]

Re-exports

pub use ConvertMode::*;

Enums

ConvertMode

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.