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"
1.4m articles
1.4m replys
5 comments
57.0k users