8000 GitHub - adxmm/tlsmmnode: Zawgyi to Unicode with node.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adxmm/tlsmmnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

You need to install node.js for using this script. Node.js is super fast and it can convert super big file.

approximate long time is 1 MB = 1.3 seconds

But it's base on zawgyi text.

How to use

$ node index.js zawgyi.txt

and you will get output file in output.txt , same folder of index.js

Credit

tlsmmnode.js is copy from MyanmarConverter.xpi. I just add following line in lines 1493

exports.convert=function tlsConvert(input_val)
    {
        //var debug = new TlsDebug();
        var converter = tlsMyanmarConverters["zawgyi-one"];
        return converter.convertToUnicode(input_val);
    };

Todo

Need to remove unnecessary codes from tlsmmnode.

About

Zawgyi to Unicode with node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0