pub fn cure_char<C: Into<u32>>(code: C, options: Options) -> TranslationExpand 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.