An open API service indexing awesome lists of open source software.

https://github.com/oklookat/unidecode4k

ASCII transliterations of Unicode text.
https://github.com/oklookat/unidecode4k

ascii transliteration unidecode

Last synced: 3 months ago
JSON representation

ASCII transliterations of Unicode text.

Awesome Lists containing this project

README

        

Inspired by

https://github.com/avian2/unidecode

https://github.com/mozillazg/go-unidecode

Example:

```kotlin
import ru.oklookat.unidecode

fun main() {
println(unidecode("Веселый текст про динозавров."))
// Output: Veselyi tekst pro dinozavrov.
}
```

Tables converter [here](./src/main/kotlin/convert.py).