Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
ASCII transliterations of Unicode text.
- Host: GitHub
- URL: https://github.com/oklookat/unidecode4k
- Owner: oklookat
- License: mit
- Created: 2024-05-30T19:10:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T19:20:48.000Z (7 months ago)
- Last Synced: 2024-05-30T22:18:06.221Z (7 months ago)
- Topics: ascii, transliteration, unidecode
- Language: Kotlin
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
Inspired by
https://github.com/avian2/unidecode
https://github.com/mozillazg/go-unidecode
Example:
```kotlin
import ru.oklookat.unidecodefun main() {
println(unidecode("Веселый текст про динозавров."))
// Output: Veselyi tekst pro dinozavrov.
}
```Tables converter [here](./src/main/kotlin/convert.py).