Inspired by
https://github.com/avian2/unidecode
https://github.com/mozillazg/go-unidecode
Example:
import ru.oklookat.unidecode
fun main() {
println(unidecode("Веселый текст про динозавров."))
// Output: Veselyi tekst pro dinozavrov.
}
Tables converter here.