macro_rules! ligature_translator {
    ($($from:expr => $to:expr),*) => { ... };
}
Expand description

ligature_translator!{“ハ゜” => ‘パ’};