pub fn normalize_typography(input: &str) -> String
Replace typographic characters with plain ASCII equivalents. Mirrors Python’s str.translate(_TYPOGRAPHY_TRANS) table.
str.translate(_TYPOGRAPHY_TRANS)