MM-Unicoder
August 15, 2017 ยท View on GitHub
What is this?
Just a small library to convert given character or string into Myanmar Unicode. You can use this to let the user input Myanmar Unicode characters without them having the keyboard. :wink:
How to use this?
Just insert mm-unicoder.js into your html file like this.
<script type="text/javascript" src="mm-unicoder.js"></script>
And you can start using.
// convert just one characters
var result = mmUnicoder.convertChar('a')
// conver one whole string
var output = mmUnicoder.convertString('csD;xkwf')
Examples
Credits
- Phyo Thet Zaw for helping me with unicode stuffs :tada: