Skip to content

Small javascript library to convert english characters to myanmar unicode characters

License

Notifications You must be signed in to change notification settings

ha-shine/mm-unicoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

MM-Unicoder

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. 😉

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

About

Small javascript library to convert english characters to myanmar unicode characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published