let say I have words in non-english language like
Tomáš
Babätká
Vôľa
and I want to replace the non-english/no-standard characters (don't know how to call them) to closest resemblance in english language
so I would get:
Tomas
Babatka
Vola
so for áǎä
I would translate them to a
and óôö
=> o
is there any Ruby gem (or maybe directly in Ruby lang) how to map non a-z characters to closest resembling character? Or is the only option for me to write entire mapping myself ?
These characters are usually used in non-english languages to represent pronunciation like in Czech or Slovak language.
but not characters like in Arabic, Chinese, Japanese or azbuka set
Reason why I need it: e.g. I want to be able to generate pretty urls like https://www.sajtka.com/category/babatka