How can I remove all diacritics from the given UTF8 encoded string using Go? e.g. transform the string "???o" => "zuzo". Is there a standard way?
"???o"
"zuzo"
2.1m questions
2.1m answers
60 comments
57.0k users