Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Arkar-Aung/ParabaikElixirConverter
ParabaikElixirConverter is just a Elixir version of Parabaik converter
https://github.com/Arkar-Aung/ParabaikElixirConverter
Last synced: 4 days ago
JSON representation
ParabaikElixirConverter is just a Elixir version of Parabaik converter
- Host: GitHub
- URL: https://github.com/Arkar-Aung/ParabaikElixirConverter
- Owner: Arkar-Aung
- License: apache-2.0
- Created: 2015-04-16T15:38:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T16:35:23.000Z (over 4 years ago)
- Last Synced: 2024-10-18T09:06:46.897Z (18 days ago)
- Language: Elixir
- Size: 121 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - ParabaikElixirConverter is just a Elixir version of Parabaik converter. It can convert from Unicode to Zawgyi-One and Zawgyi-One to Unicode vice versa. (Translations and Internationalizations)
- fucking-awesome-elixir - parabaikElixirConverter - ParabaikElixirConverter is just a Elixir version of Parabaik converter. It can convert from Unicode to Zawgyi-One and Zawgyi-One to Unicode vice versa. (Translations and Internationalizations)
- awesome-elixir - parabaikElixirConverter - ParabaikElixirConverter is just a Elixir version of Parabaik converter. It can convert from Unicode to Zawgyi-One and Zawgyi-One to Unicode vice versa. (Translations and Internationalizations)
README
ParabaikElixirConverter
=======================ParabaikElixirConverter is just a [Elixir](http://elixir-lang.org) version of [Parabaik](https://github.com/ngwestar/parabaik) converter. It can convert from Unicode to Zawgyi-One and Zawgyi-One to Unicode vice versa.
##### Installation
In your mix.ex,
defp deps do
[{:parabaikElixirConverter, "~> 0.0.1"}]
end##### Usage
Z12Uni.convert(text) # Zawgyi-One to Unicode
Uni2Z1.convert(text) # Unicode to Zawgyi-One