my-winresearcher
Myanmar-WinResearcher is a simple NodeJS module for inputting text that uses ASCII characters and the WinResearcher font to appear as Myanmar text, and outputting it as Unicode-compatible Myanmar text.
Usage
Available for browser and NodeJS.
After loading the script:
// convert all characters and numbersvar myTownship = ;> 'လှည်းကူး' var myAddress = ;> '၁ဝ၁ ကော့ကရိတ် လှည်းကူး' // avoid converting numbersmyAddress = ;> '101 ကော့ကရိတ် လှည်းကူး'
For NodeJS:
var winResearcher = ;var myTownship = ;
For command line:
npm install -g my-winresearcherwinresearcher input.txt output.txt # output directly to command line winresearcher input.txt> လှည်းကူး
Test it out on the web:
http://mapmeld.github.io/my-winresearcher/
License
Open source, MIT license