Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.15 KB

Malayalam unicode to mltt converter

Malayalam unicode to mltt converter or encoder is a character encoder from Malayalam unicode characters to corresponding ML-TT character encodings. Using ML-TTKarthika character mapping for the task.

Built with Rust 🦀 and WebAssembly🕸

🚴 Usage

🖥 Run CLI util

cargo run -- www/public/karthika.map "പശ്ചിമഘട്ടത്തിലെ ചുരുക്കം സ്ഥലങ്ങളിൽ മാത്രം വിരളമായി കാണപ്പെടുന്ന ഒരിനം പൂമ്പാറ്റയാണ് മലബാർ മിന്നൻ" 

Outputs: ]ÝnaL«¯nse Npcp¡w Øe§fn am{Xw hncfambn ImWs¸Sp¶ Hcn\w ]q¼mäbmWv ae_mÀ an¶³

🛠️ Build with wasm-pack build

wasm-pack build

🔬 Run all unit and integration tests

cargo test

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🕸 Web Application using React is in the www directory inside this repo. Separate README.md included for www.