Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 487 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 487 Bytes

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