David wrote: > 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.
Yeah, that is weird. I have re-encoded the patch and re-uploaded to the ftp site. Hopefully it works now. -- Have you heard about the new Barbie doll? It's called Divorce Barbie. It comes with all of Ken's stuff. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
