Skip to content

1.0.0 — သင်္ကြန်အတက်နေ့

Latest
Compare
Choose a tag to compare
@yelinaung yelinaung released this 16 Apr 15:48
· 43 commits to master since this release

Installation

Add this line to your application's Gemfile:

gem 'rabbit-mm'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rabbit-mm

Usage

require  'rabbit-mm'

rabbit = Rabbit::Converter.new

rabbit.uni2zg("မင်္ဂလာပါ")  # returns zg strings "မဂၤလာပါ"

rabbit.zg2uni("မဂၤလာပါ")   # returns unicode strings "မင်္ဂလာပါ"