Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High-Ascii lost in right-left overrun #28

Open
Run-PDP opened this issue Oct 7, 2013 · 0 comments
Open

High-Ascii lost in right-left overrun #28

Run-PDP opened this issue Oct 7, 2013 · 0 comments

Comments

@Run-PDP
Copy link

Run-PDP commented Oct 7, 2013

With VIM in the iPad, running IOS 7.0.2

set enc=utf-8
set tenc=utf-8
set fenc=latin-1
set fencs=latin-1

In insert mode: most things work as expected, when I'm writing "normal text" using the 28 characters of our Swedish alphabet (that is as the English alphabet + 3 more characters; a-ring, a-umlaut and o-umlaut, sorted in that order after z of in the uk/us...)

Back in visual mode, when I move leftwards (using h-key) over a word with one of the 3 high letters, the character after that high one will be replaced by a space. When moving back towards right (using l-key), the lost (hidden) character will come back to be seen.

I guess this has something to do with the 2-byte character representation of "non-ASCII" characters that comes with "enc=utf-8".

Best regards, someone very happy with this fine tool,
/Göran Åhling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants