pub fn to_ascii(s: &str, writer: &mut impl Write)
Expand description
Converts the input string to ASCII by dropping accents, assuming that the input string is encoded in one of the supported encodings (Latin1, Latin2, Latin9, or WIN1250).
§Example
query T
select to_ascii('Karél');
----
Karel