pub fn convert_all_to_ascii(string: &str) -> String
Converts all Unicode characters to their ASCII equivalent.
string