There seems to be a problem with the encoding on patch 7.3.336 as 
obtained from ftp://ftp.vim.org/pub/vim/patches/ (it's ok when fetched 
from code.google.com). This affects test83.

It looks like the contents has an extra utf8 encoding applied, so for
example what was 0x82 0x60 (=CP932 version of unicode FULLWIDTH LATIN
CAPITAL LETTER A) has become 0xc2 0x82 0x60. A similar thing has
happened to the utf8-encoded versions of these letters (so they have
become double-encoded).

I'm pretty sure this is a server-side issue, and my ftp client isn't
adding the encoding.

Removing the extra encoding with eg
  perl -MEncode -ne 'print decode("utf8",$_)' 7.3.336 > 7.3.336-patched
enabled test83 to work.

David

-- 
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

Raspunde prin e-mail lui