Skip to content

nyinyithann/rescript-unicode-zawgyi-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myanmar Unicode-Zawgyi Converter

A ReScript package that converts Myanmar Unicode to Zawgyi, and vice versa.

Installation

yarn add rescript-unicode-zawgyi-converter
or
npm install rescript-unicode-zawgyi-converter

Add it to bsconfig.json

"bs-dependencies": ["rescript-unicode-zawgyi-converter"]

Usage

  • Converter.uni2zg(unicode_text) to convert Unicode text to Zawgyi text.
  • Converger.zg2uni(zawgyi_text) to convert Zawgyi text to Unicode text.

👉 Click the link to visit the app uisng the package.

Credit

Credit to the original JavaScript Converter Code Rabbit

Author

Nyi Nyi Than (Jazz)

About

Converter for Myanmar (Burmese) unicode text to zawgyi text, and vice versa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published