transliterator
Transliterator
The Transliterator module provides the ability to transliterate UTF-8 strings into pure ASCII so that they can be safely displayed in URL slugs or file names.
Installation
-
Add the dependency to your
shard.yml
:dependencies: cadmium_transliterator: github: cadmiumcr/transliterator
-
Run
shards install
Usage
require "cadmium_transliterator"
transliterator = Cadmium.transliterator
transliterator.transliterate("Привет")
# => "Privet"
transliterator.transliterate("你好朋友")
# => "Ni Hao Peng You"
# With the string extension
"މިއަދަކީ ހދ ރީތި ދވހކވ".transliterate
# => "mi'adhakee hdh reethi dhvhkv"
"こんにちは、友人".transliterate
# => konnichiwa, You Ren
Contributing
- Fork it (https://github.com/cadmiumcr/transliterator/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Chris Watson - creator and maintainer
Repository
transliterator
Owner
Statistic
- 7
- 2
- 0
- 9
- 0
- over 3 years ago
- August 28, 2019
License
MIT License
Links
Synced at
Fri, 08 Nov 2024 00:08:40 GMT
Languages