vim.js icon indicating copy to clipboard operation
vim.js copied to clipboard

Add multibyte support, using builtin emscripten UTF8 functions.

Open emnh opened this issue 9 years ago • 2 comments

It is disabled by default. Fix $ to end of line, HOME, END, CTRL+F (forward) and CTRL+B (backward) on Chrome. Also tested on Firefox and IE. Consistently use -Oz optimization across all stages of compilation: configure, make and link. Remove 'handled' if. Add exported functions to emterpreted version.

emnh avatar May 12 '16 09:05 emnh

@emnh Is there anyway to get unicode support? I can't type in Tamil letters. I am using chrome.

Sibicoder avatar Jul 03 '16 10:07 Sibicoder

@Sibicoder Yes, just apply this PR, change --disable-multibyte to --enable-multibyte in build.sh and build it :)

emnh avatar Jul 03 '16 11:07 emnh