Function voca_rs::utils::unidecode

source ·
pub fn unidecode(s: &str) -> String
Expand description

Takes any Unicode string and returns an ASCII transliteration of that string. https://github.com/chowdhurya/rust-unidecode/blob/master/src/lib.rs