Hi,
When copying text from Internet Explorer on a remote Windows machine
to my Linux box via rdesktop I get a strange result.
The text contains some latin characters like á é í ó ú etc, and all
these show up in vim (in linux) as their hex codes (for example, á
appears as <e1>)
If I type in vim the characters are all ok, and if I issue a ga
command, both the <e1> and á output the same result:
<á> 255, Hex 00e1, Octal 341
Also, a :s/\%xe1/HERE/g will only match the ones that show as á.

I have
:set encoding?
utf-8

What's going on?

Thanks in advance,
Vitor

-- 
You received this message from the "vim_use" 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

Reply via email to