Skip to content

Graphical WebApp TED - Doublebyte language support

Latest
Compare
Choose a tag to compare
@maxng07 maxng07 released this 19 Oct 08:24
· 44 commits to master since this release
510c25e

This release enhances v0.10 by adding doublebyte language support on the JS front end. JS now perform encodeURI on your text input before sending to wasm to encipher and decodeURI after receiving from wasm the decipher text. This adds doublebyte language support such as Chinese, Japanese and Thai. These 3 languages have been tested and works fine. The changes are only on html and js, no changes on wasm binary (but included in this package).

Download the html, js and wasm to the same directory, and access the html to start.
Previous methods to serve the html are still valid.