pub fn cure_char<C: Into<u32>>(code: C, options: Options) -> Translation
Expand description
Cures a single character/unicode codepoint with the specified Options
.
To use this function with decancer’s default options, use the cure_char
macro instead.