Function unidecode::unidecode [] [src]

pub fn unidecode(s: &str) -> String

This function takes any Unicode string and returns an ASCII transliteration of that string.

Guarantees

Warnings

These guarantees/warnings are paraphrased from the original Text::Unidecode documentation.