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: about 2 months ago
JSON representation

ParabaikElixirConverter is just a Elixir version of Parabaik converter

Lists

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