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. 😉
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')
- Phyo Thet Zaw for helping me with unicode stuffs 🎉