Hi list.

vim.exe can't handle greek characters when encoding is utf-8. ex: β

In utf-8 encoding, β is 0xCE 0xB2. 0xCE is K_NUL. But it's not a tailing byte.
K_NUL must be escaped when it is contained in input bytes. But it don't need to 
escape when it's a leading byte.
Below is a patch.

https://gist.github.com/783f0df279cadd04500e

- Yasuhiro Matsumoto

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui