Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oklookat/unidecode4k

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

ascii transliteration unidecode

Last synced: about 1 month 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).