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

UTF8 keyboard doesn't work

Open fungiboletus opened this issue 12 years ago • 5 comments

I tried specials characters and they don't work on a french or norwegian keyboard.

Bépo

Qwerty no

Tested on Firefox 26.

fungiboletus avatar Dec 13 '13 19:12 fungiboletus

I'm aware of this, the multi-byte feature is not enabled right now.

However I cannot fix this myself as I don't have any keyboard of this kind.

coolwanglu avatar Dec 13 '13 19:12 coolwanglu

Czech characters are not working too. (You don't need a special keyboard to test this, just install mapping).

I've tried to type 'testěščřžýáíé' and the result is: vim

Tested in Chromium 31.0.1650.57

uiii avatar Dec 13 '13 21:12 uiii

oh, any plans to fix this? my french customers blame me to install another editor in admin pane.

reyes-leslie avatar Apr 03 '14 18:04 reyes-leslie

@reyes-leslie Got little time on this, but I'll take a look later.

coolwanglu avatar Apr 04 '14 11:04 coolwanglu

I made a pull request implementing support for multibyte at https://github.com/coolwanglu/vim.js/pull/25

emnh avatar Jan 30 '15 17:01 emnh