> 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>)
> :set encoding? > utf-8 The string from windows is probably encoded in the respective windows codepage. You could try to use iconv() to convert the string before pasting it in a instance of vim where enc is utf8. Regards, Tom -- 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
