Popularity
1.0
Stable
Activity
0.0
Stable
3
2
1

Monthly Downloads: 4
Programming language: Elixir
License: Apache License 2.0

parabaikElixirConverter alternatives and similar packages

Based on the "Translations and Internationalizations" category.
Alternatively, view parabaikElixirConverter alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of parabaikElixirConverter or a related project?

Add another 'Translations and Internationalizations' Package

README

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.

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