Rabbit inJava
Download the jar or via Gradle
// You can put it in your top-level build.gradle
// Or you might already be using jcenter
buildscript {
repositories {
jcenter()
}
}
compile('org.rabbit-converter.rabbit:rabbit:0.0.3') {
exclude group: 'org.json', module: 'json'
}
or Maven
<dependency>
<groupId>org.rabbit-converter.rabbit</groupId>
<artifactId>rabbit</artifactId>
<version>0.0.3</version>
</dependency>
Rabbit.zg2uni("သီဟိုဠ္မွ ဉာဏ္ႀကီးရွင္သည္ အာယုဝဍ္ဎနေဆးၫႊန္းစာကို ဇလြန္ေဈးေဘးဗာဒံပင္ထက္ အဓိ႒ာန္လ်က္ ဂဃနဏဖတ္ခဲ့သည္။"); // return strings in uni
Rabbit.uni2zg("သီဟိုဠ်မှ ဉာဏ်ကြီးရှင်သည် အာယုဝဍ်ဎနဆေးညွှန်းစာကို ဇလွန်ဈေးဘေးဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏဖတ်ခဲ့သည်။"); // return strings in zg
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)MIT